Uses of Class
com.tangosol.net.cache.AbstractBundler.Bundle
-
Packages that use AbstractBundler.Bundle Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of AbstractBundler.Bundle in com.tangosol.net.cache
Subclasses of AbstractBundler.Bundle in com.tangosol.net.cache Modifier and Type Class Description protected class
AbstractBinaryEntryBundler.Bundle
protected class
AbstractEntryBundler.Bundle
protected class
AbstractKeyBundler.Bundle
Bundle represents a unit of optimized execution.Methods in com.tangosol.net.cache that return AbstractBundler.Bundle Modifier and Type Method Description protected AbstractBundler.Bundle
AbstractBundler. getOpenBundle()
Retrieve any Bundle that is currently in the open state.protected AbstractBundler.Bundle
AbstractBinaryEntryBundler. instantiateBundle()
Instantiate a new Bundle object.protected abstract AbstractBundler.Bundle
AbstractBundler. instantiateBundle()
Instantiate a new Bundle object.protected AbstractBundler.Bundle
AbstractEntryBundler. instantiateBundle()
Instantiate a new Bundle object.protected AbstractBundler.Bundle
AbstractKeyBundler. instantiateBundle()
Instantiate a new Bundle object.
-