Uses of Class
io.vertigo.datastore.DataStoreFeatures
-
Packages that use DataStoreFeatures Package Description io.vertigo.datastore -
-
Uses of DataStoreFeatures in io.vertigo.datastore
Methods in io.vertigo.datastore that return DataStoreFeatures Modifier and Type Method Description DataStoreFeaturesDataStoreFeatures. withBerkleyKV(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withCache()Activates caches.DataStoreFeaturesDataStoreFeatures. withDbFileStore(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withDelayedMemoryKV(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withEhCache()Activates caches.DataStoreFeaturesDataStoreFeatures. withEntityMetrics()DataStoreFeaturesDataStoreFeatures. withEntityStore()Add store to dynamoDataStoreFeaturesDataStoreFeatures. withFileStore(io.vertigo.core.param.Param... params)Add store to dynamoDataStoreFeaturesDataStoreFeatures. withFsFileStore(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withFsFullFileStore(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withKVStore()Add key/value store to dynamoDataStoreFeaturesDataStoreFeatures. withMemoryCache()Activates caches.DataStoreFeaturesDataStoreFeatures. withRedisCache(io.vertigo.core.param.Param... params)Activates caches.DataStoreFeaturesDataStoreFeatures. withSqlEntityStore(io.vertigo.core.param.Param... params)DataStoreFeaturesDataStoreFeatures. withTaskProxyMethod()
-