Uses of Interface
org.springframework.data.map.KeySpaceStore
Packages that use KeySpaceStore
-
Uses of KeySpaceStore in org.springframework.data.map
Methods in org.springframework.data.map that return KeySpaceStoreModifier and TypeMethodDescriptionstatic KeySpaceStoreKeySpaceStore.create()Create a newKeySpaceStoreusingConcurrentHashMapas backing map type for each keyspace map.static KeySpaceStoreCreate newKeySpaceStoreusing given map type for each keyspace map.static KeySpaceStoreCreate newKeySpaceStoreusing given map as backing store.Constructors in org.springframework.data.map with parameters of type KeySpaceStoreModifierConstructorDescriptionMapKeyValueAdapter(KeySpaceStore store) Create new instance ofMapKeyValueAdapterusing given dataStore for persistence.MapKeyValueAdapter(KeySpaceStore store, @Nullable QueryEngine<? extends KeyValueAdapter, ?, ?> engine) Creates a newMapKeyValueAdapterwith the given store and type to be used when creating key spaces and query engine.