Uses of Interface
com.tangosol.io.BinaryStore.KeySetAware
-
Packages that use BinaryStore.KeySetAware Package Description com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of BinaryStore.KeySetAware in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement BinaryStore.KeySetAware Modifier and Type Class Description classJournalBinaryStoreA BinaryStore that writes to a Journal. -
Uses of BinaryStore.KeySetAware in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as BinaryStore.KeySetAware Modifier and Type Field Description protected BinaryStore.KeySetAwareCompactSerializationCache. f_storeThe BinaryStore.KeySetAware that this CompactSerializationCache uses to store data.Methods in com.tangosol.net.cache that return BinaryStore.KeySetAware Modifier and Type Method Description BinaryStore.KeySetAwareCompactSerializationCache. getBinaryStore()Returns the BinaryStore that this map uses for its storage.
-