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