Uses of Interface
com.tangosol.io.BinaryStore.SizeAware
-
Packages that use BinaryStore.SizeAware Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality. -
-
Uses of BinaryStore.SizeAware in com.tangosol.io
Subinterfaces of BinaryStore.SizeAware in com.tangosol.io Modifier and Type Interface Description static interface
BinaryStore.KeySetAware
If a BinaryStore is aware of which keys that it stores, then it should implement this optional interface in order to allow that information to be efficiently communicated to an intelligent consumer of the BinaryStore interface. -
Uses of BinaryStore.SizeAware in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement BinaryStore.SizeAware Modifier and Type Class Description class
BinaryMapStore
An implementation of BinaryStore backed by a BinaryMap.
-