Uses of Class
com.tangosol.io.AsyncBinaryStore
-
Packages that use AsyncBinaryStore Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of AsyncBinaryStore in com.tangosol.io
Methods in com.tangosol.io that return AsyncBinaryStore Modifier and Type Method Description protected AsyncBinaryStore
AsyncBinaryStoreManager. instantiateAsyncBinaryStore(BinaryStore store)
Factory method: Instantiate an AsyncBinaryStore. -
Uses of AsyncBinaryStore in com.tangosol.net
Methods in com.tangosol.net that return AsyncBinaryStore Modifier and Type Method Description protected AsyncBinaryStore
DefaultConfigurableCacheFactory. instantiateAsyncBinaryStore(BinaryStore store, int cbMaxAsync)
Deprecated.Construct an AsyncBinaryStore using the specified parameters.
-