Uses of Interface
com.tangosol.util.BinaryEntry
Packages that use BinaryEntry
Package
Description
Contains classes for Coherence AI vector database Knn search functionality.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes providing various caching strategies.
Contains classes related to the Coherence Live Event Model.
Contains classes related to PartitionedService events within the Coherence
Live Event Model.
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
Contains classes related to the Coherence Security Framework.
Contains various generic utilities.
-
Uses of BinaryEntry in com.oracle.coherence.ai.search
Methods in com.oracle.coherence.ai.search with parameters of type BinaryEntryModifier and TypeMethodDescriptionprotected booleanSimilaritySearch.searchPartition(BinaryEntry binaryEntry, Vector<T> vector) If aVectorIndexexists for the specified partition, then use it to perform the KNN search. -
Uses of BinaryEntry in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type BinaryEntryModifier and TypeMethodDescriptionvoidPartitionedCacheBinaryEntryStore.erase(BinaryEntry binaryEntry) voidPartitionedCacheBinaryEntryStore.load(BinaryEntry binaryEntry) voidPartitionedCacheBinaryEntryStore.store(BinaryEntry binaryEntry) -
Uses of BinaryEntry in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement BinaryEntryModifier and TypeClassDescriptionclassAn implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.classA queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.Methods in com.tangosol.net.cache with parameters of type BinaryEntryModifier and TypeMethodDescriptionprotected booleanAbstractBinaryEntryBundler.Bundle.add(BinaryEntry binEntry) Add the specified binary entry to the Bundle.voidBinaryEntryStore.erase(BinaryEntry<K, V> binEntry) Remove the specified entry from the underlying store.voidNonBlockingEntryStore.erase(BinaryEntry<K, V> binEntry) Remove the specified entry from the underlying store.voidBinaryEntryStore.load(BinaryEntry<K, V> binEntry) Load the value from the underlying store and update the specified entry.voidNonBlockingEntryStore.load(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer) Load the value from the underlying store, update the provided entry and call theonNextmethod of the providedStoreObserverobject, oronErrorif the store operation failed.voidReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver.onError(BinaryEntry binEntry, Exception exception) Indicate that the corresponding entry is in error, due to the given exception.voidReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver.onError(BinaryEntry binEntry, Exception exception) Indicate that the corresponding entry is in error, due to the given exception.voidStoreObserver.onError(BinaryEntry<K, V> binEntry, Exception exception) Indicate that the corresponding entry is in error, due to the given exception.voidReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver.onNext(BinaryEntry binEntry) Indicates the associated operation (load or store) has completed successfully and applied to the provided BinaryEntry.voidReadWriteBackingMap.NonBlockingEntryStoreWrapper.StoreOperationObserver.onNext(BinaryEntry binEntry) Indicates the associated operation (load or store) has completed successfully and applied to the provided BinaryEntry.voidStoreObserver.onNext(BinaryEntry<K, V> binEntry) Indicates the associated operation (load or store) has completed successfully and applied to the provided BinaryEntry.protected voidAbstractBinaryEntryBundler.Bundle.process(boolean fBurst, BinaryEntry binEntry) Process the specified binary entry according to this Bundle state.protected voidAbstractBinaryEntryBundler.process(BinaryEntry binEntry) Process the specified binary entry in a most optimal way according to the bundle settings.voidBinaryEntryStore.store(BinaryEntry<K, V> binEntry) Store the specified entry in the underlying store.voidNonBlockingEntryStore.store(BinaryEntry<K, V> binEntry, StoreObserver<K, V> observer) Store the specified entry in the underlying store, in an asynchronous fashion.protected abstract voidAbstractBinaryEntryBundler.unbundle(BinaryEntry binEntry) Un-bundle bundled operation.Method parameters in com.tangosol.net.cache with type arguments of type BinaryEntryModifier and TypeMethodDescriptionvoidBinaryEntryStore.eraseAll(Set<? extends BinaryEntry<K, V>> setBinEntries) Remove the specified entries from the underlying store.voidNonBlockingEntryStore.eraseAll(Set<? extends BinaryEntry<K, V>> setBinEntries) Remove the specified entries from the underlying store.voidBinaryEntryStore.loadAll(Set<? extends BinaryEntry<K, V>> setBinEntries) Load the values from the underlying store and update the specified entries.voidNonBlockingEntryStore.loadAll(Set<? extends BinaryEntry<K, V>> setBinEntries, StoreObserver<K, V> observer) Load the values from the underlying store and update the specified entries by calling the onNext method of the providedStoreObserverobject, or onError if the store operation failed.voidBinaryEntryStore.storeAll(Set<? extends BinaryEntry<K, V>> setBinEntries) Store the entries in the specified set in the underlying store.voidNonBlockingEntryStore.storeAll(Set<? extends BinaryEntry<K, V>> setBinEntries, StoreObserver<K, V> observer) Asynchronously store the entries in the specified set in the underlying store. -
Uses of BinaryEntry in com.tangosol.net.events
Methods in com.tangosol.net.events that return types with arguments of type BinaryEntryModifier and TypeMethodDescriptionstatic Map<EntryEvent.Type, Set<BinaryEntry>> EventHelper.getEntryEventsMap(TransactionEvent event) Converts the providedTransactionEventinto a map keyed byEntryEventand with a value of a Set ofentries.static Map<EntryEvent.Type, Set<BinaryEntry>> EventHelper.getEntryEventsMap(UnsolicitedCommitEvent event) Converts the providedUnsolicitedCommitEventinto a map keyed byEntryEventand with a value of a Set ofentries.protected static Map<EntryEvent.Type, Set<BinaryEntry>> EventHelper.getEntryEventsMap(Set<BinaryEntry> setEntries, boolean fPreEvent) Converts the provided set ofentriesinto a map keyed byEntryEventand with a value of a Set of entries.Method parameters in com.tangosol.net.events with type arguments of type BinaryEntryModifier and TypeMethodDescriptionprotected static Map<EntryEvent.Type, Set<BinaryEntry>> EventHelper.getEntryEventsMap(Set<BinaryEntry> setEntries, boolean fPreEvent) Converts the provided set ofentriesinto a map keyed byEntryEventand with a value of a Set of entries. -
Uses of BinaryEntry in com.tangosol.net.events.partition
Methods in com.tangosol.net.events.partition that return types with arguments of type BinaryEntryModifier and TypeMethodDescriptionTransferEvent.getEntries()Return a map of cache names and associated set of read-onlyentriesencapsulated in thisTransferEvent.TransactionEvent.getEntrySet()A set ofentriesenlisted within this transaction.UnsolicitedCommitEvent.getEntrySet()A set ofentriesobserved to have been modified without being caused by the partitioned service.default Iterator<BinaryEntry> TransactionEvent.iterator()Returns an iterator over theentriesin this event.default Iterator<BinaryEntry> UnsolicitedCommitEvent.iterator()Returns an iterator over theentriesin this event. -
Uses of BinaryEntry in com.tangosol.net.events.partition.cache
Methods in com.tangosol.net.events.partition.cache that return BinaryEntryModifier and TypeMethodDescriptionEntryEvent.getEntry()Return theentryon which the action represented by thisEntryEventoccurred.Methods in com.tangosol.net.events.partition.cache that return types with arguments of type BinaryEntryModifier and TypeMethodDescriptionSet<BinaryEntry<K, V>> EntryEvent.getEntrySet()Deprecated.EntryProcessorEvent.getEntrySet()Return a Set ofentriesbeing processed by the entry processor.default Iterator<BinaryEntry> EntryProcessorEvent.iterator()Returns an iterator over theentriesin this event. -
Uses of BinaryEntry in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type BinaryEntryModifier and TypeMethodDescriptionvoidAuditingAuthorizer.checkRead(BinaryEntry entry, Subject subject, int nReason) voidStorageAccessAuthorizer.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.voidAuditingAuthorizer.checkWrite(BinaryEntry entry, Subject subject, int nReason) voidStorageAccessAuthorizer.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.protected voidAuditingAuthorizer.logEntryRequest(BinaryEntry entry, Subject subject, boolean fWrite, int nReason) Log the entry level authorization request. -
Uses of BinaryEntry in com.tangosol.util
Classes in com.tangosol.util that implement BinaryEntryModifier and TypeClassDescriptionprotected classConverterMapEventBinaryEntry provides both the Map Entry and the BinaryEntry interfaces to the information encapsulated inside the ConverterMapEvent.protected static classBinaryEntry wrapper that routes the getValue()/getBinaryValue() calls onto getOriginalValue()/getOriginalBinaryValue().Methods in com.tangosol.util that return BinaryEntryModifier and TypeMethodDescriptiondefault BinaryEntry<K, V> InvocableMap.Entry.asBinaryEntry()Return this entry as aBinaryEntry.default <K1,V1> BinaryEntry <K1, V1> BinaryEntry.getAssociatedEntry(String sMapName, K1 key) Return an associated entry from the specified map, obtaining exclusive access to that map entry.default <K1,V1> BinaryEntry <K1, V1> BinaryEntry.getAssociatedEntry(String sMapName, K1 key, boolean fReadOnly) Return an associated entry from the specified map, obtaining either an exclusive or shared (read-only) access to that map entry.Constructors in com.tangosol.util with parameters of type BinaryEntryModifierConstructorDescriptionprotectedRoutingBinaryEntry(BinaryEntry entry) Construct a routing entry.protectedConstruct a routing entry.
EntryEvent.getEntry()and related methods instead