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 DataStoreFeatures
DataStoreFeatures. withBerkleyKV(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withCache()
Activates caches.DataStoreFeatures
DataStoreFeatures. withDbFileStore(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withDelayedMemoryKV(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withEhCache()
Activates caches.DataStoreFeatures
DataStoreFeatures. withEntityMetrics()
DataStoreFeatures
DataStoreFeatures. withEntityStore()
Add store to dynamoDataStoreFeatures
DataStoreFeatures. withFileStore(io.vertigo.core.param.Param... params)
Add store to dynamoDataStoreFeatures
DataStoreFeatures. withFsFileStore(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withFsFullFileStore(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withKVStore()
Add key/value store to dynamoDataStoreFeatures
DataStoreFeatures. withMemoryCache()
Activates caches.DataStoreFeatures
DataStoreFeatures. withRedisCache(io.vertigo.core.param.Param... params)
Activates caches.DataStoreFeatures
DataStoreFeatures. withSqlEntityStore(io.vertigo.core.param.Param... params)
DataStoreFeatures
DataStoreFeatures. withTaskProxyMethod()
-