Uses of Class
com.tangosol.io.AsyncBinaryStore.QueueDaemon
-
Packages that use AsyncBinaryStore.QueueDaemon Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects. -
-
Uses of AsyncBinaryStore.QueueDaemon in com.tangosol.io
Methods in com.tangosol.io that return AsyncBinaryStore.QueueDaemon Modifier and Type Method Description protected AsyncBinaryStore.QueueDaemon
AsyncBinaryStore. ensureQueueDaemon()
Obtain the QueueDaemon, if one already exists; otherwise, create and start one.protected AsyncBinaryStore.QueueDaemon
AsyncBinaryStore. getQueueDaemon()
protected AsyncBinaryStore.QueueDaemon
AsyncBinaryStore. instantiateQueueDaemon()
Factory method: Instantiate a QueueDaemon.Methods in com.tangosol.io with parameters of type AsyncBinaryStore.QueueDaemon Modifier and Type Method Description protected void
AsyncBinaryStore. setQueueDaemon(AsyncBinaryStore.QueueDaemon daemon)
-