Package | Description |
---|---|
com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.events |
Contains classes related to the Coherence Live Event Model.
|
com.tangosol.net.events.partition |
Contains classes related to PartitionedService events within the Coherence
Live Event Model.
|
com.tangosol.net.events.partition.cache |
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
|
com.tangosol.net.security |
Contains classes related to the Coherence Security Framework.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionedCacheBinaryEntryStore.erase(BinaryEntry binaryEntry) |
void |
PartitionedCacheBinaryEntryStore.load(BinaryEntry binaryEntry) |
void |
PartitionedCacheBinaryEntryStore.store(BinaryEntry binaryEntry) |
Modifier and Type | Class and Description |
---|---|
class |
BackingMapBinaryEntry
An implementation of the BinaryEntry interface that is based on specified
binary key, binary value and BackingMapManagerContext.
|
class |
ReadWriteBackingMap.Entry
A queue entry that is scheduled to come out of the front of the
queue no earlier than some specific point in time.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractBinaryEntryBundler.Bundle.add(BinaryEntry binEntry)
Add the specified binary entry to the Bundle.
|
void |
BinaryEntryStore.erase(BinaryEntry<K,V> binEntry)
Remove the specified entry from the underlying store.
|
void |
BinaryEntryStore.load(BinaryEntry<K,V> binEntry)
Load the value from the underlying store and update the specified entry.
|
protected void |
AbstractBinaryEntryBundler.process(BinaryEntry binEntry)
Process the specified binary entry in a most optimal way according to
the bundle settings.
|
protected void |
AbstractBinaryEntryBundler.Bundle.process(boolean fBurst,
BinaryEntry binEntry)
Process the specified binary entry according to this Bundle state.
|
void |
BinaryEntryStore.store(BinaryEntry<K,V> binEntry)
Store the specified entry in the underlying store.
|
protected abstract void |
AbstractBinaryEntryBundler.unbundle(BinaryEntry binEntry)
Un-bundle bundled operation.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryEntryStore.eraseAll(Set<? extends BinaryEntry<K,V>> setBinEntries)
Remove the specified entries from the underlying store.
|
void |
BinaryEntryStore.loadAll(Set<? extends BinaryEntry<K,V>> setBinEntries)
Load the values from the underlying store and update the specified entries.
|
void |
BinaryEntryStore.storeAll(Set<? extends BinaryEntry<K,V>> setBinEntries)
Store the entries in the specified set in the underlying store.
|
Modifier and Type | Method and Description |
---|---|
protected static Map<EntryEvent.Type,Set<BinaryEntry>> |
EventHelper.getEntryEventsMap(Set<BinaryEntry> setEntries,
boolean fPreEvent)
Converts the provided set of
entries into a map keyed
by EntryEvent and with a value of a Set of entries. |
static Map<EntryEvent.Type,Set<BinaryEntry>> |
EventHelper.getEntryEventsMap(TransactionEvent event)
Converts the provided
TransactionEvent into a map keyed by
EntryEvent and with a value of a Set of entries . |
static Map<EntryEvent.Type,Set<BinaryEntry>> |
EventHelper.getEntryEventsMap(UnsolicitedCommitEvent event)
Converts the provided
UnsolicitedCommitEvent into a map keyed by
EntryEvent and with a value of a Set of entries . |
Modifier and Type | Method and Description |
---|---|
protected static Map<EntryEvent.Type,Set<BinaryEntry>> |
EventHelper.getEntryEventsMap(Set<BinaryEntry> setEntries,
boolean fPreEvent)
Converts the provided set of
entries into a map keyed
by EntryEvent and with a value of a Set of entries. |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<BinaryEntry>> |
TransferEvent.getEntries()
Return a map of cache names and associated set of read-only
entries encapsulated in this TransferEvent . |
Set<BinaryEntry> |
UnsolicitedCommitEvent.getEntrySet()
A set of
entries observed to have been modified
without being caused by the partitioned service. |
Set<BinaryEntry> |
TransactionEvent.getEntrySet()
A set of
entries enlisted within this
transaction. |
Modifier and Type | Method and Description |
---|---|
Set<BinaryEntry<K,V>> |
EntryEvent.getEntrySet()
Return the immutable Set of
entries on which the
action represented by this EntryEvent occurred. |
Set<BinaryEntry> |
EntryProcessorEvent.getEntrySet()
Return a Set of
entries being processed by the
entry processor. |
Modifier and Type | Method and Description |
---|---|
void |
StorageAccessAuthorizer.checkRead(BinaryEntry entry,
Subject subject,
int nReason)
Check if the caller represented by the specified Subject is authorized
to a read access for the specified entry.
|
void |
AuditingAuthorizer.checkRead(BinaryEntry entry,
Subject subject,
int nReason) |
void |
StorageAccessAuthorizer.checkWrite(BinaryEntry entry,
Subject subject,
int nReason)
Check if the caller represented by the specified Subject is authorized
to a write access for the specified entry.
|
void |
AuditingAuthorizer.checkWrite(BinaryEntry entry,
Subject subject,
int nReason) |
protected void |
AuditingAuthorizer.logEntryRequest(BinaryEntry entry,
Subject subject,
boolean fWrite,
int nReason)
Log the entry level authorization request.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
ConverterMapEventBinaryEntry provides both the Map Entry and the
BinaryEntry interfaces to the information encapsulated inside the
ConverterMapEvent.
|
protected static class |
InvocableMapHelper.RoutingBinaryEntry
BinaryEntry wrapper that routes the getValue()/getBinaryValue()
calls onto getOriginalValue()/getOriginalBinaryValue().
|
Constructor and Description |
---|
RoutingBinaryEntry(BinaryEntry entry)
Construct a routing entry.
|
RoutingMapTriggerEntry(BinaryEntry entry)
Construct a routing entry.
|