Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Abort an atomic sequence of mutating operations.
abort(Object) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Abort an atomic sequence of mutating operations.
abort(Object) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
abort(Throwable) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Abort all changes that have been made to the persistent store by this BatchTask.
abortInternal(Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Abort an atomic sequence of mutating operations.
ABOVE - Static variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
AbstractAggregator<K,V,T,E,R> - Class in com.tangosol.util.aggregator
Abstract base class implementation of InvocableMap.EntryAggregator that supports streaming aggregation.
AbstractAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractAggregator
Deserialization constructor.
AbstractAggregator(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.aggregator.AbstractAggregator
Construct an AbstractAggregator that will aggregate values extracted from a set of InvocableMap.Entry objects.
AbstractAggregator(String) - Constructor for class com.tangosol.util.aggregator.AbstractAggregator
Construct an AbstractAggregator that will aggregate values extracted from a set of InvocableMap.Entry objects.
AbstractAsynchronousAggregator<K,V,P,R> - Class in com.tangosol.util.aggregator
Abstract base class for asynchronous entry aggregators.
AbstractAsynchronousAggregator(InvocableMap.StreamingAggregator<K, V, P, R>, int) - Constructor for class com.tangosol.util.aggregator.AbstractAsynchronousAggregator
Construct an AsynchronousAggregator for a given streaming aggregator.
AbstractAsynchronousProcessor<K,V,R,T> - Class in com.tangosol.util.processor
Abstract base class for asynchronous entry processors.
AbstractAsynchronousProcessor(InvocableMap.EntryProcessor<K, V, R>, int) - Constructor for class com.tangosol.util.processor.AbstractAsynchronousProcessor
Construct AbstractAsynchronousProcessor instance.
AbstractAsyncRepository<ID,T> - Class in com.oracle.coherence.repository
Abstract base class for asynchronous Coherence repository implementations.
AbstractAsyncRepository() - Constructor for class com.oracle.coherence.repository.AbstractAsyncRepository
 
AbstractBackingMapManager - Class in com.tangosol.net
Abstract base of the BackingMapManager implementations.
AbstractBackingMapManager() - Constructor for class com.tangosol.net.AbstractBackingMapManager
Default constructor.
AbstractBigDecimalAggregator<T> - Class in com.tangosol.util.aggregator
Abstract aggregator that processes Number values extracted from a set of entries in a Map and returns a result in a form of a BigDecimal value.
AbstractBigDecimalAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Default constructor (necessary for the ExternalizableLite interface).
AbstractBigDecimalAggregator(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Construct an AbstractBigDecimalAggregator object.
AbstractBigDecimalAggregator(String) - Constructor for class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Construct an AbstractBigDecimalAggregator object.
AbstractBinaryEntryBundler - Class in com.tangosol.net.cache
An abstract BinaryEntry-based bundler that serves as a base for BinaryEntryStore operation bundling.
AbstractBinaryEntryBundler() - Constructor for class com.tangosol.net.cache.AbstractBinaryEntryBundler
 
AbstractBinaryEntryBundler.Bundle - Class in com.tangosol.net.cache
 
AbstractBinaryStore - Class in com.tangosol.io
Abstract implementation of the BinaryStore interface.
AbstractBinaryStore() - Constructor for class com.tangosol.io.AbstractBinaryStore
 
AbstractBufferInput() - Constructor for class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Default constructor.
AbstractBufferManager - Class in com.tangosol.io.nio
Provides a basic implementation of ByteBufferManager.
AbstractBufferManager(int, int) - Constructor for class com.tangosol.io.nio.AbstractBufferManager
Construct a AbstractBufferManager that supports a buffer of a certain initial and maximum size.
AbstractBufferOutput() - Constructor for class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Construct an AbstractBufferOutput that will begin writing at the start of the containing WriteBuffer.
AbstractBufferOutput(int) - Constructor for class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Construct an AbstractBufferOutput that will begin writing at the specified offset within the containing WriteBuffer.
AbstractBundler - Class in com.tangosol.net.cache
An abstract base for processors that implement bundling strategy.
AbstractBundler() - Constructor for class com.tangosol.net.cache.AbstractBundler
Construct the bundler.
AbstractBundler.Bundle - Class in com.tangosol.net.cache
Bundle represents a unit of optimized execution.
AbstractBundler.Statistics - Class in com.tangosol.net.cache
Statistics class contains the latest bundler statistics.
AbstractByteArrayReadBuffer - Class in com.tangosol.io
The AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: the pre-existing Binary class a new byte[] based class that does not attempt to add the immutability aspect provided by the Binary class a new ByteBuffer based class that will work with Java NIO
AbstractByteArrayReadBuffer() - Constructor for class com.tangosol.io.AbstractByteArrayReadBuffer
Default constructor; intended for deserialization use by subclasses.
AbstractByteArrayReadBuffer(byte[], int, int) - Constructor for class com.tangosol.io.AbstractByteArrayReadBuffer
Construct an AbstractByteArrayReadBuffer on a portion of a byte array.
AbstractByteArrayReadBuffer.ByteArrayBufferInput - Class in com.tangosol.io
This is a simple implementation of the BufferInput interface on top of a byte array.
AbstractByteSequence - Class in com.tangosol.util
A simple base class for ByteSequence implementations.
AbstractByteSequence() - Constructor for class com.tangosol.util.AbstractByteSequence
 
AbstractByteSequence.AggregateByteSequence - Class in com.tangosol.util
A naive ByteSequence that glues two ByteSequence instances together.
AbstractByteSequence.PartialByteSequence - Class in com.tangosol.util
A naive ByteSequence that represents a portion of another ByteSequence.
AbstractCacheInterceptor - Class in com.oracle.coherence.cdi
Abstract base class for caching CDI interceptors.
AbstractCacheInterceptor(Coherence, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.AbstractCacheInterceptor
Construct cache interceptor.
AbstractCacheLoader<K,V> - Class in com.tangosol.net.cache
An abstract base class for the JCache CacheLoader.
AbstractCacheLoader() - Constructor for class com.tangosol.net.cache.AbstractCacheLoader
 
AbstractCacheStore<K,V> - Class in com.tangosol.net.cache
An abstract base class for the JCache CacheLoader.
AbstractCacheStore() - Constructor for class com.tangosol.net.cache.AbstractCacheStore
 
AbstractCachingScheme<D> - Class in com.tangosol.coherence.config.scheme
An AbstractCachingScheme is a base implementation for an CachingScheme.
AbstractCachingScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractCachingScheme
 
AbstractCertificateLoader - Class in com.tangosol.net.ssl
A base class for CertificateLoader implementations.
AbstractCertificateLoader(String) - Constructor for class com.tangosol.net.ssl.AbstractCertificateLoader
AbstractCodec() - Constructor for class com.tangosol.io.pof.reflect.Codecs.AbstractCodec
 
AbstractCoherenceBasedCache<K,V,C> - Class in com.tangosol.coherence.jcache
The base implementation of a CoherenceBasedCache.
AbstractCoherenceBasedCache(CoherenceBasedCacheManager, String, C) - Constructor for class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
AbstractCoherenceBasedCompleteConfiguration<K,V> - Class in com.tangosol.coherence.jcache
A base implementation of a CoherenceBasedCompleteConfiguration.
AbstractCoherenceBasedCompleteConfiguration() - Constructor for class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
AbstractCoherenceBasedCompleteConfiguration(CompleteConfiguration<K, V>) - Constructor for class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
Constructs an AbstractCoherenceBasedCompleteConfiguration based on another CompleteConfiguration.
AbstractComparableAggregator<T,R> - Class in com.tangosol.util.aggregator
Abstract aggregator that processes values extracted from a set of entries in a Map, with knowledge of how to compare those values.
AbstractComparableAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractComparableAggregator
Default constructor (necessary for the ExternalizableLite interface).
AbstractComparableAggregator(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.aggregator.AbstractComparableAggregator
Construct an AbstractComparableAggregator object.
AbstractComparableAggregator(ValueExtractor<? super T, ? extends R>, Comparator<? super R>) - Constructor for class com.tangosol.util.aggregator.AbstractComparableAggregator
Construct an AbstractComparableAggregator object.
AbstractComparableAggregator(String) - Constructor for class com.tangosol.util.aggregator.AbstractComparableAggregator
Construct an AbstractComparableAggregator object.
AbstractCompositeExtractor<T,E> - Class in com.tangosol.util.extractor
Abstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.
AbstractCompositeExtractor() - Constructor for class com.tangosol.util.extractor.AbstractCompositeExtractor
Default constructor
AbstractCompositeExtractor(ValueExtractor[]) - Constructor for class com.tangosol.util.extractor.AbstractCompositeExtractor
Construct a AbstractCompositeExtractor based on the specified ValueExtractor array.
AbstractCompositeScheme<T> - Class in com.tangosol.coherence.config.scheme
The AbstractCompositeScheme manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.
AbstractCompositeScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractCompositeScheme
 
AbstractConverterEntry(Map.Entry<FK, FV>) - Constructor for class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Constructor.
AbstractDoubleAggregator<T> - Class in com.tangosol.util.aggregator
Abstract aggregator that processes numeric values extracted from a set of entries in a Map.
AbstractDoubleAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractDoubleAggregator
Default constructor (necessary for the ExternalizableLite interface).
AbstractDoubleAggregator(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.AbstractDoubleAggregator
Construct an AbstractDoubleAggregator object.
AbstractDoubleAggregator(String) - Constructor for class com.tangosol.util.aggregator.AbstractDoubleAggregator
Construct an AbstractDoubleAggregator object.
AbstractEmptyElementProcessor<T> - Class in com.tangosol.coherence.config.xml.processor
A ConditionalElementProcessor that provides defined behaviors for processing empty XmlElements.
AbstractEmptyElementProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
Constructs an AbstractEmptyElementProcessor that will attempt to process empty XmlElements.
AbstractEmptyElementProcessor(AbstractEmptyElementProcessor.EmptyElementBehavior) - Constructor for class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
Constructs an AbstractEmptyElementProcessor with the specified behavior for processing empty XmlElements (with a default value of null).
AbstractEmptyElementProcessor(T) - Constructor for class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
Constructs an AbstractEmptyElementProcessor that will return the specified default value when it encounters an empty XmlElement.
AbstractEmptyElementProcessor.EmptyElementBehavior - Enum Class in com.tangosol.coherence.config.xml.processor
The behavior of the ConditionalElementProcessor when it encounters an empty XmlElement.
AbstractEntryBundler - Class in com.tangosol.net.cache
An abstract entry-based bundler serves as a base for NamedCache.put() and CacheStore.store() operation bundling.
AbstractEntryBundler() - Constructor for class com.tangosol.net.cache.AbstractEntryBundler
 
AbstractEntryBundler.Bundle - Class in com.tangosol.net.cache
 
AbstractEvictionPolicy - Class in com.tangosol.net.cache
An abstract base class for custom cache eviction policies.
AbstractEvictionPolicy() - Constructor for class com.tangosol.net.cache.AbstractEvictionPolicy
 
AbstractEvolvable - Class in com.tangosol.io
An abstract base class for implementing Evolvable objects.
AbstractEvolvable() - Constructor for class com.tangosol.io.AbstractEvolvable
 
AbstractEvolvableProcessor<K,V,R> - Class in com.tangosol.util.processor
An Evolvable AbstractProcessor that is a partial EntryProcessor implementation that provides the default implementation of the AbstractEvolvableProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>) method.
AbstractEvolvableProcessor() - Constructor for class com.tangosol.util.processor.AbstractEvolvableProcessor
 
AbstractExtractor<T,E> - Class in com.tangosol.util.extractor
Abstract base for ValueExtractor implementations.
AbstractExtractor() - Constructor for class com.tangosol.util.extractor.AbstractExtractor
 
AbstractInvocable - Class in com.tangosol.net
An abstract base for Invocable and PriorityTask implementations.
AbstractInvocable() - Constructor for class com.tangosol.net.AbstractInvocable
 
AbstractJCacheStatistics - Class in com.tangosol.coherence.jcache.common
Shared implementation between implementations of JCacheStatistics.
AbstractJCacheStatistics() - Constructor for class com.tangosol.coherence.jcache.common.AbstractJCacheStatistics
 
AbstractJournalScheme<T> - Class in com.tangosol.coherence.config.scheme
The AbstractJournalScheme contains functionality common to all Journal schemes.
AbstractJournalScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractJournalScheme
 
AbstractKeyBasedMap<K,V> - Class in com.tangosol.util
AbstractKeyBasedMap is a base class for Map implementations.
AbstractKeyBasedMap() - Constructor for class com.tangosol.util.AbstractKeyBasedMap
 
AbstractKeyBasedMap.DeferredCacheEvent<K,V> - Class in com.tangosol.util
A DeferredCacheEvent is a CacheEvent object that defers the loading of the old value.
AbstractKeyBasedMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
AbstractKeyBasedMap.EntrySet.Entry - Class in com.tangosol.util
A Map Entry implementation that defers its value acquisition from the containing map (via Map.get(Object)) if the Entry is constructed with a null value.
AbstractKeyBasedMap.EntrySet.EntrySetIterator - Class in com.tangosol.util
An Iterator over the EntrySet that is backed by the Map.
AbstractKeyBasedMap.KeySet - Class in com.tangosol.util
A set of keys backed by this map.
AbstractKeyBasedMap.ValuesCollection - Class in com.tangosol.util
A Collection of values backed by this map.
AbstractKeyBasedMap.ValuesCollection.ValuesIterator - Class in com.tangosol.util
An Iterator over the values Collection that is backed by the AbstractKeyBasedMap.
AbstractKeyBundler - Class in com.tangosol.net.cache
An abstract key-based bundler serves as a base for NamedCache get() and remove() operation bundling as well as the CacheStore load() and erase() operation bundling.
AbstractKeyBundler() - Constructor for class com.tangosol.net.cache.AbstractKeyBundler
 
AbstractKeyBundler.Bundle - Class in com.tangosol.net.cache
Bundle represents a unit of optimized execution.
AbstractKeySetBasedMap<K,V> - Class in com.tangosol.util
AbstractKeySetBasedMap is an extension to the AbstractKeyBasedMap that has a full awareness of the set of keys upon which the Map is based.
AbstractKeySetBasedMap() - Constructor for class com.tangosol.util.AbstractKeySetBasedMap
 
AbstractKeySetBasedMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
AbstractKeySetBasedMap.KeyIterator - Class in com.tangosol.util
An iterator over the keys from the internal key Set that implements element removal via the Map's removeBlind method.
AbstractKeySetBasedMap.KeySet - Class in com.tangosol.util
A set of keys backed by this map.
AbstractKeySetBasedMap.ValuesCollection - Class in com.tangosol.util
A Collection of values backed by this map.
AbstractKeyStoreLoader - Class in com.tangosol.net.ssl
A base class for KeyStoreLoader implementations.
AbstractKeyStoreLoader(String) - Constructor for class com.tangosol.net.ssl.AbstractKeyStoreLoader
 
AbstractLocalCachingScheme<T> - Class in com.tangosol.coherence.config.scheme
The AbstractLocalCachingScheme is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.
AbstractLocalCachingScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractLocalCachingScheme
 
AbstractLongAggregator<T> - Class in com.tangosol.util.aggregator
Abstract aggregator that processes numeric values extracted from a set of entries in a Map.
AbstractLongAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractLongAggregator
Default constructor (necessary for the ExternalizableLite interface).
AbstractLongAggregator(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.AbstractLongAggregator
Construct an AbstractLongAggregator object.
AbstractLongAggregator(String) - Constructor for class com.tangosol.util.aggregator.AbstractLongAggregator
Construct an AbstractLongAggregator object.
AbstractLongArray<V> - Class in com.tangosol.util
An implementation of portions of the LongArray interface.
AbstractLongArray() - Constructor for class com.tangosol.util.AbstractLongArray
 
AbstractMapListener - Class in com.tangosol.util
A base class that simplifies the implementation of a MapListener, particularly inner classes that only implement one or two of the three event methods.
AbstractMapListener() - Constructor for class com.tangosol.util.AbstractMapListener
 
AbstractMarshaller<T> - Class in com.tangosol.coherence.rest.io
Abstract base class for built-in marshallers.
AbstractMarshaller(Class<T>) - Constructor for class com.tangosol.coherence.rest.io.AbstractMarshaller
Construct a marshaller instance.
AbstractNamespaceHandler - Class in com.tangosol.config.xml
An AbstractNamespaceHandler provides a base implementation of a NamespaceHandler with support for implicit and explicit registration of ElementProcessors and AttributeProcessors for those xml attributes and elements occurring in the associated xml namespace.
AbstractNamespaceHandler() - Constructor for class com.tangosol.config.xml.AbstractNamespaceHandler
AbstractNioManagerBuilder<T> - Class in com.tangosol.coherence.config.builder.storemanager
The AbstractNioManagerBuilder class is an abstract class used to build an NIO file manager or an NIO memory manager.
AbstractNioManagerBuilder() - Constructor for class com.tangosol.coherence.config.builder.storemanager.AbstractNioManagerBuilder
 
AbstractOPToken(String, String, String) - Constructor for class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
Construct an AbstractOpToken.
AbstractPartitionedIterator<T> - Class in com.tangosol.net.partition
Abstract base class for partitioned iterators.
AbstractPartitionedIterator(Filter, NamedCache, PartitionSet) - Constructor for class com.tangosol.net.partition.AbstractPartitionedIterator
Create AbstractPartitionedIterator instance.
AbstractPartitionedIterator(Filter, NamedCache, PartitionSet, boolean, boolean) - Constructor for class com.tangosol.net.partition.AbstractPartitionedIterator
Create AbstractPartitionedIterator instance.
AbstractPersistenceEnvironment - Class in com.tangosol.persistence
Abstract implementation of a ReadBuffer-based PersistentEnvironment.
AbstractPersistenceEnvironment(File, File, File) - Constructor for class com.tangosol.persistence.AbstractPersistenceEnvironment
Create a new BerkeleyDBEnvironment that manages a singleton BerkeleyDBManager with the specified directories: data - active persistence snapshot - location for snapshots trash - optional location trashed stores events - optional location for event storage
AbstractPersistenceEnvironment(File, File, File, File) - Constructor for class com.tangosol.persistence.AbstractPersistenceEnvironment
Create a new BerkeleyDBEnvironment that manages a singleton BerkeleyDBManager with the specified directories: data - active persistence snapshot - location for snapshots trash - optional location trashed stores events - optional location for event storage backup - optional location for backup storage
AbstractPersistenceEnvironment(File, File, File, File, File) - Constructor for class com.tangosol.persistence.AbstractPersistenceEnvironment
Create a new BerkeleyDBEnvironment that manages a singleton BerkeleyDBManager with the specified directories: data - active persistence backup - optional location for backup storage events - optional location for event storage snapshot - location for snapshots trash - optional location trashed stores
AbstractPersistenceEnvironment.DefaultFailureContinuation - Class in com.tangosol.persistence
Continuation implementation that accepts a Throwable and throws a PersistenceException.
AbstractPersistenceManager<PS> - Class in com.tangosol.persistence
Abstract implementation of a ReadBuffer-based PersistentManager.
AbstractPersistenceManager(File, File, String) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager
Create a new AbstractPersistenceManager.
AbstractPersistenceManager.AbstractPersistenceSnapshotTools - Class in com.tangosol.persistence
Abstract implementation of PersistenceTools which can be extended to support local snapshot operations for specific implementations.
AbstractPersistenceManager.AbstractPersistentStore - Class in com.tangosol.persistence
Abstract implementation of a ReadBuffer-based PersistentStore.
AbstractPersistenceManager.AbstractPersistentStore.BatchTask - Class in com.tangosol.persistence
Runnable implementation that is used to perform and commit a sequence of mutating persistent store operations asynchronously.
AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation - Class in com.tangosol.persistence
An erase() Operation.
AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation - Class in com.tangosol.persistence
Base class for Runnable implementations that encapsulate a persistent store operation.
AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation - Class in com.tangosol.persistence
A store() Operation.
AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask - Class in com.tangosol.persistence
A Task implementation that deletes an extent from the associated store.
AbstractPersistenceManager.AbstractPersistentStore.OpenTask - Class in com.tangosol.persistence
An OpenTask opens the store (parent of this inner class) with the provided store and notifies the Collector when complete.
AbstractPersistenceManager.BatchTasks - Class in com.tangosol.persistence
A collection of tasks to execute in a loop.
AbstractPersistenceManager.Task - Class in com.tangosol.persistence
Runnable extension that adds the ability to notify the task that it has been canceled.
AbstractPersistenceSnapshotTools(File, OfflinePersistenceInfo) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistenceSnapshotTools
Construct an abstract implementation for a given snapshot directory.
AbstractPersistenceTools - Class in com.tangosol.persistence
Abstract implementation of PersistenceTools which can be extended for either local or archived snapshot operations.
AbstractPersistenceTools(OfflinePersistenceInfo) - Constructor for class com.tangosol.persistence.AbstractPersistenceTools
Constructs an abstract implementation of PersistenceTools that can be utilized for both local or archived snapshot operations.
AbstractPersistenceTools.StatsVisitor - Class in com.tangosol.persistence
An implementation of a CachePersistenceHelper.Visitor to collect details statistics from the snapshot we are analysing.
AbstractPersistentStore(String) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Create a new AbstractPersistentStore with the given identifier.
AbstractPofHandler - Class in com.tangosol.io.pof
An abstract implementation of PofHandler that delegates to a PofHandler.
AbstractPofHandler(PofHandler) - Constructor for class com.tangosol.io.pof.AbstractPofHandler
Construct a delegating PofHandler.
AbstractPofPath - Class in com.tangosol.io.pof.reflect
Abstract base class for static, path-based implementations of PofNavigator interface.
AbstractPofPath() - Constructor for class com.tangosol.io.pof.reflect.AbstractPofPath
 
AbstractPofValue - Class in com.tangosol.io.pof.reflect
An abstract base class that implements common functionality for all PofValue types.
AbstractPofValue(PofValue, ReadBuffer, PofContext, int, int) - Constructor for class com.tangosol.io.pof.reflect.AbstractPofValue
Construct a PofValue instance wrapping the supplied buffer.
AbstractPriorityTask - Class in com.tangosol.net
An abstract base for PriorityTask implementations.
AbstractPriorityTask() - Constructor for class com.tangosol.net.AbstractPriorityTask
 
AbstractPrivateKeyLoader - Class in com.tangosol.net.ssl
A base class for PrivateKeyLoader implementations.
AbstractPrivateKeyLoader(String) - Constructor for class com.tangosol.net.ssl.AbstractPrivateKeyLoader
AbstractProcessor<K,V,R> - Class in com.tangosol.util.processor
An AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of the AbstractProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>) method.
AbstractProcessor() - Constructor for class com.tangosol.util.processor.AbstractProcessor
 
AbstractQueryEngine - Class in com.tangosol.coherence.rest.query
Abstract base class for QueryEngine implementations.
AbstractQueryEngine() - Constructor for class com.tangosol.coherence.rest.query.AbstractQueryEngine
 
AbstractQueryEngine.ParsedQuery - Class in com.tangosol.coherence.rest.query
Immutable helper class that wraps both final query string and a map of parameter types, keyed by parameter name.
AbstractQueryPlusStatementBuilder - Class in com.tangosol.coherence.dslquery.queryplus
This is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements.
AbstractQueryPlusStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
Construct a AbstractQueryPlusStatementBuilder.
AbstractQueryPlusStatementBuilder.AbstractOPToken - Class in com.tangosol.coherence.dslquery.queryplus
An OPToken implementation that holds the name of the functor associated to an OPToken.
AbstractQueryPlusStatementBuilder.AbstractStatement - Class in com.tangosol.coherence.dslquery.queryplus
An abstract base class that allows sub classes to implement the applicable methods on Statement.
AbstractQueryRecorderFilter<T> - Class in com.tangosol.util.filter
Abstract base class implementation of QueryRecorderFilter.
AbstractQueryRecorderFilter() - Constructor for class com.tangosol.util.filter.AbstractQueryRecorderFilter
 
AbstractReadBuffer - Class in com.tangosol.io
Abstract base implementation of the ReadBuffer interface.
AbstractReadBuffer() - Constructor for class com.tangosol.io.AbstractReadBuffer
 
AbstractReadBuffer.AbstractBufferInput - Class in com.tangosol.io
This is an implementation of the BufferInput interface that delegates its work back to its ReadBuffer.
AbstractRecordableStep(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.AbstractRecordableStep
Construct an AbstractRecordableStep.
AbstractRepository<ID,T> - Class in com.oracle.coherence.repository
Abstract base class for Coherence repository implementations.
AbstractRepository() - Constructor for class com.oracle.coherence.repository.AbstractRepository
 
AbstractRepositoryBase<ID,T,M> - Class in com.oracle.coherence.repository
Base functionality for all Coherence repository implementations.
AbstractRepositoryBase() - Constructor for class com.oracle.coherence.repository.AbstractRepositoryBase
 
AbstractRepositoryBase.Listener<T> - Interface in com.oracle.coherence.repository
An interface that should be implemented by the clients interested in repository events.
AbstractRepositoryBase.Listener.Builder<T> - Class in com.oracle.coherence.repository
A builder for a simple, lambda-based AbstractRepositoryBase.Listener.
AbstractRepositoryBase.MapListenerAdapter<ID,T> - Class in com.oracle.coherence.repository
Adapter from AbstractRepositoryBase.Listener to MapListener that can be registered with the backing NamedMap.
AbstractSafeLongArray<V> - Class in com.tangosol.util
An abstract base class for thread-safe LongArrays which are protected by lock(s).
AbstractSafeLongArray() - Constructor for class com.tangosol.util.AbstractSafeLongArray
 
AbstractSafeLongArray.SafeIterator - Class in com.tangosol.util
A lock based LongArray Iterator.
AbstractScheme - Class in com.tangosol.coherence.config.scheme
The AbstractScheme is the base implementation of a Scheme.
AbstractScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractScheme
 
AbstractScript - Class in com.tangosol.util
AbstractScriptBase is the base class for script based processing.
AbstractScript() - Constructor for class com.tangosol.util.AbstractScript
Default constructor for ExternalizableLite.
AbstractScript(String, String, Object...) - Constructor for class com.tangosol.util.AbstractScript
Create a AbstractScriptBase.
AbstractSerializationCache - Class in com.tangosol.net.cache
An abstract base class for serialization-based caches.
AbstractSerializationCache(BinaryStore) - Constructor for class com.tangosol.net.cache.AbstractSerializationCache
Construct a serialization cache on top of a BinaryStore.
AbstractSerializationCache(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.AbstractSerializationCache
Construct a serialization cache on top of a BinaryStore, optionally storing only Binary keys and values.
AbstractSerializationCache(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.AbstractSerializationCache
Construct a serialization cache on top of a BinaryStore, using the passed ClassLoader for deserialization.
AbstractServiceLoadBalancer<S,T> - Class in com.tangosol.net
An abstract base for ServiceLoadBalancer implementations.
AbstractServiceLoadBalancer() - Constructor for class com.tangosol.net.AbstractServiceLoadBalancer
 
AbstractServiceScheme<D> - Class in com.tangosol.coherence.config.scheme
The AbstractServiceScheme provides functionality common to all schemes that use services.
AbstractServiceScheme() - Constructor for class com.tangosol.coherence.config.scheme.AbstractServiceScheme
 
AbstractSnapshotArchiver - Class in com.tangosol.persistence
An abstract implementation of a SnapshotArchiver which must be extended to create a specific implementation.
AbstractSnapshotArchiver(String, String) - Constructor for class com.tangosol.persistence.AbstractSnapshotArchiver
Create a new AbstractSnapshotArchiver which is used to archive and retrieve snapshot parts to/from a common archive location.
There will be one instance of a AbstractSnapshotArchiver implementation per storage node / per configured Persistence service.
AbstractSnapshotStatement - Class in com.tangosol.coherence.dslquery.statement.persistence
Abstract implementation of an AbstractStatement providing functionality useful for generic snapshot statements.
AbstractSnapshotStatement(String, String) - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.AbstractSnapshotStatement
Create a AbstractSnapshotStatement that will prove base functionality for other snapshot commands.
AbstractSparseArray<V> - Class in com.tangosol.util
A data structure resembling an array indexed by long values, stored as an AVL tree.
AbstractSparseArray() - Constructor for class com.tangosol.util.AbstractSparseArray
Default constructor.
AbstractSparseArray.Crawler - Class in com.tangosol.util
A tree node iterator.
AbstractSparseArray.Node<V> - Class in com.tangosol.util
An AVL tree node.
AbstractSQLSnapshotOPToken - Class in com.tangosol.coherence.dslquery.token.persistence
An abstract implementation of a snapshot operation which can be extended to support different persistence operations.
AbstractSQLSnapshotOPToken(String) - Constructor for class com.tangosol.coherence.dslquery.token.persistence.AbstractSQLSnapshotOPToken
Construct a new AbstractSQLSnapshotOPToken.
AbstractSQLSnapshotOPToken(String, String) - Constructor for class com.tangosol.coherence.dslquery.token.persistence.AbstractSQLSnapshotOPToken
Construct a new AbstractSQLSnapshotOPToken.
AbstractStableIterator - Class in com.tangosol.util
Deprecated.
As of Coherence 12.1.2, replaced by AbstractStableIterator
AbstractStableIterator() - Constructor for class com.tangosol.util.AbstractStableIterator
Deprecated.
 
AbstractStatement - Class in com.tangosol.coherence.dslquery.statement
A base class for Statement implementations.
AbstractStatement() - Constructor for class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
 
AbstractStatement() - Constructor for class com.tangosol.coherence.dslquery.statement.AbstractStatement
 
AbstractStatementBuilder<T> - Class in com.tangosol.coherence.dslquery.statement
A base class for StatementBuilder implementations.
AbstractStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
 
AbstractStoreManager - Class in com.tangosol.io.nio
A base implementation of BinaryStoreManager interface that uses BinaryMap objects built on a ByteBufferManager to provide BinaryStore objects.
AbstractStoreManager(int, int) - Constructor for class com.tangosol.io.nio.AbstractStoreManager
Construct a AbstractStoreManager that uses BinaryMap objests built on the ByteBufferManager(s) with certain initial and maximum size.
AbstractStoreManagerBuilder<T> - Class in com.tangosol.coherence.config.builder.storemanager
The AbstractStoreManagerBuilder class builds an instance of a BinaryStoreManager.
AbstractStoreManagerBuilder() - Constructor for class com.tangosol.coherence.config.builder.storemanager.AbstractStoreManagerBuilder
 
AbstractUpdater<K,V,U> - Class in com.tangosol.util.extractor
Abstract base for ValueUpdater implementations.
AbstractUpdater() - Constructor for class com.tangosol.util.extractor.AbstractUpdater
 
AbstractWrapperCollection() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Default constructor
AbstractWrapperCollection(Collection<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Create an AbstractWrapperCollection which delegates to the specified Collection.
AbstractWrapperEntry(Map.Entry<K, V>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Create an AbstractWrapperEntry which delegates to the specified Entry.
AbstractWrapperIterator(Iterator<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Create an AbstractWrapperIterator which delegates to the specified Iterator.
AbstractWrapperList() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperList
Default constructor.
AbstractWrapperList(List<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperList
Create an AbstractWrapperList which delegates to the specified List.
AbstractWrapperListIterator(ListIterator<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Create an AbstractWrapperListIterator which delegates to the specified ListIterator.
AbstractWrapperLongArray() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
AbstractWrapperMap() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Default constructor
AbstractWrapperMap(Map<K, V>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Create an AbstractWrapperMap which delegates to the specified Map.
AbstractWrapperSet() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSet
Default constructor.
AbstractWrapperSet(Set<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSet
Create an AbstractWrapperSet which delegates to the specified Set.
AbstractWrapperSortedMap() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
Construct instance which wraps an instance of a SortedMap.
AbstractWrapperSortedMap(SortedMap<K, V>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
Create an AbstractWrapperMap which delegates to the specified Map.
AbstractWrapperSortedSet() - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Default constructor
AbstractWrapperSortedSet(SortedSet<E>) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Create an AbstractWrapperSortedSet which delegates to the specified SortedSet.
AbstractWriteBuffer - Class in com.tangosol.io
The AbstractWriteBuffer is a partial implementation of the WriteBuffer interface intended to be used as a base class for easily creating concrete WriteBuffer implementations.
AbstractWriteBuffer() - Constructor for class com.tangosol.io.AbstractWriteBuffer
 
AbstractWriteBuffer.AbstractBufferOutput - Class in com.tangosol.io
AbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation.
Accelerated - Annotation Interface in com.oracle.coherence.repository
Repository implementations annotated with this class will keep deserialized entities in memory, in addition to a serialized binary form, of all entities in the repository.
accelerateEntryRipe(Binary) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Move the ripe time for the queued entry up to accelerate the store operation.
accept() - Method in class com.tangosol.net.CompositeAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.net.CompositeSocketAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.net.ConfigurableAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.net.RefreshableAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in interface com.tangosol.net.SocketAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.util.NullImplementation.NullAddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the SocketAddressProvider.getNextAddress() method.
accept(TermWalker) - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
 
accept(TermWalker) - Method in class com.tangosol.coherence.dsltools.termtrees.NodeTerm
 
accept(TermWalker) - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Do a dispatch back to the given walker.
accept(File) - Method in class com.tangosol.persistence.ArchiverHelper.DirectoryFileFilter
Deprecated.
Accept the given file only if it is a directory.
acceptAtom(String, AtomicTerm) - Method in interface com.tangosol.coherence.dsltools.termtrees.TermWalker
The receiver has been dispatched to from the given atom.
acceptBinaryOperator(String, Term, Term) - Method in class com.tangosol.coherence.dslquery.FilterBuilder
This method will take a Binary Operator and the left and right Terms for the operator and result in the creation of a Filter or a ValueExtractor.
acceptIdentifier(String) - Method in class com.tangosol.coherence.dslquery.FilterBuilder
 
acceptList(NodeTerm) - Method in class com.tangosol.coherence.dslquery.FilterBuilder
 
acceptNode(String, NodeTerm) - Method in interface com.tangosol.coherence.dsltools.termtrees.TermWalker
The receiver has been dispatched to from the given node.
AcceptorDependenciesProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse an <acceptor-config> and produce an AcceptorDependencies.
AcceptorDependenciesProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.AcceptorDependenciesProcessor
 
acceptPath(NodeTerm) - Method in class com.tangosol.coherence.dslquery.FilterBuilder
 
accepts(ProcessingContext, XmlElement) - Method in class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
Determines if the specified XmlElement should be processed.
accepts(ProcessingContext, XmlElement) - Method in interface com.tangosol.config.xml.ConditionalElementProcessor
Determines if the specified XmlElement should be processed.
acceptTerm(String, Term) - Method in interface com.tangosol.coherence.dsltools.termtrees.TermWalker
The receiver has been dispatched to from the given atom.
acceptUnaryOperator(String, Term) - Method in class com.tangosol.coherence.dslquery.FilterBuilder
 
AccessController - Interface in com.tangosol.net.security
The AccessController interface is used by the cluster services to verify whether or not a caller has sufficient rights to access protected clustered resources.
accessed(long, ExpiryPolicy) - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Update the JCacheEntryMetaInf based on the associated entry being accessed at the specified time.
accessInternalValue(long, ExpiryPolicy) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Access value
accumulate(InvocableMap.Entry) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator
 
accumulate(InvocableMap.Entry) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsClear
 
accumulate(InvocableMap.Entry) - Method in class com.tangosol.util.aggregator.CompositeAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.AbstractAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.Count
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.GroupAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.PriorityAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.QueryRecorder
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.ScriptAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in class com.tangosol.util.aggregator.TopNAggregator
 
accumulate(InvocableMap.Entry<? extends K, ? extends V>) - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
Accumulate one entry into the result.
accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.AbstractAggregator
 
accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.Count
 
accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.DistinctValues
 
accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.QueryRecorder
 
accumulate(Streamer<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
Accumulate multiple entries into the result.
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
accumulateAndGet(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
accumulateAndGet(int, IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
accumulateAndGet(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
accumulateAndGet(int, IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
accumulateAndGet(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
accumulateAndGet(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
accumulateAndGet(long, LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
accumulateAndGet(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
accumulateAndGet(long, LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
accumulateAndGet(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
accumulateAndGet(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
accumulateAndGet(V, BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
accumulateAndGet(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
accumulateAndGet(V, BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
accumulateAndGet(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
acquire() - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
acquire() - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire() - Method in interface com.oracle.coherence.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
acquire(int) - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquire(int) - Method in interface com.oracle.coherence.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireReadLock() - Method in class com.tangosol.util.AbstractSafeLongArray
Acquire the read lock.
acquireReadLock() - Method in class com.tangosol.util.ReadHeavyLongArray
 
acquireReadLock() - Method in class com.tangosol.util.SafeLongArray
 
acquireUninterruptibly() - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
acquireUninterruptibly() - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly() - Method in interface com.oracle.coherence.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
acquireUninterruptibly(int) - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
acquireUninterruptibly(int) - Method in interface com.oracle.coherence.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
acquireWriteLock() - Method in class com.tangosol.util.AbstractSafeLongArray
Acquire the write lock.
acquireWriteLock() - Method in class com.tangosol.util.ReadHeavyLongArray
 
acquireWriteLock() - Method in class com.tangosol.util.SafeLongArray
 
Action - Interface in com.tangosol.net
An Action represents a controllable action or behavior that a Service might perform.
ACTION_ALLOW - Static variable in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
The value of the hostname-verifier action to allow all connections.
ACTION_IGNORE - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in restoring the original Entry's value.
ACTION_IGNORE_LOGICAL - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in restoring the original Entry's value using the non-synthetic API.
ACTION_REMOVE - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in a removal of the entry.
ACTION_REMOVE_LOGICAL - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in a non-synthetic removal of the entry.
ACTION_ROLLBACK - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in an IllegalArgumentException thrown by the trigger.
ActionPolicy - Interface in com.tangosol.net
ActionPolicy defines which aspects of a Service's behavior are currently allowed.
ActionPolicyBuilder - Class in com.tangosol.coherence.config.builder
The abstract ActionPolicyBuilder is a base class builder for building ActionPolicy's instances and defers cache configuration validation until the instance is realized.
ActionPolicyBuilder() - Constructor for class com.tangosol.coherence.config.builder.ActionPolicyBuilder
 
ActionPolicyBuilder.ActionPolicyParameterizedBuilder - Class in com.tangosol.coherence.config.builder
ActionPolicyBuilder wrapper for a ParameterizedBuilder.
ActionPolicyBuilder.NullImplementationBuilder - Class in com.tangosol.coherence.config.builder
ActionPolicy Null Implementation
ActionPolicyBuilder.QuorumRule - Class in com.tangosol.coherence.config.builder
Intermediate QuorumRule with enough information to report a ConfigurationException at instantiation time.
ActionPolicyParameterizedBuilder(ParameterizedBuilder<ActionPolicy>) - Constructor for class com.tangosol.coherence.config.builder.ActionPolicyBuilder.ActionPolicyParameterizedBuilder
activate() - Method in class com.tangosol.net.CoherenceSession
 
activate() - Method in interface com.tangosol.net.ConfigurableCacheFactory
Activate prepares the factory to be used within a container and should be called before any other factory method.
activate() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Activate prepares the factory to be used within a container and should be called before any other factory method.
activate() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Activate prepares the factory to be used within a container and should be called before any other factory method.
activate() - Method in interface com.tangosol.net.Session
Activate this Session.
Activated - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any ACTIVATED event.
ACTIVATED - Enum constant in enum class com.tangosol.net.events.application.LifecycleEvent.Type
This LifecycleEvent is dispatched when a ConfigurableCacheFactory has been activated.
Activated.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Activated annotation.
Activating - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any ACTIVATING event.
ACTIVATING - Enum constant in enum class com.tangosol.net.events.application.LifecycleEvent.Type
This LifecycleEvent is dispatched prior to the activation of a ConfigurableCacheFactory.
Activating.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Activating annotation.
ADAPTER_INIT_PARAMS - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Parameters for finding the default adapter constructor.
add(int) - Method in class com.tangosol.net.partition.PartitionSet
Add the specified partition to the set.
add(int, E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
add(int, Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class com.tangosol.util.CircularArrayList
Insert the element at the specified position in this list.
add(int, Object) - Method in class com.tangosol.util.InflatableList
add(int, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class com.tangosol.util.SafeLinkedList
Inserts the specified element at the specified position in this List.
add(int, T) - Method in class com.tangosol.util.ConverterCollections.ConverterList
add(int, T) - Method in class com.tangosol.util.SubList
add(JCacheStatistics) - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
add(JCacheStatistics) - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
add JCacheStatistics stats to this instance.
add(JCacheStatistics) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
add(PropertySpec) - Method in class com.tangosol.coherence.rest.util.PropertySet
Add a property to this property set.
add(Parameter) - Method in interface com.tangosol.coherence.config.ParameterList
Adds a Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList.
add(Parameter) - Method in class com.tangosol.coherence.config.ResolvableParameterList
Adds a Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList.
add(Parameter) - Method in class com.tangosol.coherence.config.SimpleParameterList
Adds a Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList.
add(Parameter) - Method in class com.tangosol.config.expression.ScopedParameterResolver
Adds the specified Parameter to the outer ParameterResolver.
add(ReadWriteBackingMap.Entry, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Add an entry to the queue.
add(Guardable, long, float) - Method in class com.tangosol.net.GuardSupport
Add the specified guardable to the set of Guardables managed by this manager, subject to the specified service parameters.
add(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Add the specified PartitionSet to this set.
add(BinaryEntry) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Add the specified binary entry to the Bundle.
add(E) - Method in class com.tangosol.util.aggregator.TopNAggregator.PartialResult
 
add(E) - Method in class com.tangosol.util.ChainedCollection
 
add(E) - Method in class com.tangosol.util.ChainedSet
 
add(E) - Method in class com.tangosol.util.LiteSet
Ensures that this Set contains the specified element.
add(E) - Method in class com.tangosol.util.OpenHashSet
add(E) - Method in class com.tangosol.util.SortedBag
add(E) - Method in class com.tangosol.util.SortedBag.ViewBag
add(E) - Method in class com.tangosol.util.SubSet
add(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
add(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
add(E) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
add(Comparable) - Method in class com.tangosol.util.Tree
Add the passed key to the tree.
add(Object) - Method in class com.tangosol.coherence.config.SimpleParameterList
Adds the specified object to the end of the ParameterList as an anonymous Parameter.
add(Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Add the specified key to the Bundle.
add(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Add a key to the queue.
add(Object) - Method in class com.tangosol.net.CompositeAddressProvider
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class com.tangosol.net.LoadBalancer.Queue
Add an object to the end of the queue.
add(Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Appends the specified element to the end of this list.
add(Object) - Method in class com.tangosol.util.ChainedMap.EntrySet
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class com.tangosol.util.CircularArrayList
add(Object) - Method in class com.tangosol.util.DeltaSet
Ensures that this Collection contains the specified element.
add(Object) - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
add(Object) - Method in class com.tangosol.util.InflatableCollection
add(Object) - Method in class com.tangosol.util.MapSet
Ensures that this Set contains the specified element.
add(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
Ensures that this Collection contains the specified element.
add(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Ensures that this Collection contains the specified element.
add(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Ensures that this Collection contains the specified element.
add(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Inserts the specified element into the list.
add(Object) - Method in class com.tangosol.util.SafeLinkedList
Appends the specified element to the end of this List.
add(Object) - Method in class com.tangosol.util.SimpleLongArray
Add the passed element value to the LongArray and return the index at which the element value was stored.
add(Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Add the specified entry to the Bundle.
add(Runnable) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
add(String) - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies
 
add(String) - Method in class com.tangosol.util.StringTable
Add the passed string to the table.
add(String, int) - Method in class com.tangosol.coherence.config.builder.ListBasedAddressProviderBuilder
Add an address and port.
add(Comparator) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Append specified comparator to the end of list of comparators owned by this builder.
add(EventListener) - Method in class com.tangosol.util.Listeners
Add a listener.
add(Map.Entry<TK, TV>) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
add(T) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
add(T) - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
add(T) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
add(T) - Method in class com.tangosol.util.SubList
add(V) - Method in interface com.oracle.coherence.common.base.Collector
Notify the collector of a item of interest.
add(V) - Method in class com.tangosol.util.AbstractLongArray
Add the passed element value to the LongArray and return the index at which the element value was stored.
add(V) - Method in class com.tangosol.util.AbstractSafeLongArray
 
add(V) - Method in class com.tangosol.util.CopyOnWriteLongArray
Add the passed element value to the LongArray and return the index at which the element value was stored.
add(V) - Method in interface com.tangosol.util.LongArray
Add the passed element value to the LongArray and return the index at which the element value was stored.
add(V) - Method in class com.tangosol.util.NullImplementation.NullCollector
Notify the collector of a item of interest.
add(V) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
add(V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
addAddress(InetSocketAddress) - Method in class com.tangosol.net.CompositeAddressProvider
Add an address.
addAddress(SocketAddress) - Method in class com.tangosol.net.CompositeSocketAddressProvider
addAliases(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.BaseOperator
Add any aliases of this operator to the specified token table.
addAll(int, Collection) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Overrides the ArrayList implementation to force this throw the single object add() method.
addAll(int, Collection) - Method in class com.tangosol.util.CircularArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(int, Collection) - Method in class com.tangosol.util.InflatableList
addAll(int, Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class com.tangosol.util.SafeLinkedList
Inserts all of the elements in the specified collection at the specified location in this List.
addAll(int, Collection<? extends E>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
addAll(int, Collection<? extends T>) - Method in class com.tangosol.util.ConverterCollections.ConverterList
addAll(int, Collection<? extends T>) - Method in class com.tangosol.util.SubList
addAll(Listeners) - Method in class com.tangosol.util.Listeners
Add all listeners from another Listeners object.
addAll(StringTable) - Method in class com.tangosol.util.StringTable
Adds all of the nodes in the specified StringTable to this StringTable if they are not already present.
addAll(Tree) - Method in class com.tangosol.util.Tree
Adds all of the nodes in the specified Tree to this Tree if they are not already present.
addAll(Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Add the specified collection of keys to the Bundle.
addAll(Collection) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Overrides the ArrayList implementation to force this throw the single object add() method.
addAll(Collection) - Method in class com.tangosol.util.CircularArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in class com.tangosol.util.MapSet
Adds all of the elements in the specified Collection to this Set if they're not already present.
addAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection) - Method in class com.tangosol.util.SafeLinkedList
Appends all of the elements in the specified collection to the end of this List, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class com.tangosol.util.ChainedCollection
 
addAll(Collection<? extends E>) - Method in class com.tangosol.util.ChainedSet
 
addAll(Collection<? extends E>) - Method in class com.tangosol.util.LiteSet
Adds all of the elements in the specified Collection to this Set if they are not already present.
addAll(Collection<? extends E>) - Method in class com.tangosol.util.SubSet
addAll(Collection<? extends E>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
addAll(Collection<? extends E>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
addAll(Collection<? extends Map.Entry<TK, TV>>) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
addAll(Collection<? extends T>) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
addAll(Collection<? extends T>) - Method in class com.tangosol.util.SubList
addAll(Iterator<E>) - Method in class com.tangosol.util.aggregator.TopNAggregator.PartialResult
Add all specified values to this PartialResult.
addAll(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Add the specified collection of entries to the Bundle.
addAll(Set) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Add the specified set of binary entries to the Bundle.
addAlterSessionStatement() - Method in class com.tangosol.coherence.dslquery.QueryPlus
Add the QueryPlus ALTER SESSION statements
addAndGet(int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically adds the given value to the current value.
addAndGet(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
addAndGet(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
addAndGet(int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
addAndGet(int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
addAndGet(long) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically adds the given value to the current value.
addAndGet(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
addAndGet(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
addAndGet(long) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(long) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
addAndGet(long) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
addAttribute(String) - Method in class com.tangosol.run.xml.SimpleElement
Provides a means to add a new attribute value.
addAttribute(String) - Method in interface com.tangosol.run.xml.XmlElement
Provides a means to add a new attribute value.
addAuthorizedHostsToFilter(String, String) - Method in class com.tangosol.coherence.config.builder.InetAddressRangeFilterBuilder
Add an authorized host range to the filter.
addBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Once the current buffer is full, allocate a new one and make it the current buffer.
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in interface com.tangosol.coherence.jcache.CoherenceBasedCompleteConfiguration
Add a configuration for a CacheEntryListener.
addCacheMappingRegistry(SchemeMappingRegistry) - Method in class com.tangosol.coherence.config.CacheConfig
Add cache scheme mappings to the SchemeMappingRegistry.
addConfig(BundleManager.BundleConfig) - Method in class com.tangosol.coherence.config.scheme.BundleManager
Add the BundleConfig to the list of bundle configurations.
addCookie(Class<T>, String, T) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Adds the specified named and typed cookie to the ProcessingContext.
addCookie(Class<T>, String, T) - Method in interface com.tangosol.config.xml.ProcessingContext
Adds the specified named and typed cookie to the ProcessingContext.
addCookie(Class<T>, T) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Adds the specified cookie to the ProcessingContext.
addCookie(Class<T>, T) - Method in interface com.tangosol.config.xml.ProcessingContext
Adds the specified cookie to the ProcessingContext.
addDefaultDefinition(String, String) - Method in class com.tangosol.coherence.config.xml.preprocessor.CacheDefaultsPreprocessor
Adds a requirement that the specified "default" element must be added to (if not already defined) in the element specified by the defined parent path.
addDefaultsDefinition(String, XmlElement) - Method in class com.tangosol.coherence.config.xml.preprocessor.OperationalDefaultsPreprocessor
Defines that elements matching the specified path must contain the child elements defined by the default element.
addElement(Object) - Method in class com.tangosol.util.Dequeue
Adds an element to the dequeue.
addElement(String) - Method in class com.tangosol.run.xml.SimpleElement
Create a new element and add it as a child element to this element.
addElement(String) - Method in interface com.tangosol.run.xml.XmlElement
Create a new element and add it as a child element to this element.
addElementPreprocessor(DocumentElementPreprocessor.ElementPreprocessor) - Method in class com.tangosol.config.xml.DocumentElementPreprocessor
addElements(XmlElement, Iterator) - Static method in class com.tangosol.run.xml.XmlHelper
Add the elements from the iterator to the passed XML.
addEnumeration(Enumeration) - Method in class com.tangosol.util.ChainedEnumerator
Add the Enumeration to the end of the chain.
addEvent(Class<? extends CacheEntryListener>, CacheEntryEvent<K, V>) - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher
Requests that the specified event be prepared for dispatching to the specified type of listeners.
addEventInterceptor(EventInterceptor<E>) - Method in interface com.tangosol.net.events.EventDispatcher
Add an EventInterceptor to this dispatcher to be used to process Events.
addEventInterceptor(String, EventInterceptor<E>) - Method in interface com.tangosol.net.events.EventDispatcher
Add a uniquely identified EventInterceptor to this dispatcher to be used to process Events.
addEventInterceptor(String, EventInterceptor<E>, Set<T>, boolean) - Method in interface com.tangosol.net.events.EventDispatcher
Add a uniquely identified EventInterceptor to this dispatcher to be used to process Events.
addFilterMapListener(String, String, String, ByteString, long, boolean, boolean, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a MapListenerRequest that will subscribe to MapEvents for all entries in a cache matching a filter.
addForwardEntry(Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Add a new mapping to the forward index map.
addFunction(String, ParameterizedBuilder) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Map the specified CohQL ParameterizedBuilder to the specified function name.
addIndex(AddIndexRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Add an index to a cache.
addIndex(AddIndexRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
addIndex(AddIndexRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
addIndex(CacheRequestHolder<AddIndexRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the AddIndexRequest request.
addIndex(ValueExtractor<? super T, ? extends E>) - Method in interface com.tangosol.util.QueryMap
Add an unordered index to this QueryMap.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
If ContinuousQueryCache.isCacheValues() is true, the index will be created locally as well as on the NamedCache this ContinuousQueryCache wraps, otherwise, the index will be created on the wrapped NamedCache only.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.tangosol.net.cache.NearCache
Add an index to this QueryMap.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.tangosol.net.cache.WrapperNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Add an index to this QueryMap.
addIndex(ValueExtractor<? super T, ? extends E>, boolean, Comparator<? super E>) - Method in interface com.tangosol.util.QueryMap
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator, ObservableMap, Map) - Static method in class com.tangosol.util.InvocableMapHelper
Add an index to the given map of indexes, keyed by the given extractor.
addIndex(String, String, String, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a AddIndexRequest.
addIndex(String, String, String, ByteString, boolean) - Static method in class com.oracle.coherence.grpc.Requests
Create a AddIndexRequest.
addIndex(String, String, String, ByteString, boolean, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a AddIndexRequest.
addInternalValueDecoration(Object, int, Object) - Method in interface com.tangosol.net.BackingMapManagerContext
Decorate a specified value in the internal form with a specified decoration in the "normal" Object form.
addInternalValueDecoration(Object, int, Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Decorate a specified value in the internal form with a specified decoration in the "normal" Object form.
addInverseCollectionMapping(Map, Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Add new mappings from the elements of the given value to the given key in the supplied index.
addInverseMapping(Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Add a new mapping from the given indexed value to the given key in the inverse index.
addInverseMapping(Map, Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Add a new mapping from the given indexed value to the given key in the supplied index.
addIterator(Iterator) - Method in class com.tangosol.util.ChainedEnumerator
Add the Iterator to the end of the chain.
AdditionOperator - Class in com.tangosol.coherence.dslquery.operator
A BaseOperator implementation representing the addition (+) operator.
AdditionOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.AdditionOperator
Construct an AdditionOperator.
addKeyMapListener(String, String, String, ByteString, boolean, boolean, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a MapListenerRequest that will subscribe to MapEvents for a single entry in a cache.
addLifecycleListener(LifecycleListener) - Method in class com.tangosol.net.DefaultCacheServer
Add a LifecycleListener that will be notified of lifecycle events for this DefaultCacheServer.
addListener(boolean) - Method in class com.tangosol.coherence.rest.EntryResource
Register SSE event listener for this entry.
addListener(boolean, UriInfo) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Register SSE event listener for this named query.
addListener(boolean, String) - Method in class com.tangosol.coherence.rest.CacheResource
Register SSE event listener for this cache.
addListener(AbstractRepositoryBase.Listener<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Register a listener that will observe all repository events.
addListener(Filter<?>, long, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a filter-based listener of the given NamedCache.
addListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Register a listener that will observe all events for entities that satisfy the specified criteria.
addListener(FiniteStateMachineListener<S>) - Method in interface com.tangosol.util.fsm.FiniteStateMachine
addListener(FiniteStateMachineListener<S>) - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine
addListener(MapListener, Filter, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener that receives events based on a filter evaluation.
addListener(MapListener, Object, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener for a specific key.
addListener(MapListener, Set, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener for a set of keys.
addListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Register a listener that will observe all events for a specific entity.
addListener(Object, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a key-based listener of the given NamedCache.
addListener(Object, boolean, boolean, boolean) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Add this MapListenerProxy as a key-based listener of the given NamedCache.
AddListener() - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.AddListener
 
addListenerState(Map, Object, MapListener, boolean) - Static method in class com.tangosol.util.MapListenerSupport
Add a state information (lite or standard) associated with specified key and listener.
addListenerWithCheck(MapListener, Filter, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener that receives events based on a filter evaluation.
addListenerWithCheck(MapListener, Object, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener for a specific key.
addListenerWithCheck(MapListener, Set, boolean) - Method in class com.tangosol.util.MapListenerSupport
Add a map listener for a set of keys.
addLocalServiceProvider(String, ClusterDependencies.ServiceProvider) - Method in interface com.tangosol.net.ClusterDependencies
addLookupCallback(NameService.LookupCallback) - Method in interface com.tangosol.net.NameService
Register a NameService.LookupCallback to be used to perform lookups on names that are not bound to the NameService's directory.
addMap(int, Map) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Add a new mapping between a partition ID and its backing map.
addMapListener(AnnotatedMapListener<?, ?>) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListenerManager
Add specified listener to the collection of discovered observer-based listeners.
addMapListener(MapListener) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
addMapListener(MapListener) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener) - Method in class com.tangosol.net.cache.LocalCache
 
addMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener) - Method in class com.tangosol.util.ObservableHashMap
 
addMapListener(MapListener<? super K, ? super V_FRONT>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
addMapListener(MapListener<? super K, ? super V_FRONT>, Filter, boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
addMapListener(MapListener<? super K, ? super V_FRONT>, K, boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
addMapListener(MapListener<? super K, ? super V>) - Method in class com.tangosol.net.cache.NearCache
Add a standard map listener.
addMapListener(MapListener<? super K, ? super V>) - Method in interface com.tangosol.util.ObservableMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener<? super K, ? super V>) - Method in class com.tangosol.util.WrapperObservableMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener<? super K, ? super V>, Filter, boolean) - Method in class com.tangosol.net.cache.NearCache
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener<? super K, ? super V>, Filter, boolean) - Method in class com.tangosol.util.ObservableHashMap
 
addMapListener(MapListener<? super K, ? super V>, Filter, boolean) - Method in interface com.tangosol.util.ObservableMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener<? super K, ? super V>, Filter, boolean) - Method in class com.tangosol.util.WrapperObservableMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in class com.tangosol.net.cache.NearCache
Add a map listener for a specific key.
addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in class com.tangosol.util.ObservableHashMap
 
addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in interface com.tangosol.util.ObservableMap
Add a map listener for a specific key.
addMapListener(MapListener<? super K, ? super V>, K, boolean) - Method in class com.tangosol.util.WrapperObservableMap
Add a map listener for a specific key.
addMapListener(MapListener<? super TK, ? super TV>) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Add a standard map listener that will receive all events (inserts, updates, deletes) that occur against the map, with the key, old-value and new-value included.
addMapListener(MapListener<? super TK, ? super TV>, Filter, boolean) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener<? super TK, ? super TV>, TK, boolean) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.LocalCache
 
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.OverflowMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener, Object, boolean) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Add a map listener for a specific key.
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.cache.LocalCache
 
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.cache.OverflowMap
Add a map listener for a specific key.
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Add a map listener for a specific key.
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Add a map listener for a specific key.
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Add a map listener for a specific key.
addMBeanAttributes(ObjectName, Map<String, Object>, MBeanServer, Filter<MBeanAttributeInfo>) - Method in class com.tangosol.net.management.MBeanAccessor.GetAttributes
Add attributes of an MBean to a Map.
addMemberListener(MemberListener) - Method in interface com.tangosol.net.Service
Add a Member listener.
addMemberListener(MemberListener) - Method in class com.tangosol.net.WrapperService
Add a Member listener.
addMessageDuration(long) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Add a timing sample to the metrics.
addNamedProviderType(String, SocketProviderFactory.Dependencies.ProviderType) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Add SocketProviderFactory.Dependencies.ProviderType for sId identifier to this SocketProviderFactory's Dependency mapping.
addNamedQuery(NamedQuery) - Method in class com.tangosol.coherence.rest.config.QueryConfig
Add named query to this config.
addNamedSSLDependencies(String, SSLSocketProvider.Dependencies) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Add SSLSocketProvider.Dependencies for sId identifier to this SocketProviderFactory's Dependency mapping.
addNamedSSLDependenciesBuilder(String, SSLSocketProviderDependenciesBuilder) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
 
addNamedTCPDatagramDependencies(String, TcpDatagramSocketProvider.Dependencies) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Add TcpDatagramSocketProvider.Dependencies for sId identifier to this SocketProviderFactory's Dependency mapping.
addNotificationListener(String, NotificationListener, NotificationFilter, Object) - Method in interface com.tangosol.net.management.MBeanServerProxy
Adds a listener to a registered MBean.
addNotificationListener(String, NotificationListener, NotificationFilter, Object) - Method in class com.tangosol.net.management.WrapperMBeanServerProxy
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean.SilentEmitter
 
addOperator(BaseOperator) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Add the custom operator to the CohQL language.
addOPToken(OPToken) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
Add the specified OPToken to the Map of tokens that will be called depending on the next token parsed from the token stream.
addOPToken(String, OPToken) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
Add the specified OPToken to the Map of tokens that will be called depending on the next token parsed from the token stream.
addPartitionListener(PartitionListener) - Method in interface com.tangosol.net.PartitionedService
Add a PartitionListener to this service.
addProvider(AddressProvider) - Method in class com.tangosol.net.CompositeAddressProvider
Add an AddressProvider.
addProvider(SocketAddressProvider) - Method in class com.tangosol.net.CompositeSocketAddressProvider
addQuorumRule(String, int, int) - Method in class com.tangosol.coherence.config.builder.PartitionedCacheQuorumPolicyBuilder
 
addQuorumRule(String, int, int, float) - Method in class com.tangosol.coherence.config.builder.PartitionedCacheQuorumPolicyBuilder
 
addRegistrySchemeMapping(SchemeMappingRegistry) - Method in class com.tangosol.coherence.config.CacheConfig
Add topic scheme mappings to scheme SchemeMappingRegistry if no mapping already exists for the same patter.
addRequestDuration(long) - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Add a timing sample to the metrics.
address - Variable in class com.tangosol.net.LoadBalancer.AddressPort
The address.
AddressHolder(String, int) - Constructor for class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Construct an AddressHolder for the specified host and port.
AddressIterator(List) - Constructor for class com.tangosol.net.CompositeAddressProvider.AddressIterator
 
AddressPort(InetAddress, int) - Constructor for class com.tangosol.net.LoadBalancer.AddressPort
Construct an AddressPort object.
AddressProvider - Interface in com.tangosol.net
The AddressProvider is a subclass interface of SocketAddressProvider which returns InetSocketAddress from AddressProvider.getNextAddress().
AddressProviderBuilder - Interface in com.tangosol.coherence.config.builder
AddressProviderBuilder interface
AddressProviderBuilderProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse and produce a ParameterizedBuilder<AddressProvider> based on an address-provider configuration element, that of which is defined as such (with support for foreign-namespaces)
AddressProviderBuilderProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.AddressProviderBuilderProcessor
 
AddressProviderFactory - Interface in com.tangosol.net
A factory for AddressProvider objects.
addSafeListener(Map, Filter, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Ensure that the specified map has a Listeners object associated with the specified Filter and add the specified listener to it.
addSafeListener(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Ensure that the specified map has a Listeners object associated with the specified key and add the specified listener to it.
addServiceListener(ServiceListener) - Method in class com.tangosol.net.WrapperService
Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.
addServiceListener(ServiceListener) - Method in interface com.tangosol.util.Service
Register a ServiceListener that will receive events pertaining to the lifecycle of this Service.
addSession(SessionConfiguration) - Method in class com.tangosol.net.Coherence
Add a session to this Coherence instance.
addSessionIfAbsent(SessionConfiguration) - Method in class com.tangosol.net.Coherence
Add a session to this Coherence instance, iff a session configuration is not already present in this Coherence instance with the specified name.
addSessionIfAbsent(String, Supplier<SessionConfiguration>) - Method in class com.tangosol.net.Coherence
Add a session to this Coherence instance, iff a session configuration is not already present in this Coherence instance with the specified name.
addStateEntryAction(S, StateEntryAction<S>) - Method in class com.tangosol.util.fsm.SimpleModel
Adds/overrides the StateEntryAction for the specified state in the Model.
addStateExitAction(S, StateExitAction<S>) - Method in class com.tangosol.util.fsm.SimpleModel
Adds/overrides the StateExitAction for the specified state in the Model.
addStatement(AbstractQueryPlusStatementBuilder) - Method in class com.tangosol.coherence.dslquery.QueryPlus
Add a new QueryPlus statement.
addStatement(String, StatementBuilder<?>) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Register the given StatementBuilder to the specified functor name.
addTask(AbstractPersistenceManager.Task) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Add the provided task to the set of tasks.
addToken(OPToken) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token t under the id stored in the token
addToken(OPToken, String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token t with given ast name
addToken(String, OPToken) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token t under the given name
addToken(String, OPToken, String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token t under the given name with given ast name
addToken(String, OPToken, String, String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token t under the given name with given led and nud names
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.AdditionOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.AndOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.BaseOperator
Add this operator to the given TokenTable.
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.BetweenOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.ContainsAllOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.ContainsAnyOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.ContainsOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.DivisionOperator
Add this operator to the given TokenTable.
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.EqualsOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.GreaterEqualsOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.GreaterOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.ILikeOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.InOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.LessEqualsOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.LessOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.LikeOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.MultiplicationOperator
Add this operator to the given TokenTable.
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.NotEqualsOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.OrOperator
 
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.SubtractionOperator
Add this operator to the given TokenTable.
addToTokenTable(TokenTable) - Method in class com.tangosol.coherence.dslquery.operator.XorOperator
 
addTransition(Transition<S>) - Method in class com.tangosol.util.fsm.SimpleModel
Adds the specified Transition to the Model.
addType(T) - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Add specified event type to a set of types this interceptor should handle.
adjust() - Method in class com.tangosol.net.cache.AbstractBundler
Adjust this Bundler's parameters according to the available statistical information.
adjust(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Adjust the offset of this BufferOutput based on a write that by-passed this BufferOutput's own super-class implementation that is responsible for maintaining the offset.
adjustDepth(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Adjust the complex data structure depth.
adjustDoubleBalance(AbstractSparseArray.Node<V>, AbstractSparseArray.Node<V>, int) - Method in class com.tangosol.util.AbstractSparseArray
Adjust the balance factor of a node and its descendants prior to a a double rotation.
adjustIndirectStorageSize(long) - Method in class com.tangosol.net.partition.PartitionStatistics
Adjust the non-PartitionAwareBackingMap storage size of the partition by the specified amount.
ADJUSTMENT_FREQUENCY - Static variable in class com.tangosol.net.cache.AbstractBundler
Frequency of the adjustment attempts.
adjustOffsetInternal(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Adjust the internal stream offset.
adjustOffsetInternal(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Adjust the internal stream offset.
adjustOpenBlockOffset(int, int) - Method in class com.tangosol.io.nio.BinaryMap
When an open block changes position in the buffer, this method is invoked to adjust the cache of open blocks.
adjustPoolSize() - Method in interface com.tangosol.net.ThreadPoolSizingStrategy
Analyze the thread usage of the thread pool.
adjustSize(int) - Method in class com.tangosol.net.cache.OverflowMap
Adjust the number of entries in the OverflowMap.
adjustUnits(int) - Method in class com.tangosol.net.cache.LocalCache
Adjust current size.
adjustUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Adjust the number of units for each map with the pool of units provided.
adjustWaitTime(long, long) - Method in class com.tangosol.util.ThreadGateLite
Calculate the time remaining from the total time allotted for an operation.
adopt(XmlBean) - Method in class com.tangosol.run.xml.XmlBean
When an XmlBean adds a contained XmlBean, it should invoke this method to relate the contained XmlBean with this XmlBean.
adopt(AbstractSparseArray.Node<V>, boolean) - Method in class com.tangosol.util.AbstractSparseArray.Node
Adopt a child node
adopt(Object[]) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a collection of XmlBean objects.
adopt(Collection) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a Collection of XmlBean objects.
adopt(Iterator) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a collection of XmlBean objects.
adopt(Map) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a Map of XmlBean objects.
advance() - Method in class com.tangosol.coherence.dsltools.base.BaseTokenScanner
Advance to the next character.
advance() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Advance to the next token.
advance() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Advance past the end of the current underlying BufferOutput by switching to the BufferOutput of the next underlying WriteBuffer, creating one if necessary.
advance() - Method in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Advance to the next object.
advance() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Advance to the next object.
advance() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Advance to the next key.
advance() - Method in class com.tangosol.net.CompositeAddressProvider.AddressIterator
Advance to the next object.
advance() - Method in class com.tangosol.net.partition.AbstractPartitionedIterator
 
advance() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.PartitionedIterator
Advance to the next object.
advance() - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeyIterator
Advance to the next object.
advance() - Method in class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Advance to the next object.
advance() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Advance to the next object in the iteration.
advance(boolean) - Method in class com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
Update the tracker to indicate that the most recently scanned region was the same or different.
advance(String) - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Advance to the next token and expect it to match the given string.
advance(String, boolean) - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Advance to the next token and expect it to match the given string.
advanceCurrentPage(SerializationPagedCache.WrapperBinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Advance the current page, using the passed BinaryStore as the store for the new current page, and returning the oldest active page, if the maximum number of active pages is exceeded by the advancing of the current page.
advancePage() - Method in class com.tangosol.net.cache.SerializationPagedCache
Advance to a new current page, and deactivate the oldest page is the maximum number of active pages has been reached.
advanceTo(int) - Method in class com.tangosol.io.pof.PofBufferReader
Advance through the POF stream until the specified property is found.
advanceTo(int) - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Advance through the POF stream until the specified property is found.
advanceToStmt(OPScanner) - Method in class com.tangosol.coherence.dslquery.token.SQLExplainOPToken
Advance the scanner past any tokens preceding the statement.
advanceToStmt(OPScanner) - Method in class com.tangosol.coherence.dslquery.token.SQLTraceOPToken
 
advanceWhenMatching(String) - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Test to see if the current BaseToken's string matches the given string and advance if true. * The token table's ignoringCase flag is consulted to see if case matters.
after(long) - Static method in class com.oracle.coherence.common.base.Timeout
Specify a new timeout.
after(long, TimeUnit) - Static method in class com.oracle.coherence.common.base.Timeout
Specify a new timeout.
aggregate(AggregateRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Execute an AggregateRequest against a cache and return the result serialized in a BytesValue.
aggregate(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
aggregate(AggregateRequest, StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
aggregate(MBeanAccessor.QueryBuilder.ParsedQuery, String, String, String) - Method in class com.tangosol.net.management.MBeanAccessor
Process the request for MBean attributes.
aggregate(Filter<?>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.net.AsyncNamedMap
Perform an aggregating operation asynchronously against the set of entries that are selected by the given Filter.
aggregate(Filter, InvocableMap.EntryAggregator<? super K, ? super V_FRONT, R>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
aggregate(Filter, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.tangosol.net.cache.NearCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Filter, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.tangosol.net.cache.WrapperNamedCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Filter, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.util.InvocableMap
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Filter, InvocableMap.EntryAggregator<? super TK, ? super TV, R>) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Filter, InvocableMap.EntryAggregator<? super TK, ? super TV, R>) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.net.AsyncNamedMap
Perform an aggregating operation asynchronously against all the entries.
aggregate(InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.util.InvocableMap
Perform an aggregating operation against all the entries.
aggregate(UriInfo, String) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Perform an aggregating operation against the entries that belong to the named query.
aggregate(String) - Method in class com.tangosol.coherence.rest.EntrySetResource
Perform an aggregating operation against the entries.
aggregate(String, String) - Method in class com.tangosol.coherence.rest.CacheResource
Perform an aggregating operation against the entries that satisfy the specified criteria.
aggregate(String, String, String, ByteString, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a AggregateRequest.
aggregate(String, String, String, Iterable<ByteString>, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a AggregateRequest.
aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V_FRONT, R>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.net.AsyncNamedMap
Perform an aggregating operation asynchronously against the entries specified by the passed keys.
aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.tangosol.net.cache.NearCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in class com.tangosol.net.cache.WrapperNamedCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Collection<? extends K>, InvocableMap.EntryAggregator<? super K, ? super V, R>) - Method in interface com.tangosol.util.InvocableMap
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Collection<? extends TK>, InvocableMap.EntryAggregator<? super TK, ? super TV, R>) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Collection<? extends TK>, InvocableMap.EntryAggregator<? super TK, ? super TV, R>) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Set) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Process a set of InvocableMap Entry objects using each of the underlying agregators in order to produce an array of aggregated results.
aggregate(Set<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.AbstractAsynchronousAggregator
Not supported.
aggregate(Set<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in class com.tangosol.util.aggregator.QueryRecorder
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.util.InvocableMap.EntryAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
 
AggregateByteSequence(ByteSequence, ByteSequence) - Constructor for class com.tangosol.util.AbstractByteSequence.AggregateByteSequence
Construct an AggregateByteSequence from two ByteSequence objects.
aggregatePartialResults(Collection<P>) - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator.PartialResultAggregator
Deprecated.
Aggregate the results of the parallel aggregations, producing a partial result logically representing the partial aggregation.
aggregateResults(Collection<P>) - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
Deprecated.
Aggregate the results of the partial aggregations into a final result.
aggregateWithFilter(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
aggregateWithFilter(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
aggregateWithKeys(AggregateRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the key-based AggregateRequest request.
aggregateWithKeys(CacheRequestHolder<AggregateRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the filtered AggregateRequest request.
AggregatingCacheStatistics() - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
 
AGGREGATOR_REQUEST_REGEX - Static variable in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Regex pattern that defines the aggregator request syntax.
AggregatorConfig - Class in com.tangosol.coherence.rest.config
The AggregatorConfig class encapsulates information related to a Coherence REST EntryAggregator configuration.
AggregatorConfig(String, Class) - Constructor for class com.tangosol.coherence.rest.config.AggregatorConfig
Construct a AggregatorConfig.
AggregatorFactory<K,V,R> - Interface in com.tangosol.coherence.rest.util.aggregator
A factory for aggregators.
AggregatorRegistry - Class in com.tangosol.coherence.rest.util.aggregator
A registry for AggregatorFactory instances.
AggregatorRegistry() - Constructor for class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Construct an AggregatorRegistry.
AggregatorRegistry(Collection<AggregatorConfig>) - Constructor for class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Construct an AggregatorRegistry that includes built-in aggregators in addition to the specified aggregators.
Aggregators - Class in com.tangosol.util
Simple Aggregator DSL.
Aggregators() - Constructor for class com.tangosol.util.Aggregators
 
alias(String, String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Add a token alias under the given name for a token already installed
all(Filter<? super T>...) - Static method in class com.tangosol.util.Filters
Return a composite filter representing logical AND of all specified filters.
ALL - Static variable in class com.tangosol.net.ClusterPermission
All actions.
ALL - Static variable in interface com.tangosol.net.partition.VersionAwareMapListener
A constant that suggests to an event source to send all known versions (subject to the event source's retention policy) and all future versions.
ALL_ALLOWED - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
A QuorumRule that permits all actions.
ALL_INCLUSIVE - Static variable in interface com.tangosol.util.Streamer
Characteristic value signifying that this Streamer includes all the values from the underlying data set.
AllFilter - Class in com.tangosol.util.filter
Filter which returns the logical "and" of a filter array.
AllFilter() - Constructor for class com.tangosol.util.filter.AllFilter
Default constructor (necessary for the ExternalizableLite interface).
AllFilter(Filter[]) - Constructor for class com.tangosol.util.filter.AllFilter
Construct an "all" filter.
allHealthChecksLive() - Method in interface com.tangosol.net.management.Registry
Returns true if the all the registered health checks are live.
allHealthChecksReady() - Method in interface com.tangosol.net.management.Registry
Returns true if the all the registered health checks are ready.
allHealthChecksSafe() - Method in interface com.tangosol.net.management.Registry
Returns true if the all the registered health checks are safe.
allHealthChecksStarted() - Method in interface com.tangosol.net.management.Registry
Returns true if the all the registered health checks are started.
allMatch(Remote.DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Remote.IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Remote.LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Remote.Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns whether all elements of this stream match the provided predicate.
allMatch(DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns whether all elements of this stream match the provided predicate.
allMatch(IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns whether all elements of this stream match the provided predicate.
allMatch(LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns whether all elements of this stream match the provided predicate.
allocate(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Allocate a new ByteArrayWriteBuffer.
allocate(int) - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Allocate a WriteBuffer for use by the MultiBufferWriteBuffer.
allocate(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Allocate this free block (or at least a specified number of bytes of this block) as an Entry block.
allocate(int) - Method in class com.tangosol.util.ExternalizableHelper.Stats
Allocate a WriteBuffer for use by the MultiBufferWriteBuffer.
allocateBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Allocate a free Block object of at least a certain size.
allocateBuffer() - Method in class com.tangosol.io.nio.AbstractBufferManager
Allocate a new buffer, copying old data if there is any.
allocateBuffer() - Method in class com.tangosol.io.nio.MappedBufferManager
Allocate a new buffer, copying old data if there is any.
allocateSnapshotPartitions(Map<Integer, Object[]>, int) - Static method in class com.tangosol.persistence.ArchiverHelper
Deprecated.
Given a Map of member Id's and the stores each member can see for a given snapshot, allocate the stores evenly as so to allow the archival process to run in parallel across the greatest number of members.
Allocator(int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Construct an Allocator for ByteArrayWriteBuffers of a given size.
ALLOW_INCONSISTENCIES - Static variable in interface com.tangosol.util.InvocableMap.StreamingAggregator
A flag specifying that this aggregator may provide entries that are not consistent with the provided Filter.
allowEndangered() - Method in class com.tangosol.coherence.config.xml.processor.HealthProcessor.XMLHealthCheckDependencies
 
AlreadyCommitted - Enum constant in enum class com.tangosol.net.topic.Subscriber.CommitResultStatus
The position was already committed.
always() - Static method in class com.tangosol.util.Filters
Return a filter that always evaluates to true.
Always - Static variable in interface com.tangosol.net.ssl.RefreshPolicy
A RefreshPolicy that always returns true.
ALWAYS - Enum constant in enum class com.tangosol.util.RegistrationBehavior
Specifies that registration must always occur.
ALWAYS - Static variable in class com.oracle.coherence.common.base.Logger
Severity 0 will always be logged.
AlwaysFilter<T> - Class in com.tangosol.util.filter
Filter which always evaluates to true.
AlwaysFilter - Annotation Interface in com.oracle.coherence.cdi
A FilterBinding annotation representing an AlwaysFilter.
AlwaysFilter() - Constructor for class com.tangosol.util.filter.AlwaysFilter
Construct an AlwaysFilter.
AlwaysFilter.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the AlwaysFilter annotation.
AlwaysFilterSupplier() - Constructor for class com.oracle.coherence.cdi.FilterProducer.AlwaysFilterSupplier
 
AnalysisContext() - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Default constructor.
analyze(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze the distribution using the specified analysis context.
analyzeDistribution() - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
Analyze the distribution and return the desired time interval before the next distribution analysis.
analyzeDistribution() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze the distribution and return the desired time interval before the next distribution analysis.
analyzeDistribution() - Method in class com.tangosol.util.NullImplementation.NullPartitionAssignmentStrategy
Analyze the distribution and return the desired time interval before the next distribution analysis.
analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Analyze the distribution and suggest the resulting distribution to distribution manager.
analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze the distribution and suggest the resulting distribution to distribution manager.
analyzeOrphans(Map<Member, PartitionSet>) - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
Analyze and suggest the assignment of orphaned partitions (partitions without an active primary or backup owner) subject to the specified constraints.
analyzeOrphans(Map<Member, PartitionSet>) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze and suggest the assignment of orphaned partitions (partitions without an active primary or backup owner) subject to the specified constraints.
analyzeOrphans(Map<Member, PartitionSet>) - Method in class com.tangosol.util.NullImplementation.NullPartitionAssignmentStrategy
Analyze and suggest the assignment of orphaned partitions (partitions without an active primary or backup owner) subject to the specified constraints.
and(Filter) - Method in interface com.tangosol.util.Filter
Return a composed filter that represents a short-circuiting logical AND of this filter and another.
and(Remote.BiPredicate<? super T, ? super U>) - Method in interface com.tangosol.util.function.Remote.BiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(Remote.DoublePredicate) - Method in interface com.tangosol.util.function.Remote.DoublePredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(Remote.IntPredicate) - Method in interface com.tangosol.util.function.Remote.IntPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(Remote.LongPredicate) - Method in interface com.tangosol.util.function.Remote.LongPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(Remote.Predicate<? super T>) - Method in interface com.tangosol.util.function.Remote.Predicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
AndFilter - Class in com.tangosol.util.filter
Filter which returns the logical "and" of two other filters.
AndFilter() - Constructor for class com.tangosol.util.filter.AndFilter
Default constructor (necessary for the ExternalizableLite interface).
AndFilter(Filter, Filter) - Constructor for class com.tangosol.util.filter.AndFilter
Construct an "and" filter.
AndOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing a logical AND (&&).
AndOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.AndOperator
Constructs an AndOperator.
andThen(Remote.BiConsumer<? super T, ? super U>) - Method in interface com.tangosol.util.function.Remote.BiConsumer
Returns a composed BiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Remote.Consumer<? super T>) - Method in interface com.tangosol.util.function.Remote.Consumer
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
andThen(Remote.DoubleConsumer) - Method in interface com.tangosol.util.function.Remote.DoubleConsumer
Returns a composed DoubleConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Remote.DoubleUnaryOperator) - Method in interface com.tangosol.util.function.Remote.DoubleUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(Remote.Function<? super R, ? extends V>) - Method in interface com.tangosol.util.function.Remote.BiFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(Remote.Function<? super R, ? extends V>) - Method in interface com.tangosol.util.function.Remote.Function
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(Remote.IntConsumer) - Method in interface com.tangosol.util.function.Remote.IntConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Remote.IntUnaryOperator) - Method in interface com.tangosol.util.function.Remote.IntUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(Remote.LongConsumer) - Method in interface com.tangosol.util.function.Remote.LongConsumer
Returns a composed LongConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Remote.LongUnaryOperator) - Method in interface com.tangosol.util.function.Remote.LongUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(MapEventTransformer<K, U, T>) - Method in interface com.tangosol.util.MapEventTransformer
Returns a composed MapEventTransformer that performs, in sequence, this transformation followed by the after transformation.
andThen(ValueExtractor<? super E, ? extends V>) - Method in class com.tangosol.util.extractor.ChainedExtractor
 
andThen(ValueExtractor<? super E, ? extends V>) - Method in interface com.tangosol.util.ValueExtractor
Returns a composed extractor that first applies this extractor to its input, and then applies the after extractor to the result.
AnnotatedMapListener<K,V> - Class in com.oracle.coherence.cdi.events
MapListener implementation that dispatches MapEvents to a CDI observer.
AnnotatedMapListener(AnnotatedMapListener.MapEventObserver<K, V>, Set<Annotation>) - Constructor for class com.oracle.coherence.cdi.events.AnnotatedMapListener
 
AnnotatedMapListener.FilterProducer - Interface in com.oracle.coherence.cdi.events
A producer of Filter instances.
AnnotatedMapListener.MapEventObserver<K,V> - Interface in com.oracle.coherence.cdi.events
 
AnnotatedMapListener.MapEventTransformerProducer - Interface in com.oracle.coherence.cdi.events
A producer of MapEventTransformer instances.
AnnotatedMapListenerManager - Class in com.oracle.coherence.cdi.events
Registers discovered CDI observer-based MapListeners when the cache is created, and unregisters them when it's destroyed.
AnnotatedMapListenerManager(AnnotatedMapListener.FilterProducer, AnnotatedMapListener.MapEventTransformerProducer) - Constructor for class com.oracle.coherence.cdi.events.AnnotatedMapListenerManager
 
AnnotatedStandardEmitterMBean - Class in com.tangosol.net.management
AnnotatedStandardEmitterMBean is an extension of a StandardEmitterMBean that uses the Description and Notification annotations to describe the MBean and any attributes, operations and notifications it declares.
AnnotatedStandardEmitterMBean(T, Class<T>) - Constructor for class com.tangosol.net.management.AnnotatedStandardEmitterMBean
Make a DynamicMBean out of the MBean implementation, using the specified mbeanInterface class.
AnnotatedStandardEmitterMBean.SilentEmitter - Class in com.tangosol.net.management
A silent NotificationEmitter implementation for all NotificationEmitter methods except getNotificationInfo().
AnnotatedStandardMBean - Class in com.tangosol.net.management
AnnotatedStandardMBean is an extension of a StandardMBean that uses the Description annotation for describing the attributes, operations and the bean on the designated MBean interface.
AnnotatedStandardMBean(T, Class<T>) - Constructor for class com.tangosol.net.management.AnnotatedStandardMBean
Make a DynamicMBean out of the MBean implementation, using the specified mbeanInterface class.
AnnotatedStandardMBean(T, Class<T>, boolean) - Constructor for class com.tangosol.net.management.AnnotatedStandardMBean
Make a DynamicMBean out of the MBean implementation, using the specified mbeanInterface class.
AnnotationDrivenModel<S> - Class in com.tangosol.util.fsm
An AnnotationDrivenModel is a Model created through extracting information defined by Transitions annotation.
AnnotationDrivenModel(Class<S>, Object) - Constructor for class com.tangosol.util.fsm.AnnotationDrivenModel
Constructs an AnnotationDrivenModel based on the specified annotated class.
AnnotationInstance - Class in com.oracle.coherence.cdi
A representation of an Annotation that can be used for equality tests where methods in the Annotation annotated with Nonbinding are ignored.
AnnotationLiteral<T> - Class in com.oracle.coherence.cdi
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class com.oracle.coherence.cdi.AnnotationLiteral
 
annotationType() - Method in class com.oracle.coherence.cdi.AnnotationLiteral
Method returns the type of the annotation literal.
any(Filter<? super T>...) - Static method in class com.tangosol.util.Filters
Return a composite filter representing logical OR of all specified filters.
ANY - Static variable in interface com.tangosol.net.AsyncNamedMap
A trivial consumer.
AnyEvent - Class in com.tangosol.util
An AnyEvent is an event used when no specific event implementation fits and it is not worth making one.
AnyEvent(Object, Object) - Constructor for class com.tangosol.util.AnyEvent
Construct a new AnyEvent.
AnyFilter - Class in com.tangosol.util.filter
Filter which returns the logical "or" of a filter array.
AnyFilter() - Constructor for class com.tangosol.util.filter.AnyFilter
Default constructor (necessary for the ExternalizableLite interface).
AnyFilter(Filter[]) - Constructor for class com.tangosol.util.filter.AnyFilter
Construct an "any" filter.
AnyListener - Interface in com.tangosol.util
An AnyEvent is an event used when no specific event implementation fits and it is not worth making one.
anyMatch(Remote.DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Remote.IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Remote.LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Remote.Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns whether any elements of this stream match the provided predicate.
appendDefaultSerializerToUserTypes(XmlElement) - Static method in class com.tangosol.io.pof.ConfigurablePofContext
Process <default-serializer> element from the specified xml configuration and append information about the serializer to each <user-type> element within <user-type-list> unless user type already has a serializer specified.
APPLICATION - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsScope
The full descriptor value to use for vendor scoped metrics.
applicationProtocolNegotiator() - Method in class com.oracle.coherence.grpc.RefreshableSslContext
 
apply(F) - Method in interface com.oracle.coherence.common.base.Converter
 
apply(String) - Method in class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
 
apply(String) - Method in class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
 
apply(DatagramSocket) - Method in class com.tangosol.net.SocketOptions
Configure the specified socket.
apply(MulticastSocket) - Method in class com.tangosol.net.SocketOptions
Configure the specified socket.
apply(ServerSocket) - Method in class com.tangosol.net.SocketOptions
Configure the specified socket.
apply(Socket) - Method in class com.tangosol.net.SocketOptions
Configure the specified socket.
apply(SocketOptions, DatagramSocket) - Static method in class com.tangosol.net.SocketOptions
Apply the specified options to a socket.
apply(SocketOptions, MulticastSocket) - Method in class com.tangosol.net.SocketOptions
Apply the specified options to a socket.
apply(SocketOptions, ServerSocket) - Static method in class com.tangosol.net.SocketOptions
Apply the specified options to a socket.
apply(SocketOptions, Socket) - Static method in class com.tangosol.net.SocketOptions
Apply the specified options to a socket.
apply(MBeanServer) - Method in class com.tangosol.net.management.MBeanAccessor.GetAttributes
 
apply(MBeanServer) - Method in class com.tangosol.net.management.MBeanAccessor.Invoke
 
apply(MBeanServer) - Method in class com.tangosol.net.management.MBeanAccessor.SetAttributes
 
apply(ObjectName) - Method in class com.tangosol.net.management.MBeanHelper.QueryExpFilter
 
apply(T) - Method in interface com.tangosol.util.ValueExtractor
 
applyAsDouble(T) - Method in interface com.tangosol.util.ValueExtractor
 
applyAsInt(T) - Method in interface com.tangosol.util.ValueExtractor
 
applyAsLong(T) - Method in interface com.tangosol.util.ValueExtractor
 
applyChanges() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Apply all the changes that were made to this value and return a binary representation of the new value.
applyChanges() - Method in interface com.tangosol.io.pof.reflect.PofValue
Apply all the changes that were made to this value and return a binary representation of the new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.BinaryDeltaCompressor
Apply a delta to an old value in order to create a new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.DecoratedBinaryDeltaCompressor
Apply a delta to an old value in order to create a new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.DecorationOnlyDeltaCompressor
Apply a delta to an old value in order to create a new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in interface com.tangosol.io.DeltaCompressor
Apply a delta to an old value in order to create a new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.util.ExternalizableHelper.FormatAwareCompressor
Apply a delta to an old value in order to create a new value.
applyDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.util.NullImplementation.NullDeltaCompressor
Apply a delta to an old value in order to create a new value.
applyFilter(Filter, int, Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.ArrayFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyIndex(Map<? extends ValueExtractor<? extends V, ?>, ? extends MapIndex<? extends K, ? extends V, ?>>, Set<? extends K>) - Method in interface com.tangosol.util.filter.IndexAwareFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.AlwaysFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ArrayFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.BetweenFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsAllFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsAnyFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.EqualsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ExtractorFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.GreaterEqualsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.GreaterFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.InFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.InKeySetFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.KeyFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.LessEqualsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.LessFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.LikeFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.LimitFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.NeverFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.NotEqualsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.NotFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.PresentFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.PriorityFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.AllFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.AnyFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.ArrayFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyIndex(Map, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.XorFilter
Apply the specified IndexAwareFilter to the specified keySet.
applySortedIndex(Set, SortedMap<Object, Set>) - Method in class com.tangosol.util.filter.BetweenFilter
Called by the BetweenFilter.applyIndex(java.util.Map, java.util.Set) method if the index corresponding to this filter's value extractor is a sorted index.
archive(Snapshot, PersistenceEnvironment<ReadBuffer>) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
 
archive(Snapshot, PersistenceEnvironment<ReadBuffer>) - Method in interface com.tangosol.persistence.SnapshotArchiver
Archive the specified snapshot.
ARCHIVE_SNAPSHOT_BEGIN - Static variable in interface com.tangosol.persistence.PersistenceManagerMBean
Notification type for the start of archiving a snapshot.
ARCHIVE_SNAPSHOT_END - Static variable in interface com.tangosol.persistence.PersistenceManagerMBean
Notification type for the end of archiving a snapshot.
archiveInternal(Snapshot, PersistenceManager<ReadBuffer>) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Internal implementation to Archive the specified snapshot.
archiveInternal(Snapshot, PersistenceManager<ReadBuffer>) - Method in class com.tangosol.persistence.DirectorySnapshotArchiver
 
ArchiverHelper - Class in com.tangosol.persistence
Deprecated.
this API is intended for internal purposes only and will be removed in a future version of Coherence
ArchiverHelper() - Constructor for class com.tangosol.persistence.ArchiverHelper
Deprecated.
 
ArchiverHelper.DirectoryFileFilter - Class in com.tangosol.persistence
Deprecated.
FileFilter implementation that only includes directories.
archiveSnapshot(String) - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Archive the snapshot to a centralized location.
ArchiveSnapshotStatement(String, String) - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
Create a new ArchiveSnapshotStatement for the snapshot and service name.
ArchiveSnapshotStatementBuilder - Class in com.tangosol.coherence.dslquery.statement.persistence
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement.
ArchiveSnapshotStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder
 
ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement - Class in com.tangosol.coherence.dslquery.statement.persistence
Implementation of the CohQL "ARCHIVE SNAPSHOT" command.
ArrayAdapter - Class in com.tangosol.run.xml
An ArrayAdapter supports properties of Java array types (not including arrays of primitive types).
ArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.ArrayAdapter
Construct a ArrayAdapter.
ArrayCodec(Class<?>) - Constructor for class com.tangosol.io.pof.reflect.Codecs.ArrayCodec
Construct an ArrayCodec.
arrayContains(ValueExtractor<T, E[]>, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted array contains the specified value.
arrayContainsAll(ValueExtractor<T, E[]>, E...) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted array contains all of the specified values.
arrayContainsAll(ValueExtractor<T, E[]>, Set<? extends E>) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted array contains all of the specified values.
arrayContainsAny(ValueExtractor<T, E[]>, E...) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted array contains any of the specified values.
arrayContainsAny(ValueExtractor<T, E[]>, Set<? extends E>) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted array contains any of the specified values.
ArrayFilter - Class in com.tangosol.util.filter
Filter which is a logical operator of a filter array.
ArrayFilter() - Constructor for class com.tangosol.util.filter.ArrayFilter
Default constructor (necessary for the ExternalizableLite interface).
ArrayFilter(Filter[]) - Constructor for class com.tangosol.util.filter.ArrayFilter
Construct a logical filter that applies a binary operator to a filter array.
ArrayFilter.WeightedFilter - Class in com.tangosol.util.filter
A thin wrapper around a Filter allowing for sorting the filters according to their effectiveness.
Arrived - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any ARRIVED event.
ARRIVED - Enum constant in enum class com.tangosol.net.events.partition.TransferEvent.Type
This TransferEvent is dispatched when a set of entries have been transferred to the local member or restored from backup.
Arrived.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Arrived annotation.
as(Class<C>) - Method in interface com.tangosol.net.NamedCache
Request a specific type of reference to a NamedCache that this NamedCache may additionally implement or support.
as(Class<T>) - Method in class com.tangosol.config.expression.Value
Attempts to return the value of the Value coerced to a specified type.
asBinary(ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
Return a Binary representing the contents of the specified ReadBuffer, or null if the buffer is null.
asBinaryEntry() - Method in interface com.tangosol.util.InvocableMap.Entry
Return this entry as a BinaryEntry.
asc(ValueExtractor) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Add comparator to this builder.
asc(String) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Add comparator to this builder.
asDoubleStream() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asDoubleStream() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asGraphViz(Model<S>, boolean) - Static method in class com.tangosol.util.fsm.Render
Produces a GraphViz representation of a Model.
asLimitFilter(int) - Method in interface com.tangosol.util.Filter
Return a limit filter based on this filter.
asLongStream() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a LongStream consisting of the elements of this stream, converted to long.
assertCacheName(String, ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.AbstractStatement
Test to see whether the given String is a known cache name.
assertEqual(Class, Class) - Static method in class com.tangosol.io.pof.PofBufferWriter
Assert that a class is equal to another class.
assertIdentity(Object, Service) - Method in class com.tangosol.net.security.DefaultIdentityAsserter
Asserts an identity based on a token-based identity assertion.
assertIdentity(Object, Service) - Method in interface com.tangosol.net.security.IdentityAsserter
Asserts an identity based on a token-based identity assertion.
assertIdentity(Object, Service) - Method in class com.tangosol.net.security.JAASIdentityAsserter
Asserts an identity based on a token-based identity assertion.
AssertionException - Exception Class in com.tangosol.util
An AssertionException is thrown when an assertion fails.
AssertionException() - Constructor for exception class com.tangosol.util.AssertionException
Constructs a AssertionException with no detail message.
AssertionException(String) - Constructor for exception class com.tangosol.util.AssertionException
Constructs a AssertionException with the specified detail message.
Assertions - Class in com.oracle.coherence.common.base
Class for providing assertion functionality.
Assertions() - Constructor for class com.oracle.coherence.common.base.Assertions
 
assertNotDisposed() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Throws IllegalStateException if this factory has been disposed via invocation of ExtensibleConfigurableCacheFactory.dispose().
assertNotDisposed() - Method in class com.tangosol.net.SimpleServiceMonitor
Throws IllegalStateException if this monitor has been disposed via invocation of SimpleServiceMonitor.dispose().
assertTypeSafety(String, CacheMapping) - Method in interface com.tangosol.net.cache.TypeAssertion
Asserts the type compatibility of a named cache given the CacheMapping that defines the cache.
assertTypeSafety(String, CacheMapping, boolean) - Method in interface com.tangosol.net.cache.TypeAssertion
Asserts the type compatibility of a named cache given the CacheMapping that defines the cache.
assertTypeSafety(String, CacheMapping, boolean) - Method in class com.tangosol.net.cache.TypeAssertion.WithTypesAssertion
Asserts the type compatibility of a named cache given the CacheMapping that defines the cache.
assertTypeSafety(String, TopicMapping) - Method in interface com.tangosol.net.ValueTypeAssertion
Asserts the type compatibility of a topic given the TopicMapping that defines the topic.
assertTypeSafety(String, TopicMapping) - Method in class com.tangosol.net.ValueTypeAssertion.WithValueTypeAssertion
Asserts the type compatibility of a topic given the TopicMapping that defines the topic.
assign(long) - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Assign the ownership of this Lock to the calling thread.
Assigned - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any ASSIGNED event.
ASSIGNED - Enum constant in enum class com.tangosol.net.events.partition.TransferEvent.Type
This TransferEvent is dispatched when a partition has been assigned to the local member.
Assigned.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Assigned annotation.
assignStores(Map<Integer, Object[]>, int) - Static method in class com.tangosol.persistence.GUIDHelper
Return a Map containing assignments of member id to stores based on the given constraints.
Associated<T> - Interface in com.oracle.coherence.common.base
The Associated interface facilitates the creation of a very generic equivalence relation between different objects and allows to group them based on the equality of the "association key" object returned by the Associated.getAssociatedKey() method.
associatedWith(K) - Method in interface com.tangosol.util.Filter
Return a key associated filter based on this filter and a specified key.
Associator - Interface in com.oracle.coherence.common.base
The Associator interface facilitates the creation of a very generic equivalence relation between different objects and allows to group them based on the equality of the "association key" object returned by the Associator.getAssociatedKey(java.lang.Object) method.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicBoolean
Return non-blocking API for this atomic value.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Return non-blocking API for this atomic value.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Return non-blocking API for this atomic value.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicMarkableReference
Return non-blocking API for this atomic reference.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Return non-blocking API for this atomic reference.
async() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Return non-blocking API for this atomic reference.
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
 
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
 
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
async() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
async() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
async() - Method in interface com.tangosol.net.NamedCache
Return an asynchronous wrapper for this NamedCache.
async(AsyncNamedMap.Option...) - Method in class com.tangosol.net.cache.NearCache
 
async(AsyncNamedMap.Option...) - Method in interface com.tangosol.net.NamedCache
Return an asynchronous wrapper for this NamedCache.
async(AsyncNamedMap.Option...) - Method in interface com.tangosol.net.NamedMap
Return an asynchronous wrapper for this NamedMap.
AsyncAtomicBoolean - Interface in com.oracle.coherence.concurrent.atomic
A boolean value that may be updated atomically.
AsyncAtomicInteger - Interface in com.oracle.coherence.concurrent.atomic
A int value that may be updated atomically.
AsyncAtomicLong - Interface in com.oracle.coherence.concurrent.atomic
A long value that may be updated atomically.
AsyncAtomicMarkableReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AsyncAtomicReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An object reference that may be updated atomically.
AsyncAtomicStampedReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AsyncBackupProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor for an <async-backup> Configuration.
AsyncBackupProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.AsyncBackupProcessor
 
AsyncBinaryStore - Class in com.tangosol.io
An AsyncBinaryStore is a BinaryStore wrapper that performs the "O" (output) portion of its I/O asynchronously on a daemon thread.
AsyncBinaryStore(BinaryStore) - Constructor for class com.tangosol.io.AsyncBinaryStore
Construct an AsyncBinaryStore.
AsyncBinaryStore(BinaryStore, int) - Constructor for class com.tangosol.io.AsyncBinaryStore
Construct an AsyncBinaryStore.
AsyncBinaryStore.QueueDaemon - Class in com.tangosol.io
A daemon that processes queued writes.
AsyncBinaryStoreManager - Class in com.tangosol.io
An AsyncBinaryStoreManager is a wrapper BinaryStoreManager that creates wrapper AsyncBinaryStore objects.
AsyncBinaryStoreManager(BinaryStoreManager) - Constructor for class com.tangosol.io.AsyncBinaryStoreManager
Construct an AsyncBinaryStoreManager.
AsyncBinaryStoreManager(BinaryStoreManager, int) - Constructor for class com.tangosol.io.AsyncBinaryStoreManager
Construct an AsyncBinaryStoreManager.
asynchronous(InvocableMap.EntryProcessor<K, V, R>) - Static method in class com.tangosol.util.Processors
Construct an asynchronous processor for a given processor.
asynchronous(InvocableMap.EntryProcessor<K, V, R>, int) - Static method in class com.tangosol.util.Processors
Construct an asynchronous processor for a given processor with unit-of-order id.
asynchronous(InvocableMap.StreamingAggregator<K, V, P, R>) - Static method in class com.tangosol.util.Aggregators
Return an AsynchronousAggregator for a given streaming aggregator.
asynchronous(InvocableMap.StreamingAggregator<K, V, P, R>, int) - Static method in class com.tangosol.util.Aggregators
Return an AsynchronousAggregator for a given streaming aggregator.
ASYNCHRONOUS - Static variable in interface com.tangosol.util.MapListener
A flag that indicates this MapListener can be fired asynchronously.
AsynchronousAgent<T> - Class in com.tangosol.util
Base class for asynchronous operations that provides a simple implementation of the Future interface.
AsynchronousAgent(int) - Constructor for class com.tangosol.util.AsynchronousAgent
Construct the agent.
AsynchronousAggregator<K,V,P,R> - Class in com.tangosol.util.aggregator
A marker EntryAggregator wrapper class that allows for an asynchronous invocation of the underlying aggregator.
AsynchronousAggregator(InvocableMap.StreamingAggregator<K, V, P, R>) - Constructor for class com.tangosol.util.aggregator.AsynchronousAggregator
Construct an AsynchronousAggregator for a given streaming aggregator.
AsynchronousAggregator(InvocableMap.StreamingAggregator<K, V, P, R>, int) - Constructor for class com.tangosol.util.aggregator.AsynchronousAggregator
Construct an AsynchronousAggregator for a given streaming aggregator.
AsynchronousProcessor<K,V,R> - Class in com.tangosol.util.processor
An EntryProcessor wrapper class that allows for an asynchronous invocation of the underlying processor.
AsynchronousProcessor(InvocableMap.EntryProcessor<K, V, R>) - Constructor for class com.tangosol.util.processor.AsynchronousProcessor
Construct an AsynchronousProcessor for a given processor.
AsynchronousProcessor(InvocableMap.EntryProcessor<K, V, R>, int) - Constructor for class com.tangosol.util.processor.AsynchronousProcessor
Construct an AsynchronousProcessor for a given processor.
AsyncLocalAtomicBoolean - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicBoolean interface, that simply wraps java.util.concurrent.atomic.AtomicBoolean instance and returns an already completed future from each method.
AsyncLocalAtomicBoolean(AtomicBoolean) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
Construct LocalAtomicBoolean instance.
AsyncLocalAtomicInteger - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicInteger interface, that simply wraps java.util.concurrent.atomic.AtomicInteger instance and returns an already completed future from each method.
AsyncLocalAtomicInteger(AtomicInteger) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
Construct LocalAtomicInteger instance.
AsyncLocalAtomicLong - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicLong interface, that simply wraps java.util.concurrent.atomic.AtomicLong instance and returns an already completed future from each method.
AsyncLocalAtomicLong(AtomicLong) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
Construct LocalAtomicLong instance.
AsyncLocalAtomicMarkableReference<V> - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicMarkableReference interface, that simply wraps java.util.concurrent.atomic.AtomicMarkableReference instance and returns an already completed future from each method.
AsyncLocalAtomicMarkableReference(AtomicMarkableReference<V>) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicMarkableReference
Construct AsyncLocalAtomicMarkableReference instance.
AsyncLocalAtomicReference<V> - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicReference interface, that simply wraps java.util.concurrent.atomic.AtomicReference instance and returns an already completed future from each method.
AsyncLocalAtomicReference(AtomicReference<V>) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
Construct LocalAtomicReference<V> instance.
AsyncLocalAtomicStampedReference<V> - Class in com.oracle.coherence.concurrent.atomic
Local implementation of AsyncAtomicStampedReference interface, that simply wraps java.util.concurrent.atomic.AtomicStampedReference instance and returns an already completed future from each method.
AsyncLocalAtomicStampedReference(AtomicStampedReference<V>) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
Construct AsyncLocalAtomicStampedReference instance.
AsyncNamedCache<K,V> - Interface in com.tangosol.net
Asynchronous NamedCache.
AsyncNamedMap<K,V> - Interface in com.tangosol.net
Asynchronous NamedMap.
AsyncNamedMap.Option - Interface in com.tangosol.net
An immutable option for creating and configuring AsyncNamedMaps.
AsyncNamedMap.OrderBy - Class in com.tangosol.net
A configuration option which determines the ordering of async operations.
AsyncRemoteAtomicBoolean - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicBoolean, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicBoolean(AsyncNamedMap<String, AtomicBoolean>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicBoolean
Constructs a new AsyncRemoteAtomicBoolean.
AsyncRemoteAtomicInteger - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicInteger, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicInteger(AsyncNamedMap<String, AtomicInteger>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
Constructs a new AsyncRemoteAtomicInteger.
AsyncRemoteAtomicLong - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicLong, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicLong(AsyncNamedMap<String, AtomicLong>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
Constructs a new AsyncRemoteAtomicLong.
AsyncRemoteAtomicMarkableReference<V> - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicMarkableReference, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicMarkableReference(AsyncNamedMap<String, AtomicMarkableReference<V>>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicMarkableReference
Constructs a new AsyncRemoteAtomicMarkableReference.
AsyncRemoteAtomicReference<V> - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicReference, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicReference(AsyncNamedMap<String, AtomicReference<V>>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
Constructs a new AsyncRemoteAtomicReference.
AsyncRemoteAtomicStampedReference<V> - Class in com.oracle.coherence.concurrent.atomic
The remote implementation of AsyncAtomicStampedReference, backed by a Coherence NamedMap entry.
AsyncRemoteAtomicStampedReference(AsyncNamedMap<String, AtomicStampedReference<V>>, String) - Constructor for class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
Constructs a new AsyncRemoteAtomicStampedReference.
AsyncStoreManagerBuilder - Class in com.tangosol.coherence.config.builder.storemanager
The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager.
AsyncStoreManagerBuilder() - Constructor for class com.tangosol.coherence.config.builder.storemanager.AsyncStoreManagerBuilder
 
AtomicBoolean - Interface in com.oracle.coherence.concurrent.atomic
A boolean value that may be updated atomically.
AtomicBoolean.Serializer - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
AtomicInteger - Interface in com.oracle.coherence.concurrent.atomic
An int value that may be updated atomically.
AtomicInteger.Serializer - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
AtomicLong - Interface in com.oracle.coherence.concurrent.atomic
A long value that may be updated atomically.
AtomicLong.Serializer - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
AtomicMarkableReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicMarkableReference.Serializer<V> - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
AtomicReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An object reference that may be updated atomically.
AtomicReference.Serializer<V> - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
Atomics - Class in com.oracle.coherence.concurrent.atomic
Factory methods for various atomic value implementations.
Atomics.SerializableAtomicMarkableReference<V> - Class in com.oracle.coherence.concurrent.atomic
Extension to AtomicMarkableReference to allow Java serialization.
Atomics.SerializableAtomicStampedReference<V> - Class in com.oracle.coherence.concurrent.atomic
Extension to AtomicStampedReference to allow Java serialization.
AtomicStampedReference<V> - Interface in com.oracle.coherence.concurrent.atomic
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AtomicStampedReference.Serializer<V> - Class in com.oracle.coherence.concurrent.atomic
POF serializer implementation.
atomicStringValueOf(Term) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return a String that is the value of the given Term.
AtomicTerm - Class in com.tangosol.coherence.dsltools.termtrees
AtomicTerms is the class used to represent literal Terms such as String and Numbers.
AtomicTerm(String, int) - Constructor for class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Construct a new AtomicTerm with the given parameters.
attemptMark(V, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is equal to the expected reference.
attemptMark(V, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicMarkableReference
 
attemptMark(V, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicMarkableReference
 
attemptMark(V, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is equal to the expected reference.
attemptMark(V, boolean) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
 
attemptMark(V, boolean) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
 
attemptStamp(V, int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is equal to the expected reference.
attemptStamp(V, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
 
attemptStamp(V, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
 
attemptStamp(V, int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference.
attemptStamp(V, int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
attemptStamp(V, int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
AttributeMap() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap
 
AttributeProcessor<T> - Interface in com.tangosol.config.xml
An AttributeProcessor is responsible for processing XmlAttribute content to return a strongly-typed value.
AuditingAuthorizer - Class in com.tangosol.net.security
Simple StorageAccessAuthorizer implementation that logs the authorization requests and allows operations to proceed.
AuditingAuthorizer() - Constructor for class com.tangosol.net.security.AuditingAuthorizer
Construct a non-strict AuditingAuthorizer.
AuditingAuthorizer(boolean) - Constructor for class com.tangosol.net.security.AuditingAuthorizer
Construct an AuditingAuthorizer.
authorize(Subject, ClusterPermission) - Method in interface com.tangosol.net.security.Authorizer
Authorize the caller to perform the action specified by the permission.
AuthorizedHostsProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor for <authorized-hosts> Configuration Elements.
AuthorizedHostsProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.AuthorizedHostsProcessor
 
Authorizer - Interface in com.tangosol.net.security
This interface represents an environment-specific facility for authorizing callers to perform actions described by the corresponding permission objects.
Authorizer(String) - Constructor for class com.tangosol.coherence.rest.providers.SecurityFilter.Authorizer
 
Authorizer(String, Principal, String) - Constructor for class com.tangosol.coherence.rest.providers.SecurityFilter.Authorizer
 
available() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.Base64InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.tangosol.io.MultiByteArrayInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.pof.PofInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperDataInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperObjectInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
availablePermits() - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
availablePermits() - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Returns the current number of permits available in this semaphore.
availablePermits() - Method in interface com.oracle.coherence.concurrent.Semaphore
Returns the current number of permits available in this semaphore.
average() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToIntFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToIntFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToLongFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Filter<?>, Remote.ToLongFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Remote.ToBigDecimalFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Remote.ToBigDecimalFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Remote.ToBigDecimalFunction<? super T>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates an average of the BigDecimal values extracted from a set of entries in a Map.
average(Remote.ToDoubleFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Remote.ToDoubleFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Remote.ToDoubleFunction<? super T>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates an average of the double values extracted from a set of entries in a Map.
average(Remote.ToIntFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Remote.ToIntFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Remote.ToIntFunction<? super T>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates an average of the int values extracted from a set of entries in a Map.
average(Remote.ToLongFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the average of the specified function.
average(Remote.ToLongFunction<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the average of the specified function.
average(Remote.ToLongFunction<? super T>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates an average of the long values extracted from a set of entries in a Map.
average(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a average of the numeric values extracted from a set of entries in a Map.
average(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a average of the numeric values extracted from a set of entries in a Map.
averagingDouble(ValueExtractor<? super U, ? extends Number>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector that produces the arithmetic mean of a double-valued function applied to the input elements.
averagingInt(ValueExtractor<? super U, ? extends Number>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector that produces the arithmetic mean of an integer-valued function applied to the input elements.
averagingLong(ValueExtractor<? super U, ? extends Number>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector that produces the arithmetic mean of a long-valued function applied to the input elements.
await() - Method in interface com.oracle.coherence.common.base.Notifier
Wait for a notification.
await() - Method in interface com.oracle.coherence.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await() - Method in class com.oracle.coherence.concurrent.LocalCountDownLatch
 
await() - Method in class com.oracle.coherence.concurrent.RemoteCountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await(long) - Method in class com.oracle.coherence.common.base.ConcurrentNotifier
 
await(long) - Method in interface com.oracle.coherence.common.base.Notifier
Wait for a notification.
await(long) - Method in class com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier
 
await(long) - Method in class com.oracle.coherence.common.base.SingleWaiterMultiNotifier
 
await(long, TimeUnit) - Method in interface com.oracle.coherence.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await(long, TimeUnit) - Method in class com.oracle.coherence.concurrent.LocalCountDownLatch
 
await(long, TimeUnit) - Method in class com.oracle.coherence.concurrent.RemoteCountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await(Condition) - Static method in class com.oracle.coherence.common.base.Blocking
Await for the Condition to be signaled while still respecting the calling thread's timeout.
await(Condition, long) - Static method in class com.oracle.coherence.common.base.Blocking
Await for the Condition to be signaled while still respecting the calling thread's timeout.
await(Condition, long, TimeUnit) - Static method in class com.oracle.coherence.common.base.Blocking
Await for the Condition to be signaled while still respecting the calling thread's timeout.
awaitTermination(long, TimeUnit) - Method in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
azzert() - Static method in class com.oracle.coherence.common.base.Assertions
Definite assertion failure.
azzert() - Static method in class com.tangosol.util.Base
Definite assertion failure.
azzert(boolean) - Static method in class com.oracle.coherence.common.base.Assertions
Test an assertion.
azzert(boolean) - Static method in class com.tangosol.util.Base
Test an assertion.
azzert(boolean, String) - Static method in class com.oracle.coherence.common.base.Assertions
Test an assertion, and print the specified message if the assertion fails.
azzert(boolean, String) - Static method in class com.tangosol.util.Base
Test an assertion, and print the specified message if the assertion fails.
azzertFailed(String) - Static method in class com.oracle.coherence.common.base.Assertions
Throw an assertion exception.
azzertFailed(String) - Static method in class com.tangosol.util.Base
Throw an assertion exception.

B

BACKING_MAP - Static variable in class com.tangosol.net.security.LocalPermission
"BackingMapManagerContext.getBackingMap" permission.
BackingMapBinaryEntry - Class in com.tangosol.net.cache
An implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.
BackingMapBinaryEntry(Binary, Binary, Binary, long, BackingMapManagerContext) - Constructor for class com.tangosol.net.cache.BackingMapBinaryEntry
Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.
BackingMapBinaryEntry(Binary, Binary, Binary, BackingMapManagerContext) - Constructor for class com.tangosol.net.cache.BackingMapBinaryEntry
Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.
BackingMapContext - Interface in com.tangosol.net
The BackingMapContext provides an execution context to server side agents such as EntryProcessors and EntryAggregators.
BackingMapManager - Interface in com.tangosol.net
A callback interface used by CacheService implementations.
BackingMapManagerBuilder - Interface in com.tangosol.coherence.config.builder
BackingMapManagerContext - Interface in com.tangosol.net
The BackingMapManager context is used by the CacheService to pass information to the BackingMapManager during the service initialization.
BackingMapScheme - Class in com.tangosol.coherence.config.scheme
The BackingMapScheme class is responsible for building a fully configured instance of a backing map.
BackingMapScheme() - Constructor for class com.tangosol.coherence.config.scheme.BackingMapScheme
 
BackingMapSchemeProcessor - Class in com.tangosol.coherence.config.xml.processor
A BackingMapSchemeProcessor is responsible for processing a backing-map-scheme XmlElement to produce a BackingMapScheme.
BackingMapSchemeProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.BackingMapSchemeProcessor
 
Backlog - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any BACKLOG event.
Backlog.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Backlog annotation.
Backlog.Type - Enum Class in com.oracle.coherence.cdi.events
The backlog event type.
BackMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.BackMapListener
 
BackServiceListener() - Constructor for class com.tangosol.net.cache.NearCache.BackServiceListener
 
BackupConfig() - Constructor for class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
 
BackupMapConfig - Interface in com.tangosol.coherence.config.scheme
The BackupMapConfig interface exposes the configuration needed to create an instance of a backup map, which is used by the distributed cache to store backup data.
BackupStatement(String, String) - Constructor for class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder.BackupStatement
Construct a BackupStatement that backs the specified cache up to the specified file.
BackupStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a BackupStatementBuilder.BackupStatement.
BackupStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder
 
BackupStatementBuilder.BackupStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "BACKUP" command.
BackupStrength(int, Set, Set, Set) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Construct a BackupStrength of the specified strength.
balance - Variable in class com.tangosol.util.AbstractSparseArray.Node
The AVL balance factor of the sub-tree.
balancedInsertion(AbstractSparseArray.Node<V>, AbstractSparseArray.Node<V>) - Method in class com.tangosol.util.AbstractSparseArray
Insert a node into a tree and rebalance.
balancePostRemove(AbstractSparseArray.Node<V>, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Rebalance the tree following the removal of a node.
Bar(Thread) - Constructor for class com.tangosol.util.ThreadGateLite.Bar
Construct a Bar for the specified thread.
barEntry(long) - Method in class com.tangosol.util.ThreadGateLite
Bar entry to the thread gate by other threads, but do not wait for the gate to close.
barEntry(long) - Method in class com.tangosol.util.WrapperReentrantGate
Bar entry to the thread gate by other threads, but do not wait for the gate to close.
Base - Class in com.tangosol.util
Base class for providing standard functionality.
Base() - Constructor for class com.tangosol.util.Base
 
BASE - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsScope
The full descriptor value to use for base scoped metrics.
Base.LoggingWriter - Class in com.tangosol.util
Inner class for over-riding the destination of log(), out() and err() calls.
BASE64_ALPHABET - Static variable in class com.tangosol.io.Base64OutputStream
Base64 encodes into this "alphabet" of 64 characters.
BASE64_LF - Static variable in class com.tangosol.io.Base64OutputStream
The Base64 line feed character.
BASE64_PAD - Static variable in class com.tangosol.io.Base64OutputStream
The Base64 padding character.
Base64InputStream - Class in com.tangosol.io
Reads binary data from a Reader using IETF RFC 2045 Base64 Content Transfer Encoding.
Base64InputStream(Reader) - Constructor for class com.tangosol.io.Base64InputStream
Construct a Base64InputStream on a Reader object.
Base64OutputStream - Class in com.tangosol.io
Writes binary data into a Writer using IETF RFC 2045 Base64 Content Transfer Encoding.
Base64OutputStream(Writer) - Constructor for class com.tangosol.io.Base64OutputStream
Construct a Base64OutputStream on a Writer object.
Base64OutputStream(Writer, boolean) - Constructor for class com.tangosol.io.Base64OutputStream
Construct a Base64OutputStream on a Writer object and specifying a line-break option.
BaseGrpcCacheScheme<S> - Class in com.tangosol.coherence.config.scheme
The BaseGrpcCacheScheme is responsible for building a remote gRPC cache service.
BaseGrpcCacheScheme() - Constructor for class com.tangosol.coherence.config.scheme.BaseGrpcCacheScheme
Constructs a BaseGrpcCacheScheme.
BaseGrpcScheme<T,S> - Class in com.tangosol.coherence.config.scheme
The BaseGrpcScheme is responsible for building a remote gRPC service.
BaseGrpcScheme(T) - Constructor for class com.tangosol.coherence.config.scheme.BaseGrpcScheme
Constructs a BaseGrpcScheme.
BaseGrpcServiceImpl - Class in com.oracle.coherence.grpc.proxy
A base class for gRPC services.
BaseGrpcServiceImpl(BaseGrpcServiceImpl.Dependencies, String, String) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
BaseGrpcServiceImpl.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
The default BaseGrpcServiceImpl.Dependencies implementation.
BaseGrpcServiceImpl.Dependencies - Interface in com.oracle.coherence.grpc.proxy
The dependencies to configure a BaseGrpcServiceImpl.
BaseOperator<F> - Class in com.tangosol.coherence.dslquery.operator
A base class for CohQL Operator implementations.
BaseOperator(String, boolean, String...) - Constructor for class com.tangosol.coherence.dslquery.operator.BaseOperator
Create an instance of a BaseOperator with the specified symbol, conditional flag and aliases.
BaseRemoteStream<T,S> - Interface in com.tangosol.util.stream
An extension of BaseStream that adds support for the RemotePipeline retrieval.
BaseToken - Class in com.tangosol.coherence.dsltools.base
BaseToken is the abstract base class for all tokens processed by the low level BaseTokenScanner.
BaseToken() - Constructor for class com.tangosol.coherence.dsltools.base.BaseToken
 
BaseTokenScanner - Class in com.tangosol.coherence.dsltools.base
BaseTokenScanner gives clients a streaming api that returns a next BaseToken by processing either a java.lang.String or a java.io.Reader.
BaseTokenScanner(Reader) - Constructor for class com.tangosol.coherence.dsltools.base.BaseTokenScanner
Construct a new BaseTokenScanner with the given Reader.
BaseTokenScanner(String) - Constructor for class com.tangosol.coherence.dsltools.base.BaseTokenScanner
Construct a new BaseTokenScanner with the given String.
BaseTokenScannerException - Exception Class in com.tangosol.coherence.dsltools.base
BaseTokenScannerExpression is the RuntimeException thrown by the BaseTokenScanner when expectations are not met.
BaseTokenScannerException() - Constructor for exception class com.tangosol.coherence.dsltools.base.BaseTokenScannerException
Construct a new BaseTokenException.
BaseTokenScannerException(String) - Constructor for exception class com.tangosol.coherence.dsltools.base.BaseTokenScannerException
Construct a new BaseTokenException with the given string.
BaseTokenStream - Class in com.tangosol.coherence.dsltools.base
Since BaseTokens can nest, BaseTokenStream creates for clients a utility interface that allows streaming (atEnd(), next()) over a CompoundBaseToken.
BaseTokenStream(CompoundBaseToken) - Constructor for class com.tangosol.coherence.dsltools.base.BaseTokenStream
Constructor a new BaseTokenStream on the CompoundBaseToken.
BatchTask(Object, Collector<Object>, Object) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Create a new BatchTask.
BatchTasks(List<Runnable>) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.BatchTasks
Construct a BatchTasks instance with the given list of tasks to execute.
BdbStoreManagerBuilder - Class in com.tangosol.coherence.config.builder.storemanager
The BdbStoreManagerBuilder class builds an instance of a BerkeleyDBBinaryStoreManager.
BdbStoreManagerBuilder() - Constructor for class com.tangosol.coherence.config.builder.storemanager.BdbStoreManagerBuilder
 
BEAN_ACCESSOR_PREFIXES - Static variable in class com.tangosol.util.extractor.UniversalExtractor
JavaBean accessor prefixes.
BEAN_MODIFIER_PREFIX - Static variable in class com.tangosol.util.extractor.UniversalUpdater
JavaBean property modifier prefix.
BeanBuilder - Class in com.oracle.coherence.cdi.server
Element processor for <cdi:bean> XML element.
BeanInfo(Class, XmlElement) - Constructor for class com.tangosol.run.xml.XmlBean.BeanInfo
Construct a BeanInfo.
beanManager(BeanManager) - Method in class com.oracle.coherence.cdi.SerializerProducer.Builder
Set the Coherence BeanManager that the SerializerProducer will use to discover named Serializers beans.
BeanProcessor - Class in com.oracle.coherence.cdi.server
Element processor for <cdi:bean/> XML element.
BeanProcessor() - Constructor for class com.oracle.coherence.cdi.server.BeanProcessor
 
begin() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Begin a new sequence of mutating operations that should be committed to the store as an atomic unit.
begin() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Begin a new sequence of mutating operations that should be committed to the store as an atomic unit.
begin() - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
begin() - Method in interface com.tangosol.util.TransactionMap
Start a transaction for this TransactionMap.
begin(int, String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Begin a complex data structure, such as a user type or a collection.
begin(Collector<Object>, Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Begin a new sequence of mutating operations that should be committed to the store asynchronously as an atomic unit.
begin(Collector<Object>, Object) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Begin a new sequence of mutating operations that should be committed to the store asynchronously as an atomic unit.
begin(Collector<Object>, Object) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
beginArray(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that an array of values has been encountered in the POF stream.
beginArray(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that an array of values has been encountered in the POF stream.
beginBulkKeyProcess(Object[]) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Begin key-level procecessing for any number of keys.
beginCollection(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a collection of values has been encountered in the POF stream.
beginCollection(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a collection of values has been encountered in the POF stream.
beginInternal() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Begin a sequence of mutating operations that should be committed atomically and return a token that represents the atomic unit.
beginKeyProcess(Object) - Method in class com.tangosol.net.cache.OverflowMap
Block until a key is available for processing, and return the Status object for that key.
beginKeyProcess(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Block until a key is available for processing, and return the Status object for that key.
beginMap(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMap(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a map of key/value pairs has been encountered in the POF stream.
beginMapProcess() - Method in class com.tangosol.net.cache.OverflowMap
Block until this thread has exclusive access to perform operations against the OverflowMap.
beginMapProcess() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Block until this thread has exclusive access to perform operations against the OverflowMap.
beginProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter
Report that a POF property is about to be written to the POF stream.
beginProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Report that a POF property is about to be written to the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginSparseArray(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a sparse array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformArray(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a uniform array of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformCollection(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a uniform collection of values has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformKeysMap(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformMap(int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUniformSparseArray(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a uniform sparse array of values has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
beginUserType(int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a value of a "user type" has been encountered in the POF stream.
BerkeleyDBBinaryStore - Class in com.tangosol.io.bdb
An implementation of the BinaryStore interface using Sleepycat Berkeley DB Java Edition.
BerkeleyDBBinaryStore(String, DatabaseFactory) - Constructor for class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Create a new Berkeley DB BinaryStore using the supplied DatabaseFactory.
BerkeleyDBBinaryStore.DatabaseHolder - Class in com.tangosol.io.bdb
The DatabaseHolder class is used as a wrapper around a Berkeley DB Database object.
BerkeleyDBBinaryStoreManager - Class in com.tangosol.io.bdb
An implementation of the BinaryStoreManager interface using Sleepycat Berkeley DB Java Edition.
BerkeleyDBBinaryStoreManager() - Constructor for class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Default constructor.
BerkeleyDBBinaryStoreManager(File, String) - Constructor for class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Construct a Berkeley DB BinaryStoreManager for the specified directory.
between(ValueExtractor<T, ? extends E>, E, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted value is between the specified values (inclusive).
BetweenFilter<T,E> - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for "Between" condition.
BetweenFilter() - Constructor for class com.tangosol.util.filter.BetweenFilter
Default constructor (necessary for serialization).
BetweenFilter(ValueExtractor<? super T, ? extends E>, E, E) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(ValueExtractor<? super T, ? extends E>, E, E, boolean, boolean) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, E, E) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, E, E, boolean, boolean) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing the "between" conditional operator.
BetweenOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.BetweenOperator
Construct a BetweenOperator.
BetweenOPToken - Class in com.tangosol.coherence.dsltools.precedence
BetweenOPToken is used to parse a SQl like between statment.
BetweenOPToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.precedence.BetweenOPToken
Construct a new BetweenOPToken with the given parameters.
BetweenOPToken(String, int, String) - Constructor for class com.tangosol.coherence.dsltools.precedence.BetweenOPToken
Construct a new BetweenOPToken with the given parameters.
biConsumer(Remote.BiConsumer<T, U>) - Static method in class com.tangosol.util.function.Remote
Capture serializable BiConsumer.
biFunction(Remote.BiFunction<T, U, R>) - Static method in class com.tangosol.util.function.Remote
Capture serializable BiFunction.
BIG_DECIMAL_AVERAGE_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the BigDecimalAverage aggregator.
BIG_DECIMAL_MAX_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the BigDecimalMax aggregator.
BIG_DECIMAL_MIN_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the BigDecimalMin aggregator.
BIG_DECIMAL_SUM_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the BigDecimalSum aggregator.
BIGDECIMAL_ZERO - Static variable in class com.tangosol.io.pof.PofHelper
The default BigDecimal value.
BigDecimalAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Construct a SimpleAdapter.
bigDecimalAverage(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a average of the numeric values extracted from a set of entries in a Map.
bigDecimalAverage(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a average of the numeric values extracted from a set of entries in a Map.
BigDecimalAverage<T> - Class in com.tangosol.util.aggregator
Calculates an average for values of any numeric type extracted from a set of entries in a Map in a form of a BigDecimal value.
BigDecimalAverage() - Constructor for class com.tangosol.util.aggregator.BigDecimalAverage
Default constructor (necessary for the ExternalizableLite interface).
BigDecimalAverage(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.BigDecimalAverage
Construct a BigDecimalAverage aggregator.
BigDecimalAverage(String) - Constructor for class com.tangosol.util.aggregator.BigDecimalAverage
Construct an BigDecimalAverage object.
bigDecimalMax(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the numeric values extracted from a set of entries in a Map.
bigDecimalMax(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the numeric values extracted from a set of entries in a Map.
BigDecimalMax<T> - Class in com.tangosol.util.aggregator
Calculates a maximum of numeric values extracted from a set of entries in a Map in a form of a BigDecimal value.
BigDecimalMax() - Constructor for class com.tangosol.util.aggregator.BigDecimalMax
Default constructor (necessary for the ExternalizableLite interface).
BigDecimalMax(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.BigDecimalMax
Construct a BigDecimalMax aggregator.
BigDecimalMax(String) - Constructor for class com.tangosol.util.aggregator.BigDecimalMax
Construct a BigDecimalMax aggregator.
bigDecimalMin(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the numeric values extracted from a set of entries in a Map.
bigDecimalMin(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the numeric values extracted from a set of entries in a Map.
BigDecimalMin<T> - Class in com.tangosol.util.aggregator
Calculates a minimum of numeric values extracted from a set of entries in a Map in a form of a BigDecimal value.
BigDecimalMin() - Constructor for class com.tangosol.util.aggregator.BigDecimalMin
Default constructor (necessary for the ExternalizableLite interface).
BigDecimalMin(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.BigDecimalMin
Construct a BigDecimalMin aggregator.
BigDecimalMin(String) - Constructor for class com.tangosol.util.aggregator.BigDecimalMin
Construct a BigDecimalMin aggregator.
bigDecimalSum(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a sum of the numeric values extracted from a set of entries in a Map.
bigDecimalSum(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a sum of the numeric values extracted from a set of entries in a Map.
BigDecimalSum<T> - Class in com.tangosol.util.aggregator
Calculates an sum for values of any numberic type extracted from a set of entries in a Map in a form of a BigDecimal value.
BigDecimalSum() - Constructor for class com.tangosol.util.aggregator.BigDecimalSum
Default constructor (necessary for the ExternalizableLite interface).
BigDecimalSum(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.BigDecimalSum
Construct a BigDecimalSum aggregator.
BigDecimalSum(String) - Constructor for class com.tangosol.util.aggregator.BigDecimalSum
Construct an BigDecimalSum object.
BIGGEST_MODULO - Static variable in class com.tangosol.util.SafeHashMap
Biggest possible modulo.
BIGGEST_MODULO - Static variable in class com.tangosol.util.SegmentedHashMap
Biggest possible modulo.
BIGINTEGER_MAX_LONG - Static variable in class com.tangosol.io.pof.PofHelper
The BigInteger representation of Long.MAX_VALUE.
BIGINTEGER_MIN_LONG - Static variable in class com.tangosol.io.pof.PofHelper
The BigInteger representation of Long.MIN_VALUE.
BigIntegerAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Construct a SimpleAdapter.
bin(String) - Static method in class com.tangosol.io.nio.BinaryMap
Internal debugging support: Turn a String into a Binary.
BIN_DECO_ONLY - Static variable in class com.tangosol.io.DecorationOnlyDeltaCompressor
A place-holder Binary value used by the compressor to indicate a decoration-only update.
BIN_STORE_PENDING - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
The binary form of the decoration indicating that the CacheStore on the primary member has not yet written the value.
Binary - Class in com.tangosol.util
A thread-safe immutable binary object.
Binary() - Constructor for class com.tangosol.util.Binary
Default constructor for a binary object.
Binary(byte[]) - Constructor for class com.tangosol.util.Binary
Construct a binary object from a byte array.
Binary(byte[], int, int) - Constructor for class com.tangosol.util.Binary
Construct a binary object from a portion of a byte array.
Binary(Binary) - Constructor for class com.tangosol.util.Binary
Construct a Binary object from a Binary object.
Binary(ByteArrayOutputStream) - Constructor for class com.tangosol.util.Binary
Construct a Binary object from the contents of a ByteArrayOutputStream.
Binary(DataInput) - Constructor for class com.tangosol.util.Binary
Construct a binary object from a DataInput interface.
BINARY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty Binary value.
BINARY_OPERATOR_NODE - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for a Binary Operator node.
BINARY_SIZE - Static variable in class com.tangosol.util.ExternalizableHelper
Binary overhead.
binaryConsumer(StreamObserver<BytesValue>) - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Return a Consumer of Binary instances that sends the binary to the specified StreamObserver.
BinaryDeltaCompressor - Class in com.tangosol.io
A DeltaCompressor implementation that works with opaque (binary) values.
BinaryDeltaCompressor() - Constructor for class com.tangosol.io.BinaryDeltaCompressor
Default constructor.
BinaryElementCalculator - Class in com.tangosol.net.topic
A NamedTopic.ElementCalculator that calculates size of an element based on the size of the serialized binary value.
BinaryElementCalculator() - Constructor for class com.tangosol.net.topic.BinaryElementCalculator
 
BinaryEntry<K,V> - Interface in com.tangosol.util
Map.Entry that internally stores both key and value in a Binary format and uses an underlying Serializer to convert it to and from an Object view.
BinaryEntryStore<K,V> - Interface in com.tangosol.net.cache
BinaryEntryStore is analogous to the CacheStore, but operates on BinaryEntry objects.
BinaryEntryStoreWrapper(BinaryEntryStore) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Construct a BinaryEntryStoreWrapper.
BinaryHelper - Class in com.oracle.coherence.grpc
A helper class of methods to convert between Binary instances and proto-buffer byte values.
BinaryMap - Class in com.tangosol.io.nio
Implements the Map interface to store Binary objects using Java's NIO buffers.
BinaryMap() - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap.
BinaryMap(ByteBufferManager) - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap using a buffer from the specified ByteBufferManager, and using the default modulo growth and shrinkage (load factor) settings.
BinaryMap(ByteBufferManager, double, double, boolean) - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap using a buffer from the specified ByteBufferManager, and using the specified modulo growth and shrinkage (load factor) settings.
BinaryMap(ByteBuffer) - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap on a specific buffer with the default modulo growth and shrinkage (load factor) settings.
BinaryMap(ByteBuffer, double, double, boolean) - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap on a specific buffer with the specified modulo growth and shrinkage (load factor) settings.
BinaryMap.Block - Class in com.tangosol.io.nio
A Block is the unit of storage within a Buffer.
BinaryMap.Entry - Class in com.tangosol.io.nio
A map entry (key-value pair).
BinaryMap.EntrySet - Class in com.tangosol.io.nio
A set of entries backed by this map.
BinaryMap.KeySet - Class in com.tangosol.io.nio
A set of entries backed by this map.
BinaryMap.ValuesCollection - Class in com.tangosol.io.nio
A collection of values backed by this map.
BinaryMapStore - Class in com.tangosol.io.nio
An implementation of BinaryStore backed by a BinaryMap.
BinaryMapStore(BinaryMap) - Constructor for class com.tangosol.io.nio.BinaryMapStore
Construct a BinaryMapStore object, which is an implementation of the BinaryStore interface backed by a BinaryMap.
BinaryMarshaller - Class in com.tangosol.coherence.rest.io
A pass-through marshaller that simply converts HTTP entities into a Binary and vice versa.
BinaryMarshaller() - Constructor for class com.tangosol.coherence.rest.io.BinaryMarshaller
 
BinaryMemoryCalculator - Class in com.tangosol.net.cache
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.
BinaryMemoryCalculator() - Constructor for class com.tangosol.net.cache.BinaryMemoryCalculator
 
binaryOperator(Remote.BinaryOperator<T>) - Static method in class com.tangosol.util.function.Remote
Capture serializable BinaryOperator.
BinaryStore - Interface in com.tangosol.io
A simple mapping of CacheStore operations for Binary objects into a Java interface.
BinaryStore.KeySetAware - Interface in com.tangosol.io
If a BinaryStore is aware of which keys that it stores, then it should implement this optional interface in order to allow that information to be efficiently communicated to an intelligent consumer of the BinaryStore interface.
BinaryStore.SizeAware - Interface in com.tangosol.io
If a BinaryStore is aware of the number of keys that it stores, then it should implement this optional interface in order to allow that information to be efficiently communicated to an intelligent consumer of the BinaryStore interface.
BinaryStoreCacheStore<K,V> - Class in com.tangosol.net.cache
A CacheStore that sits directly on top of a BinaryStore.
BinaryStoreCacheStore(BinaryStore) - Constructor for class com.tangosol.net.cache.BinaryStoreCacheStore
Create a CacheStore that delegates to a BinaryStore.
BinaryStoreCacheStore(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.BinaryStoreCacheStore
Create a CacheStore that delegates to a BinaryStore, optionally storing only Binary keys and values.
BinaryStoreCacheStore(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.BinaryStoreCacheStore
Create a CacheStore that delegates to a BinaryStore, using the passed ClassLoader for deserialization.
BinaryStoreManager - Interface in com.tangosol.io
A manager that is capable of creating and destroying BinaryStore objects.
BinaryStoreManagerBuilder - Interface in com.tangosol.coherence.config.builder.storemanager
A BinaryStoreManagerBuilder is responsible for realizing BinaryStoreManagers.
BinaryStoreManagerBuilderCustomization - Interface in com.tangosol.coherence.config.builder.storemanager
A BinaryStoreManagerBuilderCustomization class is one that allows or potentially requires, a BinaryStoreManagerBuilder for the purposes of realizing a BinaryStoreManager.
BinaryWriteBuffer - Class in com.tangosol.util
a WriteBuffer implementation whose primary purpose is to be used to create Binary objects.
BinaryWriteBuffer(int) - Constructor for class com.tangosol.util.BinaryWriteBuffer
Construct an BinaryWriteBuffer with a certain initial capacity.
BinaryWriteBuffer(int, int) - Constructor for class com.tangosol.util.BinaryWriteBuffer
Construct an BinaryWriteBuffer with a certain initial capacity and a certain maximum capacity.
bind(int, InetAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
bind(FlowControl) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
bind(FlowControl) - Method in class com.tangosol.util.AsynchronousAgent
Bind this agent with the specified underlying FlowControl object.
bind(ObservableSplittingBackingCache) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.CapacityAwareMap
Bind to the given ObservableSplittingBackingMap instance.
bind(String, Object) - Method in interface com.tangosol.net.NameService
Binds a name to an object.
bind(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Bind the socket to the specified address.
BindableGrpcProxyService - Interface in com.oracle.coherence.grpc.proxy
An interface implemented by bindable gRPC proxy services.
BINDING_NODE - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for a Binding Node.
bindService(String) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Bind this assignment strategy to the specified partitioned service, and return the bound service.
biPredicate(Remote.BiPredicate<T, U>) - Static method in class com.tangosol.util.function.Remote
Capture serializable BiPredicate.
BitHelper - Class in com.tangosol.util
A collection of methods for bit-based operations.
BitHelper() - Constructor for class com.tangosol.util.BitHelper
 
BLACK_LIST - Enum constant in enum class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE
 
Block() - Constructor for class com.tangosol.io.nio.BinaryMap.Block
Construct a Block.
Blocking - Class in com.oracle.coherence.common.base
Blocking provides a set of helper methods related to blocking a thread.
Blocking() - Constructor for class com.oracle.coherence.common.base.Blocking
 
BOOLEAN_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of bytes.
BooleanAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Construct a SimpleAdapter.
BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Construct a BooleanArrayAdapter.
BOOLEANLITERAL - Static variable in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
The numberic code for a boolean literal
BOOLEANLITERAL - Static variable in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
The numberic code for a boolean literal
booleanSupplier(Remote.BooleanSupplier) - Static method in class com.tangosol.util.function.Remote
Capture serializable BooleanSupplier.
boxed() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a Stream consisting of the elements of this stream, boxed to Double.
boxed() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a Stream consisting of the elements of this stream, each boxed to an Integer.
boxed() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a Stream consisting of the elements of this stream, each boxed to a Long.
breakLines(String, int, String) - Static method in class com.oracle.coherence.common.base.Formatting
Breaks the specified string into a multi-line string.
breakLines(String, int, String) - Static method in class com.tangosol.util.Base
Breaks the specified string into a multi-line string.
breakLines(String, int, String, boolean) - Static method in class com.oracle.coherence.common.base.Formatting
Breaks the specified string into a multi-line string.
breakLines(String, int, String, boolean) - Static method in class com.tangosol.util.Base
Breaks the specified string into a multi-line string.
BroadKeyPartitioningStrategy - Class in com.tangosol.net.partition
The BroadKeyPartitioningStrategy is a strategy that could be used in cases when the standard key association-based strategy produces very uneven partition distribution - some partitions having significantly larger amount of data than others.
BroadKeyPartitioningStrategy(int) - Constructor for class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Construct the BroadKeyPartitioningStrategy based on the specified span.
BUCKET_COUNTS - Static variable in class com.tangosol.io.nio.BinaryMap
These are potential bucket counts.
buffercopy(ByteBuffer, int, int, int, byte[]) - Static method in class com.tangosol.io.nio.BinaryMap
Copy from one part of the buffer to another.
BufferTypeProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor for the <buffer-type> Cache Configuration element.
BufferTypeProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.BufferTypeProcessor
 
build() - Method in class com.oracle.coherence.cdi.SerializerProducer.Builder
Build a new instance of a SerializerProducer.
build() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.Listener.Builder
build() - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Build comparator.
build() - Method in class com.tangosol.net.Coherence.Builder
Build a Coherence instance.
build() - Method in class com.tangosol.net.CoherenceConfiguration.Builder
build() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
Build and return the MBean query.
build() - Method in class com.tangosol.net.MapViewBuilder
Construct a view of the NamedMap provided to this builder.
build() - Method in class com.tangosol.net.SessionConfiguration.Builder
build() - Method in class com.tangosol.net.ViewBuilder
Construct a view of the NamedCache provided to this builder.
build(boolean) - Method in class com.tangosol.net.Coherence.Builder
 
builder() - Static method in class com.oracle.coherence.cdi.SerializerProducer
Create an instance of a SerializerProducer.Builder.
builder() - Static method in interface com.oracle.coherence.repository.AbstractRepositoryBase.Listener
builder() - Static method in interface com.tangosol.net.CoherenceConfiguration
Returns a CoherenceConfiguration.Builder that can configure and build instances of CoherenceConfiguration.
builder() - Static method in interface com.tangosol.net.SessionConfiguration
Create a SessionConfiguration builder.
builder(int) - Static method in class com.tangosol.net.ConfigurableLocalAddressProvider
Return a builder which will produce Providers for all local addresses and the specified port
builder(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
builder(CoherenceConfiguration, Coherence.Mode) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
Builder<T> - Interface in com.tangosol.util
A Builder provides a mechanism for realizing a specific class of object as required.
Builder() - Constructor for class com.oracle.coherence.repository.AbstractRepositoryBase.Listener.Builder
 
Builder() - Constructor for class com.tangosol.net.CoherenceConfiguration.Builder
 
BuilderCustomization<T> - Interface in com.tangosol.coherence.config.builder
A class that implements BuilderCustomization is one that allows an alternate builder, as a ParameterizedBuilder, to be provided so that the said class may use it for realizing objects.
BuilderHelper - Class in com.tangosol.util
Provides a collection of helper methods for working with Builders.
BuilderHelper() - Constructor for class com.tangosol.util.BuilderHelper
 
BuilderRegistration(String, Class<?>, ParameterizedBuilder<?>) - Constructor for class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.BuilderRegistration
buildFactory(String, ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Construct and configure a ConfigurableCacheFactory for the specified cache config URI and ClassLoader.
buildFactory(String, ClassLoader, ParameterResolver) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Construct and configure a ConfigurableCacheFactory for the specified cache config URI and ClassLoader.
buildPlan() - Method in class com.tangosol.util.filter.LikeFilter
Build a plan for processing the LIKE functionality.
bundle(Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler
The bundle operation to be performed against a collected set of keys by the concrete AbstractKeyBundler implementations.
bundle(Collection) - Method in class com.tangosol.net.cache.BundlingNamedCache.GetBundler
A pass through the the underlying getAll operation.
bundle(Collection) - Method in class com.tangosol.net.cache.BundlingNamedCache.RemoveBundler
A pass through the the underlying keySet().removeAll() operation.
bundle(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler
The bundle operation to be performed against a collected map of entries by the concrete AbstractEntryBundler implementations.
bundle(Map) - Method in class com.tangosol.net.cache.BundlingNamedCache.PutBundler
A pass through the the underlying putAll() operation.
bundle(Set) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler
The bundle operation to be performed against a collected set of binary entries by the concrete AbstractEntryBundler implementations.
Bundle() - Constructor for class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Default constructor.
Bundle() - Constructor for class com.tangosol.net.cache.AbstractBundler.Bundle
Default constructor.
Bundle() - Constructor for class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Default constructor.
Bundle() - Constructor for class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Default constructor.
BundleConfig() - Constructor for class com.tangosol.coherence.config.scheme.BundleManager.BundleConfig
 
BundleManager - Class in com.tangosol.coherence.config.scheme
The BundleManager class is responsible for configuring caches to use bundling.
BundleManager() - Constructor for class com.tangosol.coherence.config.scheme.BundleManager
 
BundleManager.BundleConfig - Class in com.tangosol.coherence.config.scheme
The BundleConfig class contains the configuration for a Bundle.
BundlingNamedCache - Class in com.tangosol.net.cache
Bundling NamedCache implementation.
BundlingNamedCache(NamedCache) - Constructor for class com.tangosol.net.cache.BundlingNamedCache
Construct a BundlingNamedCache based on the specified NamedCache.
BundlingNamedCache.GetBundler - Class in com.tangosol.net.cache
 
BundlingNamedCache.PutBundler - Class in com.tangosol.net.cache
 
BundlingNamedCache.RemoveBundler - Class in com.tangosol.net.cache
 
BundlingScheme - Interface in com.tangosol.coherence.config.scheme
BundlingSchemes define how the bundling (batching) of operations will occur and the BundleManager used to configure said bundling.
by(Filter<? super V>) - Static method in class com.tangosol.net.topic.Subscriber.Filtered
Return a Filtered option with the specified filter.
BY_MEMBER - Static variable in interface com.tangosol.util.InvocableMap.StreamingAggregator
A flag specifying that it might be beneficial to execute this aggregator member-by-member.
BY_PARTITION - Static variable in interface com.tangosol.util.InvocableMap.StreamingAggregator
A flag specifying that it might be beneficial to execute this aggregator partition-by-partition.
BYTE_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of bytes.
ByteAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Construct a SimpleAdapter.
ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Construct a ByteArrayAdapter.
ByteArrayBufferInput() - Constructor for class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Default constructor.
ByteArrayBufferOutput() - Constructor for class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Construct an ByteArrayBufferOutput that will begin writing at the start of the containing WriteBuffer.
ByteArrayBufferOutput(int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Construct an ByteArrayBufferOutput that will begin writing at the specified offset within the containing WriteBuffer.
ByteArrayReadBuffer - Class in com.tangosol.io
A ReadBuffer on top of a byte array.
ByteArrayReadBuffer() - Constructor for class com.tangosol.io.ByteArrayReadBuffer
Default constructor provided for subclasses.
ByteArrayReadBuffer(byte[]) - Constructor for class com.tangosol.io.ByteArrayReadBuffer
Construct a ByteArrayReadBuffer object from a byte array.
ByteArrayReadBuffer(byte[], int, int) - Constructor for class com.tangosol.io.ByteArrayReadBuffer
Construct a ByteArrayReadBuffer object from a portion of a byte array.
ByteArrayReadBuffer(byte[], int, int, boolean, boolean, boolean) - Constructor for class com.tangosol.io.ByteArrayReadBuffer
Construct a ByteArrayReadBuffer object from a portion of a byte array.
ByteArrayWriteBuffer - Class in com.tangosol.io
ByteArrayWriteBuffer is an implementation of WriteBuffer on a byte array.
ByteArrayWriteBuffer() - Constructor for class com.tangosol.io.ByteArrayWriteBuffer
Default constructor; intended only for use by subclasses.
ByteArrayWriteBuffer(byte[]) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer
Construct a ByteArrayWriteBuffer on a byte array.
ByteArrayWriteBuffer(int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer
Construct an ByteArrayWriteBuffer with a certain initial capacity.
ByteArrayWriteBuffer(int, int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer
Construct an ByteArrayWriteBuffer with a certain initial capacity and a certain maximum capacity.
ByteArrayWriteBuffer(WriteBuffer, int, int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer
Create a new ByteArrayWriteBuffer based on a region of an already existing WriteBuffer.
ByteArrayWriteBuffer.Allocator - Class in com.tangosol.io
Allocator is a WriteBufferPool implementation which allocates a new ByteArrayWriteBuffer on each request to the pool, and does not retain the returned buffer.
ByteArrayWriteBuffer.ByteArrayBufferOutput - Class in com.tangosol.io
ByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.
byteAt(int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Returns the byte at the specified offset.
byteAt(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Returns the byte at the specified offset.
byteAt(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Returns the byte at the specified offset.
byteAt(int) - Method in interface com.tangosol.io.ReadBuffer
Returns the byte at the specified offset.
byteAt(int) - Method in class com.tangosol.util.AbstractByteSequence.AggregateByteSequence
Determine the n-th byte of the byte sequence.
byteAt(int) - Method in class com.tangosol.util.AbstractByteSequence.PartialByteSequence
Determine the n-th byte of the byte sequence.
byteAt(int) - Method in interface com.tangosol.util.ByteSequence
Determine the n-th byte of the byte sequence.
ByteBufferInput(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Default constructor.
ByteBufferInputStream - Class in com.tangosol.io.nio
An InputStream implementation on top of a Java NIO ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferInputStream
Construct a ByteBufferInputStream on a ByteBuffer object.
ByteBufferManager - Interface in com.tangosol.io.nio
An interface for managing a ByteBuffer.
ByteBufferOutput(int) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Construct a ByteBufferOutput on top of an NIO ByteBuffer.
ByteBufferOutputStream - Class in com.tangosol.io.nio
An OutputStream implementation on top of a Java NIO ByteBuffer.
ByteBufferOutputStream(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferOutputStream
Construct a ByteBufferOutputStream on a ByteBuffer object.
ByteBufferReadBuffer - Class in com.tangosol.io.nio
A ReadBuffer implementation on top of a Java NIO ByteBuffer.
ByteBufferReadBuffer(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferReadBuffer
Construct a ByteBufferReadBuffer on an NIO ByteBuffer.
ByteBufferReadBuffer.ByteBufferInput - Class in com.tangosol.io.nio
This is a simple implementation of the BufferInput interface on top of a ByteBuffer.
ByteBufferWriteBuffer - Class in com.tangosol.io.nio
A WriteBuffer implementation on top of a Java NIO ByteBuffer.
ByteBufferWriteBuffer(ByteBufferWriteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer
Perform a shallow clone of the supplied ByteBufferWriteBuffer.
ByteBufferWriteBuffer(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer
Construct a ByteBufferWriteBuffer on an NIO ByteBuffer.
ByteBufferWriteBuffer.ByteBufferOutput - Class in com.tangosol.io.nio
This is a simple implementation of the BufferOutput interface on top of a ByteBuffer.
Bytes - Class in com.tangosol.coherence.config.unit
Bytes is a specialized MemorySize whose default constructor assumes that the specified units (when a magnitude is not specified) are always bytes.
Bytes(int) - Constructor for class com.tangosol.coherence.config.unit.Bytes
Constructs a Bytes representing a MemorySize measured in bytes.
Bytes(MemorySize) - Constructor for class com.tangosol.coherence.config.unit.Bytes
Constructs a Bytes based on another MemorySize.
Bytes(String) - Constructor for class com.tangosol.coherence.config.unit.Bytes
Constructs a Bytes representing a MemorySize measured in bytes.
ByteSequence - Interface in com.tangosol.util
Represents a sequence of bytes.
byteValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Returns the current value of this AsyncAtomicInteger as a byte after a narrowing primitive conversion.
byteValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Returns the value of the specified number as a byte.
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
byteValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Returns the current value of this AtomicInteger as a byte after a narrowing primitive conversion.
byteValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Returns the current value of this AtomicLong as a byte after a narrowing primitive conversion.
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
byteValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 

C

CACHE_FACTORY - Static variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
The name of the replaceable parameter representing a cache factory.
CACHE_NAME - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
The name of the replaceable parameter representing the cache name.
CACHE_NAME - Static variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
The name of the replaceable parameter representing the cache name.
CACHE_REF - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
The name of the replaceable parameter representing a cache reference.
CACHE_REF - Static variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
The name of the replaceable parameter representing a cache reference.
CACHE_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the CacheMBean.
cacheAdd(InvocationContext) - Method in class com.oracle.coherence.cdi.CacheAddInterceptor
Always invokes target method and caches invocation result before returning it.
CacheAdd - Annotation Interface in com.oracle.coherence.cdi
Never get the value from cache, get it from method and cache the result.
CacheAdd.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the CacheAdd annotation.
CacheAddInterceptor - Class in com.oracle.coherence.cdi
A CDI interceptor that always invokes target method and then caches invocation result before returning it.
CacheAddInterceptor(Coherence, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.CacheAddInterceptor
CacheCollator - Class in com.tangosol.util
Implements a collator which caches its keys.
CacheCollator(Collator) - Constructor for class com.tangosol.util.CacheCollator
Construct this collator to cache the results of another collator.
CacheConfig - Class in com.tangosol.coherence.config
A CacheConfig is the top-level container for Coherence Cache Configuration, that of which is used at runtime to establish caches and services.
CacheConfig(ParameterResolver) - Constructor for class com.tangosol.coherence.config.CacheConfig
Construct a CacheConfig.
CacheConfigNamespaceHandler - Class in com.tangosol.coherence.config.xml
The CacheConfigNamespaceHandler is responsible for capturing and creating Coherence Cache Configurations when processing a Coherence Configuration file.
CacheConfigNamespaceHandler() - Constructor for class com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler
Standard Constructor.
CacheConfigNamespaceHandler.Extension - Interface in com.tangosol.coherence.config.xml
A class that can add extensions to the CacheConfigNamespaceHandler.
CacheConfigOverrideProcessor - Class in com.tangosol.coherence.config.xml.processor
Implementation of OverrideProcessor that process cache configuration override file.
CacheConfigOverrideProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.CacheConfigOverrideProcessor
 
CacheDefaultsPreprocessor - Class in com.tangosol.coherence.config.xml.preprocessor
A CacheDefaultsPreprocessor is an DocumentElementPreprocessor.ElementPreprocessor that introduces (via cloning) default xml content for xml elements where the said content is missing.
CacheDefaultsPreprocessor(String) - Constructor for class com.tangosol.coherence.config.xml.preprocessor.CacheDefaultsPreprocessor
Constructs a CacheDefaultsPreprocessor with a specific path to where default element content can be located.
CacheEvent<K,V> - Class in com.tangosol.net.cache
An extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.
CacheEvent(ObservableMap<K, V>, int, K, V, V, boolean) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
CacheEvent(ObservableMap<K, V>, int, K, V, V, boolean, boolean) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
CacheEvent(ObservableMap<K, V>, int, K, V, V, boolean, CacheEvent.TransformationState) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
CacheEvent(ObservableMap<K, V>, int, K, V, V, boolean, CacheEvent.TransformationState, boolean) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
CacheEvent(ObservableMap<K, V>, int, K, V, V, boolean, CacheEvent.TransformationState, boolean, boolean) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
CacheEvent.TransformationState - Enum Class in com.tangosol.net.cache
TransformationState describes how a CacheEvent has been or should be transformed.
CacheEventFilter<K,V> - Class in com.tangosol.util.filter
An extension of the MapEventFilter which allows selection of client driven (natural) events, cache internal (synthetic) events, or both.
CacheEventFilter() - Constructor for class com.tangosol.util.filter.CacheEventFilter
Default constructor (necessary for the ExternalizableLite interface).
CacheEventFilter(int, int) - Constructor for class com.tangosol.util.filter.CacheEventFilter
Construct a CacheEventFilter that evaluates MapEvent objects based on the specified combination of event types.
CacheEventFilter(int, Filter<V>, int) - Constructor for class com.tangosol.util.filter.CacheEventFilter
Construct a CacheEventFilter that evaluates MapEvent objects based on the specified combination of event types.
CacheEventFilter(Filter<V>, int) - Constructor for class com.tangosol.util.filter.CacheEventFilter
Construct a CacheEventFilter that evaluates MapEvent objects that would affect the results of a keySet filter issued by a previous call to QueryMap.keySet(com.tangosol.util.Filter).
CacheFactory - Class in com.tangosol.net
Factory for the Coherence™ cache product.
CacheFactory() - Constructor for class com.tangosol.net.CacheFactory
 
CacheFactoryBuilder - Interface in com.tangosol.net
CacheFactoryBuilder provides the means for building and managing configurable cache factories across class loaders in a pluggable fashion.
cacheGet(InvocationContext) - Method in class com.oracle.coherence.cdi.CacheGetInterceptor
Returns cached value if available; otherwise invokes target method and stores invocation result in the cache before returning it.
CacheGet - Annotation Interface in com.oracle.coherence.cdi
Get the value from cache if present, invoke the method and cache the result otherwise.
CacheGet.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the CacheGet annotation.
CacheGetInterceptor - Class in com.oracle.coherence.cdi
A CDI interceptor that returns cached value if present; otherwise it returns and caches result of target method invocation.
CacheGetInterceptor(Coherence, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.CacheGetInterceptor
CacheInfo(String, String, Map) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Deprecated.
Construct a CacheInfo object.
CacheKey - Annotation Interface in com.oracle.coherence.cdi
Parameters annotated with this annotation are considered part of the key.
CacheLifecycleEvent - Interface in com.tangosol.net.events.partition.cache
A CacheLifecycleEvent allows subscribers to capture events pertaining to the lifecycle of a cache.
CacheLifecycleEvent.Type - Enum Class in com.tangosol.net.events.partition.cache
The emitted event types for a CacheLifecycleEvent.
CacheLifecycleEventDispatcher - Interface in com.tangosol.net.events.partition.cache
A CacheLifecycleEventDispatcher raises CacheLifecycleEvents.
CacheLifecycleEventHandler(EventObserverSupport.EventObserver<CacheLifecycleEvent>) - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport.CacheLifecycleEventHandler
 
CacheLifecycleEvents - Annotation Interface in com.tangosol.net.events.annotation
CacheLifecycleEvents is an annotation that should be applied to EventInterceptor implementations that want to receive CacheLifecycleEvents.
CacheLoader<K,V> - Interface in com.tangosol.net.cache
A JCache CacheLoader.
CacheLoaderCacheStore<K,V> - Class in com.tangosol.net.cache
A read-only CacheStore that wraps a CacheLoader.
CacheLoaderCacheStore(CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
Construct a CacheLoaderCacheStore.
CacheLoaderCacheStore(CacheLoader<K, V>) - Constructor for class com.tangosol.net.cache.CacheLoaderCacheStore
The CacheLoader to delegate to.
CacheLoaderCacheStore.Iterable<K,V> - Class in com.tangosol.net.cache
An extension to the CacheLoaderCacheStore that implements the IterableCacheLoader interface.
CacheMap<K,V> - Interface in com.tangosol.net.cache
A CacheMap is a Map that supports caching.
CacheMapping - Class in com.tangosol.coherence.config
A CacheMapping captures configuration information for a pattern-match-based mapping from a proposed NamedCache name to a caching scheme.
CacheMapping(String, String) - Constructor for class com.tangosol.coherence.config.CacheMapping
Construct a CacheMapping for caches that will use rawtypes by default.
CacheMappingProcessor - Class in com.tangosol.coherence.config.xml.processor
An CacheMappingProcessor is responsible for processing <cache-mapping> XmlElements to produce a CacheMapping.
CacheMappingProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.CacheMappingProcessor
 
CacheMappingRegistry - Class in com.tangosol.coherence.config
Deprecated.
As Coherence 14.1.1, use ResourceMappingRegistry.
CacheMappingRegistry() - Constructor for class com.tangosol.coherence.config.CacheMappingRegistry
Deprecated.
CacheMappingRegistry(ResourceMappingRegistry) - Constructor for class com.tangosol.coherence.config.CacheMappingRegistry
Deprecated.
CacheMappingRegistry delegates to ResourceMappingRegistry.
CacheName - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used to indicate a specific cache name.
CacheName.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the CacheName annotation.
CachePersistenceHelper - Class in com.tangosol.persistence
Static helper methods used in the persistence of a partitioned cache.
CachePersistenceHelper() - Constructor for class com.tangosol.persistence.CachePersistenceHelper
 
CachePersistenceHelper.Visitor - Interface in com.tangosol.persistence
The Visitor interface allows the "iteration" of the persisted contents (and metadata) of a cache service in the style of the Visitor Pattern.
CacheProvider - Interface in com.tangosol.net
Deprecated.
cachePut(InvocationContext) - Method in class com.oracle.coherence.cdi.CachePutInterceptor
Stores parameter annotated with CacheValue into cache, invokes target method and returns result of the invocation.
CachePut - Annotation Interface in com.oracle.coherence.cdi
Put a value to cache AND call the method.
CachePut.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the CachePut annotation.
CachePutInterceptor - Class in com.oracle.coherence.cdi
A CDI interceptor that stores parameter value in the Coherence cache.
CachePutInterceptor(Coherence, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.CachePutInterceptor
CacheRefExpression(Expression<?>, ClassLoader, CacheMappingRegistry) - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamProcessor.CacheRefExpression
CacheRefExpression(Expression<?>, ClassLoader, ResourceMappingRegistry) - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamProcessor.CacheRefExpression
Constructs a CacheRefExpression.
cacheRemove(InvocationContext) - Method in class com.oracle.coherence.cdi.CacheRemoveInterceptor
Removes cached value.
CacheRemove - Annotation Interface in com.oracle.coherence.cdi
Remove the value from the cache and call the method.
CacheRemove.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the CacheRemove annotation.
CacheRemoveInterceptor - Class in com.oracle.coherence.cdi
A CDI interceptor that removes value from the cache and invokes target method.
CacheRemoveInterceptor(Coherence, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.CacheRemoveInterceptor
CacheRequestHolder<Req,Res> - Class in com.oracle.coherence.grpc
A class that holds a gRPC request, an associated NamedCache and Binary converters.
CacheRequestHolder(Req, AsyncNamedCache<Binary, Binary>, Supplier<NamedCache<?, ?>>, String, Serializer, Executor) - Constructor for class com.oracle.coherence.grpc.CacheRequestHolder
CacheResource - Class in com.tangosol.coherence.rest
RESTful wrapper around a Coherence NamedCache.
CacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int) - Constructor for class com.tangosol.coherence.rest.CacheResource
Construct a new CacheResource.
CacheService - Interface in com.tangosol.net
A CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.
CacheService.CacheAction - Interface in com.tangosol.net
CacheAction represents a type of action taken by a CacheService.
CacheServiceProxyProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse cache-service-proxy configuration element tp produce a DefaultCacheServiceProxyDependencies object.
CacheServiceProxyProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.CacheServiceProxyProcessor
 
CacheStatistics - Interface in com.tangosol.net.cache
An interface for exposing Cache statistics.
CacheStatisticsExtractor() - Constructor for class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.CacheStatisticsExtractor
CacheStatisticsExtractor(JCacheIdentifier) - Constructor for class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.CacheStatisticsExtractor
Constructs PartitionedJCacheStatistics.CacheStatisticsExtractor to get JCacheStatistics associated with id.
CacheStore<K,V> - Interface in com.tangosol.net.cache
A JCache cache store.
CacheStoreMap - Class in com.tangosol.net.cache
A backing Map implementation that delegates all operations to a CacheStore.
CacheStoreMap(BackingMapManagerContext, CacheStore) - Constructor for class com.tangosol.net.cache.CacheStoreMap
Construct a read/write CacheStoreMap.
CacheStoreMap(BackingMapManagerContext, CacheStore, boolean) - Constructor for class com.tangosol.net.cache.CacheStoreMap
Construct a read/write CacheStoreMap.
CacheStoreMap(BackingMapManagerContext, IterableCacheLoader) - Constructor for class com.tangosol.net.cache.CacheStoreMap
Construct a read-only CacheStoreMap.
CacheStoreMap.ReadWriteMap - Class in com.tangosol.net.cache
A Map implementation that delegates straight through to a CacheStore.
CacheStoreScheme - Class in com.tangosol.coherence.config.scheme
The CacheStoreScheme class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.
CacheStoreScheme() - Constructor for class com.tangosol.coherence.config.scheme.CacheStoreScheme
 
CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Construct a CacheStoreWrapper.
CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.VersionedBackingMap.CacheStoreWrapper
Deprecated.
Construct a wrapped CacheStore.
CacheValue - Annotation Interface in com.oracle.coherence.cdi
Marks a parameter as the cache value.
cacheValues() - Element in annotation interface com.oracle.coherence.cdi.View
A flag that is true to cache both the keys and values of the materialized view locally, or false to only cache the keys (the default value is true).
cacheValues() - Method in class com.oracle.coherence.cdi.View.Literal
Obtain the flag that is true to cache both the keys and values of the materialized view locally, or false to only cache the keys (the default value is true).
CachingMap<K,V> - Class in com.tangosol.net.cache
Map implementation that wraps two maps - a front map (assumed to be "inexpensive" and probably "incomplete") and a back map (assumed to be "complete" and "correct", but more "expensive") - using a read-through/write-through approach.
CachingMap(Map<K, V>, Map<K, V>) - Constructor for class com.tangosol.net.cache.CachingMap
Construct a CachingMap using two specified maps: FrontMap (aka "cache", "near" or "shallow") and BackMap (aka "actual", "real" or "deep").
CachingMap(Map<K, V>, Map<K, V>, int) - Constructor for class com.tangosol.net.cache.CachingMap
Construct a CachingMap using two specified maps: FrontMap (aka "cache", "near" or "shallow") and BackMap (aka "actual", "real" or "deep") and using the specified front map invalidation strategy.
CachingMap.DeactivationListener - Class in com.tangosol.net.cache
DeactivationListener for the back NamedCache.
CachingMap.FrontMapListener - Class in com.tangosol.net.cache
MapListener for front map responsible for deregistering back map listeners upon front map eviction.
CachingMap.PrimingListener - Class in com.tangosol.net.cache
MapListener for back map responsible for keeping the front map coherent with the back map.
CachingMap.SimpleListener - Class in com.tangosol.net.cache
MapListener for back map responsible for keeping the front map coherent with the back map.
CachingScheme - Interface in com.tangosol.coherence.config.scheme
The CachingScheme is a multi-builder for cache-based infrastructure.
CachingSchemeMappingProcessor - Class in com.tangosol.coherence.config.xml.processor
An CachingSchemeMappingProcessor is responsible for processing <caching-scheme-mapping> XmlElements to update the ResourceMappingRegistry with CacheMappings.
CachingSchemeMappingProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.CachingSchemeMappingProcessor
 
CachingSchemesProcessor - Class in com.tangosol.coherence.config.xml.processor
A CachingSchemesProcessor is an ElementProcessor for the <caching-schemes%gt; element of Coherence Cache Configuration files.
CachingSchemesProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.CachingSchemesProcessor
 
CaffeineCache - Class in com.oracle.coherence.caffeine
A ConfigurableCacheMap backed by Caffeine.
CaffeineCache() - Constructor for class com.oracle.coherence.caffeine.CaffeineCache
Create CaffeineCache instance.
CaffeineScheme - Class in com.tangosol.coherence.config.scheme
The CaffeineScheme class is responsible for building a fully configured instance of a CaffeineCache.
CaffeineScheme() - Constructor for class com.tangosol.coherence.config.scheme.CaffeineScheme
 
calcDecimalSize(BigDecimal) - Static method in class com.tangosol.io.pof.PofHelper
Determine the minimum size (in bytes) of the IEEE754 decimal type that would be capable of holding the passed value.
calculateAnalysisDelay() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Calculate whether the analysis should be delayed.
calculateBasePartitionHash(PartitionedService, Object) - Static method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Determine the partition-hash of the given key.
calculateBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the bucket for the specified hash code.
calculateEffectiveness(Map<? extends ValueExtractor<? extends V, ?>, ? extends MapIndex<? extends K, ? extends V, ?>>, Set<? extends K>) - Method in interface com.tangosol.util.filter.IndexAwareFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.AllFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.AlwaysFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.AnyFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.BetweenFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ContainsAllFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ContainsAnyFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ContainsFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.EqualsFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ExtractorFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.GreaterEqualsFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.GreaterFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.InFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.InKeySetFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.KeyFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.LessEqualsFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.LessFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.LikeFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.LimitFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.NeverFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.NotEqualsFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.NotFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.PresentFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.PriorityFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.XorFilter
Given a Map of available indexes, determine if this IndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
calculateExpiry(long) - Static method in class com.tangosol.net.cache.BackingMapBinaryEntry
Calculate the expiry timestamp based on the expiry delay value.
calculateFairShare(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the "fair share" (F) load.
calculateIteratorEffectiveness(int) - Static method in class com.tangosol.util.filter.ExtractorFilter
Helper method to calculate effectiveness (or rather ineffectiveness) of a simple iteration against a key set that has to be performed due to an absence of corresponding index.
calculateJMXPartitionStats() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Calculate MBean attribute values for partition statistics.
calculateKeyPartition(PartitionedService, Object) - Static method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Determine the partition to which the given key should be assigned for the specified PartitionService, taking into consideration the associations provided by the service's KeyAssociator.
calculateKeyPartitionHash(PartitionedService, Object) - Static method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Determine the partition-hash of the given key.
calculateMatchEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ComparisonFilter
Helper method to calculate effectiveness for ComparisonFilters that need no more than a single index match in order to retrieve all necessary keys to perform the applyIndex() operation.
calculateMinimumNodeCount(Set<Member>) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Given a set of Member objects, calculate the minimum number of nodes on a single machine.
calculateMinThreshold(int, float) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Calculate the minimum number of storage enabled nodes necessary to proceed with the service recovery.
calculateNaturalPartition(int) - Method in class com.tangosol.util.Binary
Calculate the partition ID to which the specified Binary should be naturally assigned.
calculateObjectName(CoherenceBasedCacheManager, JCacheIdentifier, MBeanServerRegistrationUtility.ObjectNameType) - Static method in class com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility
Creates an object name using the scheme "javax.cache:type=Cache<Statistics|Configuration>,CacheManager=<cacheManagerName>,Cache=<cacheName>"
calculateObjectName(Cache, MBeanServerRegistrationUtility.ObjectNameType) - Static method in class com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility
Creates an object name using the scheme "javax.cache:type=Cache<Statistics|Configuration>,CacheManager=<cacheManagerName>,Cache=<cacheName>"
calculatePackedLength(int) - Static method in class com.tangosol.util.ExternalizableHelper
Calculate the number of bytes needed to store a packed integer using a variable-length format.
calculatePackedLength(long) - Static method in class com.tangosol.util.ExternalizableHelper
Calculate the number of bytes needed to store a packed long using a variable-length format.
calculatePartition(PartitionedService, int) - Static method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Return the partition associated with the specified hash value in the specified PartitionedService.
calculatePreviousBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the old bucket for the specified hash code.
calculateRangeEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ComparisonFilter
Helper method to calculate effectiveness for ComparisonFilters that need a range of values from an index in order to retrieve all necessary keys to perform the applyIndex() operation.
calculateRequeueDelay(ReadWriteBackingMap.WriteQueue) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Calculate the requeue delay after a store operation failed.
calculateShallowSize(Class) - Static method in class com.tangosol.net.cache.SimpleMemoryCalculator
Calculate the approximate number of bytes required to store an instance of the given class and its non-static fields in memory.
calculateSize() - Method in interface com.tangosol.util.Sizable
Calculate the memory footprint for this instance.
calculateSizeCode(int) - Static method in class com.tangosol.io.nio.BinaryMap
Determine which "free bucket" a block of a particular size would go into.
calculateTotalLength(Object[][]) - Static method in class com.tangosol.util.ImmutableMultiList
Calculate the total number of element in the array of arrays.
calculateUnits(Binary) - Method in class com.tangosol.net.topic.BinaryElementCalculator
 
calculateUnits(Binary) - Method in class com.tangosol.net.topic.FixedElementCalculator
 
calculateUnits(Binary) - Method in interface com.tangosol.net.topic.NamedTopic.ElementCalculator
Calculate cost for the specified element.
calculateUnits(Object) - Method in class com.tangosol.net.cache.LocalCache.Entry
Calculate a cache cost for the specified object.
calculateUnits(Object, Object) - Method in class com.tangosol.net.cache.BinaryMemoryCalculator
Calculate the approximate number of bytes required to cache the given Binary key and value.
calculateUnits(Object, Object) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator
Calculate a cache cost for the specified cache entry key and value.
calculateUnits(Object, Object) - Method in class com.tangosol.net.cache.LocalCache.InternalUnitCalculator
 
calculateUnits(Object, Object) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Calculate a cache cost for the specified cache entry key and value.
calculateVersion(Object) - Method in class com.tangosol.run.jca.SimpleValidator
Generate the Comparable version indicator for a given resource value.
calculateWaitTime(long) - Method in class com.tangosol.net.partition.FailoverAccessPolicy
Return the amount of time that a request should be delayed before being allowed to proceed.
calcUnitFairShare(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Return the fair share of units for each child maps.
calcUTF(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Figure out how many bytes it will take to hold the passed String.
calibrate() - Method in class com.tangosol.io.nio.AbstractBufferManager
Determine the grow and shrink thresholds based on the current capacity.
CALL_NODE - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for a Method Call Node.
callable(Remote.Callable<V>) - Static method in class com.tangosol.util.function.Remote
Capture serializable Callable.
cancel() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Cancel the load operation.
cancel(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
cancel(boolean) - Method in class com.tangosol.util.AsynchronousAgent
 
cancel(Throwable) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Cancel the load operation due to an exception.
cancel(Throwable) - Method in class com.tangosol.persistence.AbstractPersistenceManager.Task
Cancel execution of the task.
cancelOutstandingReads(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Cancel any outstanding asynchronous reads for a key.
CANONICAL_NAME - Static variable in class com.tangosol.util.extractor.IdentityExtractor
Canonical name for identity extractor.
CanonicallyNamed - Interface in com.oracle.coherence.common.base
CanonicallyNamed provides a way for objects to identify themselves by name.
canProcess(String) - Method in class com.tangosol.config.expression.ValueMacroExpression.DefaultDelimiterExpansionProcessor
 
canProcess(String) - Method in class com.tangosol.config.expression.ValueMacroExpression.MacroExpansionProcessor
Return true iff sMacro contains the delimiter that this processor handles.
canProcess(String) - Method in class com.tangosol.config.expression.ValueMacroExpression.OffsetLengthSubstringExpansionProcessor
 
canProcess(String) - Method in class com.tangosol.config.expression.ValueMacroExpression.SpaceDefaultDelimiterExpansionProcessor
 
canUseGlobal() - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Returns true if the SocketProviderFactory can use the global provider builder over this builder, if a global builder is present.
capacity() - Method in class com.tangosol.util.Dequeue
Determine the current capacity of this dequeue.
CapacityAwareMap(BackingMapManager, String) - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache.CapacityAwareMap
Create a CapacityAwareMap.
capitalize(String) - Static method in class com.oracle.coherence.common.base.Formatting
Capitalize a string.
capitalize(String) - Static method in class com.tangosol.util.Base
Capitalize a string.
cardinality() - Method in class com.tangosol.net.partition.PartitionSet
Returns the number of marked partitions.
castProcessor(InvocableMap.EntryProcessor<Binary, Binary, ?>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
castReturnValue(MethodNode) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Cast a return value into an appropriate type.
casValueInternal(Object, Object) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Set the value of this entry to the specified value iff the current value matches the assumed value.
CdiConfigSourceProvider - Class in com.oracle.coherence.mp.config
Bridges the gap between ServiceLoader and CDI, by registering itself as a service and using CDI to discover available CDI-managed ConfigSources.
CdiConfigSourceProvider() - Constructor for class com.oracle.coherence.mp.config.CdiConfigSourceProvider
 
CdiEventObserver<E> - Class in com.oracle.coherence.cdi
An observer of events that wraps a CDI ProcessObserverMethod.
CdiEventObserver(ObserverMethod<E>) - Constructor for class com.oracle.coherence.cdi.CdiEventObserver
Create a CdiEventObserver from an ObserverMethod
CdiEventObserver(ProcessObserverMethod<E, ?>) - Constructor for class com.oracle.coherence.cdi.CdiEventObserver
Create a CdiEventObserver from an observed method event.
CdiInjector - Class in com.oracle.coherence.cdi
An implementation of Injector that uses the CDI bean manager to inject dependencies.
CdiInjector() - Constructor for class com.oracle.coherence.cdi.CdiInjector
 
CdiInterceptorMetadataResolver - Class in com.oracle.coherence.cdi
An implementation of InterceptorMetadataResolver that knows how to extract interceptor metadata from a Weld proxy.
CdiInterceptorMetadataResolver() - Constructor for class com.oracle.coherence.cdi.CdiInterceptorMetadataResolver
 
CdiMapEventObserver<K,V> - Class in com.oracle.coherence.cdi
An implementation of a AnnotatedMapListener.MapEventObserver that wraps a CDI ObserverMethod that observes MapEvent.
CdiMapEventObserver(ObserverMethod<MapEvent<K, V>>) - Constructor for class com.oracle.coherence.cdi.CdiMapEventObserver
Create a CdiMapEventObserver from an ObserverMethod
CdiMapEventObserver(ProcessObserverMethod<MapEvent<K, V>, ?>) - Constructor for class com.oracle.coherence.cdi.CdiMapEventObserver
Create a CdiMapEventObserver from an observed method event.
CdiMapListenerManager - Class in com.oracle.coherence.cdi
Registers discovered CDI observer-based MapListeners when the cache is created, and unregisters them when it's destroyed.
CdiMapListenerManager(FilterProducer, MapEventTransformerProducer, CoherenceExtension) - Constructor for class com.oracle.coherence.cdi.CdiMapListenerManager
 
CdiMetricsRegistryAdapter - Class in com.oracle.coherence.mp.metrics
Bridges the gap between ServiceLoader and CDI, by registering itself as a service and delegating to all discovered CDI beans that implement MetricsRegistryAdapter interface.
CdiMetricsRegistryAdapter() - Constructor for class com.oracle.coherence.mp.metrics.CdiMetricsRegistryAdapter
 
CdiNamespaceHandler - Class in com.oracle.coherence.cdi.server
Custom namespace handler for cdi namespace.
CdiNamespaceHandler() - Constructor for class com.oracle.coherence.cdi.server.CdiNamespaceHandler
Construct CdiNamespaceHandler instance.
ceiling(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
ceiling(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the "first" value with an index which is greater than or equal to the specified index.
ceiling(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
ceiling(long) - Method in interface com.tangosol.util.LongArray
Return the "first" value with an index which is greater than or equal to the specified index.
ceiling(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
ceiling(long) - Method in class com.tangosol.util.SimpleLongArray
 
ceiling(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
ceiling(Object) - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
ceilingEntry(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
ceilingIndex(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
ceilingIndex(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the "first" index which is greater than or equal to the specified index.
ceilingIndex(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
ceilingIndex(long) - Method in interface com.tangosol.util.LongArray
Return the "first" index which is greater than or equal to the specified index.
ceilingIndex(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
ceilingIndex(long) - Method in class com.tangosol.util.SimpleLongArray
 
ceilingIndex(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
ceilingKey(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
cEntries - Variable in class com.tangosol.util.SegmentedHashMap.Segment
The number of Entry objects (including synthetics) in this segment.
CertificateLoader - Interface in com.tangosol.net.ssl
A class that can load an array of certificates.
chainComparators(Comparator, Comparator) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Helper method to return a Comparator chaining the specified comparators.
chainComparators(Comparator, Comparator, Comparator) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Helper method to return a Comparator chaining the specified comparators.
chained(ValueExtractor<?, ?>...) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the specified fields where extraction occurs in a chain where the result of each field extraction is the input to the next extractor.
chained(String...) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the specified fields where extraction occurs in a chain where the result of each field extraction is the input to the next extractor.
ChainedCollection<E> - Class in com.tangosol.util
An unmodifiable Collection that provides access to many collections in the given order.
ChainedCollection(ChainedCollection<E>, Collection<E>) - Constructor for class com.tangosol.util.ChainedCollection
Construct a ChainedCollection from the existing ChainedCollection and an additional Collection object.
ChainedCollection(ChainedCollection<E>, Collection<E>...) - Constructor for class com.tangosol.util.ChainedCollection
Construct a ChainedCollection from the existing ChainedCollection and an array of Collection objects.
ChainedCollection(Collection<E>...) - Constructor for class com.tangosol.util.ChainedCollection
Construct a ChainedCollection with the provided array of Collection objects.
ChainedCollection(Collection<Collection<E>>) - Constructor for class com.tangosol.util.ChainedCollection
Construct a ChainedCollection with the provided Collection of Collection objects.
ChainedComparator<T> - Class in com.tangosol.util.comparator
Composite comparator implementation based on a collection of comparators.
ChainedComparator() - Constructor for class com.tangosol.util.comparator.ChainedComparator
Default constructor (for ExternalizableLite and PortableObject).
ChainedComparator(Comparator<T>...) - Constructor for class com.tangosol.util.comparator.ChainedComparator
Construct a ChainedComparator.
ChainedEnumerator - Class in com.tangosol.util
Provide an enumerator which enumerates the contents of multiple enumerators.
ChainedEnumerator() - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate multiple enumerators.
ChainedEnumerator(Enumeration) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the passed Enumeration.
ChainedEnumerator(Enumeration[]) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the Enumerations passed in the array as if they were together a single enumerator.
ChainedEnumerator(Enumeration, Enumeration) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the first Enumeration and then will enumerate the second Enumeration as if they were together a single Enumeration.
ChainedEnumerator(Iterator) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the passed Iterator.
ChainedEnumerator(Iterator[]) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the Iterators passed in the array as if they were together a single enumerator.
ChainedEnumerator(Iterator, Iterator) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the first Iterator and then will enumerate the second Iterator as if they were together a single Iterator.
ChainedExtractor<T,E> - Class in com.tangosol.util.extractor
Composite ValueExtractor implementation based on an array of extractors.
ChainedExtractor - Annotation Interface in com.oracle.coherence.cdi
A ExtractorBinding annotation representing a ChainedExtractor.
ChainedExtractor() - Constructor for class com.tangosol.util.extractor.ChainedExtractor
Default constructor (necessary for the ExternalizableLite interface).
ChainedExtractor(ValueExtractor[]) - Constructor for class com.tangosol.util.extractor.ChainedExtractor
Construct a ChainedExtractor based on a specified ValueExtractor array.
ChainedExtractor(ValueExtractor<? super T, ? extends U>, ValueExtractor<? super U, ? extends E>) - Constructor for class com.tangosol.util.extractor.ChainedExtractor
Construct a ChainedExtractor based on two extractors.
ChainedExtractor(String) - Constructor for class com.tangosol.util.extractor.ChainedExtractor
Construct a ChainedExtractor for a specified method name sequence.
ChainedExtractor.Extractors - Annotation Interface in com.oracle.coherence.cdi
A holder for the repeatable ChainedExtractor annotation.
ChainedExtractor.Extractors.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the ChainedExtractor.Extractors annotation.
ChainedExtractor.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the ChainedExtractor annotation.
ChainedExtractorBuilder - Class in com.tangosol.coherence.dslquery
An ExtractorBuilder implementation that delegates building ValueExtractors to a chain of ExtractorBuilders and returns the result from the first ExtractorBuilder to return a non-null value from its ChainedExtractorBuilder.realize(String, int, String) method.
ChainedExtractorBuilder(ExtractorBuilder...) - Constructor for class com.tangosol.coherence.dslquery.ChainedExtractorBuilder
Construct a ChainedExtractorBuilder that uses the specified chain of ExtractorBuilders to realize instances of ValueExtractors.
ChainedExtractorsSupplier() - Constructor for class com.oracle.coherence.cdi.ExtractorProducer.ChainedExtractorsSupplier
 
ChainedExtractorSupplier() - Constructor for class com.oracle.coherence.cdi.ExtractorProducer.ChainedExtractorSupplier
 
ChainedFragmentExtractor<T,E> - Class in com.tangosol.util.extractor
A ValueExtractor that extracts a Fragment from a nested property of the target object.
ChainedFragmentExtractor() - Constructor for class com.tangosol.util.extractor.ChainedFragmentExtractor
Deserialization constructor.
ChainedFragmentExtractor(ValueExtractor<? super T, ? extends E>, ValueExtractor<? super E, ?>...) - Constructor for class com.tangosol.util.extractor.ChainedFragmentExtractor
Construct ChainedFragmentExtractor instance.
ChainedMap - Class in com.tangosol.util
Chains two maps into one virtual map.
ChainedMap(Map, Map) - Constructor for class com.tangosol.util.ChainedMap
Construct a ChainedMap out of two maps.
ChainedMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
ChainedParameterResolver - Class in com.tangosol.config.expression
A ChainedParameterResolver is a ParameterResolver that consults zero or more provided ParameterResolvers in the order in which they were defined or added to resolve a Parameter.
ChainedParameterResolver() - Constructor for class com.tangosol.config.expression.ChainedParameterResolver
Default constructor needed for serialization.
ChainedParameterResolver(ParameterResolver...) - Constructor for class com.tangosol.config.expression.ChainedParameterResolver
Construct a ChainedParameterResolver based on the specified ParameterResolvers.
ChainedResourceResolver - Class in com.tangosol.util
A ChainedResourceResolver is a ResourceResolver that chains together one or more other ResourceResolvers, those of which will be queried (in the order in which they are added to the ChainedResourceResolver) when attempting to resolve a resource.
ChainedResourceResolver(ResourceResolver...) - Constructor for class com.tangosol.util.ChainedResourceResolver
ChainedSet<E> - Class in com.tangosol.util
An unmodifiable Set that provides access to many sets in the given order.
ChainedSet(ChainedSet<E>, Set<E>) - Constructor for class com.tangosol.util.ChainedSet
Construct a ChainedSet from the existing ChainedSet and an additional Set object.
ChainedSet(ChainedSet<E>, Set<E>...) - Constructor for class com.tangosol.util.ChainedSet
Construct a ChainedSet from the existing ChainedSet and an array of Set objects.
ChainedSet(Collection<Set<E>>) - Constructor for class com.tangosol.util.ChainedSet
Construct a ChainedSet with the provided Collection of Set objects.
ChainedSet(Set<E>...) - Constructor for class com.tangosol.util.ChainedSet
Construct a ChainedSet with the provided array of Set objects.
ChangeRecord<K,V> - Interface in com.tangosol.coherence.federation
Provides a mechanism to represent and mutate a Cache Entry that was changed in a Federated Cache.
ChangeRecord.Entry<K,V> - Interface in com.tangosol.coherence.federation
Represents the key, value and name of the Participant from which the entry originated.
ChangeRecordUpdater<K,V> - Interface in com.tangosol.coherence.federation
ChangeRecordUpdater allows to update the given ChangeRecord while processing the FederatedChangeEvent.
changeState(int) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Change the state of the ContinuousQueryCache.
changeState(int, Daemon.DaemonWorker) - Method in class com.tangosol.util.Daemon
Change the state of the daemon.
ChangeTracker(ReadBuffer.BufferInput, ReadBuffer.BufferInput) - Constructor for class com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
Construct a ChangeTracker that will produce a delta between the two passed streams.
Channels - Search tag in interface com.tangosol.net.topic.Publisher
Section
Channels - Search tag in interface com.tangosol.net.topic.Subscriber
Section
CHAR_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of chars.
CHAR_BUF_MASK - Static variable in class com.tangosol.io.AbstractWriteBuffer
Bitmask used against a raw offset to determine the offset within the temporary character buffer.
CHAR_BUF_SIZE - Static variable in class com.tangosol.io.AbstractWriteBuffer
Size of the temporary character buffer.
characteristics() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator
 
characteristics() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsClear
 
characteristics() - Method in class com.tangosol.util.aggregator.BigDecimalAverage
 
characteristics() - Method in class com.tangosol.util.aggregator.BigDecimalMax
 
characteristics() - Method in class com.tangosol.util.aggregator.BigDecimalMin
 
characteristics() - Method in class com.tangosol.util.aggregator.BigDecimalSum
 
characteristics() - Method in class com.tangosol.util.aggregator.ComparableMax
 
characteristics() - Method in class com.tangosol.util.aggregator.ComparableMin
 
characteristics() - Method in class com.tangosol.util.aggregator.CompositeAggregator
 
characteristics() - Method in class com.tangosol.util.aggregator.Count
 
characteristics() - Method in class com.tangosol.util.aggregator.DistinctValues
 
characteristics() - Method in class com.tangosol.util.aggregator.DoubleAverage
 
characteristics() - Method in class com.tangosol.util.aggregator.DoubleMax
 
characteristics() - Method in class com.tangosol.util.aggregator.DoubleMin
 
characteristics() - Method in class com.tangosol.util.aggregator.DoubleSum
 
characteristics() - Method in class com.tangosol.util.aggregator.GroupAggregator
 
characteristics() - Method in class com.tangosol.util.aggregator.LongMax
 
characteristics() - Method in class com.tangosol.util.aggregator.LongMin
 
characteristics() - Method in class com.tangosol.util.aggregator.LongSum
 
characteristics() - Method in class com.tangosol.util.aggregator.PriorityAggregator
 
characteristics() - Method in class com.tangosol.util.aggregator.QueryRecorder
 
characteristics() - Method in class com.tangosol.util.aggregator.ReducerAggregator
 
characteristics() - Method in class com.tangosol.util.aggregator.ScriptAggregator
 
characteristics() - Method in class com.tangosol.util.aggregator.TopNAggregator
 
characteristics() - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
A bit mask representing the set of characteristics of this aggregator.
characteristics() - Method in interface com.tangosol.util.MapListener
A bit mask representing the set of characteristics of this listener.
characteristics() - Method in interface com.tangosol.util.MapListenerSupport.SynchronousListener
 
characteristics() - Method in class com.tangosol.util.MapListenerSupport.WrapperListener
 
characteristics() - Method in class com.tangosol.util.SimpleStreamer
 
characteristics() - Method in interface com.tangosol.util.Streamer
A bit mask representing the set of characteristics of this Streamer.
CharAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Construct a SimpleAdapter.
CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Construct a CharArrayAdapter.
check() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Verify that the stream is still open.
check() - Method in class com.tangosol.net.GuardSupport
Check the registered Guardable objects for timeout, taking appropriate action and calculate the timestamp when the next check should be performed.
check() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated.
as of Coherence 3.3 this method is a no-op
check(String) - Method in class com.tangosol.io.nio.BinaryMap
Debugging support: Validate the buffer's data structures, the hash buckets, free lists, etc.
checkAlias(OPParser, String...) - Method in class com.tangosol.coherence.dslquery.token.SQLOPToken
Check to see if there is an alias and create a Term to hold the alias identifier if one exists
checkBacklog(Continuation) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
checkBacklog(Continuation<Void>) - Method in interface com.tangosol.net.FlowControl
Check for an excessive backlog and if the underlying communication channel is indeed clogged, call the specified continuation when the backlog is back to normal or the service terminates.
checkBacklog(Continuation<Void>) - Method in class com.tangosol.util.AsynchronousAgent
 
checkBackupBalance(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check that the distribution of backup partitions is balanced.
checkBackupOverloaded(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check if the distribution of backup partitions is balanced.
checkBackupStrong(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check that the backups are strong.
checkBounds(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Check if the specified read is within bounds.
checkBounds(int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Validate the ranges for the passed bounds and make sure that the underlying array is big enough to handle them.
checkBounds(int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Test an offset and length of data to write to see if it can be written to this buffer.
checkBounds(int, int) - Method in class com.tangosol.util.BinaryWriteBuffer
Validate the ranges for the passed bounds and make sure that the underlying array is big enough to handle them.
checkBufferGrow(int) - Method in class com.tangosol.io.nio.BinaryMap
If there is a buffer manager, check if the current buffer should be grown.
checkBufferShrink() - Method in class com.tangosol.io.nio.BinaryMap
If there is a buffer manager, check if the current buffer should be shrunk.
checkDate(int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate date information.
checkDayTimeInterval(int, int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a day-time interval.
checkDecimalRange(BigDecimal, int) - Static method in class com.tangosol.io.pof.PofHelper
Verify that the specified decimal value will fit in the specified number of bits.
checkDestroy() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Test if the underlying store can be destroyed, and if so, destroy it.
checkElement(XmlElement) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Validates the passed XmlElement, copying the element into a new valid element if necessary.
checkElementCount(int) - Static method in class com.tangosol.io.pof.PofHelper
Verify that the number of elements is valid.
checkEndangered() - Method in class com.tangosol.net.partition.FailoverAccessPolicy
Check to see if the associated service is endangered.
checkEndangered(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check the distribution to ensure that backups are created for any "endangered" partitions.
checkEntry(Object, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Check the passed value to verify that it does belong in this ContinuousQueryCache.
checkEntry(Map.Entry) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Check the passed value to verify that it does belong in this ContinuousQueryCache.
checkError() - Method in class com.tangosol.io.WriterPrintStream
Flush the stream and check its error state.
checkExpiry() - Method in class com.tangosol.net.cache.SerializationCache
Make sure that the cache does not contain expired items.
checkFlush() - Method in class com.tangosol.net.cache.LocalCache
Deprecated.
as of Coherence 3.5, use LocalCache.evict()
checkKey(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Check the passed object to verify that it passes the "key" restriction of this Map.
checkLeaving(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check for any service members that are leaving, and adjust the distribution plan accordingly.
checkMachineQuorum(int, Set<Member>, Set<Member>, Set<Member>, Set<Member>) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Check whether the machine quorum for the specified role will be satisfied if the set of suspect members is disconnected from the cluster, given the sets of "healthy" and "announcing" members.
checkModulo() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the modulo should be changed.
checkMutable() - Method in class com.tangosol.run.xml.SimpleDocument
Validates that the document is mutable, otherwise throws an UnsupportedOperationException.
checkMutable() - Method in class com.tangosol.run.xml.SimpleElement
Validates that the element is mutable, otherwise throws an UnsupportedOperationException.
checkMutable() - Method in class com.tangosol.run.xml.XmlBean
Verify that this XmlBean is mutable.
checkMutable() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Verify that this SimpleEntry is mutable.
checkNotEmpty(String, String) - Static method in class com.tangosol.util.Base
Check that the specified string is neither a null nor an empty string.
checkNotInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Verify that the ConfigurablePofContext has not already been initialized.
checkNotNull(T, String) - Static method in class com.tangosol.util.Base
Check that the specified object is non-null and return it.
checkObject(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Check the passed object to verify that it passes the restriction of this Collection.
checkObject(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Check the passed object to verify that it passes the restriction of this ListIterator.
checkObjectInputFilter(Class<?>, int, DataInput) - Static method in class com.tangosol.util.ExternalizableHelper
Return true if the provided class is allowed to be deserialized.
checkObjectInputFilter(Class<?>, DataInput) - Static method in class com.tangosol.util.ExternalizableHelper
Return true if the provided class is allowed to be deserialized.
checkObjectInputFilter(Class<?>, ObjectInputStream) - Static method in class com.tangosol.util.ExternalizableHelper
Return true if the provided class is allowed to be deserialized.
checkPage() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if the time has come to set up a new page for storing current cache data.
checkPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Check for an item known to the WriteBehind queue.
checkPermission(ClusterPermission, Subject) - Method in interface com.tangosol.net.security.AccessController
Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).
checkPermission(ClusterPermission, Subject) - Method in class com.tangosol.net.security.DefaultController
Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).
checkPermission(Cluster, String, String, String) - Static method in class com.tangosol.net.security.Security
Check if the current user has permission to perform the action against "clustered resources", such as clustered services and caches.
checkPermission(NamedCache) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Check if the current user is allowed to "join" the cache.
checkPermission(NamedCache) - Static method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Check if the current user is allowed to "join" the cache.
checkPermission(NamedCollection) - Static method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Check if the current user is allowed to "join" to the collection.
checkPermission(Service, String) - Static method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Check if the current user is allowed to "join" the data structure with the specified name.
checkPosition(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Validate the specified value position in the POF stream.
checkPosition(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Notify the Complex object that a value has been encountered.
checkPosition(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Notify the Complex object that a value has been encountered.
checkPrimaryBalance(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check the distribution to ensure that primary the partition load is balanced.
checkRange(long, long, long, String) - Static method in class com.tangosol.util.Base
Check the range of a value.
checkRange(Object) - Method in class com.tangosol.util.SortedBag.ViewBag
Check that the specified object is within the range of this view.
checkRead(BinaryEntry, Subject, int) - Method in class com.tangosol.net.security.AuditingAuthorizer
 
checkRead(BinaryEntry, Subject, int) - Method in interface com.tangosol.net.security.StorageAccessAuthorizer
Check if the caller represented by the specified Subject is authorized to a read access for the specified entry.
checkReadAny(BackingMapContext, Subject, int) - Method in class com.tangosol.net.security.AuditingAuthorizer
 
checkReadAny(BackingMapContext, Subject, int) - Method in interface com.tangosol.net.security.StorageAccessAuthorizer
Check if the caller represented by the specified Subject is authorized to read any data.
checkReadOnly() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Check the read-only setting to verify that the cache is NOT read-only.
checkReadOnly(String) - Static method in class com.tangosol.net.management.MBeanHelper
Checks whether "write" operations are allowed.
checkRecoveryMembership(PartitionedService.PartitionRecoveryAction) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Check if the recovery is allowed for the current membership.
checkReferenceRange(int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a reference identifier to make sure it is in a valid range.
checkRoleQuorum(int, Set, Set, Set, Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Check whether the member quorum for the specified role will be satisfied if the set of suspect members is disconnected from the cluster, given the sets of "healthy" and "announcing" members.
checkShrinkFromOther() - Method in class com.tangosol.util.LiteSet
After a mutation operation has reduced the size of an underlying Set, check if the delegation model should be replaced with a more size- efficient storage approach, and switch accordingly.
checkSimpleDistribution(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze the distribution for the special two-server case using the specified analysis context.
checkSiteQuorum(int, Set<Member>, Set<Member>, Set<Member>, Set<Member>) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Check whether the site quorum for the specified role will be satisfied if the set of suspect members is disconnected from the cluster, given the sets of "healthy" and "announcing" members.
checkSize() - Method in class com.tangosol.net.cache.SerializationCache
Make sure the size of the cache isn't too big.
checkStrict() - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Enforce the "strict" read-only policy.
checkTime(int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate time information.
checkTimeInterval(int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a time interval.
checkTimeZone(int, int) - Static method in class com.tangosol.io.pof.PofHelper
Check the specified timezone offset.
checkTruncation(List<String>, StringBuilder, int) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Check if the given name will be truncated in the table, and if yes, add the full name to the footer table.
checkType(int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a type identifier.
checkValue(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Check the passed object to verify that it passes the "value" restriction of this Map.
checkValue(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Check the passed object to verify that it passes the "value" restriction of this Map.
checkWrite(BinaryEntry, Subject, int) - Method in class com.tangosol.net.security.AuditingAuthorizer
 
checkWrite(BinaryEntry, Subject, int) - Method in interface com.tangosol.net.security.StorageAccessAuthorizer
Check if the caller represented by the specified Subject is authorized to a write access for the specified entry.
checkWriteAny(BackingMapContext, Subject, int) - Method in class com.tangosol.net.security.AuditingAuthorizer
 
checkWriteAny(BackingMapContext, Subject, int) - Method in interface com.tangosol.net.security.StorageAccessAuthorizer
Check if the caller represented by the specified Subject is authorized to update any data.
checkYearMonthInterval(int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a year-month interval.
children() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the childern Terms
children() - Method in class com.tangosol.coherence.dsltools.termtrees.NodeTerm
Obtain the childern Terms
children() - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Obtain the childern Terms
childrenTermEqual(Term) - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Answer whether the receiver's children is equal to the given Terms children.
CHUNK_SIZE - Static variable in class com.tangosol.util.ExternalizableHelper
When using the chunking algorithm each chunk is constrained to 64MB by default.
CHUNK_THRESHOLD - Static variable in class com.tangosol.util.ExternalizableHelper
A threshold used to decide whether to perform deserialization using a chunking algorithm; default is greater than 128MB.
cipherSuites() - Method in class com.oracle.coherence.grpc.RefreshableSslContext
 
CircularArrayList - Class in com.tangosol.util
Resizable-array implementation of the List interface.
CircularArrayList() - Constructor for class com.tangosol.util.CircularArrayList
Create a new CircularArrayList with default settings.
CircularArrayList(int) - Constructor for class com.tangosol.util.CircularArrayList
Create a new CircularArrayList with the specified initial capacity.
CircularArrayList(Collection) - Constructor for class com.tangosol.util.CircularArrayList
Construct a CircularArrayList containing the elements of the specified collection in the order they are returned by the collection's iterator.
CircularIterator() - Constructor for class com.tangosol.net.RefreshableAddressProvider.CircularIterator
 
claimAll(ConfigurableCacheMap) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Claim the full entitlement of units for mapRequestor.
claimUnused(ConfigurableCacheMap) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Claim as many units as possible from existing maps without causing over-allocated maps to evict.
CLASS_LOADER - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
The name of the replaceable parameter representing the class loader.
CLASS_LOADER - Static variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
The name of the replaceable parameter representing the class loader.
Classes - Class in com.oracle.coherence.common.base
This abstract class contains dynamic (reflect-based) class, method, and field manipulation methods.
Classes() - Constructor for class com.oracle.coherence.common.base.Classes
 
ClassFilter - Class in com.tangosol.util
Filter which discards all objects that are not of a certain class.
ClassFilter(Class) - Constructor for class com.tangosol.util.ClassFilter
Constructor.
ClassHelper - Class in com.tangosol.util
This abstract class contains dynamic (reflect-based) class, method, and field manipulation methods.
ClassHelper() - Constructor for class com.tangosol.util.ClassHelper
 
classify() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Figure out how to map the current BaseToken to a OPToken and return it.
ClassLoaderAware - Interface in com.tangosol.io
The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.
className() - Element in annotation interface com.tangosol.net.management.annotation.Notification
The fully qualified class name of the notification object the MBean may emit.
ClassScheme - Class in com.tangosol.coherence.config.scheme
The ClassScheme class is responsible for building custom CachingSchemes and custom CacheStoreSchemes.
ClassScheme() - Constructor for class com.tangosol.coherence.config.scheme.ClassScheme
 
Clean-Up - Search tag in interface com.tangosol.net.topic.Subscriber
Section
clear() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
clear() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
clear() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
clear() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
clear() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
clear() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
clear() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
clear() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
clear() - Method in class com.tangosol.io.AbstractWriteBuffer
Set the length of the buffer as indicated by the WriteBuffer.length() method to zero.
clear() - Method in class com.tangosol.io.DelegatingWriteBuffer
Set the length of the buffer as indicated by the WriteBuffer.length() method to zero.
clear() - Method in class com.tangosol.io.nio.BinaryMap.Block
Zero the block.
clear() - Method in class com.tangosol.io.nio.BinaryMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Removes all mappings from this map.
clear() - Method in interface com.tangosol.io.WriteBuffer
Set the length of the buffer as indicated by the WriteBuffer.length() method to zero.
clear() - Method in interface com.tangosol.net.AsyncNamedMap
Removes all of the mappings from this map.
clear() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Clear is explicitly not implemented.
clear() - Method in class com.tangosol.net.cache.CachingMap
Clears both the front and back maps.
clear() - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
clear() - Method in class com.tangosol.net.cache.LocalCache
 
clear() - Method in class com.tangosol.net.cache.OverflowMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove everything from the Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Remove all keys from the queue.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.SerializationCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SerializationMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SerializationPagedCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Clear all key/value mappings.
clear() - Method in interface com.tangosol.net.NamedMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.net.partition.PartitionSet
Clear the set.
clear() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
clear() - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Removes all of the elements from this list.
clear() - Method in class com.tangosol.util.AbstractKeyBasedMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Removes all of the elements from this Collection by clearing the underlying Map.
clear() - Method in class com.tangosol.util.AbstractLongArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.AbstractSafeLongArray
 
clear() - Method in class com.tangosol.util.AbstractSparseArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.ChainedCollection
 
clear() - Method in class com.tangosol.util.ChainedSet
 
clear() - Method in class com.tangosol.util.CircularArrayList
clear() - Method in interface com.tangosol.util.ConcurrentMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
clear() - Method in class com.tangosol.util.CopyOnWriteLongArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.CopyOnWriteMap
clear() - Method in class com.tangosol.util.CopyOnWriteMap.EntrySet
clear() - Method in class com.tangosol.util.CopyOnWriteMap.KeySet
clear() - Method in class com.tangosol.util.DeltaSet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.InflatableCollection
clear() - Method in class com.tangosol.util.LiteSet
Removes all of the elements from this Set.
clear() - Method in interface com.tangosol.util.LongArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.MapListenerSupport
Remove all signed up listeners.
clear() - Method in class com.tangosol.util.MapSet
Removes all of the elements from this Set.
clear() - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
clear() - Method in class com.tangosol.util.NullImplementation.NullSet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.ObservableHashMap
Remove everything from the cache, notifying any registered listeners.
clear() - Method in class com.tangosol.util.OpenHashMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.util.OpenHashSet
clear() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.SafeHashMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SafeHashMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SafeLinkedList
Removes all of the elements from this List.
clear() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
clear() - Method in class com.tangosol.util.SafeSortedMap.Values
 
clear() - Method in class com.tangosol.util.SegmentedConcurrentMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.SegmentedHashMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SegmentedHashMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.util.SetMap
 
clear() - Method in class com.tangosol.util.SimpleLongArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.StringTable
Remove all strings from the table.
clear() - Method in class com.tangosol.util.SubList
clear() - Method in class com.tangosol.util.SubSet
clear() - Method in class com.tangosol.util.Tree
Remove all nodes from the tree.
clear() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
clear() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
clear() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
clear() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
clear() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
clear() - Method in class com.tangosol.util.WrapperConcurrentMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.util.WrapperObservableMap
Clear all key/value mappings.
clear(boolean) - Method in class com.tangosol.util.ObservableHashMap
 
clear(ClearRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Clear a cache.
clear(ClearRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
clear(ClearRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
clear(String, String) - Static method in class com.oracle.coherence.grpc.Requests
Create a ClearRequest.
clearBucketOffsets() - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of hash buckets.
clearBucketOffsets(int) - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of hash buckets starting with the specified bucket.
clearBuffer() - Method in class com.tangosol.io.nio.BinaryMap
Create one big free block in the buffer.
clearConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Remove any cached conversions of the key or values.
clearCustomFunctions() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Remove all custom function mappings that have been registered.
clearCustomOperators() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Remove all customisations that have been added to the CohQL language.
clearFreeLists() - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of free lists.
clearPending() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Clear the map of pending entries.
clearValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Zero the value portion of the block.
client() - Static method in class com.tangosol.net.Coherence
Return the default Coherence client instance, creating it if it does not already exist.
client(Coherence.Mode) - Static method in class com.tangosol.net.Coherence
Return the default Coherence client instance, creating it if it does not already exist.
client(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Create a client Coherence instance from the specified CoherenceConfiguration.
Client - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance should run as a non-cluster member Extend client.
CLIENT - Static variable in class com.tangosol.coherence.config.xml.processor.ServiceLoadBalancerProcessor
Client option for the service load balancer.
clientBuilder(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
clientBuilder(CoherenceConfiguration, Coherence.Mode) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
clientDirect() - Method in class com.tangosol.net.SessionConfiguration.Builder
Set the session's coherence.client parameter to "direct".
clientFixed() - Method in class com.tangosol.net.SessionConfiguration.Builder
Set the session's coherence.client parameter to "remote-fixed".
ClientFixed - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance should run as a non-cluster member Extend client, configured with a fixed address and port.
clientRemote() - Method in class com.tangosol.net.SessionConfiguration.Builder
Set the session's coherence.client parameter to "remote".
clone() - Method in interface com.oracle.coherence.common.base.Cloneable
Create and return a copy of this object as described by the Object.clone() contract.
clone() - Method in class com.tangosol.coherence.dsltools.precedence.NestingOPToken
 
clone() - Method in class com.tangosol.io.AbstractReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in class com.tangosol.io.AbstractWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in class com.tangosol.io.ByteArrayReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in interface com.tangosol.io.ReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in interface com.tangosol.io.WriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in class com.tangosol.net.partition.Ownership
Create a clone of this Ownership.
clone() - Method in class com.tangosol.net.partition.VersionedOwnership
Create a clone of this Ownership.
clone() - Method in class com.tangosol.run.xml.SimpleDocument
Creates and returns a copy of this XmlDocument.
clone() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
clone() - Method in class com.tangosol.run.xml.SimpleElement
Creates and returns a copy of this SimpleElement.
clone() - Method in class com.tangosol.run.xml.SimpleValue
Creates and returns a copy of this SimpleValue.
clone() - Method in class com.tangosol.run.xml.XmlBean
Clone the value object.
clone() - Method in interface com.tangosol.run.xml.XmlDocument
Creates and returns a copy of this XmlDocument.
clone() - Method in interface com.tangosol.run.xml.XmlElement
Creates and returns a copy of this XmlElement.
clone() - Method in interface com.tangosol.run.xml.XmlValue
Creates and returns a copy of this SimpleValue.
clone() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a shallow copy of this AbstractKeyBasedMap instance; the keySet, entrySet and values collections are not cloned or copied to (shared by) the clone.
clone() - Method in class com.tangosol.util.AbstractLongArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.AbstractSafeLongArray
 
clone() - Method in class com.tangosol.util.AbstractSparseArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Make a shallow copy of the node crawler.
clone() - Method in class com.tangosol.util.AbstractSparseArray.Node
Make a shallow copy of the node and its sub-nodes.
clone() - Method in class com.tangosol.util.Binary
Create a clone of this Binary object.
clone() - Method in class com.tangosol.util.CacheCollator
Clone the caching collator.
clone() - Method in class com.tangosol.util.CircularArrayList
Returns a shallow copy of this list instance.
clone() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
clone() - Method in class com.tangosol.util.CopyOnWriteLongArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.DeltaSet
Clone the delta set.
clone() - Method in class com.tangosol.util.Dequeue
Creates a clone of the dequeue.
clone() - Method in class com.tangosol.util.filter.LimitFilter
Clone this filter.
clone() - Method in class com.tangosol.util.ImmutableArrayList
Create a clone of the ImmutableArrayList.
clone() - Method in class com.tangosol.util.LiteSet
Create a clone of this Set.
clone() - Method in interface com.tangosol.util.LongArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.MapSet
Create a clone of this MapSet.
clone() - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
clone() - Method in class com.tangosol.util.ReadHeavyLongArray
 
clone() - Method in class com.tangosol.util.RecyclingLinkedList
Create a deep clone of the list.
clone() - Method in class com.tangosol.util.SafeHashMap
Create a clone of the SafeHashMap.
clone() - Method in class com.tangosol.util.SafeHashMap.Entry
Clone the Entry.
clone() - Method in class com.tangosol.util.SafeLinkedList
Create a clone of the SafeLinkedList.
clone() - Method in class com.tangosol.util.SafeLinkedList.Node
 
clone() - Method in class com.tangosol.util.SafeLongArray
 
clone() - Method in class com.tangosol.util.SafeSortedMap
 
clone() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
clone() - Method in class com.tangosol.util.SimpleLongArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.SimpleMapEntry
Clone the Entry.
clone() - Method in class com.tangosol.util.SparseArray
 
clone() - Method in class com.tangosol.util.StringTable
Make a new string table with a copy of the tree and a copy of the collator.
clone() - Method in class com.tangosol.util.SubSet
Clone the subset.
clone() - Method in class com.tangosol.util.Tree
Make a shallow copy of the tree and its nodes.
clone() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
clone(byte[], int, int) - Static method in class com.tangosol.util.Binary
Create a clone of the specified binary region.
clone(Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.CollectionAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.MapAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Make a clone of the passed object.
clone(Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Make a clone of the passed object.
clone(T) - Method in interface com.oracle.coherence.common.base.Cloner
Return a copy of the specified object.
clone(T) - Method in class com.oracle.coherence.common.base.NaturalCloner
 
Cloneable - Interface in com.oracle.coherence.common.base
This interface is meant to "fix" the usability issues related to the Cloneable method-less interface.
cloneEntryList(SafeHashMap.Entry) - Method in class com.tangosol.util.SafeHashMap
Clone an entire linked list of entries.
Cloner - Interface in com.oracle.coherence.common.base
A Cloner provides an external means for producing copies of objects as prescribed by the Object.clone() contract.
close() - Method in interface com.oracle.coherence.common.base.Disposable
Default implementation invokes Disposable.dispose(), it is not recommended that this be overridden.
close() - Method in interface com.oracle.coherence.common.base.Lockable.Unlockable
Release the acquired exclusive access to this Lockable.
close() - Method in class com.oracle.coherence.common.base.NonBlocking
 
close() - Method in class com.oracle.coherence.common.base.Timeout
As part of closing the Timeout resource any former timeout will be restored.
close() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
 
close() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
close() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
close() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
close() - Method in class com.tangosol.coherence.rest.events.MapEventOutput
 
close() - Method in class com.tangosol.config.xml.DefaultProcessingContext
 
close() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Close the OutputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.AsyncBinaryStore
Close the store.
close() - Method in class com.tangosol.io.Base64InputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.Base64OutputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Close the BinaryStore.
close() - Method in class com.tangosol.io.DebugDataOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Close the OutputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.MultiByteArrayInputStream
Close the stream.
close() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.nio.BinaryMap.Block
Close the Block object, flushing any pending changes, resetting its contents and recycling the object.
close() - Method in class com.tangosol.io.nio.BinaryMapStore
Deprecated.
use the Disposable interface instead
close() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.nio.MappedBufferManager
Close the underlying resources.
close() - Method in class com.tangosol.io.pof.PofInputStream
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.pof.PofOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.SizeEstimatingBufferOutput
 
close() - Method in class com.tangosol.io.Utf8Reader
Close the stream.
close() - Method in class com.tangosol.io.Utf8Writer
Close the stream, flushing it first.
close() - Method in class com.tangosol.io.WrapperBufferOutput
Close the OutputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.WrapperDataInputStream
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.WrapperDataOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in class com.tangosol.io.WrapperInputStream
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.WrapperObjectInputStream
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.WrapperOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Close the OutputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.WriterPrintStream
Close the stream.
close() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Release underlying resources.
close() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Used to specify that the page is no longer current.
close() - Method in class com.tangosol.net.Coherence
Close this Coherence instance.
close() - Method in class com.tangosol.net.CoherenceSession
 
close() - Method in class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Deprecated.
Close the input stream.
close() - Method in class com.tangosol.net.CompressionFilter.InflaterInputShell
Deprecated.
Close the input stream.
close() - Method in class com.tangosol.net.DatagramPacketOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in interface com.tangosol.net.Releasable
 
close() - Method in interface com.tangosol.net.SessionProvider
Optionally close all of the Session instances provided by this SessionProvider.
close() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
close() - Method in interface com.tangosol.net.topic.Publisher
Close this Publisher.
close() - Method in interface com.tangosol.net.topic.Subscriber
Close the Subscriber.
close() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedDataOutputStream
 
close() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedInputStream
 
close() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedObjectOutputStream
 
close() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedOutputStream
 
close() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in class com.tangosol.util.NullImplementation.NullReader
close() - Method in class com.tangosol.util.NullImplementation.NullWriter
close() - Method in class com.tangosol.util.ThreadGateLite
 
close() - Method in class com.tangosol.util.WrapperReentrantGate
 
close(long) - Method in class com.tangosol.util.ThreadGateLite
Close the gate.
close(long) - Method in class com.tangosol.util.WrapperReentrantGate
Close the gate.
close(ClassLoader) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
close(String) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Close the associated PersistentStore and release exclusive access to the associated resources.
close(String) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
Close the associated PersistentStore and release exclusive access to the associated resources.
close(String) - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
Close the associated PersistentStore and release exclusive access to the associated resources.
close(URI, ClassLoader) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
closeAll() - Static method in class com.tangosol.net.Coherence
Close all Coherence instances.
closeDb() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Close the Database.
closeEnvironment(boolean) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Close an Environment.
closeInbound(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Close the inbound channel.
closeNested() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Notify the UserTypeReader that it is being "closed".
closeNested() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Notify the UserTypeWriter that it is being "closed".
closeOutbound(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Close the outbound socket.
closeProcessing() - Method in class com.tangosol.net.cache.OverflowMap.Status
Finish the processing of the entry for which this Status exists and proceed to the commit phase.
closeProcessing() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Finish the processing of the entry for which this Status exists and proceed to the commit phase.
CLOSEST - Static variable in class com.tangosol.coherence.config.builder.ReadLocatorBuilder
A BiFunction implementation that returns a member that is 'closest' to this member based on provided metadata (member, machine, rack, or site).
closeStatus(OverflowMap.Status) - Method in class com.tangosol.net.cache.OverflowMap
Helper method to close a Status, processing any pending events as part of the process.
Cluster - Interface in com.tangosol.net
The Cluster interface represents a collection of services that operate in a clustered network environment.
CLUSTER - Static variable in class com.tangosol.net.management.MBeanAccessor
The "cluster" key in the ObjectName.
CLUSTER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representation of the ObjectName for the ClusterMBean.
Cluster.MemberTimeoutAction - Interface in com.tangosol.net
MemberTimeoutAction is taken by the cluster service to remove members from the cluster who have exceeded a network timeout (e.g. packet-timeout).
ClusterDependencies - Interface in com.tangosol.net
The ClusterDependencies interface defines externally provided dependencies for a Cluster.
ClusterDependencies.ServiceProvider - Interface in com.tangosol.net
A provider of nw service instances.
ClusteredCachingScheme - Interface in com.tangosol.coherence.config.scheme
The ClusteredCachingScheme interface represents schemes that are used for clustered caches.
ClusterException - Exception Class in com.tangosol.net
Deprecated.
As of release 3.4, replaced by PortableException
ClusterException() - Constructor for exception class com.tangosol.net.ClusterException
Deprecated.
Constructs a ClusterException with no detail message.
ClusterException(String) - Constructor for exception class com.tangosol.net.ClusterException
Deprecated.
Constructs a ClusterException with the specified detail message.
ClusterException(String, Throwable) - Constructor for exception class com.tangosol.net.ClusterException
Deprecated.
Construct a ClusterException from a Throwable object and an additional description.
ClusterException(Throwable) - Constructor for exception class com.tangosol.net.ClusterException
Deprecated.
Construct a ClusterException from a Throwable object.
clusterMember() - Static method in class com.tangosol.net.Coherence
Return the default Coherence cluster member instance, creating it if it does not already exist.
clusterMember(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Create a Coherence instance from the specified CoherenceConfiguration.
ClusterMember - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance should run as a cluster member client.
clusterMemberBuilder(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
ClusterPermission - Class in com.tangosol.net
This class represents access to a clustered resource such as a Service or NamedCache.
ClusterPermission(String, String) - Constructor for class com.tangosol.net.ClusterPermission
Construct a ClusterPermission object.
ClusterPermission(String, String, String) - Constructor for class com.tangosol.net.ClusterPermission
Construct a ClusterPermission object.
ClusterProducer - Class in com.oracle.coherence.cdi.server
A CDI producer that produces instances of the singleton Coherence Cluster.
ClusterProducer() - Constructor for class com.oracle.coherence.cdi.server.ClusterProducer
 
ClusterQuorumPolicy(Map<String, Integer>) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Construct a ClusterQuorumPolicy with the specified quorum map.
ClusterQuorumPolicyBuilder - Class in com.tangosol.coherence.config.builder
Defer cache configuration validation of a ClusterQuorumPolicyBuilder until realized.
ClusterQuorumPolicyBuilder(Map<String, Integer>, XmlElement) - Constructor for class com.tangosol.coherence.config.builder.ClusterQuorumPolicyBuilder
Constructs ClusterQuorumPolicyBuilder from mapQuorum
CMP_AUTO - Static variable in class com.tangosol.util.comparator.EntryComparator
Indicates that this EntryComparator should choose the comparison style based on the underying comparator type.
CMP_ENTRY - Static variable in class com.tangosol.util.comparator.EntryComparator
Indicates that entries that implement QueryMap.Entry interface will be compared using the compareEntries() method.
CMP_KEY - Static variable in class com.tangosol.util.comparator.EntryComparator
Indicates that this EntryComparator should compare the entries' keys.
CMP_VALUE - Static variable in class com.tangosol.util.comparator.EntryComparator
Indicates that this EntryComparator should compare the entries' values.
CoalescedEvent(Event<S>) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent
CoalescedEvent(Event<S>, NonBlockingFiniteStateMachine.CoalescedEvent.Process) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent
Constructs a NonBlockingFiniteStateMachine.CoalescedEvent of the specified Event type.
CoalescedEvent(Event<S>, NonBlockingFiniteStateMachine.CoalescedEvent.Process, Object) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent
Constructs a NonBlockingFiniteStateMachine.CoalescedEvent with the specified discriminator and Event.
codec() - Element in annotation interface com.tangosol.io.pof.annotation.PortableProperty
Deprecated.
A Codec to use to override the default behavior in serializing and deserializing a property.
Codec - Interface in com.tangosol.io.pof.reflect
A Codec provides an interception point for any specific code that needs to be executed pre or post (de)serialization.
Codecs - Class in com.tangosol.io.pof.reflect
Codecs is a container for accessing default Codec implementations.
Codecs() - Constructor for class com.tangosol.io.pof.reflect.Codecs
 
Codecs.AbstractCodec - Class in com.tangosol.io.pof.reflect
Abstract Codec implementations that encodes objects by simply delegating to PofWriter.writeObject(int, Object).
Codecs.ArrayCodec - Class in com.tangosol.io.pof.reflect
Implementation of Codec that delegates to PofReader.readObjectArray(int, Object[]) and PofWriter.writeObjectArray(int, Object[]) to deserialize and serialize an object.
Codecs.CollectionCodec - Class in com.tangosol.io.pof.reflect
Implementation of Codec that delegates to PofReader.readCollection(int, Collection) and PofWriter.writeCollection(int, Collection) to deserialize and serialize an object.
Codecs.DefaultCodec - Class in com.tangosol.io.pof.reflect
Implementation of Codec that simply delegates to PofReader.readObject(int) and PofWriter.writeObject(int, Object) to deserialize and serialize an object.
Codecs.LongArrayCodec - Class in com.tangosol.io.pof.reflect
Implementation of Codec that delegates to PofReader.readLongArray(int, LongArray) and PofWriter.writeLongArray(int, LongArray) to deserialize and serialize an object.
Codecs.MapCodec - Class in com.tangosol.io.pof.reflect
Implementation of Codec that delegates to PofReader.readMap(int, Map) and PofWriter.writeMap(int, Map) to deserialize and serialize an object.
Coherence - Class in com.tangosol.net
A Coherence instance encapsulates and controls one or more Session instances.
Coherence.Builder - Class in com.tangosol.net
A builder to build Coherence instances.
Coherence.LifecycleListener - Interface in com.tangosol.net
An interface implemented by listeners of CoherenceLifecycleEvents.
Coherence.Mode - Enum Class in com.tangosol.net
An enum representing the different modes that a Coherence instance can run in.
Coherence API Specification. - Search tag in Overview
Section
CoherenceBasedCache<K,V> - Interface in com.tangosol.coherence.jcache
An Coherence-based implementation of a Cache.
CoherenceBasedCacheManager - Class in com.tangosol.coherence.jcache
The Coherence-based implementation of a CacheManager.
CoherenceBasedCacheManager(CoherenceBasedCachingProvider, ConfigurableCacheFactory, URI, ClassLoader, Properties) - Constructor for class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
Constructs a new CoherenceBasedCacheManager.
CoherenceBasedCachingProvider - Class in com.tangosol.coherence.jcache
The Coherence-based implementation of a CachingProvider.
CoherenceBasedCachingProvider() - Constructor for class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
CoherenceBasedCompleteConfiguration<K,V> - Interface in com.tangosol.coherence.jcache
An Coherence-based CompleteConfiguration that provides setter methods.
CoherenceBasedConfiguration<K,V> - Interface in com.tangosol.coherence.jcache
A Configuration for a CoherenceBasedCache.
CoherenceCacheEntry<K,V> - Class in com.tangosol.coherence.jcache.common
A Cache.Entry implementation.
CoherenceCacheEntry(Map.Entry<K, V>) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
Constructs a CoherenceCacheEntry given a Map.Entry.
CoherenceCacheEntry(K, V) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
Constructs a CoherenceCacheEntry given a key and value
CoherenceCacheEntry(K, V, V) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
Constructs a CoherenceCacheEntry given a key, value and previous value.
CoherenceCacheEntryEvent<K,V> - Class in com.tangosol.coherence.jcache.common
A minimal implementation of the CacheEntryEvent.
CoherenceCacheEntryEvent(Cache<K, V>, EventType, K, V) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEvent
Constructs a CoherenceCacheEntryEvent based on a specific key and value.
CoherenceCacheEntryEvent(Cache<K, V>, EventType, K, V, V) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEvent
Constructs a CoherenceCacheEntryEvent based on a specific key, value and old value.
CoherenceCacheEntryEventFilteringIterable<K,V> - Class in com.tangosol.coherence.jcache.common
An adapter to provide Iterables over Cache Entries, those of which are filtered using a CacheEntryEventFilter.
CoherenceCacheEntryEventFilteringIterable(Iterable<CacheEntryEvent<K, V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEventFilteringIterable
CoherenceCacheEntryEventFilteringIterator<K,V> - Class in com.tangosol.coherence.jcache.common
An Iterators to allow filtering of CacheEntryEvents.
CoherenceCacheEntryEventFilteringIterator(Iterator<CacheEntryEvent<K, V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEventFilteringIterator
CoherenceCacheEntryListenerRegistration<K,V> - Class in com.tangosol.coherence.jcache.common
A runtime representation of a CacheEntryListener registration, including its CacheEntryListenerConfiguration.
CoherenceCacheEntryListenerRegistration(CacheEntryListenerConfiguration<K, V>) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
Constructs a CoherenceCacheEntryListenerRegistration based on a CacheEntryListenerConfiguration.
CoherenceCacheEventEventDispatcher<K,V> - Class in com.tangosol.coherence.jcache.common
Collects and appropriately dispatches CacheEntryEvents to CacheEntryListeners.
CoherenceCacheEventEventDispatcher() - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher
CoherenceCacheMXBean<K,V> - Class in com.tangosol.coherence.jcache.common
The Coherence implementation of a CacheMXBean.
CoherenceCacheMXBean(CoherenceBasedCache<K, V>) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceCacheMXBean
Constructs a CoherenceCacheMXBean.
CoherenceConfigSource - Class in com.oracle.coherence.mp.config
An implementation of ConfigSource that reads configuration properties from a Coherence map.
CoherenceConfigSource() - Constructor for class com.oracle.coherence.mp.config.CoherenceConfigSource
Construct CoherenceConfigSource instance.
CoherenceConfiguration - Interface in com.tangosol.net
The immutable configuration for a Coherence instance.
CoherenceConfiguration.Builder - Class in com.tangosol.net
A builder to build a CoherenceConfiguration instance.
CoherenceConfiguration.SimpleConfig - Class in com.tangosol.net
A simple immutable implementation of CoherenceConfiguration.
CoherenceConverterAdapter<T> - Class in com.tangosol.coherence.jcache.common
An InternalConverter that uses two Coherence Converters as a means of performing conversions to and from internal representations.
CoherenceConverterAdapter(Converter, Converter) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceConverterAdapter
Constructs a CoherenceConverterAdapter given two Coherence Converters.
CoherenceDefaultsConfigSource - Class in com.oracle.coherence.mp.config
A static ConfigSource implementation that overrides default Coherence configuration to: Use java.util.logging as a logging destination Use com.oracle.coherence as a logger name Changes default message format to (thread={thread}, member={member}, up={uptime}): {text}, in order to allow java.util.logging to control overall message formatting This ConfigSource has an ordinal of 0, so the default configuration values above will only be used if none of the higher priority configuration sources provides an override for a configuration property.
CoherenceDefaultsConfigSource() - Constructor for class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
Construct CoherenceDefaultsConfigSource instance.
CoherenceDispatcher - Interface in com.tangosol.net.events
A CoherenceDispatcher raises Events pertaining to operations on a Coherence instance: CoherenceLifecycleEvents
CoherenceEntryProcessorResult<T> - Class in com.tangosol.coherence.jcache.common
A Coherence-based EntryProcessorResult.
CoherenceEntryProcessorResult() - Constructor for class com.tangosol.coherence.jcache.common.CoherenceEntryProcessorResult
Constructs a CoherenceEntryProcessorResult (for serialization).
CoherenceEntryProcessorResult(Exception) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceEntryProcessorResult
CoherenceEntryProcessorResult(T) - Constructor for class com.tangosol.coherence.jcache.common.CoherenceEntryProcessorResult
Constructs an CoherenceEntryProcessorResult for a specific value.
CoherenceExtension - Class in com.oracle.coherence.cdi
A Coherence CDI Extension that is used on both cluster members and the clients.
CoherenceExtension() - Constructor for class com.oracle.coherence.cdi.CoherenceExtension
 
CoherenceExtension.InterceptorProvider - Interface in com.oracle.coherence.cdi
A provider of NamedEventInterceptor instances.
CoherenceLifecycleEvent - Interface in com.tangosol.net.events
A CoherenceLifecycleEvent allows subscribers to capture events pertaining to the lifecycle of a Coherence instance.
CoherenceLifecycleEvent.Type - Enum Class in com.tangosol.net.events
The emitted event types for a CoherenceLifecycleEvent.
CoherenceLifecycleEventHandler(EventObserverSupport.EventObserver<CoherenceLifecycleEvent>) - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport.CoherenceLifecycleEventHandler
 
CoherenceLifecycleEvents - Annotation Interface in com.tangosol.net.events.annotation
CoherenceLifecycleEvents is an annotation that should be applied to EventInterceptor implementations that want to receive CoherenceLifecycleEvents.
CoherenceProducer - Class in com.oracle.coherence.cdi
A producer that creates the default Coherence bean.
CoherenceProducer() - Constructor for class com.oracle.coherence.cdi.CoherenceProducer
 
CoherenceQueryLanguage - Class in com.tangosol.coherence.dslquery
CoherenceQueryLanguage is a simple language for building Filters and doing simple queries that are similar in style to SQL.
CoherenceQueryLanguage() - Constructor for class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Construct a CoherenceQueryLanguage instance.
CoherenceQueryLanguageEngine - Class in com.tangosol.coherence.rest.query
Coherence QL-based implementation of QueryEngine.
CoherenceQueryLanguageEngine() - Constructor for class com.tangosol.coherence.rest.query.CoherenceQueryLanguageEngine
 
CoherenceServerExtension - Class in com.oracle.coherence.cdi.server
A Coherence CDI Extension that should only be used within the cluster members.
CoherenceServerExtension() - Constructor for class com.oracle.coherence.cdi.server.CoherenceServerExtension
 
CoherenceSession - Class in com.tangosol.net
An implementation of a Session allowing applications to use the new operator to create a Session via the default SessionProvider.
CoherenceSession() - Constructor for class com.tangosol.net.CoherenceSession
Constructs a CoherenceSession using the default session configuration.
CoherenceSession(Session.Option...) - Constructor for class com.tangosol.net.CoherenceSession
CoherenceSession(SessionConfiguration, Coherence.Mode, Iterable<? extends EventInterceptor<?>>) - Constructor for class com.tangosol.net.CoherenceSession
Constructs a CoherenceSession based on the specified SessionConfiguration.
CoherenceTagsConfigSource - Class in com.oracle.coherence.mp.metrics
Allows us to register Coherence-specific tags by augmenting the value returned by the CoherenceTagsConfigSource.GLOBAL_TAGS_VARIABLE config property.
CoherenceTagsConfigSource() - Constructor for class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
CohQLException - Exception Class in com.tangosol.coherence.dslquery
An exception thrown when errors occur building CohQL queries.
CohQLException(String) - Constructor for exception class com.tangosol.coherence.dslquery.CohQLException
Construct a new exception with the specified detail message.
CohQLException(String, Throwable) - Constructor for exception class com.tangosol.coherence.dslquery.CohQLException
Construct a new exception with the specified detail message and cause.
collect(Remote.Supplier<R>, Remote.BiConsumer<R, ? super T>, Remote.BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs a mutable reduction operation on the elements of this stream.
collect(Remote.Supplier<R>, Remote.ObjDoubleConsumer<R>, Remote.BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Performs a mutable reduction operation on the elements of this stream.
collect(Remote.Supplier<R>, Remote.ObjIntConsumer<R>, Remote.BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteIntStream
Performs a mutable reduction operation on the elements of this stream.
collect(Remote.Supplier<R>, Remote.ObjLongConsumer<R>, Remote.BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteLongStream
Performs a mutable reduction operation on the elements of this stream.
collect(RemoteCollector<? super T, A, R>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteIntStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in interface com.tangosol.util.stream.RemoteLongStream
Performs a mutable reduction operation on the elements of this stream.
collect(Collector<? super T, A, R>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collectEndangered(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return a partition set representing the subset of the specified partitions that are "endangered".
collectingAndThen(RemoteCollector<T, A, R>, Remote.Function<R, RR>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Adapts a Collector to perform an additional finishing transformation.
COLLECTION_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty (and immutable) collection.
CollectionAdapter - Class in com.tangosol.run.xml
A CollectionAdapter supports properties whose types implement the java.util.Collection interface.
CollectionAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.CollectionAdapter
Construct a CollectionAdapter.
CollectionCodec(Class<? extends Collection<Object>>) - Constructor for class com.tangosol.io.pof.reflect.Codecs.CollectionCodec
Construct a CollectionCodec.
CollectionHelper - Class in com.tangosol.util
Deprecated.
As of Coherence 12.1.2
CollectionHelper() - Constructor for class com.tangosol.util.CollectionHelper
Deprecated.
 
CollectionRefExpression(Expression<?>, ClassLoader, ResourceMappingRegistry) - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamProcessor.CollectionRefExpression
Constructs a CollectionRefExpression.
collectListeners(MapEvent) - Method in class com.tangosol.util.MapListenerSupport
Collect all Listeners that should be notified for a given event.
Collector<V> - Interface in com.oracle.coherence.common.base
A Collector is mechanism for receiving items.
collectOrphaned(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return a partition set representing the subset of the specified partitions that are "orphaned".
collectRemoved(Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Given that the old value is known to be a Collection or an array, collect all the enclosed elements that are not part of the new value.
collectScheduledDistributions() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Collect the scheduled partition distributions, grouped by the primary owner and storage index.
collectServiceSchemes(XmlElement) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Collect a map keyed by service names with values of corresponding service schemes in the specified cache configuration.
collectServiceSchemes(XmlElement, XmlElement, HashMap) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Collect the service-schemes referenced by the specified scheme element in the cache configuration and update the specified mapping of service names to the associated service schemes.
collectWeak(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return a partition set representing the subset of the specified partitions that are "weak" or "vulnerable" (as defined by the backup strength).
ColonToken - Class in com.tangosol.coherence.dsltools.termlanguage
Colon is used to make attributes in a list or bag.
ColonToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.termlanguage.ColonToken
Construct a new ColonToken with the given parameters.
com.oracle.coherence.caffeine - package com.oracle.coherence.caffeine
Contains interfaces and classes related to the Caffeine backing map implementation.
com.oracle.coherence.cdi - package com.oracle.coherence.cdi
Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.
com.oracle.coherence.cdi.events - package com.oracle.coherence.cdi.events
Support for adapting Coherence interceptors to standard CDI events.
com.oracle.coherence.cdi.server - package com.oracle.coherence.cdi.server
Simple CDI-based Cache Server implementation.
com.oracle.coherence.common.base - package com.oracle.coherence.common.base
The base package provides a number of classes to complement those in the java.lang package.
com.oracle.coherence.concurrent - package com.oracle.coherence.concurrent
Coherence Concurrent utilities based on java.util.concurrent.
com.oracle.coherence.concurrent.atomic - package com.oracle.coherence.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
com.oracle.coherence.concurrent.cdi - package com.oracle.coherence.concurrent.cdi
CDI-related annotations for Coherence-Concurrent.
com.oracle.coherence.concurrent.executor - package com.oracle.coherence.concurrent.executor
Classes to allow submission of tasks to the grid for execution.
com.oracle.coherence.concurrent.executor.management - package com.oracle.coherence.concurrent.executor.management
MBeans for Coherence Concurrent executors.
com.oracle.coherence.concurrent.locks - package com.oracle.coherence.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
com.oracle.coherence.grpc - package com.oracle.coherence.grpc
Low-level utilities for Coherence gRPC server and client implementation.
com.oracle.coherence.grpc.proxy - package com.oracle.coherence.grpc.proxy
The Coherence gRPC server implementation.
com.oracle.coherence.mp.config - package com.oracle.coherence.mp.config
Coherence support for Eclipse MicroProfile Config.
com.oracle.coherence.mp.metrics - package com.oracle.coherence.mp.metrics
MicroProfile Metrics support.
com.oracle.coherence.repository - package com.oracle.coherence.repository
Contains classes to enable Repository-like access to Coherence data.
com.tangosol.coherence.config - package com.tangosol.coherence.config
Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.
com.tangosol.coherence.config.builder - package com.tangosol.coherence.config.builder
Defines the typical runtime configuration builders for the Coherence configuration object model.
com.tangosol.coherence.config.builder.storemanager - package com.tangosol.coherence.config.builder.storemanager
Defines external Store Manager Builder implementations for Coherence caches.
com.tangosol.coherence.config.scheme - package com.tangosol.coherence.config.scheme
Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.
com.tangosol.coherence.config.unit - package com.tangosol.coherence.config.unit
Defines the standard units of measure for the Coherence configuration object model.
com.tangosol.coherence.config.xml - package com.tangosol.coherence.config.xml
Defines the Xml Document Pre-Processors and Xml Element Processors for converting Coherence Cache Configuration files into Coherence configuration object models.
com.tangosol.coherence.config.xml.preprocessor - package com.tangosol.coherence.config.xml.preprocessor
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
com.tangosol.coherence.config.xml.processor - package com.tangosol.coherence.config.xml.processor
Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.
com.tangosol.coherence.dslquery - package com.tangosol.coherence.dslquery
Contains packages and classes supporting the Coherence CohQL command line tool.
com.tangosol.coherence.dslquery.function - package com.tangosol.coherence.dslquery.function
This package contains builders for the various CohQL functions.
com.tangosol.coherence.dslquery.operator - package com.tangosol.coherence.dslquery.operator
This package contains implementations of the BaseOperator interface.
com.tangosol.coherence.dslquery.queryplus - package com.tangosol.coherence.dslquery.queryplus
This package contains commands that are specific to the QueryPlus tool rather than general CohQL commands.
com.tangosol.coherence.dslquery.statement - package com.tangosol.coherence.dslquery.statement
This package contains StatementBuilder implementations.
com.tangosol.coherence.dslquery.statement.persistence - package com.tangosol.coherence.dslquery.statement.persistence
This package contains classes for persistence related statement builders.
com.tangosol.coherence.dslquery.token - package com.tangosol.coherence.dslquery.token
This package contains implementations of OPToken specifically for parsing CohQL statements.
com.tangosol.coherence.dslquery.token.persistence - package com.tangosol.coherence.dslquery.token.persistence
This package contains implementations of OPToken specifically for parsing persistence related CohQL statements.
com.tangosol.coherence.dsltools.base - package com.tangosol.coherence.dsltools.base
Contains base classes for all tokens processed by dsltools.
com.tangosol.coherence.dsltools.precedence - package com.tangosol.coherence.dsltools.precedence
This package contains implementations of OPTokens.
com.tangosol.coherence.dsltools.termlanguage - package com.tangosol.coherence.dsltools.termlanguage
This package contains implementations of TermLanguage.
com.tangosol.coherence.dsltools.termtrees - package com.tangosol.coherence.dsltools.termtrees
This package contains implementations of dsltools building Terms.
com.tangosol.coherence.federation - package com.tangosol.coherence.federation
Contains Federation conflict resolution interfaces.
com.tangosol.coherence.jcache - package com.tangosol.coherence.jcache
Contains classes related to Coherence JCache.
com.tangosol.coherence.jcache.common - package com.tangosol.coherence.jcache.common
Common utilities used by Coherence JCache.
com.tangosol.coherence.jcache.localcache - package com.tangosol.coherence.jcache.localcache
Contains classes related to local cache implementation of Coherence JCache.
com.tangosol.coherence.jcache.partitionedcache - package com.tangosol.coherence.jcache.partitionedcache
Contains classes related to partitioned cache implementation of Coherence JCache.
com.tangosol.coherence.jcache.passthroughcache - package com.tangosol.coherence.jcache.passthroughcache
Contains classes related to pass-through cache implementation of Coherence JCache.
com.tangosol.coherence.jcache.remotecache - package com.tangosol.coherence.jcache.remotecache
Contains classes related to remote cache implementation of Coherence JCache.
com.tangosol.coherence.rest - package com.tangosol.coherence.rest
Contains classes related to the Coherence REST API.
com.tangosol.coherence.rest.config - package com.tangosol.coherence.rest.config
Contains classes related to the Coherence REST configuration.
com.tangosol.coherence.rest.events - package com.tangosol.coherence.rest.events
Contains classes related to the Coherence REST API MapEvents.
com.tangosol.coherence.rest.io - package com.tangosol.coherence.rest.io
Contains classes related to REST marshalling.
com.tangosol.coherence.rest.providers - package com.tangosol.coherence.rest.providers
Contains classes related to the Coherence REST API providers.
com.tangosol.coherence.rest.query - package com.tangosol.coherence.rest.query
Contains classes related to the Coherence REST pluggable query engine.
com.tangosol.coherence.rest.server - package com.tangosol.coherence.rest.server
Contains classes related to embedded HTTP server integration.
com.tangosol.coherence.rest.servlet - package com.tangosol.coherence.rest.servlet
Contains classes related to J2EE server integration.
com.tangosol.coherence.rest.util - package com.tangosol.coherence.rest.util
Contains packages and classes related to the Coherence REST API utilities.
com.tangosol.coherence.rest.util.aggregator - package com.tangosol.coherence.rest.util.aggregator
Contains classes related to REST-based aggregation.
com.tangosol.coherence.rest.util.processor - package com.tangosol.coherence.rest.util.processor
Contains classes related to REST-based entry processing.
com.tangosol.config - package com.tangosol.config
Defines commonly required, generic and helper classes, interfaces and annotations used to simplify the configuration of objects, services, caches and components.
com.tangosol.config.annotation - package com.tangosol.config.annotation
Defines annotations typically used for configuring, documenting and injecting values into objects.
com.tangosol.config.expression - package com.tangosol.config.expression
Defines classes and interfaces for representing and evaluating expressions.
com.tangosol.config.xml - package com.tangosol.config.xml
Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection.
com.tangosol.io - package com.tangosol.io
Contains classes providing cache persistence of serialized objects.
com.tangosol.io.bdb - package com.tangosol.io.bdb
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
com.tangosol.io.nio - package com.tangosol.io.nio
Contains classes related to J2SE 1.4 NIO functionality.
com.tangosol.io.pof - package com.tangosol.io.pof
Contains classes related to POF serialization and deserialization.
com.tangosol.io.pof.annotation - package com.tangosol.io.pof.annotation
Contains POF Annotation classes.
com.tangosol.io.pof.reflect - package com.tangosol.io.pof.reflect
Contains classes related to POF stream navigation and manipulation.
com.tangosol.net - package com.tangosol.net
Contains basic cluster interfaces and factories.
com.tangosol.net.cache - package com.tangosol.net.cache
Contains classes providing various caching strategies.
com.tangosol.net.events - package com.tangosol.net.events
Contains classes related to the Coherence Live Event Model.
com.tangosol.net.events.annotation - package com.tangosol.net.events.annotation
Contains annotations related to the Coherence Live Event Model.
com.tangosol.net.events.application - package com.tangosol.net.events.application
Contains classes related to application events within the Coherence Live Event Model, including ConfigurableCacheFactory events.
com.tangosol.net.events.partition - package com.tangosol.net.events.partition
Contains classes related to PartitionedService events within the Coherence Live Event Model.
com.tangosol.net.events.partition.cache - package com.tangosol.net.events.partition.cache
Contains classes related to PartitionedCache events within the Coherence Live Event Model.
com.tangosol.net.management - package com.tangosol.net.management
Contains classes related to the Coherence Management Framework.
com.tangosol.net.management.annotation - package com.tangosol.net.management.annotation
Contains annotations used by the Coherence Management Framework.
com.tangosol.net.partition - package com.tangosol.net.partition
Contains interfaces and classes related to partitioned services.
com.tangosol.net.proxy - package com.tangosol.net.proxy
Contains interfaces and classes related to proxy services.
com.tangosol.net.security - package com.tangosol.net.security
Contains classes related to the Coherence Security Framework.
com.tangosol.net.ssl - package com.tangosol.net.ssl
Contains interfaces and classes related to custom SSL certificate and key store loaders.
com.tangosol.net.topic - package com.tangosol.net.topic
Contains classes that providing topic entities for publish/subscribe messaging.
com.tangosol.persistence - package com.tangosol.persistence
Contains classes and helpers for implementing various types of persistence.
com.tangosol.run.jca - package com.tangosol.run.jca
Contains classes providing Java 2 Connector Architecture functionality.
com.tangosol.run.xml - package com.tangosol.run.xml
Contains classes providing basic XML related functionality.
com.tangosol.util - package com.tangosol.util
Contains various generic utilities.
com.tangosol.util.aggregator - package com.tangosol.util.aggregator
Contains concrete InvocableMap.EntryAggregator implementations.
com.tangosol.util.comparator - package com.tangosol.util.comparator
Contains concrete Comparator implementations and related interfaces.
com.tangosol.util.extractor - package com.tangosol.util.extractor
Contains ValueExtractor and ValueUpdater related classes.
com.tangosol.util.filter - package com.tangosol.util.filter
Contains concrete Filter implementations and related interfaces.
com.tangosol.util.fsm - package com.tangosol.util.fsm
Contains Finite state machine interfaces.
com.tangosol.util.function - package com.tangosol.util.function
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
com.tangosol.util.processor - package com.tangosol.util.processor
Contains concrete InvocableMap.EntryProcessor implementations.
com.tangosol.util.stream - package com.tangosol.util.stream
Contains classes to support functional-style operations on remote streams of elements, such as map-reduce transformations on collections.
com.tangosol.util.transformer - package com.tangosol.util.transformer
Contains concrete MapEventTransformer implementations.
combine(TopNAggregator.PartialResult<E>) - Method in class com.tangosol.util.aggregator.TopNAggregator
 
combine(Converter<F, I>, Converter<I, T>) - Static method in class com.tangosol.util.ConverterCollections
Create a new converter by combining two existing converters.
combine(QueryRecord.PartialResult) - Method in class com.tangosol.util.aggregator.QueryRecorder
 
combine(Integer) - Method in class com.tangosol.util.aggregator.Count
 
combine(Object) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator
 
combine(Object) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsClear
 
combine(Object) - Method in class com.tangosol.util.aggregator.AbstractAggregator
 
combine(Object) - Method in class com.tangosol.util.aggregator.CompositeAggregator
 
combine(Map<E, Object>) - Method in class com.tangosol.util.aggregator.GroupAggregator
 
combine(P) - Method in class com.tangosol.util.aggregator.PriorityAggregator
 
combine(P) - Method in class com.tangosol.util.aggregator.ScriptAggregator
 
combine(P) - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
Merge another partial result into the result.
CommandsOPToken() - Constructor for class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder.CommandsOPToken
Construct a CommandsOPToken.
CommandsQueryPlusStatement() - Constructor for class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder.CommandsQueryPlusStatement
 
CommandsStatementBuilder - Class in com.tangosol.coherence.dslquery.queryplus
A class that builds the QueryPlus "COMMANDS" command.
CommandsStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder
Construct a CommandsStatementBuilder that builds a CommandsStatementBuilder.CommandsQueryPlusStatement.
CommandsStatementBuilder.CommandsOPToken - Class in com.tangosol.coherence.dslquery.queryplus
A CohQL OPToken representing the QueryPlus "commands" command.
CommandsStatementBuilder.CommandsQueryPlusStatement - Class in com.tangosol.coherence.dslquery.queryplus
The implementation of the QueryPlus "commands" command.
commit() - Method in interface com.tangosol.net.topic.Subscriber.Element
Commit this position in the element's owning channel.
commit() - Method in interface com.tangosol.util.TransactionMap
Commit the changes made to the TransactionMap.
commit(int, Position) - Method in interface com.tangosol.net.topic.Subscriber
Commit the specified channel and position.
commit(Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Commit a sequence of mutating operations represented by the given token as an atomic unit.
commit(Object) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Commit a sequence of mutating operations represented by the given token as an atomic unit.
commit(Object) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
commit(Map<Integer, Position>) - Method in interface com.tangosol.net.topic.Subscriber
Commit the specified channels and positions.
commitAndMaybeInvalidate() - Method in class com.tangosol.net.cache.OverflowMap.Status
Finish the commit for the entry for which this Status exists.
commitAndMaybeInvalidate() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Finish the commit for the entry for which this Status exists.
commitAsync() - Method in interface com.tangosol.net.topic.Subscriber.Element
Commit this position in the element's owning channel.
commitAsync(int, Position) - Method in interface com.tangosol.net.topic.Subscriber
Asynchronously commit the specified channel and position.
commitAsync(Map<Integer, Position>) - Method in interface com.tangosol.net.topic.Subscriber
Asynchronously commit the specified channels and positions.
commitInternal(Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Commit a sequence of mutating operations represented by the given token as an atomic unit.
CommitResult() - Constructor for class com.tangosol.net.topic.Subscriber.CommitResult
Default constructor for serialization.
CommitResult(int, Position, Subscriber.CommitResultStatus) - Constructor for class com.tangosol.net.topic.Subscriber.CommitResult
CommitResult(int, Position, Subscriber.CommitResultStatus, Throwable) - Constructor for class com.tangosol.net.topic.Subscriber.CommitResult
Create a rejected Subscriber.CommitResult.
CommitResult(int, Position, Throwable) - Constructor for class com.tangosol.net.topic.Subscriber.CommitResult
Create a rejected Subscriber.CommitResult.
Committed - Enum constant in enum class com.tangosol.net.topic.Subscriber.CommitResultStatus
The position was successfully committed.
Committed - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any COMMITTED event.
COMMITTED - Enum constant in enum class com.tangosol.net.events.partition.TransactionEvent.Type
A COMMITTED event is raised after any mutations have been committed to the underlying backing maps.
COMMITTED - Enum constant in enum class com.tangosol.net.events.partition.UnsolicitedCommitEvent.Type
A COMMITTED event is the only event raised by the UnsolicitedCommitEvent as the mutation has already occurred to the underlying backing map(s).
Committed.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Committed annotation.
Committing - Search tag in interface com.tangosol.net.topic.Subscriber
Section
Committing - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any COMMITTING event.
COMMITTING - Enum constant in enum class com.tangosol.net.events.partition.TransactionEvent.Type
A COMMITTING event is raised prior to any updates to the underlying backing map.
Committing.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Committing annotation.
CommittingLocal - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any COMMITTING_LOCAL event.
CommittingLocal.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the CommittingLocal annotation.
CommittingRemote - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any COMMITTING_REMOTE event.
CommittingRemote.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the CommittingRemote annotation.
commitTransactionCollection(Collection, int) - Static method in class com.tangosol.net.CacheFactory
Commit the transaction represented by a collection of TransactionMap objects.
compactAll() - Method in class com.tangosol.io.nio.BinaryMap
Full linear compaction of the buffer.
compactBegin() - Method in class com.tangosol.io.nio.BinaryMap
Configure the incremental compact.
compactComplete() - Method in class com.tangosol.io.nio.BinaryMap
Complete the incremental compact.
compactNext() - Method in class com.tangosol.io.nio.BinaryMap
Perform an incremental compaction of the next block.
compactUntil(int) - Method in class com.tangosol.io.nio.BinaryMap
Perform an an incremental compact at the specified block.
comparableMax(ValueExtractor<? super T, ? extends R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the Comparable values extracted from a set of entries in a Map.
comparableMax(ValueExtractor<? super T, ? extends R>, Comparator<? super R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the values extracted from a set of entries in a Map.
comparableMax(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the Comparable values extracted from a set of entries in a Map.
comparableMax(String, Comparator<? super R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the values extracted from a set of entries in a Map.
ComparableMax<T,R> - Class in com.tangosol.util.aggregator
Calculates a maximum among values extracted from a set of entries in a Map.
ComparableMax() - Constructor for class com.tangosol.util.aggregator.ComparableMax
Default constructor (necessary for the ExternalizableLite interface).
ComparableMax(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.aggregator.ComparableMax
Construct a ComparableMax aggregator.
ComparableMax(ValueExtractor<? super T, ? extends R>, Comparator<? super R>) - Constructor for class com.tangosol.util.aggregator.ComparableMax
Construct a ComparableMax aggregator.
ComparableMax(String) - Constructor for class com.tangosol.util.aggregator.ComparableMax
Construct a ComparableMax aggregator.
comparableMin(ValueExtractor<? super T, ? extends R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the Comparable values extracted from a set of entries in a Map.
comparableMin(ValueExtractor<? super T, ? extends R>, Comparator<? super R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the values extracted from a set of entries in a Map.
comparableMin(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the Comparable values extracted from a set of entries in a Map.
comparableMin(String, Comparator<? super R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the values extracted from a set of entries in a Map.
ComparableMin<T,R> - Class in com.tangosol.util.aggregator
Calculates a minimum among values extracted from a set of entries in a Map.
ComparableMin() - Constructor for class com.tangosol.util.aggregator.ComparableMin
Default constructor (necessary for the ExternalizableLite interface).
ComparableMin(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.aggregator.ComparableMin
Construct a ComparableMin aggregator.
ComparableMin(ValueExtractor<? super T, ? extends R>, Comparator<? super R>) - Constructor for class com.tangosol.util.aggregator.ComparableMin
Construct a ComparableMin aggregator.
ComparableMin(String) - Constructor for class com.tangosol.util.aggregator.ComparableMin
Construct a ComparableMin aggregator.
comparator() - Element in annotation interface com.oracle.coherence.repository.Indexed
An optional Comparator class to use for ordering.
comparator() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
comparator() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
comparator() - Method in class com.tangosol.util.ImmutableArrayList
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
comparator() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
comparator() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
comparator() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
comparator(Remote.Comparator<T>) - Static method in class com.tangosol.util.function.Remote
Capture serializable Comparator.
comparator(ValueExtractor<? super T, ? extends E>) - Static method in class com.tangosol.util.function.Remote
Create Remote.Comparator for the specified extractor that returns a Comparable value.
ComparatorBuilder - Class in com.tangosol.coherence.rest.util
Comparator builder that provides a small set of builder methods to simplify creation of a chain of ExtractorComparators from given ValueExtractors.
ComparatorBuilder() - Constructor for class com.tangosol.coherence.rest.util.ComparatorBuilder
 
ComparatorHelper - Class in com.tangosol.coherence.rest.util
ComparatorHelper is a utility class that provides a factory method used to create a java.util.Comparator instance from a string expression.
ComparatorHelper() - Constructor for class com.tangosol.coherence.rest.util.ComparatorHelper
 
compare(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
compare(Object, Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
compare(Object, Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
compare(Object, Object) - Method in class com.tangosol.util.comparator.EntryComparator
Compares two arguments for order.
compare(Object, Object) - Method in class com.tangosol.util.extractor.AbstractExtractor
Compares its two arguments for order.
compare(Object, Object) - Method in class com.tangosol.util.SortedBag.WrapperComparator
compare(String, String) - Method in class com.tangosol.util.CacheCollator
Compares the source string to the target string according to the collation rules for this Collator.
compare(T, T) - Method in class com.oracle.coherence.common.base.InverseComparator
 
compare(T, T) - Method in class com.oracle.coherence.common.base.NaturalComparator
 
compare(T, T) - Method in interface com.tangosol.net.ServiceLoadBalancer
Compare to ServerLoad objects.
compare(T, T) - Method in class com.tangosol.net.SimpleServiceLoadBalancer
 
compare(T, T) - Method in class com.tangosol.util.comparator.ChainedComparator
Compares its two arguments for order.
compare(T, T) - Method in class com.tangosol.util.comparator.ExtractorComparator
Compares extracted values (by specified ValueExtractor) of given arguments for order.
compare(T, T) - Method in class com.tangosol.util.comparator.InverseComparator
Use the wrapped Comparator to compare the two arguments for order and negate the result.
compare(T, T) - Method in class com.tangosol.util.comparator.PriorityComparator
 
compare(T, T) - Method in class com.tangosol.util.comparator.SafeComparator
Compares its two arguments for order.
compare(T, T) - Method in class com.tangosol.util.ConverterCollections.ConverterComparator
compareAndExchange(boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicBoolean
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
 
compareAndExchange(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicBoolean
 
compareAndExchange(boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicBoolean
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
 
compareAndExchange(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
 
compareAndExchange(int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
compareAndExchange(int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
compareAndExchange(int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(int, int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
compareAndExchange(int, int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
compareAndExchange(long, long) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(long, long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
compareAndExchange(long, long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
compareAndExchange(long, long) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically sets the value to newValue if the current value, referred to as the witness value, == expectedValue.
compareAndExchange(long, long) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
compareAndExchange(long, long) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
compareAndExchange(V, V) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically sets the value to newValue if the current value, referred to as the witness value, is equal to the expectedValue.
compareAndExchange(V, V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
compareAndExchange(V, V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
compareAndExchange(V, V) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically sets the value to newValue if the current value, referred to as the witness value, is equal to the == expectedValue.
compareAndExchange(V, V) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
compareAndExchange(V, V) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
compareAndSet(boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicBoolean
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
 
compareAndSet(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicBoolean
 
compareAndSet(boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicBoolean
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
 
compareAndSet(boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
 
compareAndSet(int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
compareAndSet(int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
compareAndSet(int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(int, int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
compareAndSet(int, int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
compareAndSet(long, long) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(long, long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
compareAndSet(long, long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
compareAndSet(long, long) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically sets the value to newValue if the current value == expectedValue.
compareAndSet(long, long) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
compareAndSet(long, long) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
compareAndSet(V, V) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically sets the value to newValue if the current value is equal to the expectedValue.
compareAndSet(V, V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
compareAndSet(V, V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
compareAndSet(V, V) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically sets the value to newValue if the current value is equal to the expectedValue.
compareAndSet(V, V) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
compareAndSet(V, V) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
compareAndSet(V, V, boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is equal to the expected reference and the current mark is equal to the expected mark.
compareAndSet(V, V, boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicMarkableReference
 
compareAndSet(V, V, boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicMarkableReference
 
compareAndSet(V, V, boolean, boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is equal to the expected reference and the current mark is equal to the expected mark.
compareAndSet(V, V, boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
 
compareAndSet(V, V, boolean, boolean) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
 
compareAndSet(V, V, int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is equal to the expected reference and the current stamp is equal to the expected stamp.
compareAndSet(V, V, int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
 
compareAndSet(V, V, int, int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
 
compareAndSet(V, V, int, int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareAndSet(V, V, int, int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
compareAndSet(V, V, int, int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
compareEntries(QueryMap.Entry<?, T>, QueryMap.Entry<?, T>) - Method in class com.tangosol.util.comparator.ChainedComparator
Compare two entries based on the rules specified by Comparator.
compareEntries(QueryMap.Entry<?, T>, QueryMap.Entry<?, T>) - Method in interface com.tangosol.util.comparator.QueryMapComparator
Compare two entries based on the rules specified by Comparator.
compareEntries(QueryMap.Entry, QueryMap.Entry) - Method in class com.tangosol.util.comparator.InverseComparator
Compare two entries using the underlying comparator and negate the result.
compareEntries(QueryMap.Entry, QueryMap.Entry) - Method in class com.tangosol.util.comparator.SafeComparator
Compare two entries using the underlying comparator.
compareEntries(QueryMap.Entry, QueryMap.Entry) - Method in class com.tangosol.util.extractor.AbstractExtractor
Compare two entries based on the rules specified by Comparator.
compareEntries(QueryMap.Entry, QueryMap.Entry) - Method in class com.tangosol.util.extractor.MultiExtractor
Compare two entries based on the rules specified by Comparator.
compareKeyList(ObjectName, ObjectName) - Static method in class com.tangosol.net.management.MBeanHelper
Compare two global MBean names forcing numeric comparison of the node ID while using string comparison on all other key properties.
compareSafe(Comparator, Object, Object) - Static method in class com.tangosol.util.comparator.SafeComparator
Compares its two arguments for order.
compareSafe(Comparator, Object, Object, boolean) - Static method in class com.tangosol.util.comparator.SafeComparator
Compares its two arguments for order.
compareTo(AnnotatedMapListener<?, ?>) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
 
compareTo(MutableLong) - Method in class com.oracle.coherence.common.base.MutableLong
 
compareTo(PropertySpec) - Method in class com.tangosol.coherence.rest.util.PropertySpec
Compare this object to another.
compareTo(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Compare this Rule to another one based on the threshold.
compareTo(MapJsonBodyHandler) - Method in interface com.tangosol.net.management.MapJsonBodyHandler
 
compareTo(SessionConfiguration) - Method in interface com.tangosol.net.SessionConfiguration
Order SessionConfiguration by priority, the lowest priority comes first.
compareTo(SessionConfiguration) - Method in class com.tangosol.net.WrapperSessionConfiguration
 
compareTo(SessionProvider) - Method in interface com.tangosol.net.SessionProvider
 
compareTo(Object) - Method in class com.tangosol.util.Binary
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
Compares this WeightedFilter with the specified WeightedFilter for order.
compareTo(Object) - Method in class com.tangosol.util.ImmutableArrayList
Compare this ImmutableArrayList with the passed Object to determine order.
compareTo(Object) - Method in class com.tangosol.util.SortedBag.UniqueElement
compareTo(Object) - Method in class com.tangosol.util.UID
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.tangosol.util.UUID
Compares this object with the specified object for order.
comparing(Remote.Function<? super T, ? extends U>) - Static method in interface com.tangosol.util.function.Remote.Comparator
Accepts a function that extracts a Comparable sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparing(Remote.Function<? super T, ? extends U>, Remote.Comparator<? super U>) - Static method in interface com.tangosol.util.function.Remote.Comparator
Accepts a function that extracts a sort key from a type T, and returns a Comparator<T> that compares by that sort key using the specified Remote.Comparator.
comparingDouble(Remote.ToDoubleFunction<? super T>) - Static method in interface com.tangosol.util.function.Remote.Comparator
Accepts a function that extracts a double sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingInt(Remote.ToIntFunction<? super T>) - Static method in interface com.tangosol.util.function.Remote.Comparator
Accepts a function that extracts an int sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingLong(Remote.ToLongFunction<? super T>) - Static method in interface com.tangosol.util.function.Remote.Comparator
Accepts a function that extracts a long sort key from a type T, and returns a Comparator<T> that compares by that sort key.
ComparisonFilter<T,E,C> - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value.
ComparisonFilter() - Constructor for class com.tangosol.util.filter.ComparisonFilter
Default constructor (necessary for the ExternalizableLite interface).
ComparisonFilter(ValueExtractor<? super T, ? extends E>, C) - Constructor for class com.tangosol.util.filter.ComparisonFilter
Construct a ComparisonFilter.
ComparisonFilter(String, C) - Constructor for class com.tangosol.util.filter.ComparisonFilter
Construct a ComparisonFilter.
ComparisonOperator - Class in com.tangosol.coherence.dslquery.operator
A base class for comparison operators, which are operators that are used in conditional clauses such as equals, greater than, less than, etc.
ComparisonOperator(String, String...) - Constructor for class com.tangosol.coherence.dslquery.operator.ComparisonOperator
Construct a comparison operator with the given symbol and aliases.
ComparisonValueExtractor<T,E> - Class in com.tangosol.util.extractor
A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target.
ComparisonValueExtractor() - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Default constructor (necessary for the ExternalizableLite interface).
ComparisonValueExtractor(ValueExtractor<T, E>, ValueExtractor<T, E>) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Construct a ComparisonValueExtractor based on two specified extractors.
ComparisonValueExtractor(ValueExtractor<T, E>, ValueExtractor<T, E>, Comparator<? super E>) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Construct a ComparisonValueExtractor based on two specified extractors and a Comparator object.
ComparisonValueExtractor(String, String) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Construct a ComparisonValueExtractor based on two method names.
ComparisonValueExtractor(String, String, Comparator<? super E>) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Construct a ComparisonValueExtractor based on two method names and a Comparator object.
complete() - Method in interface com.tangosol.net.SessionProvider.Context
Complete this context without a session.
complete() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
complete(int) - Method in class com.tangosol.io.pof.PofBufferReader
Register the completion of the parsing of a value.
complete(int) - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Register the completion of the parsing of a value.
complete(Session) - Method in interface com.tangosol.net.SessionProvider.Context
Complete this context.
complete(Session) - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
complete(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Complete the load operation.
complete(Supplier<T>) - Method in class com.tangosol.util.AsynchronousAgent
Should be called if the operation completed successfully.
completeExceptionally(Throwable) - Method in class com.tangosol.util.AsynchronousAgent
Should be called if the operation failed for any reason.
completeOnEmpty() - Static method in interface com.tangosol.net.topic.Subscriber
Obtain the Option indicating futures should complete if the topic is empty.
CompleteOnEmpty() - Constructor for class com.tangosol.net.topic.Subscriber.CompleteOnEmpty
Default constructor for serialization.
Complex(ValidatingPofHandler.Complex, int, boolean) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.Complex
Construct a Complex object for a data collection or user type.
Complex(ValidatingPofHandler.Complex, int, boolean, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.Complex
Construct a Complex object for a uniformly-typed data collection.
Complex(WritingPofHandler.Complex, boolean) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a data collection or user type.
Complex(WritingPofHandler.Complex, boolean, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a uniformly-typed data collection.
ComplexMap(ValidatingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ComplexMap(ValidatingPofHandler.Complex, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ComplexMap(ValidatingPofHandler.Complex, int, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform map.
ComplexMap(WritingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Construct a ComplexMap object for maps with uniformly-typed keys.
ComplexMap(WritingPofHandler.Complex, int, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Construct a ComplexMap object for maps with uniformly-typed keys and values.
ComplexPofValue - Class in com.tangosol.io.pof.reflect
An abstract base class for complex POF types, such as collections, arrays, maps, and user types.
ComplexPofValue(PofValue, ReadBuffer, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.ComplexPofValue
Construct a PofValue instance wrapping the supplied buffer.
compose(Remote.DoubleUnaryOperator) - Method in interface com.tangosol.util.function.Remote.DoubleUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(Remote.Function<? super V, ? extends T>) - Method in interface com.tangosol.util.function.Remote.Function
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
compose(Remote.IntUnaryOperator) - Method in interface com.tangosol.util.function.Remote.IntUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(Remote.LongUnaryOperator) - Method in interface com.tangosol.util.function.Remote.LongUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(ValueExtractor<? super V, ? extends T>) - Method in class com.tangosol.util.extractor.ChainedExtractor
 
compose(ValueExtractor<? super V, ? extends T>) - Method in interface com.tangosol.util.ValueExtractor
Returns a composed extractor that first applies the before extractor to its input, and then applies this extractor to the result.
composite(InvocableMap.EntryAggregator...) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates the the combined set of results from a number of aggregators.
composite(InvocableMap.EntryProcessor<K, V, ?>[]) - Static method in class com.tangosol.util.Processors
Construct a composite processor for the specified array of individual entry processors.
CompositeActionPolicy - Class in com.tangosol.net
CompositeActionPolicy represents the "intersection" of two policies.
CompositeActionPolicy(ActionPolicy, ActionPolicy) - Constructor for class com.tangosol.net.CompositeActionPolicy
Construct a CompositeActionPolicy representing the specified policies.
CompositeAddressProvider - Class in com.tangosol.net
CompositeAddressProvider is a composite of one or more AddressProviders or addresses that also implements the Set interface.
CompositeAddressProvider() - Constructor for class com.tangosol.net.CompositeAddressProvider
Default constructor.
CompositeAddressProvider(AddressProvider) - Constructor for class com.tangosol.net.CompositeAddressProvider
Construct a CompositeAddressProvider from the specified AddressProvider.
CompositeAddressProvider.AddressIterator - Class in com.tangosol.net
An Iterator over the addresses in this AddressProvider.
CompositeAddressProvider.SingleProvider - Class in com.tangosol.net
AddressProvider wrapper for a single address dynamically added to this AddressSet.
CompositeAggregator<K,V> - Class in com.tangosol.util.aggregator
CompositeAggregator provides an ability to execute a collection of aggregators against the same subset of the entries in an InvocableMap, resulting in a list of corresponding aggregation results.
CompositeAggregator() - Constructor for class com.tangosol.util.aggregator.CompositeAggregator
Default constructor (necessary for the ExternalizableLite interface).
CompositeAggregator(InvocableMap.EntryAggregator[]) - Constructor for class com.tangosol.util.aggregator.CompositeAggregator
Construct a CompositeAggregator based on a specified EntryAggregator array.
CompositeAggregator.Parallel - Class in com.tangosol.util.aggregator
Deprecated.
As of Coherence 12.2.1. Use CompositeAggregator instead.
CompositeKey<P,S> - Class in com.tangosol.util
Key class that consists of a primary and secondary component.
CompositeKey() - Constructor for class com.tangosol.util.CompositeKey
Default constructor.
CompositeKey(P, S) - Constructor for class com.tangosol.util.CompositeKey
Create a new CompositeKey that consists of the given primary and secondary components.
CompositeProcessor<K,V> - Class in com.tangosol.util.processor
The CompositeProcessor represents a collection of entry processors that are invoked sequentially against the same Entry.
CompositeProcessor() - Constructor for class com.tangosol.util.processor.CompositeProcessor
Default constructor (necessary for the ExternalizableLite interface).
CompositeProcessor(InvocableMap.EntryProcessor<K, V, ?>[]) - Constructor for class com.tangosol.util.processor.CompositeProcessor
Construct a CompositeProcessor for the specified array of individual entry processors.
CompositeSchemeProcessor<T> - Class in com.tangosol.coherence.config.xml.processor
A CompositeSchemeProcessor is a CustomizableBuilderProcessor for schemes that consist of a front and back scheme.
CompositeSchemeProcessor(Class<T>) - Constructor for class com.tangosol.coherence.config.xml.processor.CompositeSchemeProcessor
Constructs a CompositeSchemeProcessor for the specified Class.
CompositeSocketAddressProvider - Class in com.tangosol.net
CompositeSocketAddressProvider is a composite of one or more SocketAddressProviders.
CompositeSocketAddressProvider(SocketAddressProvider) - Constructor for class com.tangosol.net.CompositeSocketAddressProvider
Construct a CompositeSocketAddressProvider from the specified SocketAddressProvider.
CompositeSocketAddressProvider(SocketAddress) - Constructor for class com.tangosol.net.CompositeSocketAddressProvider
Construct a CompositeSocketAddressProvider from the specified SocketAddress.
CompositeUpdater - Class in com.tangosol.util.extractor
A ValueUpdater implementation based on an extractor-updater pair that could also be used as a ValueManipulator.
CompositeUpdater() - Constructor for class com.tangosol.util.extractor.CompositeUpdater
Default constructor (necessary for the ExternalizableLite interface).
CompositeUpdater(ValueExtractor, ValueUpdater) - Constructor for class com.tangosol.util.extractor.CompositeUpdater
Construct a CompositeUpdater based on the specified extractor and updater.
CompositeUpdater(String) - Constructor for class com.tangosol.util.extractor.CompositeUpdater
Construct a CompositeUpdater for a specified method name sequence.
CompoundBaseToken - Class in com.tangosol.coherence.dsltools.base
CompoundBaseToken is the abstract base class for all tokens processed by the low level BaseTokenScanner that are made up of two or more BaseTokens.
CompoundBaseToken() - Constructor for class com.tangosol.coherence.dsltools.base.CompoundBaseToken
 
CompressionFilter - Class in com.tangosol.net
Deprecated.
As of Coherence 3.7
CompressionFilter() - Constructor for class com.tangosol.net.CompressionFilter
Deprecated.
 
CompressionFilter.DeflaterOutputShell - Class in com.tangosol.net
Deprecated.
DeflaterOutputShell enforces the "end" call for the corresponding Deflater object.
CompressionFilter.InflaterInputShell - Class in com.tangosol.net
Deprecated.
InflaterInputShell enforces the "end" call for the corresponding Inflater object.
compute(Object, BiFunction) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
compute(Object, BiFunction) - Method in class com.tangosol.util.SafeSortedMap
 
compute(Object, BiFunction) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
compute(K, Remote.BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.net.AsyncNamedMap
Compute a new mapping for the specified key and its current value.
compute(K, Remote.BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
Compute a new mapping for the specified key and its current value.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
computeCanonicalName(String) - Static method in class com.tangosol.util.extractor.UniversalUpdater
Compute the canonical name for this updater.
computeCanonicalName(String, Object[]) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Compute the canonical name for this extractor.
computeChannelCount(int) - Static method in interface com.tangosol.net.topic.TopicDependencies
Compute the channel count based on the supplied partition count.
computeIfAbsent(Object, Function) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
computeIfAbsent(Object, Function) - Method in class com.tangosol.util.SafeSortedMap
 
computeIfAbsent(Object, Function) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
computeIfAbsent(K, Remote.Function<? super K, ? extends V>) - Method in interface com.tangosol.net.AsyncNamedMap
Compute the value using the given mapping function and enter it into this map (unless null), if the specified key is not already associated with a value (or is mapped to null).
computeIfAbsent(K, Remote.Function<? super K, ? extends V>) - Method in class com.tangosol.net.cache.NearCache
Compute the value using the given mapping function and enter it into this map (unless null), if the specified key is not already associated with a value (or is mapped to null).
computeIfAbsent(K, Remote.Function<? super K, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
Compute the value using the given mapping function and enter it into this map (unless null), if the specified key is not already associated with a value (or is mapped to null).
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.tangosol.net.cache.NearCache
Note that the previous example will not work as expected if this method is called on a distributed map, as the add method will be called on a client-side copy of the collection stored on the server.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
Note that the previous example will not work as expected if this method is called on a distributed map, as the add method will be called on a client-side copy of the collection stored on the server.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
computeIfPresent(Object, BiFunction) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
computeIfPresent(Object, BiFunction) - Method in class com.tangosol.util.SafeSortedMap
 
computeIfPresent(Object, BiFunction) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
computeIfPresent(K, Remote.BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.net.AsyncNamedMap
Compute a new mapping given the key and its current mapped value, if the value for the specified key is present and non-null.
computeIfPresent(K, Remote.BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
Compute a new mapping given the key and its current mapped value, if the value for the specified key is present and non-null.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.tangosol.util.InvocableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
computeSafeWaitTime(long) - Static method in class com.oracle.coherence.common.base.TimeHelper
compute the number of milliseconds until the specified time.
computeSafeWaitTime(long) - Static method in class com.tangosol.util.Base
compute the number of milliseconds until the specified time.
computeTarget() - Method in class com.tangosol.util.extractor.ChainedExtractor
Return the target of the first extractor in composite extractor.
computeTmpDir() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
compute the system's temp directory.
concat(Binary) - Method in class com.tangosol.util.Binary
Concatenate the passed Binary onto this Binary.
CONCAT_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will result in a concatenation of all function arguments to a single string result.
CONCUR_EXTERNAL - Static variable in interface com.tangosol.util.TransactionMap
External concurrency.
CONCUR_OPTIMISTIC - Static variable in interface com.tangosol.util.TransactionMap
Optimistic concurrency.
CONCUR_PESSIMISTIC - Static variable in interface com.tangosol.util.TransactionMap
Pessimistic concurrency.
ConcurrentMap<K,V> - Interface in com.tangosol.util
Map with additional concurrency features.
ConcurrentNotifier - Class in com.oracle.coherence.common.base
A Condition-like object, usable by multiple threads to both wait and signal.
ConcurrentNotifier() - Constructor for class com.oracle.coherence.common.base.ConcurrentNotifier
 
ConcurrentNotifier.Link - Class in com.oracle.coherence.common.base
A link in a stack of waiting threads.
ConcurrentWrapperCollection(Collection<E>) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Create an ConcurrentWrapperCollection which delegates to the specified Collection.
ConcurrentWrapperCollection(Collection<E>, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Create an ConcurrentWrapperCollection which delegates to the specified Collection.
ConcurrentWrapperEntry(Map.Entry<K, V>) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
ConcurrentWrapperEntry(Map.Entry<K, V>, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
ConcurrentWrapperEntry(Map.Entry<K, V>, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
ConcurrentWrapperEntrySet(Set<Map.Entry<K, V>>, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntrySet
Create an ConcurrentWrapperSet which delegates to the specified Set.
ConcurrentWrapperMap() - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
 
ConcurrentWrapperMap(Map<K, V>) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
ConcurrentWrapperMap(Map<K, V>, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
ConcurrentWrapperMap(Map<K, V>, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
ConcurrentWrapperSet(Set<E>) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperSet
Create an ConcurrentWrapperSet which delegates to the specified Set.
ConcurrentWrapperSet(Set<E>, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperSet
Create an ConcurrentWrapperSet which delegates to the specified Set.
conditional(Filter<V>, InvocableMap.EntryProcessor<K, V, T>) - Static method in class com.tangosol.util.Processors
Construct a conditional processor for a specified filter and the processor.
ConditionalElementProcessor<T> - Interface in com.tangosol.config.xml
A ConditionalElementProcessor is an ElementProcessor that supports conditionally processing XmlElements.
ConditionalExtractor<T,E> - Class in com.tangosol.util.extractor
An IndexAwareExtractor implementation that is only used to create a ConditionalIndex.
ConditionalExtractor() - Constructor for class com.tangosol.util.extractor.ConditionalExtractor
Construct the ConditionalExtractor.
ConditionalExtractor(Filter, ValueExtractor<T, E>, boolean) - Constructor for class com.tangosol.util.extractor.ConditionalExtractor
Construct the ConditionalExtractor.
ConditionalExtractor(Filter, ValueExtractor<T, E>, boolean, boolean) - Constructor for class com.tangosol.util.extractor.ConditionalExtractor
Construct the ConditionalExtractor.
ConditionalIndex - Class in com.tangosol.util
ConditionalIndex is a MapIndex implementation that uses an associated filter to evaluate whether or not an entry should be indexed.
ConditionalIndex(Filter, ValueExtractor, boolean, Comparator, boolean, BackingMapContext) - Constructor for class com.tangosol.util.ConditionalIndex
Construct a ConditionalIndex.
ConditionalProcessor<K,V,T> - Class in com.tangosol.util.processor
Conditional entry processor represents a processor that is invoked conditionally based on the result of an entry evaluation.
ConditionalProcessor() - Constructor for class com.tangosol.util.processor.ConditionalProcessor
Default constructor (necessary for the ExternalizableLite interface).
ConditionalProcessor(Filter<V>, InvocableMap.EntryProcessor<K, V, T>) - Constructor for class com.tangosol.util.processor.ConditionalProcessor
Construct a ConditionalProcessor for the specified filter and the processor.
ConditionalPut<K,V> - Class in com.tangosol.util.processor
ConditionalPut is an EntryProcessor that performs an Entry.setValue operation if the specified condition is satisfied.
ConditionalPut() - Constructor for class com.tangosol.util.processor.ConditionalPut
Default constructor (necessary for the ExternalizableLite interface).
ConditionalPut(Filter, V) - Constructor for class com.tangosol.util.processor.ConditionalPut
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
ConditionalPut(Filter, V, boolean) - Constructor for class com.tangosol.util.processor.ConditionalPut
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
ConditionalPutAll<K,V> - Class in com.tangosol.util.processor
ConditionalPutAll is an EntryProcessor that performs a Entry.setValue operation for multiple entries that satisfy the specified condition.
ConditionalPutAll() - Constructor for class com.tangosol.util.processor.ConditionalPutAll
Default constructor (necessary for the ExternalizableLite interface).
ConditionalPutAll(Filter, Map<? extends K, ? extends V>) - Constructor for class com.tangosol.util.processor.ConditionalPutAll
Construct a ConditionalPutAll processor that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
ConditionalRemove<K,V> - Class in com.tangosol.util.processor
ConditionalRemove is an EntryProcessor that performs an Entry.remove operation if the specified condition is satisfied.
ConditionalRemove() - Constructor for class com.tangosol.util.processor.ConditionalRemove
Default constructor (necessary for the ExternalizableLite interface).
ConditionalRemove(Filter) - Constructor for class com.tangosol.util.processor.ConditionalRemove
Construct a ConditionalRemove processor that removes an InvocableMap entry if and only if the filter applied to the entry evaluates to true.
ConditionalRemove(Filter, boolean) - Constructor for class com.tangosol.util.processor.ConditionalRemove
Construct a ConditionalRemove processor that removes an InvocableMap entry if and only if the filter applied to the entry evaluates to true.
ConditionalRemoveAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.ConditionalRemoveAction
 
config(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.CONFIG severity.
config(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.CONFIG severity.
config(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.CONFIG severity.
config(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.CONFIG severity.
config(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.CONFIG severity.
Config - Class in com.tangosol.coherence.config
Config is a helper class for processing a Coherence configuration system properties.
Config() - Constructor for class com.tangosol.coherence.config.Config
 
CONFIG - Static variable in class com.oracle.coherence.common.base.Logger
Severity 4 indicates configuration related log message.
ConfigPropertyChanged - Class in com.oracle.coherence.mp.config
An event that will be raised whenever any config property is added to, updated in, or removed from the CoherenceConfigSource.
ConfigPropertyResolver - Class in com.oracle.coherence.mp.config
An implementation of Coherence property resolvers that reads system properties and environment variables from MP Config.
ConfigPropertyResolver() - Constructor for class com.oracle.coherence.mp.config.ConfigPropertyResolver
Construct ConfigPropertyResolver instance.
ConfigurableAddressProvider - Class in com.tangosol.net
ConfigurableAddressProvider is an implementation of the AddressProvider interface based on a static list of addresses configured in an XML element that contains one or more items in the following format:
ConfigurableAddressProvider(XmlElement) - Constructor for class com.tangosol.net.ConfigurableAddressProvider
Deprecated.
ConfigurableAddressProvider(XmlElement, boolean) - Constructor for class com.tangosol.net.ConfigurableAddressProvider
Deprecated.
ConfigurableAddressProvider(Iterable<ConfigurableAddressProvider.AddressHolder>, boolean) - Constructor for class com.tangosol.net.ConfigurableAddressProvider
ConfigurableAddressProvider.AddressHolder - Class in com.tangosol.net
A stateful holder for an obtaining an InetSocketAddress object.
ConfigurableAddressProviderFactory - Class in com.tangosol.net
Deprecated.
ConfigurableAddressProviderFactory() - Constructor for class com.tangosol.net.ConfigurableAddressProviderFactory
Deprecated.
Default constructor.
ConfigurableCacheFactory - Interface in com.tangosol.net
An interface for cache factory.
ConfigurableCacheFactorySuppliers - Interface in com.oracle.coherence.grpc.proxy
A factory of ConfigurableCacheFactory supplier functions that can return a ConfigurableCacheFactory for a given scope name.
ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
The default ConfigurableCacheFactory supplier.
ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier - Class in com.oracle.coherence.grpc.proxy
A fixed ConfigurableCacheFactory supplier that only supplies the ConfigurableCacheFactory instances provided when it was constructed.
ConfigurableCacheMap - Interface in com.tangosol.net.cache
An extension to the CacheMap interface that supports runtime configuration and monitoring of various caching properties.
ConfigurableCacheMap.Entry - Interface in com.tangosol.net.cache
A cache Entry carries information additional to the base Map Entry in order to support eviction and expiry.
ConfigurableCacheMap.EvictionApprover - Interface in com.tangosol.net.cache
EvictionApprover is used to approve the eviction of an entry from the underlying ConfigurableCacheMap.
ConfigurableCacheMap.EvictionPolicy - Interface in com.tangosol.net.cache
An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.
ConfigurableCacheMap.UnitCalculator - Interface in com.tangosol.net.cache
A unit calculator is an object that can calculate the cost of caching an object.
ConfigurableLocalAddressProvider - Class in com.tangosol.net
ConfigurableLocalAddressProvider is an AddressProvider which is only capable of returning local addresses.
ConfigurableLocalAddressProvider(int) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Constructs a ConfigurableLocalAddressProvider for all local IPs and the given port.
ConfigurableLocalAddressProvider(XmlElement) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Deprecated.
ConfigurableLocalAddressProvider(XmlElement, boolean) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Deprecated.
ConfigurableLocalAddressProvider(Iterable<ConfigurableAddressProvider.AddressHolder>, boolean) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Constructs a ConfigurableLocalAddressProvider using the specified ConfigurableAddressProvider.AddressHolders.
ConfigurablePofContext - Class in com.tangosol.io.pof
This class implements the PofContext interface using information provided in a configuration file (or in a passed XML configuration) as well as classes annotated with PortableType.
ConfigurablePofContext() - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Default constructor.
ConfigurablePofContext(ConfigurablePofContext) - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Copy constructor for a ConfigurablePofContext.
ConfigurablePofContext(XmlElement) - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Create a ConfigurablePofContext that will use the passed configuration information.
ConfigurablePofContext(String) - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Create a ConfigurablePofContext that will load configuration information from the specified locator.
ConfigurablePofContext.PofConfig - Class in com.tangosol.io.pof
The information related to the configuration of a particular PofContext for a specific URI and ClassLoader.
ConfigurableQuorumPolicy - Class in com.tangosol.net
ConfigurableQuorumPolicy provides a Quorum-based ActionPolicy for services based on the cluster-configuration.
ConfigurableQuorumPolicy() - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy
Create a ConfigurableQuorumPolicy.
ConfigurableQuorumPolicy.ClusterQuorumPolicy - Class in com.tangosol.net
ClusterQuorumPolicy defines an action policy that is applicable to the cluster.
ConfigurableQuorumPolicy.MembershipQuorumPolicy - Class in com.tangosol.net
MembershipQuorumPolicy is a quorum policy that is stateless and based solely on service membership sizes.
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener - Class in com.tangosol.net
QuorumListener is used to subscribe the quorum policy to receive service membership events.
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule - Class in com.tangosol.net
A quorum rule defines a set of allowable actions beyond the rule's threshold size.
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy - Class in com.tangosol.net
PartitionedCacheQuorumPolicy defines a configurable quorum policy that is applicable to a DistributedCacheService.
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule - Enum Class in com.tangosol.net
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.Notification - Class in com.tangosol.net
Notification is a simple struct carrying the notification info.
ConfigurableQuorumPolicy.ProxyQuorumPolicy - Class in com.tangosol.net
ProxyQuorumPolicy defines a configurable quorum policy that is applicable to a proxy service.
ConfigurableSerializerFactory - Class in com.tangosol.io
Deprecated.
ConfigurableSerializerFactory() - Constructor for class com.tangosol.io.ConfigurableSerializerFactory
Deprecated.
 
ConfigurableSnapshotArchiverFactory - Class in com.tangosol.persistence
A SnapshotArchiverFactory implementation that creates instances of a SnapshotArchiver class configured using an XmlElement.
ConfigurableSnapshotArchiverFactory() - Constructor for class com.tangosol.persistence.ConfigurableSnapshotArchiverFactory
 
Configuration - Enum constant in enum class com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType
Cache Configuration
ConfigurationException - Exception Class in com.tangosol.config
A ConfigurationException captures information concerning an invalid configuration of Coherence.
ConfigurationException(String, String) - Constructor for exception class com.tangosol.config.ConfigurationException
ConfigurationException(String, String, Throwable) - Constructor for exception class com.tangosol.config.ConfigurationException
Constructs a ConfigurationException (with a cause).
ConfigurationProcessor - Class in com.tangosol.coherence.config.xml.processor
A ConfigurationProcessor is responsible for processing a configuration XmlElement to produce a CacheConfig object.
ConfigurationProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.ConfigurationProcessor
 
configure() - Method in class com.tangosol.coherence.rest.server.InjectionBinder
 
configure() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Performs final configuration of an ExtensibleConfigurableCacheFactory instance prior to it being used by Coherence.
configure(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configure the new Environment.
configure(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Configure and initialize this policy with the specified quorum rules.
configure(TcpDatagramSocket) - Method in class com.tangosol.net.TcpDatagramSocketProvider
Configure the socket.
configure(XmlElement) - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
configure(XmlElement) - Method in class com.oracle.coherence.grpc.SimpleDaemonPoolExecutor
 
configure(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Configures this RestConfig instance using the specified XML element.
configure(XmlElement) - Method in class com.tangosol.net.ConfigurableAddressProvider
Deprecated.
configure(XmlElement) - Method in class com.tangosol.net.WrapperService
Configure the controllable service.
configure(XmlElement) - Method in interface com.tangosol.util.Controllable
Deprecated.
configure(ServerBuilder<?>, InProcessServerBuilder) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
configure(ServerBuilder<?>, InProcessServerBuilder) - Method in interface com.oracle.coherence.grpc.proxy.GrpcServerConfiguration
Configure the server builders.
configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Configures a backing map according to the scheme.
configureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Ensures a cache for given scheme.
configureCacheStore(ReadWriteBackingMap.StoreWrapper, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the StoreWrapper that this backing map will use.
CONFIGURED - Enum constant in enum class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
configureEviction(int, ConfigurableCacheMap.EvictionPolicy) - Method in class com.tangosol.net.cache.LocalCache
Configure the eviction type and policy.
configureFile(File) - Method in class com.tangosol.io.nio.MappedBufferManager
Configure the buffer manager based on the passed file, which may be null to imply a default temp file, a directory to imply that a file be created in that directory, or it may be the temp file itself.
configureInterceptors(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Using the provided base XML find all interceptors instantiating as appropriate and registering with the Events Registry.
configureInternalCache(ObservableMap) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Configure the internal cache that this backing map uses to store its "in-memory" data.
configureJaxbMarshaller(Marshaller) - Method in class com.tangosol.coherence.rest.io.JaxbXmlMarshaller
Configure a JAXB marshaller.
configureJaxbUnmarshaller(Unmarshaller) - Method in class com.tangosol.coherence.rest.io.JaxbXmlMarshaller
Configure a JAXB unmarshaller.
configureReadThread(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the optional refresh-ahead thread and queue that this backing map will use.
configureSynchronization(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Set up the listeners that keep the ContinuousQueryCache up-to-date.
configureUnitCalculator(int, ConfigurableCacheMap.UnitCalculator) - Method in class com.tangosol.net.cache.LocalCache
Configure the unit calculator type and implementation.
configureUnitCalculator(XmlElement, ConfigurableCacheMap, DefaultConfigurableCacheFactory.CacheInfo, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Configure a UnitCalculator for the specified ConfigurableCacheMap.
configureWorker(Daemon.DaemonWorker) - Method in class com.tangosol.util.Daemon
Configure a worker to use as a daemon.
configureWriteThread(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the optional write-behind thread and queue that this backing map will use.
ConfigUri - Annotation Interface in com.oracle.coherence.cdi
A qualifier annotation used to indicate a configuration resource URI.
ConfigUri.Literal - Class in com.oracle.coherence.cdi
An annotation literal for the ConfigUri annotation.
Configuring RemoteExecutors - Search tag in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Section
connect(Socket, SocketAddress) - Static method in class com.oracle.coherence.common.base.Blocking
Connect a socket while still respecting the calling thread's timeout.
connect(Socket, SocketAddress, int) - Static method in class com.oracle.coherence.common.base.Blocking
Connect a socket within a given timeout while still respecting the calling thread's timeout.
CONNECT - Static variable in interface com.tangosol.net.ProxyService.ProxyAction
Singleton action for accepting a client connection.
CONNECT_RULE_NAME - Static variable in class com.tangosol.coherence.config.builder.ProxyQuorumPolicyBuilder
Connect description and also xml configuration element name.
Connecting - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any CONNECTING event.
Connecting.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Connecting annotation.
CONNECTION_MANAGER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ConnectionManagerMBean.
CONNECTION_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ConnectionMBean.
Constants - Class in com.tangosol.coherence.jcache
Constants used by the Coherence JCache Adapter.
Constants() - Constructor for class com.tangosol.coherence.jcache.Constants
 
consumer(Remote.Consumer<T>) - Static method in class com.tangosol.util.function.Remote
Capture serializable Consumer.
consumeSignal() - Method in class com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier
 
consumeSignal() - Method in class com.oracle.coherence.common.base.SingleWaiterMultiNotifier
Consume the signal.
ContainerHelper - Class in com.tangosol.coherence.jcache.common
Helpers for supporting Coherence JCache in Container Environment.
ContainerHelper() - Constructor for class com.tangosol.coherence.jcache.common.ContainerHelper
 
ContainerHelper.JCacheLifecycleInterceptor - Class in com.tangosol.coherence.jcache.common
An EventInterceptor that initializes JCache for running within a container.
ContainerPassThroughResourceConfig - Class in com.tangosol.coherence.rest.server
An extension of PassThroughResourceConfig that should be used for container deployments of Coherence REST when pass-through is required.
ContainerPassThroughResourceConfig() - Constructor for class com.tangosol.coherence.rest.server.ContainerPassThroughResourceConfig
 
ContainerResourceConfig - Class in com.tangosol.coherence.rest.server
An extension of DefaultResourceConfig that should be used for container deployments of Coherence REST.
ContainerResourceConfig() - Constructor for class com.tangosol.coherence.rest.server.ContainerResourceConfig
Default constructor.
contains(int) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return true if the current rule contains the specified action mask.
contains(int) - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the specified partition belongs to the set.
contains(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the specified partition set belongs to this set.
contains(ValueExtractor<T, C>, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted collection contains the specified value.
contains(Comparable) - Method in class com.tangosol.util.Tree
Determine if the passed key is in the tree.
contains(Object) - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Determine if a particular key is present in the Set.
contains(Object) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
contains(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Determine if a particular key is present in the Set.
contains(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.ChainedCollection
 
contains(Object) - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.ChainedSet
 
contains(Object) - Method in class com.tangosol.util.CircularArrayList
contains(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
contains(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
contains(Object) - Method in class com.tangosol.util.CopyOnWriteMap.EntrySet
contains(Object) - Method in class com.tangosol.util.CopyOnWriteMap.KeySet
contains(Object) - Method in class com.tangosol.util.DeltaSet
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns true if this List contains the specified element.
contains(Object) - Method in class com.tangosol.util.ImmutableMultiList
Returns true if this List contains the specified element.
contains(Object) - Method in class com.tangosol.util.InflatableCollection
contains(Object) - Method in class com.tangosol.util.LiteSet
Returns true if this Set contains the specified element.
contains(Object) - Method in class com.tangosol.util.MapSet
Returns true if this Set contains the specified element.
contains(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.OpenHashSet
contains(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.SafeHashMap.KeySet
Determine if a particular key is present in the Set.
contains(Object) - Method in class com.tangosol.util.SafeLinkedList
Returns true if this List contains the specified element.
contains(Object) - Method in class com.tangosol.util.SafeSortedMap.Values
 
contains(Object) - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Determine if a particular key is present in the Set.
contains(Object) - Method in class com.tangosol.util.SimpleLongArray
Determine if the LongArray contains the specified element.
contains(Object) - Method in class com.tangosol.util.SortedBag
contains(Object) - Method in class com.tangosol.util.SubList
contains(Object) - Method in class com.tangosol.util.SubSet
contains(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
contains(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
contains(String) - Method in class com.tangosol.persistence.AbstractPersistenceManager
 
contains(String) - Method in class com.tangosol.util.StringTable
Determine if the passed string is in the table.
contains(EventListener) - Method in class com.tangosol.util.Listeners
Check if a listener is in the list of listeners.
contains(T) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
contains(V) - Method in class com.tangosol.util.AbstractLongArray
Determine if the LongArray contains the specified element.
contains(V) - Method in class com.tangosol.util.AbstractSafeLongArray
 
contains(V) - Method in interface com.tangosol.util.LongArray
Determine if the LongArray contains the specified element.
contains(V) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
contains(V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
containsAll(ValueExtractor<T, C>, E...) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted collection contains all of the specified values.
containsAll(ValueExtractor<T, C>, Set<? extends E>) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted collection contains all of the specified values.
containsAll(Collection) - Method in class com.tangosol.util.MapSet
Returns true if this Set contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns true if this Collection contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns true if this Collection contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class com.tangosol.util.SafeLinkedList
Returns true if this List contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class com.tangosol.util.ChainedCollection
 
containsAll(Collection<?>) - Method in class com.tangosol.util.ChainedSet
 
containsAll(Collection<?>) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
containsAll(Collection<?>) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
containsAll(Collection<?>) - Method in class com.tangosol.util.LiteSet
Returns true if this Set contains all of the elements in the specified Collection.
containsAll(Collection<?>) - Method in class com.tangosol.util.SubList
containsAll(Collection<?>) - Method in class com.tangosol.util.SubSet
containsAll(Collection<?>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
containsAll(Collection<?>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
ContainsAllFilter<T,E> - Class in com.tangosol.util.filter
Filter which tests a Collection or Object array value returned from a method invocation for containment of all values in a Set.
ContainsAllFilter() - Constructor for class com.tangosol.util.filter.ContainsAllFilter
Default constructor (necessary for the ExternalizableLite interface).
ContainsAllFilter(ValueExtractor<? super T, ? extends E>, Set<?>) - Constructor for class com.tangosol.util.filter.ContainsAllFilter
Construct an ContainsAllFilter for testing containment of the given Set of values.
ContainsAllFilter(String, Set<?>) - Constructor for class com.tangosol.util.filter.ContainsAllFilter
Construct an ContainsAllFilter for testing containment of the given Set of values.
ContainsAllOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing the conditional "contains all" operation.
ContainsAllOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.ContainsAllOperator
Construct a ContainsAllOperator.
containsAny(ValueExtractor<T, C>, E...) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted collection contains any of the specified values.
containsAny(ValueExtractor<T, C>, Set<? extends E>) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted collection contains any of the specified values.
ContainsAnyFilter<T,E> - Class in com.tangosol.util.filter
Filter which tests a Collection or Object array value returned from a method invocation for containment of any value in a Set.
ContainsAnyFilter() - Constructor for class com.tangosol.util.filter.ContainsAnyFilter
Default constructor (necessary for the ExternalizableLite interface).
ContainsAnyFilter(ValueExtractor<? super T, ? extends E>, Set<?>) - Constructor for class com.tangosol.util.filter.ContainsAnyFilter
Construct an ContainsAnyFilter for testing containment of any value in the given Set.
ContainsAnyFilter(String, Set<?>) - Constructor for class com.tangosol.util.filter.ContainsAnyFilter
Construct an ContainsAnyFilter for testing containment of any value in the given Set.
ContainsAnyOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing the conditional "contains any" operation.
ContainsAnyOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.ContainsAnyOperator
Construct a ContainsAnyOperator.
containsEntry(CacheRequestHolder<ContainsEntryRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsEntryRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains entry request as a serialized Boolean.
containsEntry(ContainsEntryRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified key to the specified value.
containsEntry(ContainsEntryRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsEntry(ContainsEntryRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
containsEntry(String, String, String, ByteString, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a ContainsEntryRequest.
ContainsFilter<T,E> - Class in com.tangosol.util.filter
Filter which tests a Collection or Object array value returned from a method invocation for containment of a given value.
ContainsFilter() - Constructor for class com.tangosol.util.filter.ContainsFilter
Default constructor (necessary for the ExternalizableLite interface).
ContainsFilter(ValueExtractor<? super T, ? extends E>, E) - Constructor for class com.tangosol.util.filter.ContainsFilter
Construct an ContainsFilter for testing containment of the given object.
ContainsFilter(String, E) - Constructor for class com.tangosol.util.filter.ContainsFilter
Construct an ContainsFilter for testing containment of the given object.
containsKey(CacheRequestHolder<ContainsKeyRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsKeyRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains key request.
containsKey(ContainsKeyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified key.
containsKey(ContainsKeyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsKey(ContainsKeyRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
containsKey(Binary) - Method in interface com.tangosol.io.BinaryStore.KeySetAware
Return true iff this BinaryStore contains a mapping for the specified key.
containsKey(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
containsKey(Object) - Method in class com.tangosol.io.nio.BinaryMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.CachingMap
containsKey(Object) - Method in class com.tangosol.net.cache.LocalCache
 
containsKey(Object) - Method in class com.tangosol.net.cache.OverflowMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
containsKey(Object) - Method in class com.tangosol.net.cache.SerializationCache
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
containsKey(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.AbstractKeySetBasedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.ChainedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.tangosol.util.ConcurrentMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
containsKey(Object) - Method in class com.tangosol.util.CopyOnWriteMap
containsKey(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
containsKey(Object) - Method in class com.tangosol.util.OpenHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.SafeHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.SafeSortedMap
 
containsKey(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
containsKey(Object) - Method in class com.tangosol.util.SegmentedHashMap
Returns true iff this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.SetMap
 
containsKey(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
containsKey(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
containsKey(String, String, String, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a ClearRequest.
containsKey(K) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
containsKey(K) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
containsKey(K) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
containsKey(K) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
containsKey(K) - Method in interface com.tangosol.net.AsyncNamedMap
Returns true if this map contains a mapping for the specified key.
containsMacro() - Method in class com.tangosol.config.expression.ValueMacroExpression
Check if this contains a macro.
containsMacro(String) - Static method in class com.tangosol.config.expression.ValueMacroExpression
Check if string contains a macro.
containsNamedQuery(String) - Method in class com.tangosol.coherence.rest.config.QueryConfig
Return true if this configuration contains a query with given name.
ContainsOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing the conditional "contains" operation.
ContainsOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.ContainsOperator
Construct a ContainsOperator.
ContainsOPToken - Class in com.tangosol.coherence.dsltools.precedence
ContainsOPToken is used to implement a contains operation that checks for membership in a list.
ContainsOPToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.precedence.ContainsOPToken
Construct a new ContainsOPToken with the given parameters.
containsRegisteredDelimiter(String) - Static method in class com.tangosol.config.expression.ValueMacroExpression
Return true if sMacro contains a registered delimiter.
containsStandardListeners(Filter) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any standard (not lite) listeners for a given filter.
containsStandardListeners(Object) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any standard (not lite) listeners for a given key.
containsValue(CacheRequestHolder<ContainsValueRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the ContainsValueRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the contains value request as a serialized Boolean.
containsValue(ContainsValueRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Returns true if this map contains a mapping for the specified value.
containsValue(ContainsValueRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
containsValue(ContainsValueRequest, StreamObserver<BoolValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
containsValue(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
containsValue(Object) - Method in class com.tangosol.net.cache.CachingMap
containsValue(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns true if this CachingMap maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.net.cache.SerializationCache
Returns true if this Map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.net.cache.SerializationMap
Returns true if this Map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns true if this Map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns true if this Map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.tangosol.util.ConcurrentMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
containsValue(Object) - Method in class com.tangosol.util.CopyOnWriteMap
containsValue(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
containsValue(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.SafeSortedMap
 
containsValue(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
containsValue(Object) - Method in class com.tangosol.util.SegmentedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
containsValue(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
containsValue(Object) - Method in class com.tangosol.util.WrapperObservableMap
Returns true if this Map maps one or more keys to the specified value.
containsValue(String, String, String, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a ContainsValueRequest.
ContainsValueAction() - Constructor for class com.tangosol.util.SegmentedHashMap.ContainsValueAction
 
contendForSegment(int) - Method in class com.tangosol.util.SegmentedHashMap
Wait for a segment to be unlocked.
Context(Guardable, long, float) - Constructor for class com.tangosol.net.GuardSupport.Context
Construct a Context.
contextDestroyed(ServletContextEvent) - Method in class com.tangosol.coherence.rest.servlet.DefaultServletContextListener
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in class com.tangosol.coherence.rest.servlet.DefaultServletContextListener
Notification that the web application initialization process is starting.
ContextJCacheStatistics - Class in com.tangosol.coherence.jcache.common
JCache Statistics implementation.
ContextJCacheStatistics() - Constructor for class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
Constructs ...
ContextJCacheStatistics(JCacheIdentifier) - Constructor for class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
Constructs JCacheStatistics for cache id
Continuation<R> - Interface in com.oracle.coherence.common.base
Continuation interface is used to implement asynchronous post-processing, the pattern that is also known as the "Continuation-passing style".
Continue - Enum constant in enum class com.tangosol.net.topic.Publisher.OnFailure
If an individual Publisher.publish(Object) fails then skip that value and continue to publish other values.
ContinuousQueryCache<K,V_BACK,V_FRONT> - Class in com.tangosol.net.cache
Create a materialized view of a NamedCache using the Coherence Continuous Query capability.
ContinuousQueryCache(NamedCache<K, V_BACK>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter, boolean) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter, boolean, MapListener<? super K, ? super V_FRONT>, ValueExtractor<? super V_BACK, ? extends V_FRONT>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Construct the ContinuousQueryCache.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter, MapListener<? super K, ? super V_FRONT>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter, MapListener<? super K, ? super V_FRONT>, ValueExtractor<? super V_BACK, ? extends V_FRONT>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache<K, V_BACK>, Filter, ValueExtractor<? super V_BACK, ? extends V_FRONT>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter and a transformer.
ContinuousQueryCache(Supplier<NamedCache<K, V_BACK>>) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter.
ContinuousQueryCache(Supplier<NamedCache<K, V_BACK>>, Filter) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter.
ContinuousQueryCache(Supplier<NamedCache<K, V_BACK>>, Filter, boolean, MapListener<? super K, ? super V_FRONT>, ValueExtractor<? super V_BACK, ? extends V_FRONT>, ClassLoader) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a materialized view of a NamedCache using a Filter.
ContinuousQueryCache.AddListener - Class in com.tangosol.net.cache
A MapListener for adding items to the ContinuousQueryCache.
ContinuousQueryCache.ConverterAsynchronousProcessor - Class in com.tangosol.net.cache
Wraps an AsynchronousProcessor to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.
ContinuousQueryCache.DeactivationListener - Class in com.tangosol.net.cache
DeactivationListener for the underlying NamedCache.
ContinuousQueryCache.EventRouter<K,V> - Class in com.tangosol.net.cache
An EventRouter routes events from the internal cache of the ContinuousQueryCache to the client listeners, and it can do so asynchronously when appropriate.
ContinuousQueryCache.InternalMapListener - Class in com.tangosol.net.cache
This listener allows interception of all events triggered by the the internal ObservableMap of the ContinuousQueryCache.
ContinuousQueryCache.RemoveListener - Class in com.tangosol.net.cache
A MapListener for evicting items from the ContinuousQueryCache.
ContinuousQueryCache.ServiceListener - Class in com.tangosol.net.cache
MemberListener for the underlying cache's service.
ContinuousQueryCacheScheme - Class in com.tangosol.coherence.config.scheme
This scheme is internally used to provide the ParameterizedBuilder that constructs the view-filter for the ViewScheme.
ContinuousQueryCacheScheme() - Constructor for class com.tangosol.coherence.config.scheme.ContinuousQueryCacheScheme
 
Controllable - Interface in com.tangosol.util
The Controllable interface represents a configurable daemon-like object, quite often referred to as a service, that usually operates on its own thread and has a controllable life cycle.
convert(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder.DownConverter
 
convert(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder.UpConverter
 
convert(F) - Method in interface com.oracle.coherence.common.base.Converter
Convert the passed object to another object.
convert(F) - Method in class com.oracle.coherence.grpc.RequestHolder.ErrorHandlingConverter
 
convert(Object) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
 
convert(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
Extracts the key from the Status object.
convert(Object) - Method in class com.tangosol.util.NullImplementation.NullConverter
Convert the passed object to another object.
convert(Object, int) - Method in class com.tangosol.run.xml.SimpleValue
Convert the passed Object to the specified type.
convert(Object, int) - Static method in class com.tangosol.run.xml.XmlHelper
Convert the passed Object to the specified type.
convert(Collection, Converter) - Static method in class com.tangosol.util.CollectionHelper
Deprecated.
Convert a collection from one set of objects to a new set of objects.
convert(Enumeration, Converter) - Static method in class com.tangosol.util.CollectionHelper
Deprecated.
Convert an Enumeration from one set of objects to a new set of objects.
convert(Iterator, Converter) - Static method in class com.tangosol.util.CollectionHelper
Deprecated.
Convert an Iterator from one set of objects to a new set of objects.
Convert() - Constructor for class com.tangosol.net.topic.Subscriber.Convert
Default constructor for serialization.
Convert(ValueExtractor<? super V, U>) - Constructor for class com.tangosol.net.topic.Subscriber.Convert
 
convertArray(Object[], Converter) - Static method in class com.tangosol.util.ConverterCollections
Convert the contents of the passed array.
convertArray(Object[], Converter, Object[]) - Static method in class com.tangosol.util.ConverterCollections
Convert the contents of the passed source array into an array with the component type of the passed destination array, using the destination array itself if it is large enough, and placing a null in the first unused element of the destination array if it is larger than the source array.
convertConfiguration(Configuration<K, V>, ClassLoader) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
Converts a Configuration into a CoherenceBasedConfiguration so that we may create CoherenceBasedCaches.
convertDouble(XmlValue) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Convert the value in the specified XmlValue to a double.
convertDown(ByteString) - Method in class com.oracle.coherence.grpc.RequestHolder
Convert the ByteString data serialized in the request format to a Binary serialized in the cache's serialization format.
convertDown(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder
Convert the Binary data serialized in the request format to a Binary serialized in the cache's serialization format.
convertDown(Supplier<ByteString>) - Method in class com.oracle.coherence.grpc.RequestHolder
Convert the ByteString data serialized in the request format to a Binary serialized in the cache's serialization format.
Converter<F,T> - Interface in com.oracle.coherence.common.base
Provide for "pluggable" object conversions.
Converter<F,T> - Interface in com.tangosol.util
Provide for "pluggable" object conversions.
CONVERTER_FROM_BINARY - Static variable in class com.tangosol.util.ExternalizableHelper
A converter from Binary to Object format, which uses the DefaultSerializer.
CONVERTER_STRIP_INTDECO - Static variable in class com.tangosol.util.ExternalizableHelper
A pass-through Binary converter that removes an IntDecoration if present.
CONVERTER_TO_BINARY - Static variable in class com.tangosol.util.ExternalizableHelper
A converter from Object to Binary format that uses the DefaultSerializer.
ConverterAsynchronousProcessor(AsynchronousProcessor) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
Construct the processor to wrap the provided AsynchronousProcessor in order to ensure results are properly converted prior to return.
ConverterCacheEntry(ConfigurableCacheMap.Entry, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheEntry
 
ConverterCacheEvent(ObservableMap<K, V>, CacheEvent<K, V>, Converter<K, K>, Converter<V, V>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Constructor.
ConverterCacheEvent(ObservableMap<K, V>, CacheEvent<K, V>, Converter<K, K>, Converter<V, V>, BackingMapManagerContext) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Construct a ConverterMapEvent.
ConverterCacheListener(NamedCache<K, V>, MapListener<K, V>, Converter<K, K>, Converter<V, V>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheListener
Constructor.
ConverterCacheMap(CacheMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheMap
Constructor.
ConverterCollection(Collection<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCollection
Constructor.
ConverterCollections - Class in com.tangosol.util
A collection of Collection implementation classes that use the Converter interface to convert the items stored in underlying collection objects.
ConverterCollections() - Constructor for class com.tangosol.util.ConverterCollections
 
ConverterCollections.AbstractConverterEntry<FK,TK,FV,TV> - Class in com.tangosol.util
An abstract Map Entry that lazily converts the key and value.
ConverterCollections.ConverterCacheEntry - Class in com.tangosol.util
A ConfigurableCacheMap.Entry that lazily converts the key and value.
ConverterCollections.ConverterCacheEvent<K,V> - Class in com.tangosol.util
A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.
ConverterCollections.ConverterCacheListener<K,V> - Class in com.tangosol.util
A converter MapListener that converts events of the underlying MapListener for the underlying NamedCache.
ConverterCollections.ConverterCacheMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter CacheMap views an underlying CacheMap through a set of key and value Converters.
ConverterCollections.ConverterCollection<F,T> - Class in com.tangosol.util
A Converter Collection views an underlying Collection through a Converter.
ConverterCollections.ConverterComparator<F,T> - Class in com.tangosol.util
A Comparator that Converts the elements before comparing them.
ConverterCollections.ConverterConcurrentMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter ConcurrentMap views an underlying ConcurrentMap through a set of key and value Converters.
ConverterCollections.ConverterEntry<FK,TK,FV,TV> - Class in com.tangosol.util
A Map Entry that lazily converts the key and value.
ConverterCollections.ConverterEntrySet<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter Entry Set views an underlying Entry Set through a set of key and value Converters.
ConverterCollections.ConverterEntrySet.ConverterEntry - Class in com.tangosol.util
A Map Entry that lazily converts the key and value.
ConverterCollections.ConverterEntrySet.ConverterIterator - Class in com.tangosol.util
A Map Entry Iterator that converts the key and value types.
ConverterCollections.ConverterEnumerator<F,T> - Class in com.tangosol.util
Provide an implementation of an enumerator which converts each of the items which it enumerates.
ConverterCollections.ConverterHolder<F,T> - Class in com.tangosol.util
A Holder that converts the element before returning them.
ConverterCollections.ConverterInvocableMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter InvocableMap views an underlying InvocableMap through a set of key and value Converters.
ConverterCollections.ConverterList<F,T> - Class in com.tangosol.util
A Converter List views an underlying List through a Converter.
ConverterCollections.ConverterListIterator<F,T> - Class in com.tangosol.util
A Converter ListIterator views an underlying ListIterator through a Converter.
ConverterCollections.ConverterLongArray<F,T> - Class in com.tangosol.util
ConverterLongArray converts the value of the LongArray from its raw form (type F) to the desired from (type T).
ConverterCollections.ConverterLongArray.ConverterLongArrayIterator - Class in com.tangosol.util
An Iterator that can convert from raw types to desired types.
ConverterCollections.ConverterMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter Map views an underlying Map through a set of key and value Converters.
ConverterCollections.ConverterMapEvent<K,V> - Class in com.tangosol.util
A ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry - Class in com.tangosol.util
ConverterMapEventBinaryEntry provides both the Map Entry and the BinaryEntry interfaces to the information encapsulated inside the ConverterMapEvent.
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry - Class in com.tangosol.util
ConverterMapEventEntry provides the Map Entry interface to the information encapsulated inside the ConverterMapEvent.
ConverterCollections.ConverterMapListener<K,V> - Class in com.tangosol.util
A converter MapListener that converts events of the underlying MapListener for the underlying map.
ConverterCollections.ConverterNamedCache<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.
ConverterCollections.ConverterObservableMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter ObservableMap views an underlying ObservableMap through a set of key and value Converters.
ConverterCollections.ConverterQueryMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter QueryMap views an underlying QueryMap through a set of key and value Converters.
ConverterCollections.ConverterSet<F,T> - Class in com.tangosol.util
A Converter Set views an underlying Set through a Converter.
ConverterCollections.ConverterSortedMap<FK,TK,FV,TV> - Class in com.tangosol.util
A Converter SortedMap views an underlying SortedMap through a set of key and value Converters.
ConverterCollections.ConverterSortedSet<F,T> - Class in com.tangosol.util
A Converter SortedSet views an underlying SortedSet through a Converter.
ConverterComparator(Comparator<? super F>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterComparator
Constructor.
ConverterConcurrentMap(ConcurrentMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Constructor.
ConverterEntry(Map.Entry<FK, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Constructor.
ConverterEntry(Map.Entry<FK, FV>, Converter<FK, TK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntry
Constructor.
ConverterEntrySet(Collection<Map.Entry<FK, FV>>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet
Constructor.
ConverterEnumerator - Class in com.tangosol.util
Deprecated.
As of Coherence 12.1.2, replaced by ConverterCollections.ConverterEnumerator
ConverterEnumerator(Object[], Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Deprecated.
Construct the Converter enumerator based on an array of objects.
ConverterEnumerator(Object[], Converter<F, T>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEnumerator
Construct the Converter enumerator based on an array of objects.
ConverterEnumerator(Enumeration<F>, Converter<F, T>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEnumerator
Construct the Converter enumerator based on an Enumeration.
ConverterEnumerator(Enumeration, Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Deprecated.
Construct the Converter enumerator based on an Enumeration.
ConverterEnumerator(Iterator<F>, Converter<F, T>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEnumerator
Construct the Converter enumerator based on an Iterator.
ConverterEnumerator(Iterator, Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Deprecated.
Construct the Converter enumerator based on an Iterator.
ConverterHolder(F, Converter<F, T>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterHolder
Constructor.
ConverterInvocableMap(InvocableMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Constructor.
ConverterIterator(Iterator<Map.Entry<FK, FV>>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Constructor.
ConverterList(List<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterList
Constructor.
ConverterListIterator(ListIterator<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterListIterator
Constructor.
ConverterLongArray(LongArray<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterLongArray
Construct a LongArray that converts the values from type F to type T.
ConverterLongArrayIterator(LongArray.Iterator<F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterLongArray.ConverterLongArrayIterator
Construct a converting iterator.
ConverterMap(Map<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMap
Constructor.
ConverterMapEvent(ObservableMap<K, V>, MapEvent<K, V>, Converter<K, K>, Converter<V, V>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent
Construct a ConverterMapEvent.
ConverterMapEvent(ObservableMap<K, V>, MapEvent<K, V>, Converter<K, K>, Converter<V, V>, BackingMapManagerContext) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent
Construct a ConverterMapEvent.
ConverterMapEventBinaryEntry(boolean) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Constructor.
ConverterMapEventEntry(boolean) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Constructor.
ConverterMapListener(ObservableMap<K, V>, MapListener<K, V>, Converter<K, K>, Converter<V, V>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapListener
Constructor.
ConverterNamedCache(NamedCache<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterNamedCache
Constructor.
ConverterObservableMap(ObservableMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterObservableMap
Constructor.
ConverterQueryMap(QueryMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterQueryMap
Constructor.
ConverterSet(Collection<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSet
Constructor.
ConverterSortedMap(SortedMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSortedMap
Constructor.
ConverterSortedSet(SortedSet<F>, Converter<F, T>, Converter<T, F>) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSortedSet
Constructor.
convertEvent(MapEvent, ObservableMap, Converter, Converter) - Static method in class com.tangosol.util.MapListenerSupport
Convert the specified map event into another MapEvent that ensures the lazy event data conversion using the specified converters.
convertInt(XmlValue) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Convert the value in the specified XmlValue to an int.
convertInt(XmlValue, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Convert the value in the specified XmlValue to an int.
convertKeyDown(ByteString) - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Convert the ByteString data serialized in the request format to a Binary key serialized in the cache's serialization format.
convertKeyDown(Binary) - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Convert the Binary data serialized in the request format to a Binary key serialized in the cache's serialization format.
convertKeys(CacheRequestHolder<GetAllRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Convert the keys for a GetAllRequest from the request's serialization format to the cache's serialization format.
convertList(List<String>, Class) - Method in class com.tangosol.coherence.rest.query.AbstractQueryEngine
Convert all elements of the source list into the specified type.
convertLong(XmlValue) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Convert the value in the specified XmlValue to a long.
convertNumber(Number, int) - Static method in class com.tangosol.io.pof.PofHelper
Convert the passed number to the specified type.
convertSafe(Converter, Object) - Static method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Convert the provided value with the given converter.
convertToDate(Object) - Static method in class com.tangosol.io.pof.PofHelper
Convert a date, time or date/time value to a Java Date.
convertUp(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder
Convert a Binary in the cache's serialization format to a Binary in the request's serialization format.
convertUTF(byte[], int, int, char[]) - Static method in class com.tangosol.util.ExternalizableHelper
Convert binary UTF-8 encode data to a String.
convertUTF(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Convert a UTF-8 encoded section of the binary stream into a String.
convertUTF(int, int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Convert a UTF-8 encoded section of the binary stream into a String.
convertUTF(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Convert a UTF-8 encoded section of the binary stream into a String.
copy(InputStream, OutputStream, byte[]) - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Process the transfer of data from one stream to another.
copyAndOpenInternal(PersistentStore<ReadBuffer>) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Copy the provided store to ensure both the contents are available in the new store and it is open thus ready to receive requests.
copyArray(LongArray<V>) - Method in class com.tangosol.util.CopyOnWriteLongArray
Return a shallow copy of the specified LongArray.
copyBufferInputPortion(int, ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Read a portion of the specified BufferInput and write it to the specified offset within this buffer.
copyBufferInputRemainder(int, ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Read the remaining contents of the specified BufferInput and write it to the specified offset within this buffer.
copyBytes(int, int, byte[], int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Copies bytes from this ReadBuffer into the destination byte array.
copyBytes(int, int, byte[], int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Copies bytes from this ReadBuffer into the destination byte array.
copyBytes(int, int, byte[], int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Copies bytes from this ReadBuffer into the destination byte array.
copyBytes(int, int, byte[], int) - Method in interface com.tangosol.io.ReadBuffer
Copies bytes from this ReadBuffer into the destination byte array.
copyClassAnnotations(ClassNode, ClassNode) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Copy class-level annotations.
copyDir(File, File) - Static method in class com.tangosol.io.FileHelper
Create a deep copy of the specified directory into the specified target directory.
copyFile(File, File) - Static method in class com.tangosol.io.FileHelper
Copy the specified file according to the source and destination File objects preserving the time-stamp of the source.
copyFrom(PartitionStatistics) - Method in class com.tangosol.net.partition.PartitionStatistics
Copy the statistics from the specified PartitionStatistics reference.
copyFrom(SafeHashMap.Entry) - Method in class com.tangosol.net.cache.LocalCache.Entry
 
copyFrom(SafeHashMap.Entry<K, V>) - Method in class com.tangosol.util.SafeHashMap.Entry
Copy this Entry's information from another Entry.
copyMap(Map<K, V>) - Method in class com.tangosol.util.CopyOnWriteMap
Create an instance of Map based on the contents of the provided map.
copyMetadata(File, File) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Copy the metadata file from one directory to another.
CopyOnWriteLongArray<V> - Class in com.tangosol.util
A thread-safe variant of LongArray in which all mutating operations (e.g.
CopyOnWriteLongArray() - Constructor for class com.tangosol.util.CopyOnWriteLongArray
Default constructor.
CopyOnWriteLongArray(LongArray<V>) - Constructor for class com.tangosol.util.CopyOnWriteLongArray
Construct a CopyOnWriteLongArray, initialized with the contents of the specified LongArray.
CopyOnWriteLongArray(Class<? extends LongArray<V>>) - Constructor for class com.tangosol.util.CopyOnWriteLongArray
Construct a CopyOnWriteLongArray with an underlying array of the specified type.
CopyOnWriteLongArray.UnmodifiableIterator<V> - Class in com.tangosol.util
Unmodifiable view of a LongArray.Iterator.
CopyOnWriteMap<K,V> - Class in com.tangosol.util
A thread-safe variant of Map in which all mutating operations (e.g.
CopyOnWriteMap(Class) - Constructor for class com.tangosol.util.CopyOnWriteMap
 
CopyOnWriteMap(Map<K, V>) - Constructor for class com.tangosol.util.CopyOnWriteMap
Construct a CopyOnWriteMap, initialized with the contents of the specified map.
CopyOnWriteMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
CopyOnWriteMap.KeySet - Class in com.tangosol.util
A set of keys backed by this map.
copyOptions(SocketOptions) - Method in class com.tangosol.net.SocketOptions
Copy the options in the specified SocketOptions into this SocketOptions.
copyStream(int, InputStreaming, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
copyStream(int, InputStreaming, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
copyStream(int, InputStreaming, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
copyToTrash() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Copy the store to trash if the meta.properties file exist.
copyTransients(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Copy transient values from another, generally the previous, AnalysisContext to this AnalysisContext.
count() - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the number of entities in this repository.
count() - Method in class com.oracle.coherence.repository.AbstractRepository
Return the number of entities in this repository.
count() - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates the count of the entries in a Map.
count() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns the count of elements in this stream.
count() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns the count of elements in this stream.
count() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns the count of elements in this stream.
count() - Method in interface com.tangosol.util.stream.RemoteStream
Returns the count of elements in this stream.
count(Filter<?>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the number of entities in this repository that satisfy specified filter.
count(Filter<?>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the number of entities in this repository that satisfy specified filter.
Count<K,V> - Class in com.tangosol.util.aggregator
Calculates a number of values in an entry set.
Count - Annotation Interface in com.oracle.coherence.concurrent.cdi
A qualifier annotation used when injecting Coherence resource to specify the latch count.
Count() - Constructor for class com.tangosol.util.aggregator.Count
Default constructor (necessary for the ExternalizableLite interface).
COUNT_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the Count aggregator.
Count.Literal - Class in com.oracle.coherence.concurrent.cdi
An annotation literal for the Count annotation.
countBits(byte) - Static method in class com.tangosol.util.BitHelper
Count the number of bits set in the passed integral value.
countBits(int) - Static method in class com.tangosol.util.BitHelper
Count the number of bits set in the passed integral value.
countBits(long) - Static method in class com.tangosol.util.BitHelper
Count the number of bits set in the passed integral value.
countDown() - Method in interface com.oracle.coherence.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
countDown() - Method in class com.oracle.coherence.concurrent.LocalCountDownLatch
 
countDown() - Method in class com.oracle.coherence.concurrent.RemoteCountDownLatch
Decrements the latch count, releasing all waiting threads if the count reaches zero.
CountDownLatch - Interface in com.oracle.coherence.concurrent
 
counting() - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector accepting elements of type T that counts the number of input elements.
Crawler(AbstractSparseArray.Node<V>, int, boolean) - Constructor for class com.tangosol.util.AbstractSparseArray.Crawler
Crawler constructor.
create() - Static method in class com.oracle.coherence.cdi.SerializerProducer
Create an instance of SerializerProducer.
create() - Method in interface com.oracle.coherence.common.base.Factory
Create a new instance.
create() - Static method in class com.tangosol.coherence.rest.config.RestConfig
Return a singleton instance of RestConfig based on the REST configuration descriptor.
create() - Static method in class com.tangosol.net.Coherence
Return the default Coherence instance, creating it if it does not already exist.
create() - Static method in interface com.tangosol.net.CoherenceConfiguration
Returns an immutable default CoherenceConfiguration instance.
create() - Static method in interface com.tangosol.net.Session
Obtain the default Session.
create() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
create(A) - Method in interface com.oracle.coherence.cdi.ExtractorFactory
Create a ValueExtractor instance.
create(A) - Method in interface com.oracle.coherence.cdi.FilterFactory
Create a Filter instance.
create(A) - Method in interface com.oracle.coherence.cdi.MapEventTransformerFactory
Create a MapEventTransformer instance.
create(AlwaysFilter) - Method in class com.oracle.coherence.cdi.FilterProducer.AlwaysFilterSupplier
 
create(ChainedExtractor) - Method in class com.oracle.coherence.cdi.ExtractorProducer.ChainedExtractorSupplier
 
create(ChainedExtractor.Extractors) - Method in class com.oracle.coherence.cdi.ExtractorProducer.ChainedExtractorsSupplier
 
create(PofExtractor) - Method in class com.oracle.coherence.cdi.ExtractorProducer.PofExtractorSupplier
 
create(PofExtractor.Extractors) - Method in class com.oracle.coherence.cdi.ExtractorProducer.PofExtractorsSupplier
 
create(PropertyExtractor) - Method in class com.oracle.coherence.cdi.ExtractorProducer.UniversalExtractorSupplier
 
create(PropertyExtractor.Extractors) - Method in class com.oracle.coherence.cdi.ExtractorProducer.UniversalExtractorsSupplier
 
create(WhereFilter) - Method in class com.oracle.coherence.cdi.FilterProducer.WhereFilterSupplier
 
create(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Create a default Coherence instance.
create(CoherenceConfiguration, Coherence.Mode) - Static method in class com.tangosol.net.Coherence
Create a default Coherence instance.
create(Session.Option...) - Static method in interface com.tangosol.net.Session
Deprecated.
create(SessionConfiguration) - Static method in interface com.tangosol.net.Session
Possibly obtain a Session based on the specified configuration.
create(SessionConfiguration, Coherence.Mode) - Static method in interface com.tangosol.net.Session
Possibly obtain a Session based on the specified configuration.
create(SessionConfiguration, Coherence.Mode, Iterable<? extends EventInterceptor<?>>) - Static method in interface com.tangosol.net.Session
Possibly obtain a Session based on the specified configuration.
create(ID) - Method in interface com.oracle.coherence.repository.EntityFactory
Create an entity instance with the specified identity.
create(Annotation) - Static method in class com.oracle.coherence.cdi.AnnotationInstance
Create an AnnotationInstance from an Annotation.
create(Class, PropertySet, Map<String, Object>) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Create a PartialObject instance based on an already extracted set of properties.
create(Object, PropertySet) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Create a PartialObject instance.
create(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.Terms
Create a Tree of Terms using the Term Language in the given String
create(String) - Static method in interface com.tangosol.net.SessionConfiguration
Create a SessionConfiguration for the default Session with the specified configuration file.
create(String, CoherenceQueryLanguage) - Static method in class com.tangosol.coherence.dsltools.termtrees.Terms
Create a Tree of Terms using the Term Language in the given String
create(String, String) - Static method in interface com.tangosol.net.SessionConfiguration
Create a SessionConfiguration for a Session with a specific name and configuration file.
create(String, String, String) - Static method in interface com.tangosol.net.SessionConfiguration
Create a SessionConfiguration for a Session with a specific name and configuration file.
CREATE - Static variable in class com.tangosol.net.ClusterPermission
Create action.
CREATE_SNAPSHOT_BEGIN - Static variable in interface com.tangosol.persistence.PersistenceManagerMBean
Notification type for the start of snapshot creation.
CREATE_SNAPSHOT_END - Static variable in interface com.tangosol.persistence.PersistenceManagerMBean
Notification type for the end of snapshot creation.
createAddressProvider(ClassLoader) - Method in class com.tangosol.coherence.config.builder.CustomAddressProviderBuilder
Create a new AddressProvider using the specified class loader.
createAddressProvider(ClassLoader) - Method in class com.tangosol.coherence.config.builder.FactoryBasedAddressProviderBuilder
Create a new AddressProvider using the specified class loader.
createAddressProvider(ClassLoader) - Method in class com.tangosol.coherence.config.builder.ListBasedAddressProviderBuilder
Create a new AddressProvider using the specified class loader.
createAddressProvider(ClassLoader) - Method in class com.tangosol.coherence.config.builder.LocalAddressProviderBuilder
Create a new AddressProvider using the specified class loader.
createAddressProvider(ClassLoader) - Method in interface com.tangosol.net.AddressProviderFactory
Create a new AddressProvider using the specified class loader.
createAddressProvider(ClassLoader) - Method in class com.tangosol.net.ConfigurableAddressProviderFactory
Deprecated.
Instantiate an AddressProvider configured according to the specified XML.
createAggregator(ValueExtractor) - Method in class com.tangosol.coherence.rest.util.aggregator.DefaultAggregatorFactory
Create and initialize a new aggregator instance.
createAggregator(String, NodeTerm, String, boolean, SelectListMaker) - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder
Create the InvocableMap.EntryAggregator that will aggregate the results of this select query.
createAggregatorMap(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a collection of AggregatorConfig objects from the given XML configuration.
createBinaryStore() - Method in class com.tangosol.io.AsyncBinaryStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in interface com.tangosol.io.BinaryStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in class com.tangosol.io.nio.AbstractStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
Create and register a new BinaryStore object, using this cache's BinaryStoreManager.
createBindings(Map<String, Object>, Map<String, Class>) - Method in class com.tangosol.coherence.rest.query.AbstractQueryEngine
Converts string parameters to their required types.
createBoolean(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a Boolean with given value
createBoolean(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Boolean with given value
createBufferManager() - Method in class com.tangosol.io.nio.AbstractStoreManager
Create a ByteBufferManager to be used by a BinaryStore.
createBufferManager() - Method in class com.tangosol.io.nio.MappedStoreManager
Create a ByteBufferManager to be used by a BinaryStore.
createBytes(int) - Static method in class com.tangosol.io.ByteArrayWriteBuffer
Create a byte array of the specified size.
createCache(CoherenceBasedCacheManager, String) - Method in interface com.tangosol.coherence.jcache.CoherenceBasedConfiguration
Creates a CoherenceBasedCache based on the current state of the CoherenceBasedConfiguration, to be owned by the specified CoherenceBasedCacheManager.
createCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration
 
createCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration
 
createCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
 
createCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration
 
createCache(String, C) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
createCacheMananger(URI, ClassLoader, Properties) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
Constructs a suitable CacheManager for the specified parameters.
CreateCacheStatement(String) - Constructor for class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder.CreateCacheStatement
Construct a CreateCacheStatement that will create a cache with the specified name.
CreateCacheStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a CreateCacheStatementBuilder.CreateCacheStatement.
CreateCacheStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder
 
CreateCacheStatementBuilder.CreateCacheStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "CREATE CACHE" command.
createChannelCredentials(SocketProviderBuilder) - Static method in class com.oracle.coherence.grpc.CredentialsHelper
Create the ChannelCredentials to use for the client channel.
createClass(ClassNode) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Create partial class based on partial class definition.
createCoherence(BeanManager) - Method in class com.oracle.coherence.cdi.CoherenceProducer
Create the default Coherence bean.
createCoherence(BeanManager) - Method in class com.oracle.coherence.cdi.server.ServerCoherenceProducer
Create the default Coherence bean.
createCommonExecutionContext() - Static method in class com.tangosol.util.QueryHelper
Create a new ExecutionContext.
createComparator(ValueExtractor) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Create extractor comparator.
createComparator(String) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Create extractor comparator.
createComparator(String) - Static method in class com.tangosol.coherence.rest.util.ComparatorHelper
Create a new Comparator from the specified string.
createCompositeType(String, String, String[], String[], OpenType<?>[]) - Static method in class com.tangosol.net.management.OpenMBeanHelper
Constructs a CompositeType instance, checking for the validity of the given parameters.
createConfiguration(ParameterResolver, ClassLoader) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Create a PagedTopicDependencies based on the values contained in this scheme.
createConfiguration(BeanManager) - Method in class com.oracle.coherence.cdi.CoherenceProducer
 
createConstructors(ClassNode) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Implement partial class constructors.
createConverterDown() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
 
createConverterDown() - Method in class com.oracle.coherence.grpc.RequestHolder
Create the Converter to use to convert from Object form to internal Binary form.
Created - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any CREATED event.
CREATED - Enum constant in enum class com.tangosol.net.events.partition.cache.CacheLifecycleEvent.Type
CacheLifecycleEvents of the type CREATED are raised when the relevant data structures to support a cache are created locally.
Created.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Created annotation.
createDefaultExecutor(String) - Static method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
Create the default Executor.
createDefaultMarshaller(Class, String) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create default marshaller for the specified class and media type.
createDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.BinaryDeltaCompressor
Actually create a delta in the binary delta format.
createDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Actually create a delta in the binary delta format.
createDouble(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a Double with given value
createDouble(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Double with given value
createEvent(String, MapEvent<? extends K, ? extends V>) - Method in class com.tangosol.coherence.rest.events.MapEventOutput
Convert MapEvent to JSON-based OutboundEvent that can be sent to the client.
createExecutionContext(ConfigurableCacheFactory) - Static method in class com.tangosol.util.QueryHelper
Create a new ExecutionContext.
createExecutionContext(Session) - Static method in class com.tangosol.util.QueryHelper
Create a new ExecutionContext.
createExtentInternal(long) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Create the extent with the given identifier in the persistent store.
createExtractor(String) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Create expression extractor.
createExtractor(String) - Static method in class com.tangosol.util.extractor.UniversalExtractor
Return a ValueExtractor representing dot separated list of property and/or method names.
createExtractor(String) - Static method in class com.tangosol.util.QueryHelper
Make a new ValueExtractor from the given String.
createExtractor(String, CoherenceQueryLanguage) - Static method in class com.tangosol.util.QueryHelper
Make a new ValueExtractor from the given String.
createExtractors(String) - Static method in class com.tangosol.util.extractor.ChainedExtractor
Parse a dot-delimited sequence of method names and instantiate a corresponding array of ReflectionExtractor objects.
createExtractors(String) - Static method in class com.tangosol.util.extractor.MultiExtractor
Parse a comma-delimited sequence of method names and instantiate a corresponding array of ValueExtractor objects.
createFactory(Serializer) - Static method in exception class com.tangosol.net.topic.TopicPublisherException
Create a factory function that creates a TopicPublisherException.
createFactory(Serializer, String) - Static method in exception class com.tangosol.net.topic.TopicPublisherException
Create a factory function that creates a TopicPublisherException.
createFilter(String) - Static method in class com.tangosol.util.QueryHelper
Make a new Filter from the given String.
createFilter(String, Object[]) - Static method in class com.tangosol.util.QueryHelper
Make a new Filter from the given String.
createFilter(String, Object[], Map) - Static method in class com.tangosol.util.QueryHelper
Make a new Filter from the given String.
createFilter(String, Object[], Map, CoherenceQueryLanguage) - Static method in class com.tangosol.util.QueryHelper
Make a new Filter from the given String.
createFilter(String, Map) - Static method in class com.tangosol.util.QueryHelper
Make a new Filter from the given String.
createFloat(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a float with given value
createFloat(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a float with given value
createGrpcServices() - Static method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Obtain the list of gRPC proxy services to bind to a gRPC server.
createGrpcServices(GrpcServiceDependencies) - Static method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Obtain the list of gRPC proxy services to bind to a gRPC server.
createHiddenSnapshotDirectory(String) - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return a Path to a hidden directory within the snapshot directory that does not exist.
createHolderAsync(Req, String, String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Asynchronously create a CacheRequestHolder for a given request.
createIndex(boolean, Comparator, Map<ValueExtractor<T, E>, MapIndex>, BackingMapContext) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Create an index and associate it with the corresponding extractor.
createIndex(boolean, Comparator, Map<ValueExtractor<T, E>, MapIndex>, BackingMapContext) - Method in interface com.tangosol.util.extractor.IndexAwareExtractor
Create an index and associate it with the corresponding extractor.
createIndex(boolean, Comparator, Map, BackingMapContext) - Method in class com.tangosol.util.extractor.DeserializationAccelerator
Create an index and associate it with the corresponding extractor.
createIndexRegistrationKey(long, Binary) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a key representing an index registration.
CreateIndexStatement(String, ValueExtractor) - Constructor for class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder.CreateIndexStatement
Construct a CreateIndexStatement that will create an index on the specified cache using the specified ValueExtractor.
CreateIndexStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a CreateIndexStatementBuilder.CreateIndexStatement.
CreateIndexStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder
 
CreateIndexStatementBuilder.CreateIndexStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "CREATE INDEX" command.
createIndices() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Creates indices for this repository that are defined via @Accelerated and @Indexed annotations.
createInProcessServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
createInsertKey(Term, UpdateSetListMaker, Object) - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
Create the key to use in the insert statement.
createInsertValue(Term, UpdateSetListMaker) - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
Create the instance of the value that will be inserted into the cache.
createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver) - Static method in class com.tangosol.run.xml.XmlHelper
Create an instance of the class configured using an XmlElement of the following structure:
createInstance(XmlElement, ClassLoader, XmlHelper.ParameterResolver, Class) - Static method in class com.tangosol.run.xml.XmlHelper
Create an instance of the class configured using an XmlElement of the following structure:
createInstance(InvocableMap.EntryAggregator[]) - Static method in class com.tangosol.util.aggregator.CompositeAggregator
Create an instance of CompositeAggregator based on a specified EntryAggregator array.
createInstance(ValueExtractor<? super T, ? extends E>, InvocableMap.EntryAggregator<? super K, ? super V, R>, Filter) - Static method in class com.tangosol.util.aggregator.GroupAggregator
Create an instance of GroupAggregator based on a specified extractor and an EntryAggregator and a result evaluation filter.
createInstance(ValueExtractor<? super T, ? extends E>, InvocableMap.EntryAggregator<K, V, R>) - Static method in class com.tangosol.util.aggregator.GroupAggregator
Create an instance of GroupAggregator based on a specified extractor and an EntryAggregator.
createInstance(String, InvocableMap.EntryAggregator<K, V, R>) - Static method in class com.tangosol.util.aggregator.GroupAggregator
Create an instance of GroupAggregator based on a specified method name(s) and an EntryAggregator.
createInstance(String, InvocableMap.EntryAggregator<K, V, R>, Filter) - Static method in class com.tangosol.util.aggregator.GroupAggregator
Create an instance of GroupAggregator based on a specified method name(s), an EntryAggregator and a result evaluation filter.
createInteger(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a Integer with given value
createInteger(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Integer with given value
createKey(Class, PropertySet) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Create key for the partial class/constructor cache.
createKey(Class, String) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create a key for the marshallers map.
createKeyConverter() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Create key converter instance.
createKeyStore(String) - Method in interface com.tangosol.net.ssl.KeyStoreLoader
Create a KeyStore of the specified type.
createListenerRegistrationKey(long, long, Binary) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a key representing a cache listener registration.
createLoadedLocalCacheValue(Object, long, ExpiryPolicy) - Static method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Create a LocalCacheValue marked with Synthetic marker that it was loaded.
createLocalCacheValue(Object, long, ExpiryPolicy) - Static method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Create a LocalCacheValue for an LocalCache entry.
createLockRegistrationKey(long, long, long, Binary) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a key representing a cache entry lock.
createLong(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a Long with given value
createLong(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Long with given value
createMapAdapterMbean(Map<String, String>, Map<String, ?>) - Static method in class com.tangosol.net.management.MBeanHelper
Create a DynamicMBean driven by maps containing attribute descriptions and values.
createMapEventResponse(MapEvent<?, ?>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Factory method to create new MapEventResponse instances using the information in the supplied MapEvent.
createMarshaller(Class<?>, String, Class<?>) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create marshaller instance.
createMarshallerMap(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a map of REST marshaller classes keyed by media type from the given XML configuration.
createNamedDatabase(String) - Method in class com.tangosol.io.bdb.DatabaseFactory
Create a named Database instance.
createNestedPofReader(int) - Method in class com.tangosol.io.pof.PofBufferReader
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.
createNestedPofReader(int) - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.
createNestedPofReader(int) - Method in interface com.tangosol.io.pof.PofReader
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.
createNestedPofWriter(int) - Method in class com.tangosol.io.pof.PofBufferWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNestedPofWriter(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNestedPofWriter(int) - Method in interface com.tangosol.io.pof.PofWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNestedPofWriter(int, int) - Method in class com.tangosol.io.pof.PofBufferWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNestedPofWriter(int, int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNestedPofWriter(int, int) - Method in interface com.tangosol.io.pof.PofWriter
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.
createNull() - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a null.
createNull(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a null with given value
createNull(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a null with given value
createObject(String, ClassLoader) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Create an Object via reflection (using the specified ClassLoader).
createObject(String, Object[], ClassLoader) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Create an Object via reflection (using the specified ClassLoader).
createObserver(Class<E>, EventObserverSupport.EventObserver<E>) - Static method in class com.oracle.coherence.cdi.events.EventObserverSupport
 
createParameterResolver(ClassLoader, BackingMapManagerContext) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.
createPartialClass(Class, PropertySet<T>) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Create a partial class for the specified source class and property set.
createPartition(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Add a partition to the PartitionAwareBackingMap.
createPartition(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Add a partition to the PartitionAwareBackingMap.
createPartition(int) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Add a partition to the PartitionAwareBackingMap.
createPartition(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Add a partition to the PartitionAwareBackingMap.
createPartition(int) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Add a partition to the PartitionAwareBackingMap.
createPersistentEnvironment() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Create a persistent Environment.
createPofConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Create a PofConfig object based on a configuration that was either provided as XML, or can be loaded from the specified (or default) URI using the provided ClassLoader.
createProcessor(String) - Method in class com.tangosol.coherence.rest.util.processor.DefaultProcessorFactory
Create and initialize a new processor instance.
createProcessorMap(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a collection of ProcessorConfig objects from the given XML configuration.
createPublisher() - Method in interface com.tangosol.net.topic.NamedTopic
Create a Publisher that can publish values into this NamedTopic.
createPublisher(Publisher.Option<? super V>...) - Method in interface com.tangosol.net.topic.NamedTopic
Create a Publisher that can publish values into this NamedTopic.
createPublisher(String) - Method in interface com.tangosol.net.Session
Create a Publisher that can publish values into a NamedTopic.
createPublisher(String, Publisher.Option...) - Method in interface com.tangosol.net.Session
Create a Publisher that can publish values into a NamedTopic.
createQueryConfig(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a map of QueryConfig objects from the given XML configuration.
createQueryEngine(Class) - Static method in class com.tangosol.coherence.rest.query.QueryEngineRegistry
Create a query engine instance.
createQueryEngines(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a collection of QueryEngineConfig objects from the given XML configuration.
createRequestHolder(Req, String, String, String) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Create a CacheRequestHolder for a given request.
createRequestHolder(Req, String, String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Create a CacheRequestHolder for a given request.
createResolver(String, String) - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder
Create a resolver based on the provided cluster, service name and the state of this builder (active, snapshot and trash directories).
createResourceMap(XmlElement) - Method in class com.tangosol.coherence.rest.config.RestConfig
Create a map of ResourceConfig keyed by cache name or alias (if defined) from the given XML configuration.
createSelectListMaker(List, ParameterResolver, CoherenceQueryLanguage) - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder
Create an instance of a SelectListMaker.
createSerializer(ClassLoader) - Method in class com.tangosol.io.ConfigurableSerializerFactory
Deprecated.
Create a new Serializer.
createSerializer(ClassLoader) - Method in interface com.tangosol.io.SerializerFactory
Create a new Serializer.
createServerBuilder(GrpcAcceptorDependencies) - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
createServerCredentials(SocketProviderBuilder) - Static method in class com.oracle.coherence.grpc.CredentialsHelper
Create the ServerCredentials to use for the gRPC Proxy.
createService(String, Cluster) - Method in interface com.tangosol.net.ClusterDependencies.ServiceProvider
Create a new instance of a service.
createSession(Session.Option...) - Method in interface com.tangosol.net.SessionProvider
createSession(SessionConfiguration) - Method in interface com.tangosol.net.SessionProvider.Context
createSession(SessionConfiguration, Coherence.Mode) - Method in interface com.tangosol.net.SessionProvider
Create a Session from the specified configuration.
createSession(SessionConfiguration, Coherence.Mode, Iterable<? extends EventInterceptor<?>>) - Method in interface com.tangosol.net.SessionProvider
Create a Session from the specified configuration.
createSession(SessionConfiguration, Coherence.Mode, String, Iterable<? extends EventInterceptor<?>>) - Method in interface com.tangosol.net.SessionProvider
Create a Session from the specified configuration.
createSession(SessionConfiguration, SessionProvider.Context) - Method in interface com.tangosol.net.CacheFactoryBuilder
 
createSession(SessionConfiguration, SessionProvider.Context) - Method in interface com.tangosol.net.SessionProvider
Create a Session from the specified configuration.
createShort(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a Integer with given value
createShort(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Short with given value
createSnapshot(String) - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Create a snapshot of the service with the specified name.
createSnapshot(String, PersistenceManager<ReadBuffer>) - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Create a PersistenceManager used to manage the snapshot with the specified identifier.
createSnapshot(String, PersistenceManager<R>) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceEnvironment
Create a PersistenceManager used to manage the snapshot with the specified identifier.
createSnapshot(String, PersistenceManager<R>) - Method in class com.tangosol.util.NullImplementation.NullPersistenceEnvironment
Create a PersistenceManager used to manage the snapshot with the specified identifier.
createSnapshotArchiver(String, String) - Method in class com.tangosol.persistence.ConfigurableSnapshotArchiverFactory
Create a new SnapshotArchiver.
createSnapshotArchiver(String, String) - Method in interface com.tangosol.persistence.SnapshotArchiverFactory
Create a new SnapshotArchiver.
createSnapshotInternal(File, String, PersistenceManager<ReadBuffer>) - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Create a snapshot with the specified identifier.
CreateSnapshotStatement(String, String) - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder.CreateSnapshotStatement
Create a new CreateSnapshotStatement for the snapshot and service name.
CreateSnapshotStatementBuilder - Class in com.tangosol.coherence.dslquery.statement.persistence
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a CreateSnapshotStatementBuilder.CreateSnapshotStatement.
CreateSnapshotStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder
 
CreateSnapshotStatementBuilder.CreateSnapshotStatement - Class in com.tangosol.coherence.dslquery.statement.persistence
Implementation of the CohQL "CREATE SNAPSHOT" command.
createSortedEntries(Map<K, Object[]>) - Static method in class com.tangosol.persistence.GUIDHelper
Return an array of entries based on the provided map ensuring the value (Object array) is sorted.
createSSLSettings(SSLSocketProvider.Dependencies) - Static method in class com.tangosol.net.SocketProviderFactory
Return an SSLSettings initialize via SSLSocketProvider.Dependencies
createStatement(String, ExecutionContext) - Static method in class com.tangosol.util.QueryHelper
Creates a new Coherence Query Language Statement from the provided query string.
createStatement(String, ExecutionContext, Object[]) - Static method in class com.tangosol.util.QueryHelper
Creates a new Coherence Query Language Statement from the provided query string.
createStatement(String, ExecutionContext, Object[], Map<String, Object>) - Static method in class com.tangosol.util.QueryHelper
Creates a new Coherence Query Language Statement from the provided query string.
createStatement(String, ExecutionContext, Map<String, Object>) - Static method in class com.tangosol.util.QueryHelper
Creates a new Coherence Query Language Statement from the provided query string.
createStatements() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Create the CohQL StatementBuilder map and initialise it with the standard CohQL statements.
createStore(String) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Create a PersistentStore associated with the specified identifier.
createStore(String) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
Create a PersistentStore associated with the specified identifier.
createStore(String) - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
 
createString(String) - Static method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Create new LiteralBaseToken representing a String with given value
createString(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a String with given value
createSubscriber() - Method in interface com.tangosol.net.topic.NamedTopic
Create a direct Subscriber to the topic that receives all values from this NamedTopic.
createSubscriber(Subscriber.Option<? super V, U>...) - Method in interface com.tangosol.net.topic.NamedTopic
Create a Subscriber that can receive values from this NamedTopic.
createSubscriber(String) - Method in interface com.tangosol.net.Session
Create a Subscriber that can subscribe to a NamedTopic.
createSubscriber(String, Subscriber.Option...) - Method in interface com.tangosol.net.Session
Create a Subscriber that can subscribe to a NamedTopic.
createSymbol(String) - Static method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Create new AtomicTerm representing a Symbol with given value
createTabularType(String, String, CompositeType, String[]) - Static method in class com.tangosol.net.management.OpenMBeanHelper
Constructs a TabularType instance, checking for the validity of the given parameters.
createTempDir() - Static method in class com.tangosol.io.FileHelper
Create a unique temporary directory.
createTempEnvironment(File, String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Create a temporary PersistenceEnvironment to write archived snapshots to in the given format.
createTemporaryEnvironment() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Create a temporary Environment.
createThreadLocal() - Static method in class com.oracle.coherence.common.base.MutableLong
Return a ThreadLocal of MutableLong.
createTransformerFilter(MapEventFilter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Wrap specified MapEventFilter with a MapEventTransformerFilter that will either transform cache value using transformer defined for this ContinuousQueryCache, or remove the old value from the event using SemiLiteEventTransformer, if no transformer is defined for this ContinuousQueryCache.
createTriggerRegistrationKey(long, Binary) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a key representing an trigger registration.
createUnexpectedStateException(int, int) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Simple helper to create an exception for communicating invalid state transitions.
createUpdater(String) - Static method in class com.tangosol.util.extractor.UniversalUpdater
Return a ValueUpdater for sNames
createUpdateSetListMaker(ExecutionContext, List, ParameterResolver) - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
Create an UpdateSetListMaker.
createUpdateSetListMaker(ExecutionContext, List, ParameterResolver) - Method in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder
Create an instance of an UpdateSetListMaker.
CREDENTIALS_INSECURE - Static variable in class com.oracle.coherence.grpc.Requests
The value used for the Requests.PROP_CREDENTIALS system property to indicate an insecure server.
CREDENTIALS_PLAINTEXT - Static variable in class com.oracle.coherence.grpc.Requests
The credentials to use to connect to a non-TLS enabled server.
CREDENTIALS_TLS - Static variable in class com.oracle.coherence.grpc.Requests
The value used for the Requests.PROP_CREDENTIALS system property to indicate the server should use TLS.
CredentialsHelper - Class in com.oracle.coherence.grpc
A helper class to resolve gRPC credentials.
CurlyToken - Class in com.tangosol.coherence.dsltools.termlanguage
CurlyToken is used to process expressions between bracketing characters such as are between "{" and "}" which should result in a bag such as {1,3,4,5}.
CurlyToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.termlanguage.CurlyToken
Construct a new CurlyToken with the given parameters.
current - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
current() - Method in class com.tangosol.run.xml.SimpleParser
Returns the current token and advances to the next token.
currentNode() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the current Node in the iteration.
custom(IntSupplier) - Static method in class com.tangosol.net.AsyncNamedMap.OrderBy
Return the order that will use the specified supplier to provide unit-of-order for each async operation.
CUSTOM - Static variable in class com.tangosol.coherence.config.scheme.BackingMapScheme
A custom backup storage.
CustomAddressProviderBuilder - Class in com.tangosol.coherence.config.builder
This class builds an AddressProviderBuilder from a customized ParameterizedBuilder of AddressProvider.
CustomAddressProviderBuilder(ParameterizedBuilder<AddressProvider>) - Constructor for class com.tangosol.coherence.config.builder.CustomAddressProviderBuilder
CustomAddressProviderBuilder(ParameterizedBuilder<AddressProvider>, ParameterResolver) - Constructor for class com.tangosol.coherence.config.builder.CustomAddressProviderBuilder
CustomAddressProviderBuilder(ParameterizedBuilder<AddressProvider>, ParameterResolver, XmlElement) - Constructor for class com.tangosol.coherence.config.builder.CustomAddressProviderBuilder
CustomizableBinaryStoreManagerBuilderProcessor<T> - Class in com.tangosol.coherence.config.xml.processor
A CustomizableBinaryStoreManagerBuilderProcessor is a CustomizableBuilderProcessor that additionally processes the required definition of a BinaryStoreManagerBuilder for those classes supporting BinaryStoreManagerBuilderCustomization.
CustomizableBinaryStoreManagerBuilderProcessor(Class<T>) - Constructor for class com.tangosol.coherence.config.xml.processor.CustomizableBinaryStoreManagerBuilderProcessor
CustomizableBuilderProcessor<T> - Class in com.tangosol.coherence.config.xml.processor
A CustomizableBuilderProcessor is a multi-purpose ElementProcessor responsible for processing xml elements that produce objects supporting BuilderCustomization.
CustomizableBuilderProcessor(Class<T>) - Constructor for class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
Constructs a CustomizableBuilderProcessor for the specified Class.
CustomScheme - Class in com.tangosol.coherence.config.scheme
A CustomScheme is an adapter for a ParameterizedBuilder that builds a Map.
CustomScheme(ParameterizedBuilder<Map>) - Constructor for class com.tangosol.coherence.config.scheme.CustomScheme
Construct a CustomScheme.
CustomStoreManagerBuilder - Class in com.tangosol.coherence.config.builder.storemanager
The CustomStoreManagerBuilder class builds an instance of a custom BinaryStoreManager.
CustomStoreManagerBuilder() - Constructor for class com.tangosol.coherence.config.builder.storemanager.CustomStoreManagerBuilder
 

D

Daemon - Class in com.tangosol.util
A abstract Daemon thread handler.
Daemon() - Constructor for class com.tangosol.util.Daemon
Default constructor.
Daemon(String) - Constructor for class com.tangosol.util.Daemon
Creates a Daemon with the specified name.
Daemon(String, int, boolean) - Constructor for class com.tangosol.util.Daemon
Creates a Daemon with a specified name and priority.
Daemon.DaemonWorker - Class in com.tangosol.util
The sub-class of Thread that this Daemon uses as the actual thread of execution.
DaemonPoolBuilder - Class in com.tangosol.coherence.config.builder
A ParameterizedBuilder that builds a DaemonPool.
DaemonPoolBuilder() - Constructor for class com.tangosol.coherence.config.builder.DaemonPoolBuilder
 
DaemonPoolExecutor - Class in com.oracle.coherence.grpc.proxy
An Executor that uses a DaemonPool to execute tasks.
DaemonPoolExecutor(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
DaemonPoolExecutor.DaemonPoolManagement - Class in com.oracle.coherence.grpc.proxy
Daemon pool metrics and management.
DaemonPoolManagement(DaemonPool) - Constructor for class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
Construct a new DaemonPoolManagement instance.
DaemonPoolProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor to process a daemon pool configuration.
DaemonPoolProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.DaemonPoolProcessor
 
DaemonThreadFactory - Class in com.tangosol.util
DaemonThreadFactory is a ThreadFactory which produces daemon threads.
DaemonThreadFactory() - Constructor for class com.tangosol.util.DaemonThreadFactory
Construct a new DameonThreadFacotry.
DaemonThreadFactory(String) - Constructor for class com.tangosol.util.DaemonThreadFactory
Construct a new DameonThreadFacotry.
DaemonWorker() - Constructor for class com.tangosol.util.Daemon.DaemonWorker
 
DATA_VERSION - Static variable in class com.tangosol.net.topic.Subscriber.CommitResult
The evolvable version of this class.
DatabaseFactory - Class in com.tangosol.io.bdb
Factory for Berkeley DB Environments and Databases.
DatabaseFactory(BerkeleyDBBinaryStoreManager) - Constructor for class com.tangosol.io.bdb.DatabaseFactory
Construct a DatabaseFactory for a given Berkeley DB Environment.
DatabaseFactory.EnvironmentHolder - Class in com.tangosol.io.bdb
Holder for Berkeley DB Environment and its Databases.
DatabaseFactory.EnvironmentHolder.DirectoryLock - Class in com.tangosol.io.bdb
Directory based lock.
DatabaseFactoryManager - Class in com.tangosol.io.bdb
A manager for Berkeley DB Database factories.
DatabaseFactoryManager() - Constructor for class com.tangosol.io.bdb.DatabaseFactoryManager
Construct a new DatabaseFactoryManager.
DatabaseHolder(String) - Constructor for class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Construct a DatabaseHolder, including a Database.
DatagramPacketOutputStream - Class in com.tangosol.net
Provides an OutputStream on top of a DatagramPacket.
DatagramPacketOutputStream(DatagramPacket) - Constructor for class com.tangosol.net.DatagramPacketOutputStream
 
DatagramSocketProvider - Interface in com.tangosol.net
DatagramSocketProivder defines an interface for creating datagram and multicast sockets.
DataStructureRefExpression(Expression<?>, ClassLoader, ResourceMappingRegistry) - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamProcessor.DataStructureRefExpression
Constructs a DataStructureRefExpression.
DATE - Enum constant in enum class com.tangosol.io.pof.DateMode
 
DATE_FORMAT - Static variable in class com.tangosol.coherence.rest.DefaultKeyConverter
DateFormat instance that will be used to convert Date keys.
DATE_TIME - Enum constant in enum class com.tangosol.io.pof.DateMode
 
DateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Construct a SimpleAdapter.
DateFormatAdapter - Class in com.tangosol.run.xml
A property adapter for formatting formatting and parsing dates in a locale-sensitive manner.
DateFormatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.DateFormatAdapter
Construct a DateFormatAdapter.
DateMode - Enum Class in com.tangosol.io.pof
Enumeration that defines different ways for serialization of date/time values.
DateTimeAdapter - Class in com.tangosol.run.xml
A property adapter for the <xs:dateTime> format conforming to ISO 8601
DateTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.DateTimeAdapter
Construct a DateTimeAdapter.
deactivate() - Method in class com.tangosol.util.AbstractKeyBasedMap.DeferredCacheEvent
Deactivate this DeferredCacheEvent instance.
deactivate() - Method in class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Shut down the Iterator.
deactivate() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Shut down the Iterator.
deactivatePage(SerializationPagedCache.WrapperBinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Deactivate a page that is no longer active.
DeactivationListener() - Constructor for class com.tangosol.net.cache.CachingMap.DeactivationListener
 
DeactivationListener() - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.DeactivationListener
 
DeactivationListener(MapListenerProxy) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
Construct the DeactivationListener for the provided MapListenerProxy.
DebugDataOutputStream - Class in com.tangosol.io
This is an imitation DataOutputStream class that logs the output in a human-readable format for debugging purposes.
DebugDataOutputStream(OutputStream) - Constructor for class com.tangosol.io.DebugDataOutputStream
Construct a DebugDataOutputStream that will output to the specified Stream object.
decimalValue(char) - Static method in class com.oracle.coherence.common.base.Formatting
Returns the integer value of a decimal digit.
decimalValue(char) - Static method in class com.tangosol.util.Base
Returns the integer value of a decimal digit.
DECO_APP_1 - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Application-assignable decoration; this decoration will not be used, modified or overwritten by Coherence or other Oracle products.
DECO_APP_2 - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Application-assignable decoration; this decoration will not be used, modified or overwritten by Coherence or other Oracle products.
DECO_APP_3 - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Application-assignable decoration; this decoration will not be used, modified or overwritten by Coherence or other Oracle products.
DECO_BACKUP - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Suggests the backup is not in sync.
DECO_CUSTOM - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for a client specific (opaque) value information.
DECO_CUSTOM - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: A client specific value (opaque).
DECO_EXPIRY - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for the value expiry information.
DECO_EXPIRY - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: The expiry for the value.
DECO_ID_MAX - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration range: The maximum decoration identifier.
DECO_ID_MIN - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration range: The minimum decoration identifier.
DECO_JCACHE - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Holds JCache specific meta-information for an entry.
DECO_JCACHE_SYNTHETIC - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Indicates if an update or delete is considered to be synthetic for JCache.
DECO_MEMCACHED - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Information managed on behalf of Memcached acceptor.
DECO_PUSHREP - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Information managed on behalf of Push Replication.
DECO_QUEUE_METADATA - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Information about a queue element
DECO_RSVD_1 - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Reserved for future use by Coherence; do not use.
DECO_STORE - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for the persistent state of the decorated value.
DECO_STORE - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: The persistent state for the value.
DECO_TX - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Information managed on behalf of the transactions implementation.
DECO_VALUE - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: The original value (before being decorated).
DECO_WLS - Static variable in class com.tangosol.util.ExternalizableHelper
Decoration: Information managed on behalf of WebLogic.
decode(char) - Static method in class com.tangosol.io.Base64InputStream
Decode one base64 alphabet character.
decode(char[]) - Static method in class com.tangosol.io.Base64InputStream
Decode the passed character data that was encoded using Base64 encoding.
decode(char[], boolean) - Static method in class com.tangosol.io.Base64InputStream
Decode the passed character data that was encoded using Base64 encoding.
decode(char[], int, int) - Static method in class com.tangosol.io.Base64InputStream
Decode the passed character data that was encoded using Base64 encoding.
decode(char[], int, int, boolean) - Static method in class com.tangosol.io.Base64InputStream
Decode the passed character data that was encoded using Base64 encoding.
decode(PofReader, int) - Method in interface com.tangosol.io.pof.reflect.Codec
Deserialize an object from the provided PofReader.
decode(PofReader, int) - Method in class com.tangosol.io.pof.reflect.Codecs.ArrayCodec
Deserialize an object from the provided PofReader.
decode(PofReader, int) - Method in class com.tangosol.io.pof.reflect.Codecs.CollectionCodec
Deserialize an object from the provided PofReader.
decode(PofReader, int) - Method in class com.tangosol.io.pof.reflect.Codecs.DefaultCodec
Deserialize an object from the provided PofReader.
decode(PofReader, int) - Method in class com.tangosol.io.pof.reflect.Codecs.LongArrayCodec
Deserialize an object from the provided PofReader.
decode(PofReader, int) - Method in class com.tangosol.io.pof.reflect.Codecs.MapCodec
Deserialize an object from the provided PofReader.
decodeAttribute(String) - Static method in class com.tangosol.run.xml.XmlHelper
Decode an attribute value that was quoted.
decodeContent(String) - Static method in class com.tangosol.run.xml.XmlHelper
Decode an element's content value.
decodeCookie(Service, ByteString) - Static method in class com.oracle.coherence.grpc.proxy.PagedQueryHelper
Decode the binary cookie used in a paged request.
decodeExpiry(ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
Decode the expiry time from the specified ReadBuffer.
decodeString(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
Parse escaped string into a string.
decodeTinyInt(int) - Static method in class com.tangosol.io.pof.PofHelper
Decode an integer value from one of the reserved single-byte combined type and value indicators.
decodeUri(String) - Static method in class com.tangosol.run.xml.XmlHelper
Decode a System Identifier as per the XML 1.0 Specification 2nd ed section 4.2.2.
decorate(ReadBuffer, int, ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
Decorate the passed value with the specified decoration and return the resulting ReadBuffer.
decorate(ReadBuffer, ReadBuffer[]) - Static method in class com.tangosol.util.ExternalizableHelper
Decorate the passed Binary with the passed decorations.
decorate(Binary, int, Binary) - Static method in class com.tangosol.util.ExternalizableHelper
Decorate the passed value with the specified decoration and return the resulting Binary.
decorate(Binary, Binary[]) - Static method in class com.tangosol.util.ExternalizableHelper
Deprecated.
as of Coherence 3.7.2
decorate(Object, int) - Static method in class com.tangosol.util.ExternalizableHelper
Decorate the specified value with the specified integer decoration.
decorateBinary(ReadBuffer, int) - Static method in class com.tangosol.util.ExternalizableHelper
Decorate the specified ReadBuffer with the specified integer decoration.
DecoratedBinaryDeltaCompressor - Class in com.tangosol.io
A DeltaCompressor implementation that works with decorated binary values.
DecoratedBinaryDeltaCompressor(DeltaCompressor) - Constructor for class com.tangosol.io.DecoratedBinaryDeltaCompressor
Construct a DecoratedBinaryDeltaCompressor.
DecoratedMultiBufferReadBuffer(ReadBuffer, ReadBuffer[]) - Constructor for class com.tangosol.util.ExternalizableHelper.DecoratedMultiBufferReadBuffer
Construct a DecoratedMultiBufferReadBuffer for the specified value.
DecorationOnlyDeltaCompressor - Class in com.tangosol.io
DecorationOnlyDeltaCompressor is a DeltaCompressor which optimizes for "decoration-only" updates.
DecorationOnlyDeltaCompressor() - Constructor for class com.tangosol.io.DecorationOnlyDeltaCompressor
 
decrementAndGet() - Method in class com.oracle.coherence.common.base.MutableLong
Decrement the long and return the new value.
decrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically decrements the current value.
decrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically decrements the current value.
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
decrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically decrements the current value.
decrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically decrements the current value.
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
decrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
decrypt(SignedObject, PublicKey) - Method in class com.tangosol.net.security.DefaultController
Decrypt the specified SignedObject using the specified public key.
decrypt(SignedObject, Subject, Subject) - Method in interface com.tangosol.net.security.AccessController
Decrypt the specified SignedObject using the public credentials for a given encryptor Subject in a context represented by the decryptor Subject which is usually associated with the current thread.
decrypt(SignedObject, Subject, Subject) - Method in class com.tangosol.net.security.DefaultController
Decrypt the specified SignedObject using the public credentials for a given encryptor Subject in a context represented by the decryptor Subject which is usually associated with the current thread.
Default() - Constructor for class com.tangosol.coherence.config.EnvironmentVariableResolver.Default
 
Default() - Constructor for class com.tangosol.coherence.config.SystemPropertyResolver.Default
 
DEFAULT - Static variable in annotation interface com.oracle.coherence.cdi.Scope
Predefined constant for system scope.
DEFAULT - Static variable in interface com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers
The default instance of the DefaultCacheFactorySupplier.
DEFAULT - Static variable in interface com.tangosol.coherence.rest.query.QueryEngine
The name of the default (CohQL) query engine.
DEFAULT - Static variable in interface com.tangosol.io.NamedSerializerFactory
The default implementation of NamedSerializerFactory that looks up Serializer instances by name in the Coherence operational configuration.
DEFAULT - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsTag
 
DEFAULT - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsValue
 
DEFAULT_ACTIVE_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default active directory name.
DEFAULT_BACKUP_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default backup directory name.
DEFAULT_BASE_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default base persistence directory name.
DEFAULT_BASE_DIR_PROPERTY - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default persistence directory system property.
DEFAULT_CHANNEL_COUNT - Static variable in interface com.tangosol.net.topic.NamedTopic
The topic should have the default number of channels.
DEFAULT_CODEC - Static variable in class com.tangosol.io.pof.reflect.Codecs
A singleton instance of a Codecs.DefaultCodec
DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY - Static variable in class com.tangosol.coherence.jcache.Constants
The system property to specify an alternative Constants.DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI.
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY - Static variable in class com.tangosol.coherence.jcache.Constants
The system property to specify the Coherence-based JCache Configuration class to use as the default type of JCache Configuration when a standard (non-Coherence-based) JCache configuration is provided.
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI - Static variable in class com.tangosol.coherence.jcache.Constants
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application.
DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI - Static variable in class com.tangosol.coherence.jcache.Constants
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application and the property Constants.DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY is "remote" or "extend" or RemoteCacheConfiguration.
DEFAULT_DATAGRAM_SOCKET_PROVIDER - Static variable in class com.tangosol.net.SocketProviderFactory
The factory's default Datagram SocketProvider.
DEFAULT_EVENTS_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default events directory name.
DEFAULT_EXECUTOR_NAME - Static variable in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
The name of the default executor; a single-threaded executor on each member running the coherence-concurrent module.
DEFAULT_EXPIRE - Static variable in class com.tangosol.net.cache.LocalCache
By default, the cache entries never expire.
DEFAULT_EXPIRY_DURATION - Static variable in class com.tangosol.coherence.jcache.Constants
The default expiry Duration.
DEFAULT_FACTORY - Static variable in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder
Default failure continuation factory that provides continuations that only throw PersistenceExceptions.
DEFAULT_FACTORY - Static variable in class com.tangosol.persistence.SafePersistenceWrappers
Default failure continuation factory that provides null continuations.
DEFAULT_FILTER_LIST - Static variable in class com.tangosol.util.ClassHelper
Composed of ClassHelper.DEFAULT_REFLECT_ALLOWED_BLACKLIST followed by allowing reflection against all other classes.
DEFAULT_FLUSH - Static variable in class com.tangosol.net.cache.LocalCache
Deprecated.
as of Coherence 3.5
DEFAULT_GROWTHRATE - Static variable in class com.tangosol.util.SafeHashMap
Using the default growth rate, the bucket array will grow by a factor of four.
DEFAULT_GROWTHRATE - Static variable in class com.tangosol.util.SegmentedHashMap
Using the default growth rate, the bucket array will grow by a factor of four.
DEFAULT_HTTP_PORT - Static variable in class com.tangosol.net.management.MBeanConnector
Default HTTP port (8888).
DEFAULT_INDEX_FILE_NAME - Static variable in class com.tangosol.io.pof.ConfigurablePofContext
Default Jandex index file.
DEFAULT_INITIALSIZE - Static variable in class com.tangosol.util.SafeHashMap
Default initial size provides a prime modulo and is large enough that resize is not immediate.
DEFAULT_INITIALSIZE - Static variable in class com.tangosol.util.SegmentedHashMap
Default initial size provides a prime modulo and is large enough that resize is not immediate.
DEFAULT_KEY_MASK - Variable in class com.tangosol.net.cache.LocalCache
The default key mask that ignores nothing.
DEFAULT_LEGACY_SOCKET_PROVIDER - Static variable in class com.tangosol.net.SocketProviderFactory
The factory's default legacy SocketProvider.
DEFAULT_LIMIT - Static variable in class com.tangosol.io.AsyncBinaryStore
Default size limit for write-queued data.
DEFAULT_LOADFACTOR - Static variable in class com.tangosol.util.SafeHashMap
The default load factor is 100%, which means that the hash map will not resize until there is (on average) one entry in every bucket.
DEFAULT_LOADFACTOR - Static variable in class com.tangosol.util.SegmentedHashMap
The default load factor is 100%, which means that the hash map will not resize until there is (on average) one entry in every bucket.
DEFAULT_LOCK_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default lock directory name.
DEFAULT_MAX_SIZE - Static variable in class com.tangosol.io.nio.MappedBufferManager
Default maximum size for a memory mapped file.
DEFAULT_MAXLOADFACTOR - Static variable in class com.tangosol.io.nio.BinaryMap
Default value for the percentage of the modulo that the entry count must reach before going to the next bucket level.
DEFAULT_MIN_SIZE - Static variable in class com.tangosol.io.nio.MappedBufferManager
Default minimum size for a memory mapped file.
DEFAULT_MINLOADFACTOR - Static variable in class com.tangosol.io.nio.BinaryMap
Default value for the percentage of the next lower bucket level's modulo that the entry count must drop to before reverting to the next lower bucket level.
DEFAULT_NAME - Static variable in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry
The name to use for the registration of a singleton and thus default resource.
DEFAULT_NAME - Static variable in class com.tangosol.net.Coherence
The default session name.
DEFAULT_NAME - Static variable in interface com.tangosol.util.ResourceRegistry
The name to use for the registration of a singleton and thus default resource.
DEFAULT_PAGE_CAPACITY_BYTES - Static variable in interface com.tangosol.net.topic.NamedTopic
The default capacity of pages when using the default binary calculator (1MB).
DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME - Static variable in class com.tangosol.coherence.jcache.Constants
By default, throttle constant updating of JCacheStatistics across storage-enabled members of a PartitionedCache.
DEFAULT_PRIORITY - Static variable in interface com.tangosol.net.management.MapJsonBodyHandler
The default priority.
DEFAULT_PRIORITY - Static variable in interface com.tangosol.net.SessionConfiguration
The default priority for a configuration.
DEFAULT_PRUNE - Static variable in class com.tangosol.net.cache.LocalCache
By default, when the cache prunes, it reduces its entries to this percentage.
DEFAULT_RECONNECT_RETRY_SECONDS - Static variable in interface com.tangosol.net.topic.NamedTopic
The default reconnect retry.
DEFAULT_RECONNECT_TIMEOUT_SECONDS - Static variable in interface com.tangosol.net.topic.NamedTopic
The default reconnect timeout.
DEFAULT_RECONNECT_WAIT_SECONDS - Static variable in interface com.tangosol.net.topic.NamedTopic
The default reconnect wait.
DEFAULT_RECYCLE_MAX - Static variable in class com.tangosol.util.RecyclingLinkedList
The default maximum number of Nodes to recycle.
DEFAULT_REFLECT_ALLOWED_BLACKLIST - Static variable in class com.tangosol.util.ClassHelper
Default reflection filter list which disables reflection against the following types: java.lang.Class java.lang.System java.lang.Runtime
DEFAULT_RESOURCE - Static variable in class com.tangosol.io.pof.ConfigurablePofContext
The name of the application resource that contains the default set of wire-format-to-object bindings.
DEFAULT_RMI_CONNECTION_PORT - Static variable in class com.tangosol.net.management.MBeanConnector
Default RMI connection port (0 ephemeral).
DEFAULT_RMI_HOST - Static variable in class com.tangosol.net.management.MBeanConnector
Default RMI host (wildcard).
DEFAULT_RMI_REGISTRY_PORT - Static variable in class com.tangosol.net.management.MBeanConnector
Default RMI registry port (9000).
DEFAULT_SCOPE - Static variable in class com.tangosol.net.Coherence
The default scope name.
DEFAULT_SIZE - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The default size of an entry used if the calculator is unable to calculate the size.
DEFAULT_SNAPSHOT_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default snapshot directory name.
DEFAULT_SOCKET_PROVIDER - Static variable in class com.tangosol.net.SocketProviderFactory
The factory's default SocketProvider.
DEFAULT_START_TIMEOUT - Static variable in class com.tangosol.net.Coherence
The default start up timeout.
DEFAULT_SUBSCRIBER_TIMEOUT_SECONDS - Static variable in interface com.tangosol.net.topic.NamedTopic
The default subscriber timeout.
DEFAULT_TRANSFER_THRESHOLD - Static variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The default transfer threshold.
DEFAULT_TRASH_DIR - Static variable in class com.tangosol.persistence.CachePersistenceHelper
Default trash directory name.
DEFAULT_UNITS - Static variable in class com.tangosol.net.cache.LocalCache
By default, the cache size (in units) is infinite.
DEFAULT_WAIT_MILLIS - Static variable in class com.tangosol.net.DefaultCacheServer
The default number of milliseconds between checks for service restart.
DEFAULT_WAIT_MILLIS - Static variable in class com.tangosol.net.SimpleServiceMonitor
The default time interval by which we check the alive status.
DefaultAggregatorFactory - Class in com.tangosol.coherence.rest.util.aggregator
The default implementation of AggregatorFactory.
DefaultAggregatorFactory(Class) - Constructor for class com.tangosol.coherence.rest.util.aggregator.DefaultAggregatorFactory
Construct a DefaultAggregatorFactory instance.
DefaultBuilderCustomization<T> - Class in com.tangosol.coherence.config.builder
The DefaultBuilderCustomization class is the default implementation of BuilderCustomization.
DefaultBuilderCustomization() - Constructor for class com.tangosol.coherence.config.builder.DefaultBuilderCustomization
 
DefaultCacheFactoryBuilder - Class in com.tangosol.net
DefaultCacheFactoryBuilder is the default implementation of CacheFactoryBuilder.
DefaultCacheFactoryBuilder() - Constructor for class com.tangosol.net.DefaultCacheFactoryBuilder
 
DefaultCacheFactorySupplier() - Constructor for class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.DefaultCacheFactorySupplier
 
DefaultCacheServer - Class in com.tangosol.net
DefaultCacheServer is a simple command line facility and convenience API that starts all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.
DefaultCacheServer(ConfigurableCacheFactory) - Constructor for class com.tangosol.net.DefaultCacheServer
Construct a DefaultCacheServer using the provided factory.
DefaultCacheServer.LifecycleContext - Class in com.tangosol.net
An implementation of Context that will be passed to DefaultCacheServer LifecycleListeners.
DefaultCodec() - Constructor for class com.tangosol.io.pof.reflect.Codecs.DefaultCodec
 
DefaultConfigurableCacheFactory - Class in com.tangosol.net
Deprecated.
DefaultConfigurableCacheFactory() - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a default DefaultConfigurableCacheFactory using the default configuration file name.
DefaultConfigurableCacheFactory(XmlElement) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a DefaultConfigurableCacheFactory using the specified configuration XML.
DefaultConfigurableCacheFactory(XmlElement, ClassLoader) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a DefaultConfigurableCacheFactory using the specified configuration XML.
DefaultConfigurableCacheFactory(String) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a DefaultConfigurableCacheFactory using the specified path to a "coherence-cache-config.xsd" compliant configuration file or resource.
DefaultConfigurableCacheFactory(String, ClassLoader) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a DefaultConfigurableCacheFactory using the specified path to a "coherence-cache-config.xsd" compliant configuration file or resource.
DefaultConfigurableCacheFactory.CacheInfo - Class in com.tangosol.net
Deprecated.
CacheInfo is a placeholder for cache attributes retrieved during parsing the corresponding cache mapping element.
DefaultConfigurableCacheFactory.Manager - Class in com.tangosol.net
Deprecated.
BackingMapManager implementation that uses the configuration XML to create the required backing maps and provides client access to those maps.
DefaultConfigurableCacheFactory.PartitionedBackingMapManager - Class in com.tangosol.net
Deprecated.
BackingMapManager implementation used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.
DefaultContext(Coherence.Mode, SessionProvider, Iterable<? extends EventInterceptor<?>>, String) - Constructor for class com.tangosol.net.SessionProvider.DefaultContext
Create a new default context.
DefaultController - Class in com.tangosol.net.security
The default implementation of the AccessController interface.
DefaultController(File, File) - Constructor for class com.tangosol.net.security.DefaultController
Construct DefaultController for the specified key store file and permissions description (XML) file.
DefaultController(File, File, boolean) - Constructor for class com.tangosol.net.security.DefaultController
Construct DefaultController for the specified key store file, permissions description (XML) file and the audit flag.
DefaultController(File, File, boolean, PasswordProvider) - Constructor for class com.tangosol.net.security.DefaultController
Construct DefaultController for the specified key store file, permissions description (XML) file, the audit flag, and key store password provider.
DefaultController(File, File, boolean, String) - Constructor for class com.tangosol.net.security.DefaultController
Construct DefaultController for the specified key store file, permissions description (XML) file, the audit flag, and key store password.
DefaultDelimiterExpansionProcessor(String) - Constructor for class com.tangosol.config.expression.ValueMacroExpression.DefaultDelimiterExpansionProcessor
Perform default delimiter expansion using sDefaultDelimiter.
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
DefaultDependencies() - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultDependencies() - Constructor for class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
DefaultDependencies() - Constructor for class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Construct a DefaultSocketProviderDependencies object.
DefaultDependencies() - Constructor for class com.tangosol.net.TcpDatagramSocketProvider.DefaultDependencies
Construct a DefaultDependencies object.
DefaultDependencies(BaseGrpcServiceImpl.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
DefaultDependencies(GrpcServiceDependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultDependencies(NamedCacheService.Dependencies) - Constructor for class com.oracle.coherence.grpc.proxy.NamedCacheService.DefaultDependencies
 
DefaultDependencies(CacheConfig) - Constructor for class com.tangosol.net.ExtensibleConfigurableCacheFactory.DefaultDependencies
Constructs a ExtensibleConfigurableCacheFactory.DefaultDependencies with the Context ClassLoader being the ClassLoader of the CacheConfig instance and an empty ResourceRegistry.
DefaultDependencies(CacheConfig, ClassLoader, ResourceRegistry) - Constructor for class com.tangosol.net.ExtensibleConfigurableCacheFactory.DefaultDependencies
DefaultDependencies(NamespaceHandler) - Constructor for class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
DefaultDependencies(TcpDatagramSocketProvider.Dependencies) - Constructor for class com.tangosol.net.TcpDatagramSocketProvider.DefaultDependencies
Construct a DefaultDependencies object copying the values from the specified dependencies object
DefaultDependencies(PrintWriter, BufferedReader, CoherenceQueryLanguage) - Constructor for class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
Create a DefaultDependencies instance that will use the specified PrintWriter and BufferedReader for output and input.
DefaultFailureContinuation(Object) - Constructor for class com.tangosol.persistence.AbstractPersistenceEnvironment.DefaultFailureContinuation
Create a new DefaultFailureContinuation for the given exception source.
DefaultGrpcAcceptorController - Class in com.oracle.coherence.grpc.proxy
The default GrpcAcceptorController implementation.
DefaultGrpcAcceptorController() - Constructor for class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
DefaultIdentityAsserter - Class in com.tangosol.net.security
The default implementation of the IdentityAsserter interface.
DefaultIdentityAsserter() - Constructor for class com.tangosol.net.security.DefaultIdentityAsserter
 
DefaultIdentityTransformer - Class in com.tangosol.net.security
The default implementation of the IdentityTransformer interface, which simply returns the Subject that is passed to it.
DefaultIdentityTransformer() - Constructor for class com.tangosol.net.security.DefaultIdentityTransformer
 
DefaultKeyAssociator - Class in com.tangosol.net.partition
A DefaultKeyAssociator provides key associations on behalf of keys that implement the KeyAssociation interface.
DefaultKeyAssociator() - Constructor for class com.tangosol.net.partition.DefaultKeyAssociator
Default constructor.
DefaultKeyConverter - Class in com.tangosol.coherence.rest
Default implementation of KeyConverter for a given key class.
DefaultKeyConverter(Class) - Constructor for class com.tangosol.coherence.rest.DefaultKeyConverter
Construct a DefaultKeyConverter instance.
DefaultKeyPartitioningStrategy - Class in com.tangosol.net.partition
DefaultKeyPartitioningStrategy provides a simple strategy for assigning keys to partitions which is based on the hash code of keys in internal (serialized to Binary) form.
DefaultKeyPartitioningStrategy() - Constructor for class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Default constructor.
defaultLed(OPParser, Term) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
The default led method that will be called if there is no OPToken mapped for the token parsed from the token stream.
defaultNud(OPParser) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
The default nud method that will be called if there is no OPToken mapped for the token parsed from the token stream.
DefaultObjectStreamFactory() - Constructor for class com.tangosol.util.ExternalizableHelper.DefaultObjectStreamFactory
 
DefaultPasswordProvider() - Constructor for class com.tangosol.coherence.config.xml.processor.PasswordProviderBuilderProcessor.DefaultPasswordProvider
 
DefaultPasswordProvider(String) - Constructor for class com.tangosol.coherence.config.xml.processor.PasswordProviderBuilderProcessor.DefaultPasswordProvider
Constructor sets the password-string as a char[] when "get()" is called.
DefaultProcessingContext - Class in com.tangosol.config.xml
The default implementation of a ProcessingContext.
DefaultProcessingContext() - Constructor for class com.tangosol.config.xml.DefaultProcessingContext
DefaultProcessingContext(DefaultProcessingContext, XmlElement) - Constructor for class com.tangosol.config.xml.DefaultProcessingContext
Constructs a sub-ProcessingContext of another ProcessingContext.
DefaultProcessingContext(DocumentProcessor.Dependencies) - Constructor for class com.tangosol.config.xml.DefaultProcessingContext
DefaultProcessingContext(DocumentProcessor.Dependencies, XmlElement) - Constructor for class com.tangosol.config.xml.DefaultProcessingContext
Constructs a root ProcessingContext for a given XmlElement.
DefaultProcessingContext(XmlElement) - Constructor for class com.tangosol.config.xml.DefaultProcessingContext
Constructs a root ProcessingContext for a given XmlElement using default DocumentProcessor dependencies.
DefaultProcessorFactory - Class in com.tangosol.coherence.rest.util.processor
The default implementation of ProcessorFactory.
DefaultProcessorFactory(Class) - Constructor for class com.tangosol.coherence.rest.util.processor.DefaultProcessorFactory
Construct a DefaultProcessorFactory instance.
defaultProvider() - Method in interface com.tangosol.net.SessionProvider.Context
Returns the default session provider that may be used to delegate to for session creation.
defaultProvider() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
DefaultProxyServiceLoadBalancer - Class in com.tangosol.net.proxy
Default ProxyServiceLoadBalancer implementation.
DefaultProxyServiceLoadBalancer() - Constructor for class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
Default constructor.
DefaultProxyServiceLoadBalancer(Comparator) - Constructor for class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
Create a new DefaultProxyServiceLoadBalancer that will order ProxyServiceLoad objects using the specified Comparator.
DefaultResourceConfig - Class in com.tangosol.coherence.rest.server
An extension of org.glassfish.jersey.server.ResourceConfig that registers the Coherence REST root resource and provider classes, in addition to user defined package names.
DefaultResourceConfig() - Constructor for class com.tangosol.coherence.rest.server.DefaultResourceConfig
Default constructor.
DefaultResourceConfig(Class<?>) - Constructor for class com.tangosol.coherence.rest.server.DefaultResourceConfig
Construct an instance of ResourceConfig that initialized with a given set of resource/provider classes and Coherence predefined root resource and providers.
DefaultResourceConfig(String...) - Constructor for class com.tangosol.coherence.rest.server.DefaultResourceConfig
Construct an instance of ResourceConfig that initialize Coherence predefined properties and searches for root resource classes and providers in the specified packages.
DefaultRootResource - Class in com.tangosol.coherence.rest
Default root resource implementation.
DefaultRootResource() - Constructor for class com.tangosol.coherence.rest.DefaultRootResource
 
DefaultsCreationPreprocessor - Class in com.tangosol.coherence.config.xml.preprocessor
A DefaultsCreationPreprocessor is an DocumentElementPreprocessor.ElementPreprocessor that creates necessary defaults, like for <serializer>s, if they are missing from the <defaults> element.
DefaultsCreationPreprocessor() - Constructor for class com.tangosol.coherence.config.xml.preprocessor.DefaultsCreationPreprocessor
DefaultSerializer - Class in com.tangosol.io
A Serializer implementation that uses the ExternalizableHelper implementation for serialization and deserialization of objects.
DefaultSerializer() - Constructor for class com.tangosol.io.DefaultSerializer
Default constructor.
DefaultSerializer(ClassLoader) - Constructor for class com.tangosol.io.DefaultSerializer
Construct a DefaultSerializer that will use the passed ClassLoader.
DefaultServletContextListener - Class in com.tangosol.coherence.rest.servlet
A simple implementation of the ServletContextListener interface that calls CacheFactory.shutdown() during servlet context shutdown.
DefaultServletContextListener() - Constructor for class com.tangosol.coherence.rest.servlet.DefaultServletContextListener
 
defaultSession() - Static method in interface com.tangosol.net.SessionConfiguration
Create a SessionConfiguration for the default Session.
DefaultsProcessor - Class in com.tangosol.coherence.config.xml.processor
The DefaultsProcessor is responsible for processing the <defaults> XmlElement in a Coherence Cache Configuration file, registering each of the processed elements with the ResourceRegistry.
DefaultsProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.DefaultsProcessor
 
DefaultStatementResult - Class in com.tangosol.coherence.dslquery.statement
A default implementation of a StatementResult.
DefaultStatementResult(Object) - Constructor for class com.tangosol.coherence.dslquery.statement.DefaultStatementResult
Construct a DefaultStatementResult with the specified result value.
DefaultStatementResult(Object, boolean) - Constructor for class com.tangosol.coherence.dslquery.statement.DefaultStatementResult
Construct a DefaultStatementResult with the specified result value.
DefaultTaskDependencies() - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DefaultTaskDependencies
Default constructor.
DefaultTaskDependencies(NonBlockingFiniteStateMachine.TaskDependencies) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DefaultTaskDependencies
Create a DefaultTaskDependencies with provided NonBlockingFiniteStateMachine.TaskDependencies.
DefaultVersionedPartitions - Class in com.tangosol.net.partition
Default implementation of VersionedPartitions,
DefaultVersionedPartitions() - Constructor for class com.tangosol.net.partition.DefaultVersionedPartitions
Default no-arg constructor.
DefaultVersionedPartitions(VersionedPartitions) - Constructor for class com.tangosol.net.partition.DefaultVersionedPartitions
Copy-like constructor based on the provided VersionedPartitions.
DefaultVersionedPartitions(PrimitiveSparseArray) - Constructor for class com.tangosol.net.partition.DefaultVersionedPartitions
Create a DefaultVersionedPartitions instance based on the provided PrimitiveSparseArray.
DeferredCacheEvent(ObservableMap<K, V>, int, K, V, V, boolean) - Constructor for class com.tangosol.util.AbstractKeyBasedMap.DeferredCacheEvent
Constructs a new DeferredCacheEvent.
defineClass(String, byte[]) - Method in class com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader
Define a class.
definePropertyPath(String, String) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Defines the xml path to locate a specific Java Bean property with in an XmlElement in the ProcessingContext.
definePropertyPath(String, String) - Method in interface com.tangosol.config.xml.ProcessingContext
Defines the xml path to locate a specific Java Bean property with in an XmlElement in the ProcessingContext.
DeflaterOutputShell(OutputStream, Deflater) - Constructor for class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Deprecated.
Create a new input stream with the specified decompressor.
DeflaterOutputShell(OutputStream, Deflater, int) - Constructor for class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Deprecated.
Create a new input stream with the specified decompressor and buffer size.
DelayedTransitionTo(S) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DelayedTransitionTo
Constructs a NonBlockingFiniteStateMachine.DelayedTransitionTo without a specified time (to be schedule as soon as possible).
DelayedTransitionTo(S, long, TimeUnit) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DelayedTransitionTo
Constructs a NonBlockingFiniteStateMachine.DelayedTransitionTo with the specified time.
delegate() - Method in class com.oracle.coherence.grpc.SafeStreamObserver
Obtain the wrapped StreamObserver.
delegate() - Method in class com.tangosol.util.CopyOnWriteLongArray
Return the internal LongArray.
delegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
Return the delegate LongArray.
DelegatingBufferOutput(int) - Constructor for class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Construct an AbstractBufferOutput that will begin writing at the start of the containing WriteBuffer.
DelegatingWriteBuffer - Class in com.tangosol.io
A DelegatingWriteBuffer is a WriteBuffer that writes through to an underlying (or "containing") WriteBuffer.
DelegatingWriteBuffer(WriteBuffer, int, int) - Constructor for class com.tangosol.io.DelegatingWriteBuffer
Construct a DelegatingWriteBuffer that will delegate to the containing WriteBuffer.
DelegatingWriteBuffer.DelegatingBufferOutput - Class in com.tangosol.io
A BufferOutput implementation that delegates to a BufferOutput implementation, except that its offset range is shifted and limited.
delete() - Method in class com.tangosol.coherence.rest.EntryResource
Remove the entry.
delete() - Method in class com.tangosol.coherence.rest.EntrySetResource
Remove the entries.
delete(boolean) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Release any resources held by this persistent store and delete any underlying persistent storage.
delete(String, boolean) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Remove the PersistentStore associated with the specified identifier.
delete(String, boolean) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
Remove the PersistentStore associated with the specified identifier.
delete(String, boolean) - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
Remove the PersistentStore associated with the specified identifier.
delete(Map.Entry) - Method in class com.tangosol.util.ForwardOnlyMapIndex
Update this index in response to a remove operation on a cache.
delete(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to a remove operation on a cache.
delete(Map.Entry<? extends K, ? extends V>) - Method in interface com.tangosol.util.MapIndex
Update this index in response to a remove operation on a cache.
Deleted - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DELETED event.
DELETED - Static variable in class com.tangosol.io.AsyncBinaryStore
A special token that is used to signify a queued erase operation.
DELETED_PREFIX - Static variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
A filename prefix for deleted snapshots used to handle concurrent deletions.
Deleted.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Deleted annotation.
deleteDir(File) - Static method in class com.tangosol.io.FileHelper
Delete a directory recursively.
deleteDirSilent(File) - Static method in class com.tangosol.io.FileHelper
Recursively delete a directory suppressing any raised exceptions.
deleteExtent(long) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Delete the specified extent from the persistent store, ensuring that any key-value mappings associated with the extent are no longer valid.
deleteExtent(long) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Delete the specified extent from the persistent store, ensuring that any key-value mappings associated with the extent are no longer valid.
deleteExtent(long) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
deleteExtentInternal(long) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Delete the specified extent from the persistent store.
deleteExtents(PersistentStore, long) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Delete the provided extent from the specified store and all associated extents (meta extents).
DeleteExtentTask(Long) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
Construct a DeleteExtentTask with the provided extent id.
deleteInternal() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Remove the underlying persistent storage.
deleteInternal(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
Update this index in response to a remove operation on a cache.
deleteInternal(Map.Entry) - Method in class com.tangosol.util.ForwardOnlyMapIndex
Update this index in response to a remove operation on a cache.
deleteInternal(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to a remove operation on a cache.
DeleteStatement(String, Filter) - Constructor for class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder.DeleteStatement
Create an instance of DeleteStatementBuilder.DeleteStatement that will delete all entries from the specified cache that match the given Filter.
DeleteStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a DeleteStatementBuilder.DeleteStatement.
DeleteStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder
 
DeleteStatementBuilder.DeleteStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "DELETE" query.
DELIM_APPLICATION_SCOPE - Static variable in interface com.tangosol.coherence.config.scheme.ServiceScheme
Delimiter for the Application Scope in the scoped service name
DELIM_DOMAIN_PARTITION - Static variable in interface com.tangosol.coherence.config.scheme.ServiceScheme
Delimiter for the Domain Partition name in the scoped service name
delink() - Method in class com.tangosol.util.SafeLinkedList.Node
Remove this Node from the List.
DELTA_TRUNCATE - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A delta value that indicates an empty new value.
DeltaCompressor - Interface in com.tangosol.io
The DeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.
DeltaCompressorProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor for processing <compressor> configurations.
DeltaCompressorProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.DeltaCompressorProcessor
 
DeltaIterator() - Constructor for class com.tangosol.util.DeltaSet.DeltaIterator
Construct an iterator for a delta set.
DeltaSet - Class in com.tangosol.util
Implements a set which is based on another set, which is assumed to be immutable.
DeltaSet(Set) - Constructor for class com.tangosol.util.DeltaSet
Construct this set based on an existing set.
DeltaSet.DeltaIterator - Class in com.tangosol.util
Iterator for the contents of a delta set.
Departed - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DEPARTED event.
DEPARTED - Enum constant in enum class com.tangosol.net.events.partition.TransferEvent.Type
This TransferEvent is dispatched when a partition has been successfully transferred from the local member.
Departed.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Departed annotation.
Departing - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DEPARTING event.
DEPARTING - Enum constant in enum class com.tangosol.net.events.partition.TransferEvent.Type
This TransferEvent is dispatched when a set of entries are being transferred from the local member.
Departing.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Departing annotation.
Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String) - Constructor for class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Dependencies(ConfigurableCacheFactory, BackingMapManagerContext, ClassLoader, String, String, Map<Map, MapListener>) - Constructor for class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
DependenciesHelper() - Constructor for class com.tangosol.coherence.dslquery.QueryPlus.DependenciesHelper
 
DependenciesHelper() - Constructor for class com.tangosol.net.ExtensibleConfigurableCacheFactory.DependenciesHelper
 
Dequeue - Class in com.tangosol.util
Represents a double-ended queue (dequeue) of objects.
Dequeue() - Constructor for class com.tangosol.util.Dequeue
Constructs a dequeue.
DEREF_NODE - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for a De-referencing Node.
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
desc(ValueExtractor) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Add comparator to this builder.
desc(String) - Method in class com.tangosol.coherence.rest.util.ComparatorBuilder
Add comparator to builder.
descendingIterator() - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
descendingKeySet() - Method in class com.tangosol.util.SafeSortedMap
 
descendingKeySet() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
descendingMap() - Method in class com.tangosol.util.SafeSortedMap
 
descendingMap() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
descendingSet() - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
DescribableAddressProvider - Interface in com.tangosol.net
An AddressProvider that additionally allows to retrieve a human readable description of underlying addresses without doing a DNS lookup.
description() - Element in annotation interface com.tangosol.net.management.annotation.Notification
A description of the notification.
Description - Annotation Interface in com.tangosol.net.management.annotation
The Description annotation allows a description to be specified for a method on an MBean, and for an MBean interface itself.
DESCRIPTOR_KEY - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsLabels
The MBean descriptor key that this annotation creates.
DESCRIPTOR_KEY - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsTag
 
DESCRIPTOR_KEY - Static variable in annotation interface com.tangosol.net.management.annotation.MetricsValue
 
DESCRIPTOR_NAME - Static variable in class com.tangosol.coherence.rest.config.RestConfig
The default name of the Coherence REST XML descriptor.
DESCRIPTOR_PROPERTY - Static variable in class com.tangosol.coherence.rest.config.RestConfig
The name of the system property that can be used to override the default Coherence REST configuration file "coherence-rest-config.xml".
DeserializationAccelerator - Class in com.tangosol.util.extractor
DeserializationAccelerator is an IndexAwareExtractor implementation that is used to create a ForwardOnlyMapIndex, which in turn is used for deserialization optimization.
DeserializationAccelerator() - Constructor for class com.tangosol.util.extractor.DeserializationAccelerator
Construct the DeserializationAccelerator.
DeserializationAccelerator(ValueExtractor) - Constructor for class com.tangosol.util.extractor.DeserializationAccelerator
Construct the DeserializationAccelerator.
DeserializationAccelerator(ValueExtractor, boolean) - Constructor for class com.tangosol.util.extractor.DeserializationAccelerator
Construct the DeserializationAccelerator.
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicBoolean.Serializer
 
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicInteger.Serializer
 
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicLong.Serializer
 
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicMarkableReference.Serializer
 
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicReference.Serializer
 
deserialize(PofReader) - Method in class com.oracle.coherence.concurrent.atomic.AtomicStampedReference.Serializer
 
deserialize(PofReader) - Method in class com.tangosol.coherence.rest.util.JsonMap.Serializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.EnumPofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.ExternalizableLitePofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.ExternalizablePofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.InetAddressSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.InetSocketAddressSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.OptionalDoubleSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.OptionalIntSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.OptionalLongSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.OptionalSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.PofAnnotationSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in interface com.tangosol.io.pof.PofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.PortableObjectSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.PortableTypeSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.PrincipalPofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.ExternalSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.SerializableSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.SubjectPofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(PofReader) - Method in class com.tangosol.io.pof.ThrowablePofSerializer
 
deserialize(PofReader) - Method in class com.tangosol.io.pof.XmlSerializablePofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.
deserialize(ReadBuffer.BufferInput) - Method in class com.tangosol.io.DefaultSerializer
 
deserialize(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object.
deserialize(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.SimplePofContext
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object.
deserialize(ReadBuffer.BufferInput) - Method in interface com.tangosol.io.Serializer
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object.
deserialize(ReadBuffer.BufferInput) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object.
deserialize(ReadBuffer.BufferInput, Class<? extends T>) - Method in class com.tangosol.io.MultiplexingSerializer
 
deserialize(ReadBuffer.BufferInput, Class<? extends T>) - Method in interface com.tangosol.io.Serializer
Deserialize an object as an instance of the specified class by reading its state using the specified BufferInput object.
deserialize(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the deserialized Binary value using the cache's serializer.
deserialize(DataInput) - Method in interface com.tangosol.io.ExternalizableLiteSerializer
Deserialize the contents of T instance by loading the object's state from the passed DataInput object.
deserializeComparator(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Comparator from the serialized data in a ByteString.
deserializeRequest(ByteString) - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the deserialized ByteString value using the request's serializer.
deserializeToBytesValue(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder
Convert the Binary serialized in the cache's serialization format to a BytesValue serialized in the request's serialization format.
destroy() - Method in interface com.tangosol.coherence.jcache.CoherenceBasedCache
Destroys a CoherenceBasedCache due to a request from a CoherenceBasedCacheManager.
destroy() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
destroy() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
destroy() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
destroy() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
destroy() - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
destroy() - Method in class com.tangosol.net.cache.NearCache
Release and destroy this instance of NamedCollection.
destroy() - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
destroy() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Destroy the underlying BinaryStore.
destroy() - Method in class com.tangosol.net.cache.WrapperNamedCache
Release and destroy this instance of NamedCollection.
destroy() - Method in interface com.tangosol.net.NamedCollection
Release and destroy this instance of NamedCollection.
destroy() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Release and destroy this instance of NamedCollection.
destroy(DestroyRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Destroy a cache.
destroy(DestroyRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
destroy(DestroyRequest, StreamObserver<Empty>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
destroy(String, String) - Static method in class com.oracle.coherence.grpc.Requests
Create a DestroyRequest.
DESTROY - Static variable in class com.tangosol.net.ClusterPermission
Create action.
destroyBinaryStore(BinaryStore) - Method in class com.tangosol.io.AsyncBinaryStoreManager
Lifecycle method: Destroy a BinaryStore previously created by this manager.
destroyBinaryStore(BinaryStore) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Destroy a BinaryStore previously created by this manager.
destroyBinaryStore(BinaryStore) - Method in interface com.tangosol.io.BinaryStoreManager
Lifecycle method: Destroy a BinaryStore previously created by this manager.
destroyBinaryStore(BinaryStore) - Method in class com.tangosol.io.nio.AbstractStoreManager
Lifecycle method: Destroy a BinaryStore previously created by this manager.
destroyBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Destroy and unregister a BinaryStore object that was previously created using this cache's BinaryStoreManager by the createBinaryStore method.
destroyCache(CoherenceBasedCacheManager, JCacheIdentifier) - Static method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
Destroy a partitioned cache when there is no PartitionedCache object.
destroyCache(CoherenceBasedCacheManager, JCacheIdentifier, NamedCache) - Static method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
Destroy a partitioned cache.
destroyCache(CoherenceBasedCacheManager, String) - Method in interface com.tangosol.coherence.jcache.CoherenceBasedConfiguration
Destroy a CoherenceBasedCache implementation.
destroyCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration
 
destroyCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfiguration
 
destroyCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
 
destroyCache(CoherenceBasedCacheManager, String) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration
 
destroyCache(NamedCache) - Static method in class com.tangosol.net.CacheFactory
Releases and destroys the specified NamedCache.
destroyCache(NamedCache) - Method in interface com.tangosol.net.CacheService
Release and destroy the specified cache.
destroyCache(NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Release and destroy this instance of NamedCache.
destroyCache(NamedCache) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Release and destroy this instance of NamedCache.
destroyCache(NamedCache) - Method in class com.tangosol.net.WrapperCacheService
Release and destroy the specified cache.
destroyCache(NamedCache<?, ?>) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Release and destroy this instance of NamedCache.
destroyCache(String) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
Destroyed - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DESTROYED event.
DESTROYED - Enum constant in enum class com.tangosol.net.events.partition.cache.CacheLifecycleEvent.Type
CacheLifecycleEvents of the type DESTROYED are raised when a storage for a given cache is destroyed (usually as a result of a call to destroy).
Destroyed.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Destroyed annotation.
destroyIndex(Map) - Method in class com.tangosol.util.extractor.DeserializationAccelerator
Destroy an existing index and remove it from the given map of indexes.
destroyIndex(Map<ValueExtractor<T, E>, MapIndex>) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Destroy an existing index and remove it from the given map of indexes.
destroyIndex(Map<ValueExtractor<T, E>, MapIndex>) - Method in interface com.tangosol.util.extractor.IndexAwareExtractor
Destroy an existing index and remove it from the given map of indexes.
destroyPartition(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Remove a partition from the PartitionAwareBackingMap.
destroyPartition(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Remove a partition from the PartitionAwareBackingMap.
destroyPartition(int) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Remove a partition from the PartitionAwareBackingMap.
destroyPartition(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Remove a partition from the PartitionAwareBackingMap.
destroyPartition(int) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Remove a partition from the PartitionAwareBackingMap.
destroySubscriberGroup(String) - Method in interface com.tangosol.net.topic.NamedTopic
Destroy the named subscriber group for the associated topic.
destroySubscriberGroup(String, String) - Method in interface com.tangosol.net.PagedTopicService
Destroy an existing subscriber group.
destroySubscription(long) - Method in interface com.tangosol.net.PagedTopicService
Remove an existing subscriber group.
destroySubscription(long, Subscriber.Id) - Method in interface com.tangosol.net.PagedTopicService
Remove an existing subscriber from a subscriber group.
destroyTopic(NamedTopic) - Method in interface com.tangosol.net.TopicService
Release and destroy the specified topic.
destroyTopic(NamedTopic<?>) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Release and destroy this instance of NamedTopic.
destroyTopic(NamedTopic<?>) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
This method will throw an UnsupportedOperationException as NamedTopics are not supported by DefaultConfigurableCacheFactory.
destroyTopic(NamedTopic<?>) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Release and destroy this instance of NamedTopic.
diffCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare an array or collection.
diffMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a Map of keys and values.
diffPackedInt(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a packed integer value.
diffPackedInts(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a series of packed integer values.
diffPackedLong(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a packed long integer value.
diffPackedLongs(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a series of packed long integer values.
diffSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a sparse array.
diffTimeZone(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare time zone information.
diffUniformCollection(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare an array or collection of uniform types.
diffUniformKeysMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a Map of keys (of a uniform type) and values.
diffUniformMap(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a Map of keys and values, both of uniform types.
diffUniformSparseArray(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a sparse array of uniform types.
diffUniformValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker, int) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a POF value of the specified type.
diffUserType(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a user type value.
diffValue(ReadBuffer.BufferInput, ReadBuffer.BufferInput, PofDeltaCompressor.ChangeTracker) - Method in class com.tangosol.io.pof.PofDeltaCompressor
Within the two passed POF streams, parse and compare a POF value.
DirectoryFileFilter() - Constructor for class com.tangosol.persistence.ArchiverHelper.DirectoryFileFilter
Deprecated.
 
DirectoryLock(File, String) - Constructor for class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Create a DirectoryLock which can be used to try to lock a directory.
DirectorySnapshotArchiver - Class in com.tangosol.persistence
An implementation of a SnapshotArchiver that uses a shared directory to store archived snapshots.
DirectorySnapshotArchiver(String, String, File) - Constructor for class com.tangosol.persistence.DirectorySnapshotArchiver
Constructs a new DirectorySnapshotArchiver which uses a shared directory available from all members to store archived snapshots.
DirectQuery - Class in com.tangosol.coherence.rest.config
Holder for direct query configuration.
DirectQuery(int) - Constructor for class com.tangosol.coherence.rest.config.DirectQuery
Construct an instance of DirectQuery.
DirectQuery(String, int) - Constructor for class com.tangosol.coherence.rest.config.DirectQuery
Construct an instance of DirectQuery.
disable(String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Disable an installed token stored under the given name
disableTokenNamed(String) - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Disable the token named by the given string.
DISAPPROVER - Static variable in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover
Never approving EvictionApprover.
discard() - Method in class com.tangosol.io.nio.BinaryMap.Block
Recycle the Block object, discarding any changes, resetting its contents and recycling the object.
discard() - Method in class com.tangosol.net.cache.LocalCache.Entry
Called to inform the Entry that it is no longer used.
discard() - Method in class com.tangosol.util.RecyclingLinkedList.Node
Delink this Node and discard its value.
discard() - Method in class com.tangosol.util.SafeLinkedList.Node
Delink this Node and discard its value.
Disconnected - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DISCONNECTED event.
Disconnected.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Disconnected annotation.
discoverSerializers() - Static method in interface com.tangosol.io.Serializer
Return a Map of SerializerFactory instances discovered on the class path.
discoverSerializers(ClassLoader) - Static method in interface com.tangosol.io.Serializer
Return a Map of SerializerFactory instances discovered on the class path.
discoverSessions() - Method in class com.tangosol.net.CoherenceConfiguration.Builder
Add all of the SessionConfiguration instances discovered using the ServiceLoader.
Discriminator(NonBlockingFiniteStateMachine<?>, Object) - Constructor for class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator
dispatch(CoherenceCacheEventEventDispatcher<K, V>) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
dispatch outstanding JCache Events
dispatch(Listeners) - Method in class com.tangosol.net.MemberEvent
Dispatch this event to the specified listeners collection.
dispatch(Listeners) - Method in class com.tangosol.util.MapEvent
Dispatch this event to the specified listeners collection.
dispatch(Listeners) - Method in class com.tangosol.util.ServiceEvent
Dispatch this event to the specified listeners collection.
dispatch(Listeners, boolean) - Method in class com.tangosol.util.MapEvent
Dispatch this event to the specified listeners collection.
dispatch(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Dispatch the event to the corresponding listeners.
dispatch(MapListener<? super K, ? super V>) - Method in class com.tangosol.util.MapEvent
Dispatch this event to the specified MapListener.
dispatch(Iterable<CoherenceCacheEntryListenerRegistration<K, V>>) - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher
Dispatches the added events to the listeners defined by the specified CacheEntryListenerConfigurations.
dispatch(EventListener[]) - Method in class com.tangosol.net.MemberEvent
Dispatch this event to the specified array of listeners.
dispatch(EventListener[]) - Method in class com.tangosol.util.ServiceEvent
Dispatch this event to the specified array of listeners.
dispatchEvent(CacheEvent) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Dispatch the passed event.
dispatchEvent(OverflowMap.Status, int, Object, Object, Object, boolean) - Method in class com.tangosol.net.cache.OverflowMap
Dispatch an event containing the passed event information.
dispatchEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Dispatch the passed event.
dispatchEvent(MapEvent) - Method in class com.tangosol.net.cache.LocalCache
Dispatch the passed event.
dispatchEvent(MapEvent) - Method in class com.tangosol.util.ObservableHashMap
Dispatch the passed event.
dispatchEvent(MapEvent<? extends K, ? extends V>) - Method in class com.tangosol.util.WrapperObservableMap
Dispatch the passed event.
dispatchPendingEvent(Object, int, Object, boolean) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Dispatch an event that has not yet occurred, allowing the cache to potentially avoid reading of the "original value" information.
dispatchPendingEvent(K, int, V, boolean) - Method in class com.tangosol.util.WrapperObservableMap
Dispatch an event that has not yet occurred, allowing the cache to potentially avoid reading of the "original value" information.
displayStatistics(Snapshot, String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Display the collected statistics for the given snapshot and type of operation.
Disposable - Interface in com.oracle.coherence.common.base
The Disposable interface is used for life-cycle management of resources.
Disposable - Interface in com.tangosol.util
Deprecated.
use Disposable instead
dispose() - Method in interface com.oracle.coherence.common.base.Disposable
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry
 
dispose() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryValue
 
dispose() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
dispose() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.io.nio.BinaryMapStore
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in interface com.tangosol.net.ConfigurableCacheFactory
Dispose of this factory.
dispose() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Dispose of this factory.
dispose() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Dispose of this factory.
dispose() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.net.SimpleServiceMonitor
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.util.NullImplementation.NullResourceRegistry
 
dispose() - Method in class com.tangosol.util.SimpleResourceRegistry
Invoked when all resources owned by the implementer can safely be released.
dispose() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryValue
Invoked when all resources owned by the implementer can safely be released.
Disposing - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any DISPOSING event.
DISPOSING - Enum constant in enum class com.tangosol.net.events.application.LifecycleEvent.Type
This LifecycleEvent is dispatched when a ConfigurableCacheFactory is about to be disposed.
Disposing.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Disposing annotation.
distinct() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface com.tangosol.util.stream.RemoteStream
Returns a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
distinct(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the set of distinct values for the specified extractor.
distinct(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the set of distinct values for the specified extractor.
distinct(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the set of distinct values for the specified extractor.
distinct(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the set of distinct values for the specified extractor.
distinctValues() - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates the set of distinct values from the entries in a Map.
distinctValues(ValueExtractor<? super T, ? extends R>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates the set of distinct values extracted from the entries in a Map.
distinctValues(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates the set of distinct values extracted from the entries in a Map.
DistinctValues<K,V,T,E> - Class in com.tangosol.util.aggregator
Return the set of unique values extracted from a set of entries in a Map.
DistinctValues() - Constructor for class com.tangosol.util.aggregator.DistinctValues
Default constructor (necessary for the ExternalizableLite interface).
DistinctValues(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.aggregator.DistinctValues
Construct a DistinctValues aggregator.
DistinctValues(String) - Constructor for class com.tangosol.util.aggregator.DistinctValues
Construct an DistinctValues aggregator.
DISTRIBUTE - Static variable in interface com.tangosol.net.PartitionedService.PartitionedAction
Singleton action for partition distribution/backup.
DistributedCacheService - Interface in com.tangosol.net
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.
DistributedScheme - Class in com.tangosol.coherence.config.scheme
The DistributedScheme class builds a distributed cache.
DistributedScheme() - Constructor for class com.tangosol.coherence.config.scheme.DistributedScheme
Constructs a DistributedScheme.
DistributedScheme(PartitionedCacheDependencies) - Constructor for class com.tangosol.coherence.config.scheme.DistributedScheme
Constructs a DistributedScheme.
DistributedScheme.BackupConfig - Class in com.tangosol.coherence.config.scheme
The DistributedScheme.BackupConfig class manages configuration for the partitioned cache backup map.
DISTRIBUTION - Enum constant in enum class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule
 
DistributionManager - Interface in com.tangosol.net.partition
A DistributionManager coordinates the distribution of partitions for a partitioned service.
DivisionOperator - Class in com.tangosol.coherence.dslquery.operator
An operator representing the conditional mathematical division operation.
DivisionOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.DivisionOperator
Construct a DivisionOperator.
DoAsAction<T> - Class in com.tangosol.net.security
A helper class to expose the Subject.doAs(javax.security.auth.Subject, java.security.PrivilegedAction<T>) call as a privileged action.
DoAsAction(PrivilegedAction<T>) - Constructor for class com.tangosol.net.security.DoAsAction
Construct a privileged action.
DoAsAction(Subject, PrivilegedAction<T>) - Constructor for class com.tangosol.net.security.DoAsAction
Construct a privileged action.
doBalancePrimary(SimpleAssignmentStrategy.AnalysisContext, Member, PartitionSet, Member[]) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Do balancing transfers for primary distribution.
DocumentElementPreprocessor - Class in com.tangosol.config.xml
DocumentElementPreprocessor() - Constructor for class com.tangosol.config.xml.DocumentElementPreprocessor
DocumentElementPreprocessor.ElementPreprocessor - Interface in com.tangosol.config.xml
An DocumentElementPreprocessor.ElementPreprocessor provides a mechanism to examine and optionally mutate an XmlElement prior to it being processed by a ElementProcessor.
DocumentPreprocessor - Interface in com.tangosol.config.xml
A DocumentPreprocessor provides a mechanism to pre-process an XmlElement, representing part or all of an XmlDocument prior to the said XmlElement being processes using configured ElementProcessors.
DocumentProcessor - Class in com.tangosol.config.xml
A DocumentProcessor is responsible for processing in an XmlDocument to produce a resulting configured resource.
DocumentProcessor(DocumentProcessor.Dependencies) - Constructor for class com.tangosol.config.xml.DocumentProcessor
Construct a DocumentProcessor.
DocumentProcessor.DefaultDependencies - Class in com.tangosol.config.xml
DocumentProcessor.Dependencies - Interface in com.tangosol.config.xml
doHttpRequest(URI) - Method in class com.tangosol.net.URLMemberIdentityProvider
 
doSerialization(WriteBuffer.BufferOutput, Object, Serializer[]) - Method in class com.tangosol.io.MultiplexingSerializer
DOUBLE_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of doubles.
DOUBLE_AVERAGE_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the DoubleAverage aggregator.
DOUBLE_MAX_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the DoubleMax aggregator.
DOUBLE_MIN_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the DoubleMin aggregator.
DOUBLE_SUM_FUNCTION_BUILDER - Static variable in class com.tangosol.coherence.dslquery.function.FunctionBuilders
This builder will realize instances of the DoubleSum aggregator.
DoubleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Construct a SimpleAdapter.
DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Construct a DoubleArrayAdapter.
DoubleAverage<T> - Class in com.tangosol.util.aggregator
Calculates an average for values of any numeric type extracted from a set of entries in a Map.
DoubleAverage() - Constructor for class com.tangosol.util.aggregator.DoubleAverage
Default constructor (necessary for the ExternalizableLite interface).
DoubleAverage(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.DoubleAverage
Construct a DoubleAverage aggregator.
DoubleAverage(String) - Constructor for class com.tangosol.util.aggregator.DoubleAverage
Construct an DoubleAverage object.
doubleBinaryOperator(Remote.DoubleBinaryOperator) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleBinaryOperator.
doubleConsumer(Remote.DoubleConsumer) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleConsumer.
doubleFunction(Remote.DoubleFunction<R>) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleFunction.
DOUBLELITERAL - Static variable in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
The numberic code for a double literal
DOUBLELITERAL - Static variable in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
The numberic code for a double literal
doubleMax(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the numeric values extracted from a set of entries in a Map.
doubleMax(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a maximum of the numeric values extracted from a set of entries in a Map.
DoubleMax<T> - Class in com.tangosol.util.aggregator
Calculates a maximum of numeric values extracted from a set of entries in a Map.
DoubleMax() - Constructor for class com.tangosol.util.aggregator.DoubleMax
Default constructor (necessary for the ExternalizableLite interface).
DoubleMax(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.DoubleMax
Construct a DoubleMax aggregator.
DoubleMax(String) - Constructor for class com.tangosol.util.aggregator.DoubleMax
Construct a DoubleMax aggregator.
doubleMin(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the numeric values extracted from a set of entries in a Map.
doubleMin(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a minimum of the numeric values extracted from a set of entries in a Map.
DoubleMin<T> - Class in com.tangosol.util.aggregator
Calculates a minimum of numeric values extracted from a set of entries in a Map.
DoubleMin() - Constructor for class com.tangosol.util.aggregator.DoubleMin
Default constructor (necessary for the ExternalizableLite interface).
DoubleMin(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.DoubleMin
Construct a DoubleMin aggregator.
DoubleMin(String) - Constructor for class com.tangosol.util.aggregator.DoubleMin
Construct a DoubleMin aggregator.
doublePredicate(Remote.DoublePredicate) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoublePredicate.
doubleRotate(AbstractSparseArray.Node<V>, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Double rotate a node in a given direction.
doubleSum(ValueExtractor<? super T, ? extends Number>) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a sum of the numeric values extracted from a set of entries in a Map.
doubleSum(String) - Static method in class com.tangosol.util.Aggregators
Return an aggregator that calculates a sum of the numeric values extracted from a set of entries in a Map.
DoubleSum<T> - Class in com.tangosol.util.aggregator
Sums up numeric values extracted from a set of entries in a Map.
DoubleSum() - Constructor for class com.tangosol.util.aggregator.DoubleSum
Default constructor (necessary for the ExternalizableLite interface).
DoubleSum(ValueExtractor<? super T, ? extends Number>) - Constructor for class com.tangosol.util.aggregator.DoubleSum
Construct a DoubleSum aggregator.
DoubleSum(String) - Constructor for class com.tangosol.util.aggregator.DoubleSum
Construct a DoubleSum aggregator.
doubleSupplier(Remote.DoubleSupplier) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleSupplier.
doubleToIntFunction(Remote.DoubleToIntFunction) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleToIntFunction.
doubleToLongFunction(Remote.DoubleToLongFunction) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleToLongFunction.
doubleUnaryOperator(Remote.DoubleUnaryOperator) - Static method in class com.tangosol.util.function.Remote
Capture serializable DoubleUnaryOperator.
doubleValue() - Method in class com.oracle.coherence.common.base.MutableLong
 
doubleValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Returns the current value of this AsyncAtomicInteger as a double after a widening primitive conversion.
doubleValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Returns the current value of this DistributedAtomicLong as a double after a widening primitive conversion.
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
doubleValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Returns the current value of this AtomicInteger as a double after a widening primitive conversion.
doubleValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Returns the current value of this AtomicLong as a double after a widening primitive conversion.
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
doubleValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
doubleValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as a double.
DownConverter(Serializer, Converter<Object, Binary>) - Constructor for class com.oracle.coherence.grpc.RequestHolder.DownConverter
Construct the Converter that converts from a Binary serialized in one format to a Binary key serialized in a different format.
doWrite(WriteBuffer.BufferOutput, Object, Serializer) - Method in class com.tangosol.io.MultiplexingSerializer
Writes the serialization header and payload.
drainBacklog(long) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
drainBacklog(long) - Method in interface com.tangosol.net.FlowControl
Check for an excessive backlog and allow blocking the calling thread for up to the specified amount of time.
drainBacklog(long) - Method in class com.tangosol.util.AsynchronousAgent
 
drainPermits() - Method in class com.oracle.coherence.concurrent.LocalSemaphore
 
drainPermits() - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Acquires and returns all permits that are immediately available, or if negative permits are available, releases them.
drainPermits() - Method in interface com.oracle.coherence.concurrent.Semaphore
Acquires and returns all permits that are immediately available, or if negative permits are available, releases them.
DropCacheStatement(String) - Constructor for class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder.DropCacheStatement
Construct a DropCacheStatement.
DropCacheStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a DropCacheStatementBuilder.DropCacheStatement.
DropCacheStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder
 
DropCacheStatementBuilder.DropCacheStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "DROP CACHE" command.
DropIndexStatement(String, ValueExtractor) - Constructor for class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder.DropIndexStatement
Construct a DropIndexStatement that will drop the index created with the specified ValueExtractor from the cache with the specified name.
DropIndexStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a DropIndexStatementBuilder.DropIndexStatement.
DropIndexStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder
 
DropIndexStatementBuilder.DropIndexStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "create index" command.
dropWhile(Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns, if this stream is ordered, a stream consisting of the remaining elements of this stream after dropping the longest prefix of elements that match the given predicate.
dump() - Method in class com.tangosol.io.nio.BinaryMap
Debugging support: Dump the inner structures of the BinaryMap to stdout.
dump() - Method in class com.tangosol.util.CircularArrayList
Outputs information to standard output about representation for debugging purposes.
dumpServiceInfo(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder.ServicesQueryPlusStatement
Return information about the current set of Coherence services.
dup(char, int) - Static method in class com.oracle.coherence.common.base.Formatting
Create a String of the specified length containing the specified character.
dup(char, int) - Static method in class com.tangosol.util.Base
Create a String of the specified length containing the specified character.
dup(String, int) - Static method in class com.oracle.coherence.common.base.Formatting
Create a String which is a duplicate of the specified number of the passed String.
dup(String, int) - Static method in class com.tangosol.util.Base
Create a String which is a duplicate of the specified number of the passed String.
DuplexingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that passes each call onto two different PofHandler objects.
DuplexingPofHandler(PofHandler, PofHandler) - Constructor for class com.tangosol.io.pof.DuplexingPofHandler
Construct a duplexing PofHandler that will pass on method calls to two different PofHandler objects.
duplicateEntrySet(Map<K, V>, Collection<? extends Map.Entry<K, V>>, boolean) - Static method in class com.tangosol.util.InvocableMapHelper
Create a set of InvocableMap.Entry objects using the specified collection of Map.Entry objects.
DURATION_HTTP_TIMEOUT - Static variable in class com.tangosol.net.URLMemberIdentityProvider
The default http connection timeout.
DURATION_RETRY_PERIOD - Static variable in class com.tangosol.net.URLMemberIdentityProvider
The default retry period.
DURATION_RETRY_TIMEOUT - Static variable in class com.tangosol.net.URLMemberIdentityProvider
The default retry timeout.

E

E_ALL - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that all events should be evaluated.
E_DELETED - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_DELETED events should be evaluated.
E_INSERTED - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_INSERTED events should be evaluated.
E_KEYSET - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that all events that would affect the result of a QueryMap.keySet(com.tangosol.util.Filter) query should be evaluated.
E_NATURAL - Static variable in class com.tangosol.util.filter.CacheEventFilter
Bitmask to select natural events.
E_SYNTHETIC - Static variable in class com.tangosol.util.filter.CacheEventFilter
Bitmask to select synthetic events.
E_UPDATED - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_UPDATED events should be evaluated.
E_UPDATED_ENTERED - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_UPDATED events should be evaluated, but only if filter evaluation is false for the old value and true for the new value.
E_UPDATED_LEFT - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_UPDATED events should be evaluated, but only if filter evaluation is true for the old value and false for the new value.
E_UPDATED_WITHIN - Static variable in class com.tangosol.util.filter.MapEventFilter
This value indicates that ENTRY_UPDATED events should be evaluated, but only if filter evaluation is true for both the old and the new value.
EDITION_COMMUNITY - Static variable in interface com.tangosol.net.ClusterDependencies
Standard edition (SE).
EDITION_DATA_CLIENT - Static variable in interface com.tangosol.net.ClusterDependencies
Data Client edition (DC).
EDITION_ENTERPRISE - Static variable in interface com.tangosol.net.ClusterDependencies
Enterprise edition (EE).
EDITION_GRID - Static variable in interface com.tangosol.net.ClusterDependencies
Grid Edition (GE).
EDITION_REAL_TIME_CLIENT - Static variable in interface com.tangosol.net.ClusterDependencies
Real time client edition (RTC).
EDITION_STANDARD - Static variable in interface com.tangosol.net.ClusterDependencies
Standard edition (SE).
effectiveIndex(int) - Method in class com.tangosol.util.CircularArrayList
Calculate the effective index taking into account offsets and the circular nature of CircularArrayList.
ELEMENT_NAME - Static variable in class com.tangosol.coherence.config.xml.processor.BackingMapSchemeProcessor
The name of the backing-map-scheme XmlElement.
ElementCalculatorBuilder - Class in com.tangosol.coherence.config.builder
ElementCalculatorBuilder() - Constructor for class com.tangosol.coherence.config.builder.ElementCalculatorBuilder
 
ElementCalculatorProcessor - Class in com.tangosol.coherence.config.xml.processor
A ElementCalculatorProcessor is responsible for processing an element-calculator XmlElement to produce an ElementCalculatorBuilder.
ElementCalculatorProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.ElementCalculatorProcessor
 
ElementIterator(String) - Constructor for class com.tangosol.run.xml.SimpleElement.ElementIterator
 
ElementList() - Constructor for class com.tangosol.run.xml.SimpleElement.ElementList
 
ElementProcessor<T> - Interface in com.tangosol.config.xml
An ElementProcessor is responsible for processing XmlElement content to return a strongly-typed value.
ElementProcessorHelper - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessorHelper provides a number of helper methods for ElementProcessors.
ElementProcessorHelper() - Constructor for class com.tangosol.coherence.config.xml.processor.ElementProcessorHelper
 
elements() - Method in class com.tangosol.util.LiteSet
Returns an Enumerator over the elements in this Set.
elements() - Method in class com.tangosol.util.StringTable
Create an enumerator for the values in the table.
elements() - Method in class com.tangosol.util.Tree
Create an enumerator for the tree's values.
emitLossNotification(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Emit a partition loss notification for given partitions.
empty(V) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
A helper method that always returns Empty.
EMPTY - Static variable in class com.oracle.coherence.grpc.BinaryHelper
Singleton Empty.
EMPTY - Static variable in class com.tangosol.io.Base64InputStream
Empty binary data.
EMPTY - Static variable in class com.tangosol.util.Binary
An empty Binary.
EMPTY - Static variable in class com.tangosol.util.SafeSortedMap
An empty, immutable SafeSortedMap instance.
EMPTY - Static variable in class com.tangosol.util.SegmentedHashMap
An empty, immutable SegmentedHashMap instance.
EMPTY - Static variable in class com.tangosol.util.SimpleLongArray
Empty array of objects.
EMPTY_ARRAY - Static variable in class com.tangosol.util.CopyOnWriteLongArray
An empty placeholder array.
EMPTY_ARRAY - Static variable in class com.tangosol.util.SubSet
An empty immutable array.
EMPTY_BINARY_ARRAY - Static variable in class com.tangosol.util.ExternalizableHelper
An empty array of Binary objects.
EMPTY_BYTE_STRING - Static variable in class com.oracle.coherence.grpc.BinaryHelper
Singleton empty ByteString.
EMPTY_BYTES - Static variable in class com.tangosol.io.MultiByteArrayInputStream
Empty array of bytes.
EMPTY_SUBJECT - Static variable in class com.tangosol.net.security.SecurityHelper
A subject that represents nobody.
EmptyChannel(int) - Constructor for class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
EmptyKeyStoreLoader - Class in com.tangosol.net.ssl
A KeyStoreLoader that loads an empty, non-password protected KeyStore.
EmptyKeyStoreLoader() - Constructor for class com.tangosol.net.ssl.EmptyKeyStoreLoader
 
enable(String) - Method in class com.tangosol.coherence.dsltools.precedence.TokenTable
Enable an installed token stored under the given name
enabled() - Static method in class com.tangosol.net.topic.Publisher.FailOnFull
Obtain the Option indicating futures should complete exceptionally if the topic is full.
enabled() - Static method in class com.tangosol.net.topic.Subscriber.CompleteOnEmpty
Obtain the Option indicating futures should complete if the topic is empty.
ENABLED - Static variable in class com.tangosol.net.security.Security
Indicates if security is enabled by the operational configuration.
enableManagement(String, boolean) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
enableReference() - Method in class com.tangosol.io.pof.PofBufferWriter
Ensure that reference support (necessary for cyclic dependencies) is enabled.
enableReference() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Ensure that reference support (necessary for cyclic dependencies) is enabled.
enableStatistics(String, boolean) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
enableTokenNamed(String) - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Enable the token named by the given string.
encode(byte[]) - Static method in class com.tangosol.io.Base64OutputStream
Encode the passed binary data using Base64 encoding.
encode(byte[], boolean) - Static method in class com.tangosol.io.Base64OutputStream
Encode the passed binary data using Base64 encoding.
encode(byte[], int, int, boolean) - Static method in class com.tangosol.io.Base64OutputStream
Encode the passed binary data using Base64 encoding.
encode(PofWriter, int, Object) - Method in interface com.tangosol.io.pof.reflect.Codec
Serialize an object using the provided PofWriter.
encode(PofWriter, int, Object) - Method in class com.tangosol.io.pof.reflect.Codecs.AbstractCodec
Serialize an object using the provided PofWriter.
encodeAttribute(String, char) - Static method in class com.tangosol.run.xml.XmlHelper
Encode an attribute value so that it can be quoted and made part of a valid and well formed XML document.
encodeContent(String, boolean) - Static method in class com.tangosol.run.xml.XmlHelper
Encode an element's content value so that it can be made part of a valid and well formed XML document.
encodeCookie(PartitionSet, int) - Static method in class com.oracle.coherence.grpc.proxy.PagedQueryHelper
Encode the opaque cookie used in a paged request.
encodeExpiry(ReadBuffer, long) - Static method in class com.tangosol.util.ExternalizableHelper
Return a ReadBuffer whose contents represent the specified buffer with the specified expiry encoded as a DECO_EXPIRY decoration.
encodeInitParams(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Encode the supplied xmlConfig XmlElement as a series of init-param elements.
encodePosition(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Called for each and every value going into the POF stream, in case the value needs its position to be encoded into the stream.
encodeString(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
Parse escaped string into a string.
encodeTinyInt(int) - Static method in class com.tangosol.io.pof.PofHelper
Encode an integer value into one of the reserved single-byte combined type and value indicators.
encodeUri(String) - Static method in class com.tangosol.run.xml.XmlHelper
Encode a System Identifier as per the XML 1.0 Specification second edition, section 4.2.2.
encrypt(Serializable, PrivateKey) - Method in class com.tangosol.net.security.DefaultController
Encrypt the specified object using the specified private key.
encrypt(Object, Subject) - Method in interface com.tangosol.net.security.AccessController
Encrypt the specified object using the private credentials for the given Subject (encryptor), which is usually associated with the current thread.
encrypt(Object, Subject) - Method in class com.tangosol.net.security.DefaultController
Encrypt the specified object using the private credentials for the given Subject (encryptor), which is usually associated with the current thread.
end() - Method in class com.tangosol.io.pof.LoggingPofHandler
End a complex data structure.
ENDANGERED - Enum constant in enum class com.tangosol.net.partition.SimpleStrategyMBean.HAStatus
Loss of a cluster node that runs a PartitionedService may cause data loss.
endBulkKeyProcess(Object[], SimpleOverflowMap.Status[]) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Finish the processing of any number of keys.
endComplexValue() - Method in class com.tangosol.io.pof.AbstractPofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in class com.tangosol.io.pof.DuplexingPofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in class com.tangosol.io.pof.LoggingPofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in interface com.tangosol.io.pof.PofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in class com.tangosol.io.pof.ValidatingPofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in class com.tangosol.io.pof.WritingPofHandler
Signifies the termination of the current complex value.
endComplexValue() - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Signifies the termination of the current complex value.
endKeyProcess(Object, OverflowMap.Status) - Method in class com.tangosol.net.cache.OverflowMap
Finish the processing of a single key.
endKeyProcess(Object, SimpleOverflowMap.Status) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Finish the processing of a single key.
endMapProcess() - Method in class com.tangosol.net.cache.OverflowMap
Release exclusive access for the OverflowMap.
endMapProcess() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Release exclusive access for the OverflowMap.
EndOfStatementOPToken - Class in com.tangosol.coherence.dsltools.precedence
An OPToken representing the end of a CohQL statement.
EndOfStatementOPToken() - Constructor for class com.tangosol.coherence.dsltools.precedence.EndOfStatementOPToken
Create a new EndOfStatementOPToken
EndOPToken - Class in com.tangosol.coherence.dsltools.precedence
An OPToken representing the end of a token stream.
EndOPToken() - Constructor for class com.tangosol.coherence.dsltools.precedence.EndOPToken
Create a new EndOPToken
endProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter
Signifies the termination of the current POF property.
endProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Signifies the termination of the current POF property.
endsWith(Binary) - Method in class com.tangosol.util.Binary
Tests if this Binary object ends with the specified suffix.
enlist(TransactionMap, Object) - Method in class com.tangosol.run.jca.SimpleValidator
Enlist the resource with the specified transaction.
enlist(TransactionMap, Object) - Method in interface com.tangosol.util.TransactionMap.Validator
Enlist the resource with the specified transaction.
enrichEvent(MapEvent, Listeners) - Static method in class com.tangosol.util.MapListenerSupport
Transform the given MapEvent into a FilterEvent if it is not already a FilterEvent and there are matching filters associated with the specified Listeners object.
ensure(SessionConfiguration) - Static method in interface com.tangosol.net.Session
Obtain a Session based on the specified configuration or throw an IllegalStateException if a session could not be obtained.
ensure(SessionConfiguration, Coherence.Mode) - Static method in interface com.tangosol.net.Session
Obtain a Session based on the specified configuration or throw an IllegalStateException if a session could not be obtained.
ensure(Throwable) - Static method in exception class com.tangosol.util.WrapperException
Ensure a WrapperException from a Throwable object.
ensure(Throwable, String) - Static method in exception class com.tangosol.util.WrapperException
Ensure a WrapperException from a Throwable object and an additional description.
ensureActive() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return control if this PersistenceManager is still active, otherwise throw an exception.
ensureAdded() - Method in class com.tangosol.util.DeltaSet
Get a mutable set of items that were added to the delta set.
ensureArgument(Object, String) - Static method in class com.tangosol.net.TcpDatagramSocketProvider.DefaultDependencies
Ensure that the specified object is non-null
ensureBigDecimal(Number) - Static method in class com.oracle.coherence.common.base.StackTrace
Ensure the specified Number is a BigDecimal value or convert it into a new BigDecimal object.
ensureBigDecimal(Number) - Static method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Ensure the specified Number is a BigDecimal value or convert it into a new BigDecimal object.
ensureBigDecimal(Number) - Static method in class com.tangosol.util.Base
Ensure the specified Number is a BigDecimal value or convert it into a new BigDecimal object.
ensureBuffer(Socket) - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Return the existing buffer, if there is one, or create one to use for reading from the passed socket.
ensureBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the internal MultiBufferOutput, creating it if necessary.
ensureBundles(ParameterResolver, BundlingNamedCache) - Method in class com.tangosol.coherence.config.scheme.BundleManager
Create a BundlingNamedCache using the operation-bundling element.
ensureBundles(ParameterResolver, ReadWriteBackingMap.StoreWrapper) - Method in class com.tangosol.coherence.config.scheme.BundleManager
Create a BundlingNamedCache using the "operation-bundling" element.
ensureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Obtain the NamedCache reference for the cache service defined by the specified scheme.
ensureCache(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Return the ConfigurableCacheMap that uses this eviction policy.
ensureCache(String, ClassLoader) - Method in interface com.tangosol.net.CacheProvider
Deprecated.
Ensure an Object-based cache for the given name.
ensureCache(String, ClassLoader) - Method in interface com.tangosol.net.CacheService
Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.
ensureCache(String, ClassLoader) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure an cache for the given name and classloader (using raw types).
ensureCache(String, ClassLoader) - Method in class com.tangosol.net.WrapperCacheService
Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.
ensureCache(String, ClassLoader, NamedMap.Option...) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure an cache for the given name, classloader and options.
ensureCache(String, ClassLoader, NamedMap.Option...) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Ensure an cache for the given name, classloader and options.
ensureCache(String, ClassLoader, NamedMap.Option...) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
 
ensureCapacity(int) - Method in class com.tangosol.util.CircularArrayList
Increase the capacity of this list instance, if necessary, to ensure that it can hold at least the specified number of elements.
ensureChannelCount(String, int) - Method in interface com.tangosol.net.TopicService
Ensure the specified topic has at least the required number of channels.
ensureChannelCount(String, int, int) - Method in interface com.tangosol.net.TopicService
Ensure the specified topic has at least the required number of channels.
ensureClassLoader(ClassLoader) - Static method in class com.oracle.coherence.common.base.Classes
Obtain a non-null ClassLoader.
ensureClassLoader(ClassLoader) - Method in class com.tangosol.coherence.config.builder.StaticFactoryInstanceBuilder
Ensures we have a non-null ClassLoader that we can use for loading classes.
ensureClassLoader(ClassLoader) - Static method in class com.tangosol.util.Base
Obtain a non-null ClassLoader.
ensureClient() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
ensureCluster() - Static method in class com.tangosol.net.CacheFactory
Obtain a Cluster object running Coherence services.
ensureCoherence(BeanManager) - Static method in class com.oracle.coherence.cdi.CoherenceExtension
Ensure that a Coherence bean is resolvable and started.
ensureCollection(Object) - Method in class com.tangosol.util.SimpleMapIndex
Return a Collection representation of the specified value, which could be a Collection, Object[], scalar, or NO_VALUE.
ensureCompactness() - Method in class com.tangosol.util.CircularArrayList
Ensure the representation of this list is appropriatly compact by shrinking if necessary.
ensureConfigCCFMap(ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Ensure that a map from URI to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).
ensureConfigMap(ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Ensure that a map from URL to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).
ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Ensure service and its topic configuration.
ensureConfiguredService(ParameterResolver, MapBuilder.Dependencies) - Method in interface com.tangosol.coherence.config.scheme.TopicScheme
Obtain a configured topic service.
ensureConnection(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Obtain a Connection for the specified address.
ensureConverted(Converter) - Method in class com.tangosol.util.filter.InKeySetFilter
Ensure that the underlying keys are converted using the specified converter.
ensureConverted(InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Wrap any AsynchronousProcessor instances with a custom wrapper to perform conversion of result returned by the processor.
ensureConverterDown() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the Converter used to convert between the request format and the cache format; creating the Converter if required.
ensureConverterKeyDown() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the Converter used to convert between the request format keys and the cache format keys; creating the Converter if required.
ensureConverters(NamedCache) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Instantiate the converters necessary to support the processing mode that this ContinuousQueryCache will be operating under.
ensureConverterUp() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the Converter used to convert between the cache format and the request format; creating the Converter if required.
ensureDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int) - Method in class com.tangosol.net.SocketProviderFactory
ensureDir(File) - Static method in class com.tangosol.io.FileHelper
Validate that the given File represents a directory, creating it if it doesn't already exist.
ensureDomain(String) - Static method in class com.tangosol.net.management.MBeanHelper
Ensure the Canonical name is prefixed with the domain name.
ensureEffectiveIndex(int) - Method in class com.tangosol.util.CircularArrayList
After range checking Calculate the effective index while taking into account the offsets and the circular nature of the list.
ensureElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Ensure that a child element exists.
ensureElement(String) - Method in class com.tangosol.run.xml.SimpleElement
Ensure that a child element exists.
ensureElement(String) - Method in interface com.tangosol.run.xml.XmlElement
Ensure that a child element exists.
ensureEraseBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Configure the bundler for the "erase" operations.
ensureEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the existing event queue or create one if none exists.
ensureExpired() - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Ensure that the expired operation flag is set.
ensureExtent(long) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Ensure that an extent with the given identifier exists in the persistent store, returning true iff the extent was created.
ensureExtent(long) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Ensure that an extent with the given identifier exists in the persistent store, returning true iff the extent was created.
ensureExtent(long) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
ensureExtentInternal(long) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Ensure the provided extent id has been registered and created, thus allowing subsequent load and store operations against the same extent id.
ensureFactory(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Find, or if needed create a DatabaseFactory for the specified manager.
ensureFilter(ByteString, Serializer) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a Filter from the serialized data in a ByteString.
ensureFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Filter from the serialized data in a ByteString.
ensureFilter(NodeTerm, String, String, List, ParameterResolver, ExecutionContext) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Build a Filter for the given cache using the given where clause, alias and bind environments.
ensureGetBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
Configure the bundler for the "get" operations.
ensureGlobalName(String) - Method in interface com.tangosol.net.management.Registry
Convert the passed MBean name to a global name if necessary.
ensureGlobalName(String, Member) - Method in interface com.tangosol.net.management.Registry
Convert the passed MBean name to a global name for a given cluster Member if necessary.
ensureIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Ensure that the map of indexes maintained by this cache exists.
ensureInflated(Object, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
If the internal cache value associated with the provided key is Binary, deserialize the value and store it back to the internal cache in its deserialized form.
ensureInitialized() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Ensures that this repository is initialized by creating necessary indices on the backing map.
ensureInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Fully initialize the ConfigurablePofContext if it has not already been initialized.
ensureInitialized() - Method in class com.tangosol.net.events.NamedEventInterceptor
Based on the state of the NamedEventInterceptor populate any uninitialized values based on either an annotation being present or the class file's generic types.
ensureInitialized() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Ensure that this aggregator is initialized.
ensureInitialized() - Method in class com.tangosol.util.aggregator.GroupAggregator
Ensure that this aggregator is initialized.
ensureInitialized() - Method in class com.tangosol.util.aggregator.TopNAggregator
Ensure that this aggregator is initialized.
ensureInitialized(boolean) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Ensure that this aggregator is initialized.
ensureInputStream() - Method in class com.tangosol.io.WrapperInputStream
Return the underlying InputStream.
ensureInstance(ConfigurableCacheFactory) - Static method in class com.tangosol.net.DefaultCacheServer
Returns the DefaultCacheServer singleton, creating it if necessary.
ensureInternalCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Create and initialize this ContinuousQueryCache's (if not already present) internal cache.
ensureInternalIterator() - Method in class com.tangosol.net.CompositeAddressProvider
Create (if necessary) and return the default iterator.
ensureInternalListener() - Method in class com.tangosol.util.WrapperObservableMap
Obtain the internal MapListener, creating one if necessary.
ensureInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
Ensure that a strategy has been chosen and that any appropriate global listeners have been registered.
ensureIterator() - Method in class com.tangosol.net.RefreshableAddressProvider.CircularIterator
Return the cache iterator.
ensureLifecycleListeners() - Method in class com.tangosol.net.DefaultCacheServer
Returns the list of LifecycleListeners registered for this DefaultCacheServer.
ensureListener(MapIndex) - Static method in class com.tangosol.util.InvocableMapHelper
Ensure a MapListener for the given index.
ensureListenerSupport() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Configure the local MapListenerSupport and register the intercepting MapListener with the internal ObservableMap.
ensureLoadBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Configure the bundler for the "load" operations.
ensureLoadFactor(SegmentedHashMap.Segment) - Method in class com.tangosol.util.SegmentedHashMap
Check whether or not the specified segment is overloaded and if so, grow the bucket array (which suggests with high probability that the per-segment load will decrease).
ensureMap() - Method in class com.tangosol.util.aggregator.ReducerAggregator
Return a map that can be used to store reduced values, creating it if one has not already been created.
ensureMapFilters() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
Ensure a Map is created to store Filters to apply against values of the key/value pairs within the ObjectName.
ensureMapJsonBodyHandler() - Static method in interface com.tangosol.net.management.MapJsonBodyHandler
Load a MapJsonBodyHandler using the JVM's ServiceLoader mechanism.
ensureMapListenerSupport() - Method in class com.tangosol.util.WrapperObservableMap
Obtain the MapListenerSupport, creating it if necessary.
ensureMutable() - Method in class com.tangosol.run.xml.XmlBean
Make sure that this XML bean is mutable.
ensureNamespace(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Ensure the existence of the Namespace declaration attribute in a context of the specified XmlElement.
ensureNamespaceHandler(String, NamespaceHandler) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Ensures that the specified NamespaceHandler for the specified prefix is defined in this ProcessingContext.
ensureNamespaceHandler(String, NamespaceHandler) - Method in interface com.tangosol.config.xml.ProcessingContext
Ensures that the specified NamespaceHandler for the specified prefix is defined in this ProcessingContext.
ensureNamespaceHandler(String, URI) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Ensures that an NamespaceHandler with the specified URI is available for use in the ProcessingContext with the specified prefix.
ensureNamespaceHandler(String, URI) - Method in interface com.tangosol.config.xml.ProcessingContext
Ensures that an NamespaceHandler with the specified URI is available for use in the ProcessingContext with the specified prefix.
ensureOpen() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Ensures that the CoherenceBasedCache is open (not closed).
ensureOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
Return the underlying OutputStream.
ensurePersistenceException(Throwable) - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return a PersistenceException with the given cause.
ensurePersistenceException(Throwable) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Return a PersistenceException with the given cause.
ensurePersistenceException(Throwable) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return a PersistenceException with the given cause.
ensurePersistenceException(Throwable) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return a PersistenceException with the given cause.
ensurePersistenceException(Throwable, String) - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return a PersistenceException with the given cause and detail message.
ensurePersistenceException(Throwable, String) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Return a PersistenceException with the given cause and detail message.
ensurePersistenceException(Throwable, String) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return a PersistenceException with the given cause and detail message.
ensurePersistenceException(Throwable, String) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return a PersistenceException with the given cause and detail message.
ensurePrimingListener() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Return the priming listener, or it not already cached, create it.
ensurePutBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
Configure the bundler for the "put" operations.
ensureQueueDaemon() - Method in class com.tangosol.io.AsyncBinaryStore
Obtain the QueueDaemon, if one already exists; otherwise, create and start one.
ensureReadOnly() - Method in class com.tangosol.run.xml.XmlBean
Make sure that this value is read-only (immutable).
ensureReady() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Block the calling thread until the store is either ready to accept requests or the store has been closed.
ensureReferenceRegistry() - Method in class com.tangosol.io.pof.PofBufferReader
Obtain the registry for identity-reference pairs, creating it if necessary.
ensureReferenceRegistry() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Obtain the registry for identity-reference pairs, creating it if necessary.
ensureRefreshThread() - Method in class com.tangosol.net.RefreshableAddressProvider
Start the refresh thread if not already running.
ensureRegistration() - Static method in class com.tangosol.net.security.SecurityProvider
Ensure that an instance of this provider has been registered with the system.
ensureRemoveBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
Configure the bundler for the "remove" operations.
ensureRemoved() - Method in class com.tangosol.util.DeltaSet
Get a mutable set of items that were removed from the delta set.
ensureRemoved() - Method in class com.tangosol.util.SubSet
Get a mutable set of items that are removed in the subset.
ensureResults() - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Obtain results of the bundled requests.
ensureResults() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Obtain results of the bundled requests.
ensureResults() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Obtain results of the bundled requests.
ensureResults() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Obtain results of the bundled requests.
ensureResults(boolean) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Obtain results of the bundled requests or ensure that the results have already been retrieved.
ensureRetained() - Method in class com.tangosol.util.SubSet
Get a mutable set of items that are retained in the subset.
ensureRuntimeException(Throwable) - Static method in class com.oracle.coherence.common.base.Exceptions
Convert the passed exception to a RuntimeException if necessary.
ensureRuntimeException(Throwable) - Static method in class com.tangosol.util.Base
Convert the passed exception to a RuntimeException if necessary.
ensureRuntimeException(Throwable, String) - Static method in class com.oracle.coherence.common.base.Exceptions
Convert the passed exception to a RuntimeException if necessary.
ensureRuntimeException(Throwable, String) - Static method in class com.tangosol.util.Base
Convert the passed exception to a RuntimeException if necessary.
ensureSafe(Comparator<? super V>) - Static method in class com.tangosol.util.comparator.SafeComparator
Ensure that the specified comparator is safe, by wrapping it if it isn't.
ensureSafeObserver(StreamObserver<T>) - Static method in class com.oracle.coherence.grpc.SafeStreamObserver
Ensure that the specified StreamObserver is a safe observer.
ensureSafeSet(Set) - Static method in class com.tangosol.util.filter.ExtractorFilter
Return a non-null Set.
ensureSerializer(ClassLoader) - Static method in class com.tangosol.util.ExternalizableHelper
Obtain a Serializer for the specified ClassLoader.
ensureService(ServiceScheme) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Ensure the service for the specified scheme then start the service if it isn't running.
ensureService(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Ensure the service for the specified scheme.
ensureService(String) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure a service for the given name.
ensureService(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Ensure a service for the given name.
ensureService(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Ensure a service for the given name.
ensureService(String, Cluster) - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Call the Cluster.ensureService(String, String) method to obtain the service.
ensureService(String, Cluster) - Method in class com.tangosol.coherence.config.scheme.BaseGrpcCacheScheme
 
ensureService(String, String) - Method in interface com.tangosol.net.Cluster
Obtains a Service object for the specified service name and type.
ensureServiceInternal(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Ensure the service for the specified scheme.
ensureSet() - Method in class com.tangosol.util.aggregator.DistinctValues
Return a set that can be used to store distinct values, creating it if one has not already been created.
ensureSet(Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Return the specified set, or an empty set if null.
ensureSingletonMBean(String) - Static method in class com.tangosol.net.management.MBeanHelper
Ensure that there is an instance of a local MBean of the specified type registered with the default MBeansServer.
ensureSocketException(IOException) - Static method in class com.tangosol.net.TcpDatagramSocket.Impl
Convert an IOException into a SocketException.
ensureSocketProvider(String, SocketProviderFactory.Dependencies, int) - Method in class com.tangosol.net.SocketProviderFactory
Create SocketProvider
ensureStatusRuntimeException(Throwable) - Static method in class com.oracle.coherence.grpc.ErrorsHelper
Convert a Throwable to a StatusRuntimeException.
ensureStatusRuntimeException(Throwable, String) - Static method in class com.oracle.coherence.grpc.ErrorsHelper
Convert a Throwable to a StatusRuntimeException.
ensureStep(Filter) - Method in interface com.tangosol.util.QueryRecord.PartialResult.ExplainStep
Ensure an inner nested explain step for the given filter.
ensureStep(Filter) - Method in interface com.tangosol.util.QueryRecord.PartialResult.TraceStep
Ensure an inner nested trace step for the given filter.
ensureStep(Filter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.ExplainStep
Ensure an inner nested explain step for the given filter.
ensureStep(Filter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.TraceStep
Ensure an inner nested trace step for the given filter.
ensureStoreBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Configure the bundler for the "store" operations.
ensureSubscriberGroup(String) - Method in interface com.tangosol.net.topic.NamedTopic
Ensure that the specified subscriber group exists for this topic.
ensureSubscriberGroup(String, Filter<?>, ValueExtractor<?, ?>) - Method in interface com.tangosol.net.topic.NamedTopic
Ensure that the specified subscriber group exists for this topic.
ensureSubscriberGroup(String, String) - Method in interface com.tangosol.net.PagedTopicService
Ensure the specified subscriber group is created in a subscription.
ensureSubscriberGroup(String, String, Filter<?>, ValueExtractor<?, ?>) - Method in interface com.tangosol.net.PagedTopicService
Ensure the specified subscriber group is created in a subscription.
ensureSubscription(String, long, Subscriber.Id) - Method in interface com.tangosol.net.PagedTopicService
Ensure the specified subscriber is subscribed to a subscription.
ensureSubscription(String, long, Subscriber.Id, boolean) - Method in interface com.tangosol.net.PagedTopicService
Ensure the specified subscriber is subscribed to a subscription.
ensureSubscription(String, SubscriberGroupId, Subscriber.Id, Filter<?>, ValueExtractor<?, ?>) - Method in interface com.tangosol.net.PagedTopicService
Ensure the specified subscriber is created in a subscription.
ensureSynchronized(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Ensure that the ContinuousQueryCache listeners have been registered and its content synchronized with the underlying NamedCache.
ensureSynthetic() - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Ensure that the synthetic operation flag is set.
ensureTarget() - Method in class com.tangosol.util.extractor.ChainedExtractor
Ensure that this target is correct after first extractor manually updated.
ensureThreadGroup() - Method in class com.tangosol.util.Daemon
Obtain the existing ThreadGroup or create one if none exists or the current one is destroyed.
ensureTopic(String, NamedCollection.Option...) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure an Object-based topic for the given name.
ensureTopic(String, ClassLoader) - Method in interface com.tangosol.net.TopicService
Obtain a Topic interface that provides
ensureTopic(String, ClassLoader, NamedCollection.Option...) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure an Object-based topic for the given name.
ensureTopic(String, ClassLoader, NamedCollection.Option...) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
This method will throw an UnsupportedOperationException as NamedTopics are not supported by DefaultConfigurableCacheFactory.
ensureTopic(String, ClassLoader, NamedCollection.Option...) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Ensure an Object-based topic for the given name.
ensureTracingDaemonPool(DaemonPool) - Static method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Returns a TracingDaemonPool wrapping the specified pool.
ensureTrashDir() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Ensure trash directory is created.
ensureType(int) - Method in class com.tangosol.run.xml.SimpleValue
Change the type of the internal representation of the XmlValue.
ensureType(Object, int, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
Validate that the supplied object is compatible with the specified type.
ensureTypedCache(String, ClassLoader, TypeAssertion<K, V>) - Method in interface com.tangosol.net.CacheProvider
Deprecated.
Ensure a cache for the given name satisfying the specified type assertion.
ensureTypedCache(String, ClassLoader, TypeAssertion<K, V>) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure a cache for the given name satisfying the specified type assertion.
ensureUnconverted(Converter) - Method in class com.tangosol.util.filter.InKeySetFilter
Ensure that the underlying keys are un-converted using the specified converter.
ensureUpdatedPartitions() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Ensure and return the set of updated partitions.
ensureValid() - Method in class com.tangosol.util.AbstractSafeLongArray.SafeIterator
Ensure that the cached value/index are valid.
ensureValue(Object) - Method in class com.tangosol.util.SetMap
Return a value for the specified key.
ensureValueExtractor(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a ValueExtractor from the serialized data in a ByteString.
enter() - Method in class com.tangosol.util.ThreadGateLite
 
enter() - Method in class com.tangosol.util.WrapperReentrantGate
 
enter(long) - Method in class com.tangosol.util.ThreadGateLite
Enter the gate.
enter(long) - Method in class com.tangosol.util.WrapperReentrantGate
Enter the gate.
entering(Class<?>, String, Object...) - Static method in class com.oracle.coherence.common.base.Logger
Entry logging.
EntityFactory<ID,T> - Interface in com.oracle.coherence.repository
Provides a way to create entity instances with a known identity.
Entry() - Constructor for class com.tangosol.net.cache.LocalCache.Entry
Construct the cacheable entry that holds the cached value.
Entry() - Constructor for class com.tangosol.util.ObservableHashMap.Entry
 
Entry() - Constructor for class com.tangosol.util.SafeHashMap.Entry
 
Entry(Binary, Binary) - Constructor for class com.tangosol.io.nio.BinaryMap.Entry
Construct an Entry with a key and a value.
Entry(Binary, Binary, Binary, long, BackingMapManagerContext) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Construct an Entry with just a key.
Entry(Object, Object) - Constructor for class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Construct an Entry.
Entry(Object, Object) - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Construct an Entry.
Entry(Object, Object) - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Construct an Entry.
Entry(Object, Object) - Constructor for class com.tangosol.util.OpenHashMap.EntrySet.Entry
Construct an Entry.
Entry(Object, Object, int) - Constructor for class com.tangosol.util.SegmentedHashMap.Entry
Construct an Entry object with the specified key, value and hash.
Entry(K, V) - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Construct an Entry.
ENTRY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
State of a block that holds an Entry object's data.
ENTRY_DELETED - Static variable in class com.tangosol.net.cache.OverflowMap
This event indicates that an entry has been removed from the map.
ENTRY_DELETED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
This event indicates that an entry has been removed from the map.
ENTRY_DELETED - Static variable in class com.tangosol.util.MapEvent
This event indicates that an entry has been removed from the map.
ENTRY_INSERTED - Static variable in class com.tangosol.net.cache.OverflowMap
This event indicates that an entry has been added to the map.
ENTRY_INSERTED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
This event indicates that an entry has been added to the map.
ENTRY_INSERTED - Static variable in class com.tangosol.util.MapEvent
This event indicates that an entry has been added to the map.
ENTRY_OVERHEAD - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The average memory cost of creating SegmentedHashMap$Entry or SafeHashMap$Entry.
ENTRY_TO_KEY_CONVERTER - Static variable in class com.tangosol.util.InvocableMapHelper
Trivial Entry-to-Key converter.
ENTRY_TO_VALUE_CONVERTER - Static variable in class com.tangosol.util.InvocableMapHelper
Trivial Entry-to-Value converter.
ENTRY_UPDATED - Static variable in class com.tangosol.net.cache.OverflowMap
This event indicates that an entry has been updated in the map.
ENTRY_UPDATED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
This event indicates that an entry has been updated in the map.
ENTRY_UPDATED - Static variable in class com.tangosol.util.MapEvent
This event indicates that an entry has been updated in the map.
EntryActionAdapter() - Constructor for class com.tangosol.util.SegmentedHashMap.EntryActionAdapter
 
EntryAttributes(long, long, int) - Constructor for class com.tangosol.net.cache.SerializationCache.EntryAttributes
Construct an attribute holder for an entry.
EntryAwareComparator<T> - Interface in com.tangosol.util.comparator
EntryAwareComparator is an extension to the Comparator interface that allows the EntryComparator to know whether the underlying comparator expects to compare the corresponding Entries' keys or values.
EntryComparator - Class in com.tangosol.util.comparator
Comparator implementation used to compare map entries.
EntryComparator() - Constructor for class com.tangosol.util.comparator.EntryComparator
Default constructor (for ExternalizableLite and PortableObject).
EntryComparator(Comparator) - Constructor for class com.tangosol.util.comparator.EntryComparator
Construct an EntryComparator to compare entries' values using the provided Comparator object.
EntryComparator(Comparator, int) - Constructor for class com.tangosol.util.comparator.EntryComparator
Construct an EntryComparator to compare entries using the provided Comparator object according to the specified comparison style.
entryConsumer(StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Return a Consumer of binary Map.Entry instances that sends the entries to the specified StreamObserver.
entryDeleted(MapEvent) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheAsynchronousMapListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheAsynchronousMapListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfigurationMapListener
Remove JCacheContext for JCache identified by evt.getKey().
entryDeleted(MapEvent) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughMapListenerAdapter
 
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.DeactivationListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.DeactivationListener
 
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
Deprecated.
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
Invoked when a map entry has been removed.
entryDeleted(MapEvent<ID, T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter
 
entryDeleted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryDeleted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
entryDeleted(MapEvent<K, V>) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
 
entryDeleted(MapEvent<K, V>) - Method in class com.tangosol.coherence.rest.events.MapEventOutput
 
entryDeleted(MapEvent<K, V>) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent<K, V>) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been removed.
EntryEvent<K,V> - Interface in com.tangosol.net.events.partition.cache
An EntryEvent captures information relating to actions performed on entries.
EntryEvent.Type - Enum Class in com.tangosol.net.events.partition.cache
The EntryEvent types.
EntryEventHandler(EventObserverSupport.EventObserver<EntryEvent<K, V>>) - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport.EntryEventHandler
 
EntryEvents - Annotation Interface in com.tangosol.net.events.annotation
EntryEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive EntryEvents.
EntryExtractor - Class in com.tangosol.util.extractor
The EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.
EntryExtractor() - Constructor for class com.tangosol.util.extractor.EntryExtractor
Default constructor (for backward compatibility).
EntryExtractor(int) - Constructor for class com.tangosol.util.extractor.EntryExtractor
Construct an EntryExtractor based on the entry extraction target.
EntryFilter<K,V> - Interface in com.tangosol.util.filter
EntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.
entryFromBucket(SegmentedHashMap.Entry[], int) - Static method in class com.tangosol.util.SegmentedHashMap
Return the first non-synthetic Entry object contained by in the specified bucket.
entryInserted(MapEvent) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheAsynchronousMapListener
 
entryInserted(MapEvent) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheAsynchronousMapListener
 
entryInserted(MapEvent) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughMapListenerAdapter
 
entryInserted(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
Invoked when a map entry has been inserted.
entryInserted(MapEvent<ID, T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter
 
entryInserted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryInserted(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
entryInserted(MapEvent<K, V>) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
 
entryInserted(MapEvent<K, V>) - Method in class com.tangosol.coherence.rest.events.MapEventOutput
 
entryInserted(MapEvent<K, V>) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent<K, V>) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been inserted.
EntryIterator(Iterator<Map.Entry<K, V>>, LocalCache<K, V>) - Constructor for class com.tangosol.coherence.jcache.localcache.LocalCache.EntryIterator
Construct an EntryIterator backed by the specified iterator.
EntryIterator(Iterator<Map.Entry<K, V>>, PartitionedCache<K, V>) - Constructor for class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache.EntryIterator
Construct an PartitionedCache.EntryIterator backed by the specified iterator.
EntryProcessorEvent - Interface in com.tangosol.net.events.partition.cache
An EntryProcessorEvent captures information relating to the execution of InvocableMap.EntryProcessors.
EntryProcessorEvent.Type - Enum Class in com.tangosol.net.events.partition.cache
EntryProcessorEventHandler(EventObserverSupport.EventObserver<EntryProcessorEvent>) - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport.EntryProcessorEventHandler
 
EntryProcessorEvents - Annotation Interface in com.tangosol.net.events.annotation
EntryProcessorEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive EntryProcessorEvents.
EntryResource - Class in com.tangosol.coherence.rest
REST resource representing a single cache entry.
EntryResource(NamedCache, Object, Class) - Constructor for class com.tangosol.coherence.rest.EntryResource
Construct EntryResource.
entrySet() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
entrySet() - Method in class com.tangosol.io.nio.BinaryMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface com.tangosol.net.AsyncNamedMap
Return a set view of all the entries contained in this map.
entrySet() - Method in class com.tangosol.net.cache.CachingMap
entrySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns an set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
entrySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.ChainedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
entrySet() - Method in class com.tangosol.util.CopyOnWriteMap
Return a set view of the underlying map.
entrySet() - Method in class com.tangosol.util.EntrySetMap
 
entrySet() - Method in class com.tangosol.util.NullImplementation.NullMap
entrySet() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.SafeHashMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.SafeSortedMap
 
entrySet() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
entrySet() - Method in class com.tangosol.util.SegmentedHashMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.SetMap
 
entrySet() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
entrySet() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
entrySet(CacheRequestHolder<EntrySetRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the EntrySetRequest request and send the results to the StreamObserver.
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Stream a set of cache entries to a StreamObserver.
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
entrySet(EntrySetRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
entrySet(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
entrySet(Filter) - Method in class com.tangosol.net.cache.NearCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter) - Method in class com.tangosol.net.cache.WrapperNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter) - Method in interface com.tangosol.util.QueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter<?>) - Method in interface com.tangosol.net.AsyncNamedMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter<?>, Comparator<?>) - Method in interface com.tangosol.net.AsyncNamedMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter<?>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream the entries that satisfy the specified filter to the provided callback.
entrySet(Filter<?>, Consumer<? super Map.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream the entries that satisfy the specified filter to the provided callback.
entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.NearCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in interface com.tangosol.util.QueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(InvocableMap<K, V>) - Static method in interface com.tangosol.util.stream.RemoteStream
Create a RemoteStream of specified map's entries.
entrySet(String, String, String, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create an EntrySetRequest.
entrySet(String, String, String, ByteString, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create an EntrySetRequest.
entrySet(BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream all the entries contained in this map to the provided callback.
entrySet(Consumer<? super Map.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream all the entries contained in this map to the provided callback.
EntrySet() - Constructor for class com.tangosol.io.nio.BinaryMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.net.cache.LocalCache.EntrySet
 
EntrySet() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.net.cache.SerializationCache.EntrySet
 
EntrySet() - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet
 
EntrySet() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.ChainedMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.CopyOnWriteMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.OpenHashMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet
 
EntrySet() - Constructor for class com.tangosol.util.SegmentedHashMap.EntrySet
 
entrySetInternal(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return multiple values from the back cache based on a filter, transforming them in the process if necessary.
entrySetInternal(Filter, Comparator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return multiple values from the back cache based on a filter, transforming them in the process if necessary.
EntrySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
 
EntrySetIterator() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
EntrySetIterator() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
 
EntrySetIterator() - Constructor for class com.tangosol.util.OpenHashMap.EntrySet.EntrySetIterator
 
EntrySetIterator() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Construct an Iterator over the Entries in the SafeHashMap.
EntrySetIterator() - Constructor for class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Construct an Iterator over the Entries in the SegmentedHashMap.
EntrySetMap - Class in com.tangosol.util
A trivial Map implementation that is based on a specified set of entries.
EntrySetMap(Set) - Constructor for class com.tangosol.util.EntrySetMap
 
EntrySetResource - Class in com.tangosol.coherence.rest
REST resource representing a set of cache entries.
EntrySetResource(NamedCache, Set, Class) - Constructor for class com.tangosol.coherence.rest.EntrySetResource
Construct an EntrySetResource.
entryTouched(ConfigurableCacheMap.Entry) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
This method is called by the cache to indicate that an entry has been touched.
entryTouched(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.LocalCache.InternalEvictionPolicy
 
entryTouched(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.SerializationCache.InternalEvictionPolicy
This method is called by the cache to indicate that an entry has been touched.
entryUpdated(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
This method is called to indicate that an entry has been either inserted or updated.
entryUpdated(MapEvent) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
 
entryUpdated(MapEvent) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheAsynchronousMapListener
 
entryUpdated(MapEvent) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheAsynchronousMapListener
 
entryUpdated(MapEvent) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheSyntheticDeleteMapListener
These updated mapEvents were decorated with JACHE_SYNTHETIC_EXPIRY or JCACHE_SYNTHETIC_EXPIRY_EVENT_FOR_ORIGINAL_VALUES.
entryUpdated(MapEvent) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughMapListenerAdapter
 
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.DeactivationListener
 
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.DeactivationListener
 
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
Deprecated.
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
Invoked when a map entry has been updated.
entryUpdated(MapEvent<ID, T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter
 
entryUpdated(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
 
entryUpdated(MapEvent<Object, Object>) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
 
entryUpdated(MapEvent<K, V>) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
 
entryUpdated(MapEvent<K, V>) - Method in class com.tangosol.coherence.rest.events.MapEventOutput
 
entryUpdated(MapEvent<K, V>) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent<K, V>) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been updated.
EntryWriter - Class in com.tangosol.coherence.rest.providers
Provider responsible for marshalling map entries.
EntryWriter() - Constructor for class com.tangosol.coherence.rest.providers.EntryWriter
Default constructor.
EntryWriter(MarshallerRegistry) - Constructor for class com.tangosol.coherence.rest.providers.EntryWriter
Construct an EntryWriter instance.
EnumerationIterator<E> - Class in com.tangosol.util
Provide a implementation of an Iterator based on data from an Enumeration.
EnumerationIterator(Enumeration<E>) - Constructor for class com.tangosol.util.EnumerationIterator
Construct the Iterator based on an Enumeration.
EnumPofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that can be used to serialize all enum values.
EnumPofSerializer() - Constructor for class com.tangosol.io.pof.EnumPofSerializer
 
EnumProcessor<T> - Class in com.tangosol.coherence.config.xml.processor
A EnumProcessor is responsible for processing Coherence Enum values and return the corresponding Enum type.
EnumProcessor(Class<T>) - Constructor for class com.tangosol.coherence.config.xml.processor.EnumProcessor
Constructs a EnumProcessor.
ENVIRONMENT_NAME_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for temporary environment names.
EnvironmentHolder(BerkeleyDBBinaryStoreManager) - Constructor for class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Construct a EnvironmentHolder for a given Berkeley DB Environment.
EnvironmentVariableResolver - Interface in com.tangosol.coherence.config
An abstraction that allows us to make environment variable resolution customizable.
EnvironmentVariableResolver.Default - Class in com.tangosol.coherence.config
Default EnvironmentVariableResolver implementation.
equal(ValueExtractor<T, ? extends E>, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests for equality.
equal(String, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests for equality using a UniversalExtractor instance to extract the specified field.
equals(byte[], int, byte[], int, int) - Static method in class com.tangosol.util.Binary
Compare two binary regions, testing for equality.
equals(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
equals(Object) - Method in class com.oracle.coherence.cdi.AnnotationInstance
 
equals(Object) - Method in class com.oracle.coherence.cdi.AnnotationLiteral
 
equals(Object) - Method in class com.oracle.coherence.common.base.IdentityHolder
 
equals(Object) - Method in class com.oracle.coherence.common.base.MutableLong
 
equals(Object) - Method in class com.oracle.coherence.concurrent.locks.LockOwner
 
equals(Object) - Method in class com.oracle.coherence.concurrent.PermitAcquirer
 
equals(Object) - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 
equals(Object) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter
 
equals(Object) - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryKey
 
equals(Object) - Method in class com.tangosol.coherence.config.SchemeMappingRegistry.SchemeMappingKey
equals(Object) - Method in class com.tangosol.coherence.config.xml.processor.TopicMappingProcessor
 
equals(Object) - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
 
equals(Object) - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
equals(Object) - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
 
equals(Object) - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
 
equals(Object) - Method in class com.tangosol.coherence.jcache.common.JCacheIdentifier
 
equals(Object) - Method in class com.tangosol.coherence.rest.util.PropertySet
Test equality of this object with another.
equals(Object) - Method in class com.tangosol.coherence.rest.util.PropertySpec
Test equality of this object with another.
equals(Object) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Compare two ReadBuffer objects for equality.
equals(Object) - Method in class com.tangosol.io.AbstractReadBuffer
Compare two ReadBuffer objects for equality.
equals(Object) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Compares two BerkeleyDBBinaryStoreManagers for equality.
equals(Object) - Method in class com.tangosol.io.MultiBufferReadBuffer
Compare two ReadBuffer objects for equality.
equals(Object) - Method in class com.tangosol.io.pof.PofPrincipal
Compares this Principal to the specified object.
equals(Object) - Method in class com.tangosol.io.pof.RawDate
Compare this object with another for equality.
equals(Object) - Method in class com.tangosol.io.pof.RawDateTime
Compare this object with another for equality.
equals(Object) - Method in class com.tangosol.io.pof.RawDayTimeInterval
equals(Object) - Method in class com.tangosol.io.pof.RawQuad
Compare this object with another for equality.
equals(Object) - Method in class com.tangosol.io.pof.RawTime
Compare this object with another for equality.
equals(Object) - Method in class com.tangosol.io.pof.RawTimeInterval
equals(Object) - Method in class com.tangosol.io.pof.RawYearMonthInterval
equals(Object) - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Compare the SimplePofPath with another object to determine equality.
equals(Object) - Method in interface com.tangosol.io.ReadBuffer
Compare two ReadBuffer objects for equality.
equals(Object) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Compare the EventRouter with another object to determine equality.
equals(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
equals(Object) - Method in class com.tangosol.net.cache.TypeAssertion.WithTypesAssertion
equals(Object) - Method in class com.tangosol.net.ClusterPermission
Checks two Permission objects for equality.
equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider
SocketAddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
SocketAddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Return true iff this ProvidedAddress is equal to the specified Object.
equals(Object) - Method in class com.tangosol.net.ConfigurableAddressProvider
AddressProvider instances should compare to be equals() iff they should be expected to consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.events.NamedEventInterceptor
equals(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
Compare the ObjectNameExcludeFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.net.management.ViewMBeanImpl
 
equals(Object) - Method in class com.tangosol.net.partition.DefaultVersionedPartitions
 
equals(Object) - Method in class com.tangosol.net.partition.Ownership
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.tangosol.net.partition.PartitionSet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.tangosol.net.partition.SimplePartitionKey
equals(Object) - Method in class com.tangosol.net.partition.VersionedOwnership
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.tangosol.net.RefreshableAddressProvider
SocketAddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.security.SimpleHandler
Compare this principal to the specified object.
equals(Object) - Method in interface com.tangosol.net.SocketAddressProvider
SocketAddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.ssl.AbstractCertificateLoader
 
equals(Object) - Method in class com.tangosol.net.ssl.AbstractKeyStoreLoader
 
equals(Object) - Method in class com.tangosol.net.ssl.AbstractPrivateKeyLoader
 
equals(Object) - Method in class com.tangosol.net.ValueTypeAssertion.WithValueTypeAssertion
equals(Object) - Method in class com.tangosol.run.xml.QualifiedName
equals(Object) - Method in class com.tangosol.run.xml.SimpleDocument
Compare this XML document and all of its contained information with another XML document for equality.
equals(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
equals(Object) - Method in class com.tangosol.run.xml.SimpleElement
Compare this XML element and all of its contained information with another XML element for equality.
equals(Object) - Method in class com.tangosol.run.xml.SimpleValue
Compare this XML value with another XML value for equality.
equals(Object) - Method in class com.tangosol.run.xml.XmlBean
Determine if this value object is equal to the passed value object.
equals(Object) - Method in interface com.tangosol.run.xml.XmlDocument
Compare this XML document and all of its contained information with another XML document for equality.
equals(Object) - Method in interface com.tangosol.run.xml.XmlElement
Compare this XML element and all of its contained information with another XML element for equality.
equals(Object) - Method in interface com.tangosol.run.xml.XmlValue
Compare this XML value with another XML value for equality.
equals(Object) - Method in class com.tangosol.util.AbstractByteSequence
equals(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.util.AbstractLongArray
Test for LongArray equality.
equals(Object) - Method in class com.tangosol.util.AbstractMapListener
 
equals(Object) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Compares this object with another object for equality.
equals(Object) - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
 
equals(Object) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Compare the CompositeAggregator with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.aggregator.GroupAggregator
Compare the GroupAggregator with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.Binary
Compares this Binary object with another object for equality.
equals(Object) - Method in class com.tangosol.util.CacheCollator
Compares the equality of two Collators.
equals(Object) - Method in class com.tangosol.util.ClassFilter
Compare the ClassFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.comparator.ChainedComparator
Determine if two ChainedComparator objects are equal.
equals(Object) - Method in class com.tangosol.util.comparator.EntryComparator
Determine if two EntryComparator objects are equal.
equals(Object) - Method in class com.tangosol.util.comparator.InverseComparator
Compare the InverseComparator with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.comparator.SafeComparator
Determine if two comparators are equal.
equals(Object) - Method in class com.tangosol.util.CompositeKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.tangosol.util.ConditionalIndex
Compares the specified object with this index for equality.
equals(Object) - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterHolder
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Compare the ConverterMapListener with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSet
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.CopyOnWriteMap
equals(Object) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Compare the AbstractCompositeExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.AbstractExtractor
Equivalence by canonical name and target.
equals(Object) - Method in class com.tangosol.util.extractor.CompositeUpdater
equals(Object) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Equivalence by canonical name and target.
equals(Object) - Method in class com.tangosol.util.extractor.DeserializationAccelerator
Equivalence by canonical name and target.
equals(Object) - Method in class com.tangosol.util.extractor.IdentityExtractor
Compare the IdentityExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.KeyExtractor
 
equals(Object) - Method in class com.tangosol.util.extractor.PofExtractor
Compare the PofExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.PofUpdater
Compare the PofUpdater with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Compare the ReflectionExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Compare the ReflectionUpdater with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.UniversalExtractor
Compare the UniversalExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.UniversalUpdater
Compare the UniversalUpdater with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.AlwaysFilter
Compare the AlwaysFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.ArrayFilter
Compare the ArrayFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.CacheEventFilter
Compare the CacheEventFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.ComparisonFilter
Compare the ComparisonFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.FilterTrigger
Compare the FilterTrigger with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Compare the KeyAssociatedFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.MapEventFilter
Compare the MapEventFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Compare the MapEventTransformerFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.NeverFilter
Compare the NeverFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.NotFilter
Compare the NotFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.PartitionedFilter
Compare the PartitionedFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.PresentFilter
Compare the PresentFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Compare the ValueChangeEventFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.ForwardOnlyMapIndex
Compares the specified object with this index for equality.
equals(Object) - Method in class com.tangosol.util.Fragment
 
equals(Object) - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList
Compare this Collection / List / Set / SortedSet with some other Object and determine if the caller would believe this Object to equal that other Object.
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.ListView
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SetView
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
equals(Object) - Method in class com.tangosol.util.ImmutableMultiList
Compare this Collection / List / Set with some other Object and determine if the caller would believe this Object to equal that other Object.
equals(Object) - Method in class com.tangosol.util.ImmutableMultiList.ListView
Compares the specified object with this list for equality.
equals(Object) - Method in class com.tangosol.util.ImmutableMultiList.SetView
Compares the specified object with this set for equality.
equals(Object) - Method in class com.tangosol.util.InflatableCollection
equals(Object) - Method in class com.tangosol.util.InflatableList
equals(Object) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
Compare this IndexMapListener with another object for equality.
equals(Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Compare this SimpleEntry with another object for equality.
equals(Object) - Method in interface com.tangosol.util.LongArray
Test for LongArray equality.
equals(Object) - Method in class com.tangosol.util.MapListenerSupport.WrapperListener
Compare the WrapperListener with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.MultiplexingMapListener
 
equals(Object) - Method in class com.tangosol.util.NullFilter
Compare the NullFilter with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
equals(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
equals(Object) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Compare the ValueExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.CompositeProcessor
Compare the ConditionalProcessor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.ConditionalProcessor
Compare the ConditionalProcessor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.ConditionalPut
Compare the ConditionalPut with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.ConditionalPutAll
Compare the ConditionalPutAll with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.ConditionalRemove
Compare the ConditionalRemove with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.ExtractorProcessor
Compare the ExtractorProcessor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.PreloadRequest
Compare the PreloadRequest with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.PropertyManipulator
Compare the PropertyManipulator with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.PropertyProcessor
Compare the PropertyProcessor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.UpdaterProcessor
Compare the UpdaterProcessor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.VersionedPut
Compare the VersionedPut with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.processor.VersionedPutAll
Compare the VersionedPutAll with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Compares the specified object with this Iterator for equality.
equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.util.SafeHashMap.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
Compare this Node with an object for equality.
equals(Object) - Method in class com.tangosol.util.SafeSortedMap
 
equals(Object) - Method in class com.tangosol.util.SegmentedHashMap.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.SegmentedHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.util.SimpleHolder
 
equals(Object) - Method in class com.tangosol.util.SimpleMapEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.SimpleMapIndex
Compares the specified object with this index for equality.
equals(Object) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
equals(Object) - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryKey
equals(Object) - Method in class com.tangosol.util.StringTable
Test for equality of two string tables.
equals(Object) - Method in class com.tangosol.util.SubList
equals(Object) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Compare the ExtractorEventTransformer with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Compare the SemiLiteEventTransformer with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.Tree
Test for tree equality.
equals(Object) - Method in class com.tangosol.util.UID
Determine if two UIDs are equal.
equals(Object) - Method in class com.tangosol.util.UniversalManipulator
Compare the UniversalManipulator with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.UUID
Determine if two UUIDs are equal.
equals(Object) - Method in interface com.tangosol.util.ValueExtractor
This instance is considered equal to parameter o when both have same non-null ValueExtractor.getCanonicalName().
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
equals(Object) - Method in class com.tangosol.util.WrapperObservableMap
 
equals(Object, Object) - Static method in class com.oracle.coherence.common.base.Objects
Compare two references for equality.
equals(Object, Object) - Static method in class com.tangosol.util.Base
Compare two references for equality.
equals(V, V) - Method in interface com.oracle.coherence.common.base.Hasher
Compare two objects for equality.
equals(V, V) - Method in class com.oracle.coherence.common.base.IdentityHasher
Compare two objects for equality.
equals(V, V) - Method in class com.oracle.coherence.common.base.NaturalHasher
Compare two objects for equality.
equalsDeep(Object, Object) - Static method in class com.oracle.coherence.common.base.Objects
Deeply compare two references for equality.
equalsDeep(Object, Object) - Static method in class com.tangosol.util.Base
Deeply compare two references for equality.
equalsElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Compare one XML element with another XML element for equality.
EqualsFilter<T,E> - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for equality.
EqualsFilter() - Constructor for class com.tangosol.util.filter.EqualsFilter
Default constructor (necessary for the ExternalizableLite interface).
EqualsFilter(ValueExtractor<? super T, ? extends E>, E) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, E) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
equalsMostly(Subject, Subject) - Method in class com.tangosol.net.security.DefaultController
Check whether the specified Subject objects have the same set of principals and public credentials.
equalsName(String) - Method in enum class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies.USAGE
 
EqualsOperator - Class in com.tangosol.coherence.dslquery.operator
An operator implementation representing the equality operator.
EqualsOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.EqualsOperator
Construct a EqualsOperator.
equalsValue(XmlValue, XmlValue) - Static method in class com.tangosol.run.xml.XmlHelper
Compare one XML value with another XML value for equality.
equalsValue(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
Compare this Node's value with another value for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Compare the two passed objects for equality.
equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Compare the two passed objects for equality.
erase(long, ReadBuffer) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Queue an erase operation.
erase(long, ReadBuffer, Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Remove the specified key from the underlying store if present.
erase(long, R, Object) - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Remove the specified key from the underlying store if present.
erase(long, R, Object) - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
erase(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Remove the specified entry from the underlying store.
erase(Binary) - Method in class com.tangosol.io.AbstractBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.io.AsyncBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in interface com.tangosol.io.BinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.io.nio.BinaryMapStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Remove the specified key from the underlying store if present.
erase(BinaryEntry) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheBinaryEntryStore
 
erase(BinaryEntry<K, V>) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Remove the specified entry from the underlying store.
erase(BinaryEntry<K, V>) - Method in interface com.tangosol.net.cache.NonBlockingEntryStore
Remove the specified entry from the underlying store.
erase(Object) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Remove the specified key from the underlying store if present.
erase(K) - Method in class com.tangosol.net.cache.AbstractCacheStore
Remove the specified key from the underlying store if present.
erase(K) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Remove the specified key from the underlying store if present.
erase(K) - Method in interface com.tangosol.net.cache.CacheStore
Remove the specified key from the underlying store if present.
erase(K) - Method in class com.tangosol.net.cache.MapCacheStore
Remove the specified key from the underlying store if present.
eraseAll() - Method in class com.tangosol.io.AbstractBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.io.AsyncBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in interface com.tangosol.io.BinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.io.nio.BinaryMapStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Remove all data from the underlying store.
eraseAll(Collection) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Collection<? extends K>) - Method in interface com.tangosol.net.cache.CacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Collection<? extends K>) - Method in class com.tangosol.net.cache.MapCacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Set) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheBinaryEntryStore
 
eraseAll(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Remove the specified entries from the underlying store.
eraseAll(Set<? extends BinaryEntry<K, V>>) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Remove the specified entries from the underlying store.
eraseAll(Set<? extends BinaryEntry<K, V>>) - Method in interface com.tangosol.net.cache.NonBlockingEntryStore
Remove the specified entries from the underlying store.
eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Remove the specified entries from the underlying store.
eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Remove the specified entries from the underlying store.
eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Remove the specified entries from the underlying store.
eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Remove the specified entries from the underlying store.
eraseInternal(long, ReadBuffer, Object) - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Remove the specified key from the underlying persistent storage if present.
eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Remove the specified entry from the underlying store.
eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Remove the specified entry from the underlying store.
eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Remove the specified entry from the underlying store.
eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Remove the specified entry from the underlying store.
EraseOperation(long, ReadBuffer) - Constructor for class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation
Create a new EraseOperation.
eraseStore() - Method in class com.tangosol.net.cache.SerializationMap
Erase all entries from the underlying store.
eraseStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
Erase all entries from the underlying store.
err() - Static method in class com.tangosol.util.Base
Prints a blank line to the trace Writer.
err(Class<?>) - Static method in class com.tangosol.util.Base
Prints the passed class information to the trace Writer.
err(Object) - Static method in class com.tangosol.util.Base
Prints the passed Object to the trace Writer.
err(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.ERROR severity.
err(String) - Static method in class com.tangosol.util.Base
Prints the passed String value to the trace Writer.
err(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.ERROR severity.
err(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.ERROR severity.
err(Throwable) - Static method in class com.tangosol.util.Base
Prints the passed exception information to the trace Writer.
err(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.ERROR severity.
err(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.ERROR severity.
error(String, Throwable) - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Create a MapListenerErrorResponse.
error(SAXParseException) - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Routine called when a error occurs in parser.
Error - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any ERROR event.
ERROR - Static variable in class com.oracle.coherence.common.base.Logger
Severity 1 indicates an error.
Error.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Error annotation.
ErrorHandlingConverter(Converter<F, T>) - Constructor for class com.oracle.coherence.grpc.RequestHolder.ErrorHandlingConverter
 
ErrorsHelper - Class in com.oracle.coherence.grpc
Error helper methods.
escape(char, char[], int) - Static method in class com.oracle.coherence.common.base.Formatting
Format a char to a printable escape if necessary, putting the result into the passed array.
escape(char, char[], int) - Static method in class com.tangosol.util.Base
Format a char to a printable escape if necessary, putting the result into the passed array.
establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies) - Method in class com.tangosol.coherence.config.scheme.AbstractCachingScheme
Establishes an appropriate MapListener (provided by the ObservableCachingScheme.getListenerBuilder()) on the ObservableMap that was produced by the ObservableCachingScheme.
establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies) - Method in class com.tangosol.coherence.config.scheme.NearScheme
Establishes an appropriate MapListener (provided by the ObservableCachingScheme.getListenerBuilder()) on the ObservableMap that was produced by the ObservableCachingScheme.
establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies) - Method in interface com.tangosol.coherence.config.scheme.ObservableCachingScheme
Establishes an appropriate MapListener (provided by the ObservableCachingScheme.getListenerBuilder()) on the ObservableMap that was produced by the ObservableCachingScheme.
establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies) - Method in class com.tangosol.coherence.config.scheme.OverflowScheme
Establishes an appropriate MapListener (provided by the ObservableCachingScheme.getListenerBuilder()) on the ObservableMap that was produced by the ObservableCachingScheme.
establishMapListeners(Map, ParameterResolver, MapBuilder.Dependencies) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Establishes an appropriate MapListener (provided by the ObservableCachingScheme.getListenerBuilder()) on the ObservableMap that was produced by the ObservableCachingScheme.
etReadLocatorBuilder(ReadLocatorBuilder) - Method in class com.tangosol.coherence.config.scheme.BackingMapScheme
Sets the builder that is capable of building BiFunction's that return the Member reads for a partitioned cache should be targeted against.
EVAL_COST - Static variable in class com.tangosol.util.filter.BetweenFilter
The evaluation cost as a factor to the single index access operation.
EVAL_COST - Static variable in class com.tangosol.util.filter.ExtractorFilter
The evaluation cost as a factor to the single index access operation.
evalLine(String) - Method in class com.tangosol.coherence.dslquery.QueryPlus
Evaluate the given CohQL statement.
evaluate(ParameterResolver) - Method in class com.tangosol.coherence.config.ParameterMacroExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.CacheRefExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.CollectionRefExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.ResourceRefExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.SchemeRefExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in interface com.tangosol.config.expression.Expression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.config.expression.LiteralExpression
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.config.expression.Parameter
Evaluates the Expression to produce a value of type T.
evaluate(ParameterResolver) - Method in class com.tangosol.config.expression.ValueMacroExpression
Evaluates the Expression to produce a value of type T.
evaluate(MapEvent<?, V>) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Apply the test to the input argument.
evaluate(MapEvent<K, V>) - Method in class com.tangosol.util.filter.CacheEventFilter
Apply the test to the input argument.
evaluate(MapEvent<K, V>) - Method in class com.tangosol.util.filter.MapEventFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughFilterAdapter
 
evaluate(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
Filters keys out that are not in the front map.
evaluate(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.ClassFilter
Filter interface: evaluate().
evaluate(Object) - Method in class com.tangosol.util.filter.AllFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.filter.AnyFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.filter.BetweenFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.filter.KeyFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.filter.XorFilter
Apply the test to the input argument.
evaluate(Object) - Method in class com.tangosol.util.NullFilter
Filter interface: evaluate().
evaluate(Stream<? extends InvocableMap.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.util.stream.RemotePipeline
Evaluate this pipeline against the specified stream of InvocableMap.Entry objects.
evaluate(T) - Method in interface com.oracle.coherence.common.base.Predicate
Return true iff the specified object satisfies the predicate.
evaluate(T) - Method in class com.tangosol.coherence.jcache.common.NonSyntheticEntryFilter
 
evaluate(T) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter
 
evaluate(T) - Method in class com.tangosol.util.filter.AlwaysFilter
Apply the test to the input argument.
evaluate(T) - Method in interface com.tangosol.util.Filter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.ExtractorFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.InKeySetFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.LimitFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.NeverFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.NotFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.PartitionedFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.PresentFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.PriorityFilter
Apply the test to the input argument.
evaluate(T) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Apply the test to the input argument.
evaluate(V) - Method in class com.tangosol.util.filter.ScriptFilter
 
evaluateEntry(Filter, Map.Entry<K, V>) - Static method in class com.tangosol.util.InvocableMapHelper
Check if the entry passes the filter evaluation.
evaluateEntry(Filter, K, V) - Static method in class com.tangosol.util.InvocableMapHelper
Check if an entry, expressed as a key and value, passes the filter evaluation.
evaluateEntry(Map.Entry) - Method in class com.tangosol.coherence.jcache.common.NonSyntheticEntryFilter
 
evaluateEntry(Map.Entry) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter
 
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
Evaluate the given entry using this index's filter.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AlwaysFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.ArrayFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.BetweenFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.InKeySetFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.KeyFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.LimitFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.NeverFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.NotFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PartitionedFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PresentFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PriorityFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry<?, ? extends T>) - Method in class com.tangosol.util.filter.ExtractorFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry<? extends K, ? extends V>) - Method in interface com.tangosol.util.filter.EntryFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.AllFilter
Check if the given entry passes the filter's evaluation.
evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.AnyFilter
Check if the given entry passes the filter's evaluation.
evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.ArrayFilter
Check if the given entry passes the filter's evaluation.
evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.BetweenFilter
Check if the given entry passes the filter's evaluation.
evaluateEntry(Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.XorFilter
Check if the given entry passes the filter's evaluation.
evaluateEvent(Filter, MapEvent) - Method in class com.tangosol.util.MapListenerSupport
Evaluate whether or not the specified event should be delivered to the listener associated with the specified filter.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.ContainsAllFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.ContainsAnyFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.ContainsFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.EqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.ExtractorFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.GreaterEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.GreaterFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.InFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.LessEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.LessFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.LikeFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.NotEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(E) - Method in class com.tangosol.util.filter.PredicateFilter
 
evaluateExtracted(E) - Method in class com.tangosol.util.filter.RegexFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.BetweenFilter
Evaluate the specified extracted value.
evaluateFilter(Filter, Map.Entry, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.ArrayFilter
Check if the given entry passes the given filter's evaluation.
evaluateGUID(String, String[], Set<String>, int) - Static method in class com.tangosol.persistence.GUIDHelper
Evaluate the provided GUID ensuring asGUIDNewest references the latest and setPrevGUIDs references previous GUIDs.
evaluateName(ParameterResolver, Class<? extends ResourceMapping>, String) - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.DataStructureRefExpression
 
evaluateOriginalEntry(Filter, MapTrigger.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Check if the entry, in its "original" form, passes the filter evaluation.
Event<T> - Interface in com.tangosol.net.events
An Event object captures the necessary information required to adequately describe some activity that has occurred.
Event<T> - Interface in com.tangosol.net.events.partition.cache
An event dispatched by a PartitionedCacheDispatcher.
Event<T> - Interface in com.tangosol.net.events.partition
A PartitionedServiceEvent captures information concerning an operation on a PartitionedService.
Event<S> - Interface in com.tangosol.util.fsm
An Event captures the information that may trigger a Transition in a FiniteStateMachine from one state to another.
EventDispatcher - Interface in com.tangosol.net.events
An EventDispatcher is responsible for dispatching Events to EventInterceptors for processing.
EventDispatcher.InterceptorRegistrationEvent<E> - Interface in com.tangosol.net.events
An InterceptorRegistrationEvent allows EventInterceptors to observe other EventInterceptors being added or removed from an EventDispatcher instance.
EventDispatcher.InterceptorRegistrationEvent.Type - Enum Class in com.tangosol.net.events
The InterceptorRegistrationEvent types.
EventDispatcherAwareInterceptor<E> - Interface in com.tangosol.net.events
EventDispatcherAwareInterceptor is an EventInterceptor implementation that takes responsibility for registering itself with the EventDispatcher.
EventDispatcherRegistry - Interface in com.tangosol.net.events
An EventDispatcherRegistry manages the registration of EventDispatchers.
EventHandler(EventObserverSupport.EventObserver<E>, Class<T>) - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Construct EventHandler instance.
EventHelper - Class in com.tangosol.net.events
Helper class providing various functionality related to event handling.
EventHelper() - Constructor for class com.tangosol.net.events.EventHelper
 
EventInterceptor<E> - Interface in com.tangosol.net.events
An EventInterceptor provides an implementation that is capable of intercepting and processing Events.
EventObserverSupport - Class in com.oracle.coherence.cdi.events
Manages registration of CDI observers with InterceptorRegistry upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
EventObserverSupport() - Constructor for class com.oracle.coherence.cdi.events.EventObserverSupport
 
EventObserverSupport.CacheLifecycleEventHandler - Class in com.oracle.coherence.cdi.events
Handler for CacheLifecycleEvents.
EventObserverSupport.CoherenceLifecycleEventHandler - Class in com.oracle.coherence.cdi.events
EventObserverSupport.EntryEventHandler<K,V> - Class in com.oracle.coherence.cdi.events
Handler for EntryEvents.
EventObserverSupport.EntryProcessorEventHandler - Class in com.oracle.coherence.cdi.events
Handler for EntryProcessorEvents.
EventObserverSupport.EventHandler<E,T> - Class in com.oracle.coherence.cdi.events
Abstract base class for all observer-based interceptors.
EventObserverSupport.EventObserver<E> - Interface in com.oracle.coherence.cdi.events
An observer of a specific event type.
EventObserverSupport.LifecycleEventHandler - Class in com.oracle.coherence.cdi.events
Handler for LifecycleEvents.
EventObserverSupport.ServiceEventHandler<E,T> - Class in com.oracle.coherence.cdi.events
Abstract base class for all observer-based service interceptors.
EventObserverSupport.SessionLifecycleEventHandler - Class in com.oracle.coherence.cdi.events
Handler for SessionLifecycleEvents.
EventObserverSupport.TransactionEventHandler - Class in com.oracle.coherence.cdi.events
Handler for TransactionEvents.
EventObserverSupport.TransferEventHandler - Class in com.oracle.coherence.cdi.events
Handler for TransactionEvents.
EventObserverSupport.UnsolicitedCommitEventHandler - Class in com.oracle.coherence.cdi.events
eventOccurred(AnyEvent) - Method in interface com.tangosol.util.AnyListener
 
EventRouter(MapListener<? super K, ? super V>, boolean) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Construct an EventRouter to route events from the internal cache of the ContinuousQueryCache to the client listeners.
events(StreamObserver<MapListenerResponse>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Add a MapListener to a cache and stream the events received to the StreamObserver.
events(StreamObserver<MapListenerResponse>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
events(StreamObserver<MapListenerResponse>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
Events - Annotation Interface in com.tangosol.net.events.annotation
Meta annotation that must be applied to all event interceptor annotations, in order to make them discoverable.
eventTypes() - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Create a final set of event types to register this interceptor for.
evict() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
evict() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Flush items that have expired.
evict() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
evict() - Method in class com.tangosol.net.cache.LocalCache
 
evict() - Method in class com.tangosol.net.cache.OverflowMap
Flush items that have expired.
evict() - Method in class com.tangosol.net.cache.SerializationCache
Flush items that have expired.
evict() - Method in class com.tangosol.net.cache.SerializationPagedCache
Flush items that have expired.
evict() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
evict(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
evict(Object) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Evict a specified key from the cache, as if it had expired from the cache.
evict(Object) - Method in class com.tangosol.net.cache.LocalCache
Evict a specified key from the cache, as if it had expired from the cache.
evict(Object) - Method in class com.tangosol.net.cache.SerializationCache
Evict a specified key from the cache, as if it had expired from the cache.
evict(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Evict a specified key from the cache, as if it had expired from the cache.
evict(Map) - Static method in class com.tangosol.net.cache.OverflowMap
If the passed Map supports it, evict its expired data.
evictAll(Collection) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
evictAll(Collection) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Evict the specified keys from the cache, as if they had each expired from the cache.
evictAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
 
evictAll(Collection) - Method in class com.tangosol.net.cache.SerializationCache
Evict the specified keys from the cache, as if they had each expired from the cache.
evictAll(Collection) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Evict the specified keys from the cache, as if they had each expired from the cache.
EvictingBackupMap() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Default constructor.
EVICTION_POLICY_EXTERNAL - Static variable in class com.tangosol.net.cache.LocalCache
The cache can prune using an external eviction policy.
EVICTION_POLICY_HYBRID - Static variable in class com.tangosol.net.cache.LocalCache
By default, the cache prunes based on a hybrid LRU+LFU algorithm.
EVICTION_POLICY_LFU - Static variable in class com.tangosol.net.cache.LocalCache
The cache can prune based on a pure Least Frequently Used (LFU) algorithm.
EVICTION_POLICY_LRU - Static variable in class com.tangosol.net.cache.LocalCache
The cache can prune based on a pure Least Recently Used (LRU) algorithm.
EvictionPolicyBuilder - Class in com.tangosol.coherence.config.builder
EvictionPolicyBuilder() - Constructor for class com.tangosol.coherence.config.builder.EvictionPolicyBuilder
 
EvictionPolicyProcessor - Class in com.tangosol.coherence.config.xml.processor
A EvictionPolicyProcessor is responsible for processing an eviction-policy XmlElement to produce an EvictionPolicyBuilder.
EvictionPolicyProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.EvictionPolicyProcessor
 
Evolvable - Interface in com.tangosol.io
The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.
EvolvableHolder - Class in com.tangosol.io.pof
Storage for evolvable classes.
EvolvableHolder() - Constructor for class com.tangosol.io.pof.EvolvableHolder
 
EvolvableObject - Interface in com.tangosol.io.pof
Defines an interface that should be implemented by the classes that want to support evolution.
EvolvablePortableObject - Interface in com.tangosol.io.pof
Extension of the PortableObject interface that supports forwards- and backwards-compatibility of POF data streams.
exact() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
Ensure the generated query does not include a wild card (exact).
exact(boolean) - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
Ensure the generated query does not include a wild card (exact).
Example configurations - Search tag in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Section
Exceptions - Class in com.oracle.coherence.common.base
Class for providing exception support.
Exceptions() - Constructor for class com.oracle.coherence.common.base.Exceptions
 
EXCESSIVE - Enum constant in enum class com.oracle.coherence.cdi.events.Backlog.Type
Indicates that a participant is backlogged; if the participant is remote it indicates the remote participant has more work than it can handle; if the participant is local it indicates this participant has more work than it can handle.
exclusiveLocksMap() - Static method in class com.oracle.coherence.concurrent.locks.Locks
Return Coherence NamedMap containing the exclusive locks state.
exclusively() - Method in interface com.oracle.coherence.common.base.Lockable
Suggest to this Lockable that the caller requires exclusive access until close is called on the returned AutoCloseable.
exclusively() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
 
exclusively() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Suggest to this PersistentStore that the caller requires exclusive access to this store until close is called on the returned AutoCloseable.
execute() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Execute all queued operations and commit changes.
execute() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
 
execute() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.OpenTask
 
execute() - Method in class com.tangosol.persistence.AbstractPersistenceManager.Task
Execute the task.
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder.CommandsQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder.HelpQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder.ServicesQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder.SetTimeoutStatement
Set the current timeout to be used by the CohQL session.
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder.TraceQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.WheneverStatementBuilder.WheneverQueryPlusStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder.BackupStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder.CreateCacheStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder.CreateIndexStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder.DeleteStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder.DropCacheStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder.DropIndexStatement
 
execute(ExecutionContext) - Method in interface com.tangosol.coherence.dslquery.Statement
Execute a CohQL query or command and return the relevant result.
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder.CreateSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder.ForceRecoveryStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListArchiverStatementBuilder.ListArchiverStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListServicesStatementBuilder.ListServicesStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListSnapshotsStatementBuilder.ListSnapshotsStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RecoverSnapshotStatementBuilder.RecoverSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RemoveSnapshotStatementBuilder.RemoveSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ResumeServiceStatementBuilder.ResumeServiceStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.SuspendServiceStatementBuilder.SuspendServiceStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ValidateSnapshotStatementBuilder.ValidateSnapshotStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder.QueryRecorderStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder.RestoreStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.SourceStatementBuilder.SourceStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.TruncateCacheStatementBuilder.TruncateCacheStatement
 
execute(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder.UpdateStatement
 
execute(Invocable, Set, InvocationObserver) - Method in interface com.tangosol.net.InvocationService
Asynchronously invoke the specified task on each of the specified members.
execute(Invocable, Set, InvocationObserver) - Method in class com.tangosol.net.WrapperInvocationService
Asynchronously invoke the specified task on each of the specified members.
execute(NamedCache, ValueExtractor<Map.Entry, ? extends E>, String, int, int) - Method in interface com.tangosol.coherence.rest.query.Query
Return the values that satisfy this query.
execute(Remote.Function<MBeanServer, R>) - Method in interface com.tangosol.net.management.MBeanServerProxy
A function executed on the management node.
execute(Remote.Function<MBeanServer, R>) - Method in class com.tangosol.net.management.WrapperMBeanServerProxy
 
execute(Remote.Runnable) - Method in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Executes the given command at some time in the future.
execute(Reader, ExecutionContext) - Method in class com.tangosol.coherence.dslquery.StatementExecutor
Parse and execute all of the CohQL statements read from the specified Reader.
execute(Runnable) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the Runnable and return an Empty instance.
execute(Runnable) - Method in class com.oracle.coherence.grpc.SimpleDaemonPoolExecutor
 
execute(Callable<T>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the Callable and return the result.
executeAsync(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder.DeleteStatement
 
executeAsync(ExecutionContext) - Method in interface com.tangosol.coherence.dslquery.Statement
Execute a CohQL query or command asynchronously and return the CompletableFuture with the relevant result.
executeAsync(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
 
executeAsync(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
 
executeAsync(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder.UpdateStatement
 
Executed - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any EXECUTED event.
EXECUTED - Enum constant in enum class com.tangosol.net.events.partition.cache.EntryProcessorEvent.Type
This EntryProcessorEvent is dispatched after an InvocableMap.EntryProcessor has been executed.
Executed.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Executed annotation.
executePeriodicTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
Schedule a periodic task to be run "as soon as possible", and to repeat at the specified interval.
executeQuery(UriInfo, ValueExtractor<Map.Entry, ?>, int, int, String) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Returns a collection of extracted values for cache entries that satisfy the criteria expressed by the query.
executeQuery(String, ValueExtractor<Map.Entry, ?>, int, int, String) - Method in class com.tangosol.coherence.rest.CacheResource
Returns a collection of extracted values for cache entries that satisfy the criteria expressed by the query.
executeStatement(String) - Static method in class com.tangosol.util.QueryHelper
Execute a CohQL statement.
executeStatement(String, ExecutionContext) - Static method in class com.tangosol.util.QueryHelper
Execute a CohQL statement.
executeTask(AbstractPersistenceManager.Task) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Execute the specified task with the calling thread.
executeTask(Runnable) - Method in class com.tangosol.util.TaskDaemon
Schedule a task to be run by the daemon "as soon as possible".
executeTaskExclusive(AbstractPersistenceManager.Task) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Execute the specified task with the calling thread.
Executing - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any EXECUTING event.
EXECUTING - Enum constant in enum class com.tangosol.net.events.partition.cache.EntryProcessorEvent.Type
This EntryProcessorEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries.
Executing.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Executing annotation.
ExecutionContext - Class in com.tangosol.coherence.dslquery
Instances of this context are passed to Statements to allow commands to discern execution conditions, altering their behavior / result as needed.
ExecutionContext - Interface in com.tangosol.util.fsm
Provides contextual information about a FiniteStateMachine, typically to aid in runtime decision making for actions (eg: TransitionActions, StateEntryActions and/or StateExitActions) and Events.
ExecutionContext() - Constructor for class com.tangosol.coherence.dslquery.ExecutionContext
Construct an ExecutionContext.
EXECUTOR_NAME - Static variable in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
A string representing the "name" part of ObjectName for the ExecutorMBean.
EXECUTOR_TYPE - Static variable in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
A string representing the "type" part of ObjectName for the ExecutorMBean.
EXECUTOR_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ExecutorMBean.
ExecutorMBean - Interface in com.oracle.coherence.concurrent.executor.management
ExecutorMBean provides a monitor interface for the Executor statistics.
ExecutorProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse and produce a Executor based on an ssl/executor configuration element.
ExecutorProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.ExecutorProcessor
 
exists() - Method in class com.tangosol.coherence.rest.EntryResource
Return true if the referenced entry exists in the cache.
exists(long) - Method in class com.tangosol.util.AbstractLongArray
Determine if the specified index is in use.
exists(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
exists(long) - Method in class com.tangosol.util.AbstractSparseArray
Determine if the specified index is in use.
exists(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
exists(long) - Method in interface com.tangosol.util.LongArray
Determine if the specified index is in use.
exists(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
exists(long) - Method in class com.tangosol.util.SimpleLongArray
Determine if the specified index is in use.
exists(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
exists(ID) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Returns true if this repository contains the entity with the specified identifier.
exists(ID) - Method in class com.oracle.coherence.repository.AbstractRepository
Returns true if this repository contains the entity with the specified identifier.
exit() - Method in class com.tangosol.util.ThreadGateLite
Exit the gate.
exit() - Method in class com.tangosol.util.WrapperReentrantGate
Exit the gate.
exiting(Class<?>, String) - Static method in class com.oracle.coherence.common.base.Logger
Exit logging.
exiting(Class<?>, String, Object, Object...) - Static method in class com.oracle.coherence.common.base.Logger
Exit logging.
ExpirableStatus() - Constructor for class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Construct a Status object for a specific key.
expire(long) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Update the entry with the specified expiry delay.
expire(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Update the entry with the specified expiry delay.
expire(long) - Method in interface com.tangosol.util.BinaryEntry
Update the entry with the specified expiry delay.
expire(long) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Update the entry with the specified expiry delay.
expire(long) - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
EXPIRED - Static variable in class com.tangosol.net.cache.CacheEvent
Flag indicating whether the deletion event is a result of time expiration.
EXPIRY_DEFAULT - Static variable in interface com.tangosol.net.cache.CacheMap
A special time-to-live value that can be passed to the extended put method to indicate that the cache's default expiry should be used.
EXPIRY_NEVER - Static variable in interface com.tangosol.net.cache.CacheMap
A special time-to-live value that can be passed to the extended put method to indicate that the cache entry should never expire.
explain(Filter<T>, Map, Set, QueryRecord.PartialResult.ExplainStep) - Static method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record an estimated cost of query execution for a given filter.
explain(Filter<T>, Map, Set, QueryRecord.PartialResult.ExplainStep, ValueExtractor) - Static method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record an estimated cost of query execution for a given filter.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record the projected query execution cost by this filter.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in class com.tangosol.util.filter.ArrayFilter
Record the projected query execution cost by this filter.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in class com.tangosol.util.filter.BetweenFilter
Record the projected query execution cost by this filter.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in interface com.tangosol.util.filter.QueryRecorderFilter
Record the projected query execution cost by this filter.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Record the projected query execution cost by this filter.
EXPLAIN - Enum constant in enum class com.tangosol.util.aggregator.QueryRecorder.RecordType
Produce a QueryRecord object that contains an estimated cost of the query execution.
EXPLAIN_INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder
An instance of a QueryRecorderStatementBuilder that builds EXPLAIN PLAN queries.
ExplainStep(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.ExplainStep
Construct an ExplainStep
expression(int) - Method in class com.tangosol.coherence.dsltools.precedence.OPParser
Parse the next expression into an Abstract Syntax Tree using the given right binding power.
Expression<T> - Interface in com.tangosol.config.expression
A Expression represents a calculation to be evaluated at runtime, during which, one or more Parameters may be required.
ExpressionParser - Interface in com.tangosol.config.expression
An ExpressionParser parses a String representation of some calculation to produce an Expression, that of which when evaluated will return an expected type of value.
extend(CacheConfigNamespaceHandler) - Method in interface com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler.Extension
Add any extensions to the specified CacheConfigNamespaceHandler.
extend(OperationalConfigNamespaceHandler) - Method in interface com.tangosol.coherence.config.xml.OperationalConfigNamespaceHandler.Extension
Add extensions to the OperationalConfigNamespaceHandler.
ExtendedLanguageCommandOPToken() - Constructor for class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken
Construct a ExtendedLanguageCommandOPToken.
ExtendedLanguageQueryPlusStatement(boolean) - Constructor for class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement
Construct a ExtendedLanguageQueryPlusStatement to turn on or off extended CohQL.
ExtendedLanguageStatementBuilder - Class in com.tangosol.coherence.dslquery.queryplus
A class that builds the QueryPlus "EXTENDED LANGUAGE" command.
ExtendedLanguageStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder
 
ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken - Class in com.tangosol.coherence.dslquery.queryplus
A CohQL OPToken representing the QueryPlus "extended language" command.
ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement - Class in com.tangosol.coherence.dslquery.queryplus
The command to turn on or off extended CohQL.
extendedSqlTokenTable() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return an initialized TokenTable for the full CoherenceQueryLanguage.
ExtendPreprocessor - Class in com.tangosol.coherence.config.xml.preprocessor
An ExtendPreprocessor is an DocumentElementPreprocessor.ElementPreprocessor that will inject an "acceptor-config" XmlElement into a "proxy-scheme" XmlElement if one does not exist.
ExtendPreprocessor() - Constructor for class com.tangosol.coherence.config.xml.preprocessor.ExtendPreprocessor
 
ExtensibleConfigurableCacheFactory - Class in com.tangosol.net
ExtensibleConfigurableCacheFactory provides a facility to access caches declared in a "coherence-cache-config.xsd" compliant configuration file.
ExtensibleConfigurableCacheFactory(ExtensibleConfigurableCacheFactory.Dependencies) - Constructor for class com.tangosol.net.ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.DefaultDependencies - Class in com.tangosol.net
ExtensibleConfigurableCacheFactory.Dependencies - Interface in com.tangosol.net
ExtensibleConfigurableCacheFactory.DependenciesHelper - Class in com.tangosol.net
ExtensibleConfigurableCacheFactory.Manager - Class in com.tangosol.net
The Manager class uses builders to create the required backing maps and provides client access to those maps.
ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager - Class in com.tangosol.net
The PartitionedBackingMapManager is used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.
extents() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Return a list of the extent identifiers in the underlying store.
extents() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Return a list of the extent identifiers in the underlying store.
extents() - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
ExternalizableHelper - Class in com.tangosol.util
Helpers for the Serializable, Externalizable and the ExternalizableLite interface.
ExternalizableHelper() - Constructor for class com.tangosol.util.ExternalizableHelper
 
ExternalizableHelper.DecoratedMultiBufferReadBuffer - Class in com.tangosol.util
DecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimized ExternalizableHelper.getUndecorated(ReadBuffer) operation.
ExternalizableHelper.DefaultObjectStreamFactory - Class in com.tangosol.util
Default ObjectStreamFactory implementation.
ExternalizableHelper.FormatAwareCompressor - Class in com.tangosol.util
A DeltaCompressor wrapper implementation that removes/replaces the serialization format byte (FMT_EXT) before/after delegating to the underlying compressor.
ExternalizableHelper.IntDecoratedObject - Class in com.tangosol.util
Integer decorated object.
ExternalizableHelper.Shielded - Interface in com.tangosol.util
Marker interface.
ExternalizableHelper.ShieldedDataOutputStream - Class in com.tangosol.util
An OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.
ExternalizableHelper.ShieldedInputStream - Class in com.tangosol.util
An InputStream that delegates all operations other than close to an underlying InputStream.
ExternalizableHelper.ShieldedObjectOutputStream - Class in com.tangosol.util
An OutputStream that implements ObjectOutput that delegates all operations other than flush and close to an underlying object that implements ObjectOutput.
ExternalizableHelper.ShieldedOutputStream - Class in com.tangosol.util
An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.
ExternalizableHelper.SimpleXmlBeanClassCache - Class in com.tangosol.util
An implementation XmlBeanClassCache that uses a pre-defined list of XmlBean implementations.
ExternalizableHelper.Stats - Class in com.tangosol.util
Serialization statistics for a given user type.
ExternalizableHelper.XmlBeanClassCache - Interface in com.tangosol.util
An interface for caching class reference by integer ID values.
ExternalizableLite - Interface in com.tangosol.io
Optimized serialization.
ExternalizableLitePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements ExternalizableLite to and from a POF stream.
ExternalizableLitePofSerializer(int) - Constructor for class com.tangosol.io.pof.ExternalizableLitePofSerializer
Create a new ExternalizableLitePofSerializer for the user type with the given type identifier.
ExternalizableLiteSerializer<T> - Interface in com.tangosol.io
The ExternalizableLiteSerializer interface provides the capability of reading and writing a Java object from and to a DataInput/DataOutput stream.
ExternalizablePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements Externalizable to and from a POF stream.
ExternalizablePofSerializer(int) - Constructor for class com.tangosol.io.pof.ExternalizablePofSerializer
Create a new ExternalizablePofSerializer for the user type with the given type identifier.
ExternalizableType - Annotation Interface in com.tangosol.io
Class-level annotation specifying serializer for this type.
ExternalScheme - Class in com.tangosol.coherence.config.scheme
The ExternalScheme class is responsible for building a fully configured instance of a ExternalCache.
ExternalScheme() - Constructor for class com.tangosol.coherence.config.scheme.ExternalScheme
 
ExternalSerializer(Serializer, boolean) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext.ExternalSerializer
Construct SafeConfigurablePofContext.ExternalSerializer with specified non-POF serializer.
extract(ValueExtractor) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Extract a value out of the Entry's key or value.
extract(ValueExtractor) - Method in class com.tangosol.util.InvocableMapHelper.RoutingMapTriggerEntry
Extract a value out of the Entry's key or value.
extract(ValueExtractor<? super T, ? extends R>) - Static method in class com.tangosol.util.Processors
Construct an extract processor based on the specified ValueExtractor.
extract(ValueExtractor<T, E>) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Depending upon the type of the ValueExtractor route the call to the appropriate extract method.
extract(ValueExtractor<T, E>) - Method in interface com.tangosol.util.QueryMap.Entry
Extract a value out of the Entry's key or value.
extract(ValueExtractor<T, E>) - Method in class com.tangosol.util.SimpleMapEntry
Extract a value out of the Entry's key or value.
extract(ValueExtractor<V, T>) - Method in interface com.tangosol.coherence.federation.ChangeRecord.Entry
Extract a value from the entry value using the ValueExtractor.
extract(Object) - Method in class com.tangosol.util.extractor.ChainedExtractor
Extract the value from the passed object.
extract(Object) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Extract the value from the passed object.
extract(Object) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Using a ConditionalExtractor to extract values in not supported.
extract(Object) - Method in class com.tangosol.util.extractor.DeserializationAccelerator
Using a DeserializationAccelerator to extract values in not supported.
extract(Object) - Method in class com.tangosol.util.extractor.MultiExtractor
Extract a collection of values from the passed object using the underlying array of ValueExtractor objects.
extract(Object) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Extract the value from the passed object.
extract(Object[]) - Method in class com.tangosol.coherence.rest.util.PropertySet
Extract an array of partial objects.
extract(String) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified field.
extract(String) - Static method in class com.tangosol.util.Processors
Construct an extract processor for a given property or method name.
extract(String, Object...) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified field.
extract(Collection<? extends T>) - Method in class com.tangosol.coherence.rest.util.PropertySet
Extract a collection of partial objects.
extract(T) - Method in class com.tangosol.coherence.rest.util.PropertySet
Extract a partial object from a source object.
extract(T) - Method in class com.tangosol.util.extractor.AbstractExtractor
 
extract(T) - Method in class com.tangosol.util.extractor.ChainedFragmentExtractor
 
extract(T) - Method in class com.tangosol.util.extractor.FragmentExtractor
 
extract(T) - Method in class com.tangosol.util.extractor.IdentityExtractor
Simply return the passed object.
extract(T) - Method in class com.tangosol.util.extractor.KeyExtractor
Extract the value from the passed object.
extract(T) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Extract from target using reflection.
extract(T) - Method in class com.tangosol.util.extractor.ScriptValueExtractor
 
extract(T) - Method in class com.tangosol.util.extractor.UniversalExtractor
Extract from target using reflection or map access.
extract(T) - Method in class com.tangosol.util.filter.ExtractorFilter
Get the result of ValueExtractor invocation.
extract(T) - Method in interface com.tangosol.util.ValueExtractor
Extract the value from the passed object.
extract(V) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Extract value from a target object.
extractCertificates(Set) - Method in class com.tangosol.net.security.DefaultController
Extract a set of Certificate objects from the set of public credentials.
extractChild(ReadBuffer, int, int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Extract child PofValue from a buffer.
extractComplex(T) - Method in class com.tangosol.util.extractor.UniversalExtractor
Extract from target using reflection or map access.
extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.BinaryDeltaCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.DecoratedBinaryDeltaCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.DecorationOnlyDeltaCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractDelta(ReadBuffer, ReadBuffer) - Method in interface com.tangosol.io.DeltaCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.util.ExternalizableHelper.FormatAwareCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.util.NullImplementation.NullDeltaCompressor
Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
extractExpiry(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the expiration value for the given entry.
extractFlag(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Extract a particular masked flag from the state of the Status object.
extractFlag(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Extract a particular masked flag from the state of the Status object.
extractFromEntry(ValueExtractor<? super T, ? extends E>, Map.Entry<? extends K, ? extends V>) - Static method in class com.tangosol.util.InvocableMapHelper
Extract a value from the specified entry using the specified extractor.
extractFromEntry(Map.Entry) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.CacheStatisticsExtractor
 
extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.AbstractExtractor
Extract the value from the passed Entry object.
extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.ChainedExtractor
Extract the value from the passed entry.
extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.MultiExtractor
Extract a collection of values from the passed entry using the underlying array of ValueExtractor objects.
extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.PofExtractor
Extracts the value from the passed Entry object.
extractFromKey(ValueExtractor<? super K, E>) - Method in interface com.tangosol.util.QueryMap.Entry
Extract a value out of the Entry's key.
extractFromValue(ValueExtractor<? super V, E>) - Method in interface com.tangosol.util.QueryMap.Entry
Extract a value out of the Entry's value.
extractIntDecoration(ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
Extract a decoration value from the specified ReadBuffer that contains a representation of an IntDecoratedObject.
extractNewValue(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Extract the "new" value from the specified entry.
extractOldValue(MapTrigger.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Extract the "old" value from the specified entry.
EXTRACTOR_BUILDER - Static variable in class com.tangosol.coherence.rest.query.CoherenceQueryLanguageEngine
ExtractorBuilder to use UniversalExtractorBuilder.
ExtractorBinding - Annotation Interface in com.oracle.coherence.cdi
Specifies that an annotation type is a ValueExtractor binding type.
ExtractorBuilder - Interface in com.tangosol.coherence.dslquery
ExtractorBuilders provide a mechanism to construct a ValueExtractor for a provided cache name, target and property chain (ExtractorBuilder.realize(String, int, String)).
ExtractorComparator<T> - Class in com.tangosol.util.comparator
Comparator implementation that uses specified ValueExtractor to extract value(s) to be used for comparison.
ExtractorComparator() - Constructor for class com.tangosol.util.comparator.ExtractorComparator
Default constructor (for PortableObject).
ExtractorComparator(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.comparator.ExtractorComparator
Construct a ExtractorComparator with the specified extractor.
ExtractorEventTransformer<K,V,E> - Class in com.tangosol.util.transformer
ExtractorEventTransformer is a special purpose MapEventTransformer implementation that transforms emitted events, extracting one or more properties from either the OldValue or the NewValue.
ExtractorEventTransformer() - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
No-argument constructor for lite deserialization.
ExtractorEventTransformer(ValueExtractor<? super V, ? extends E>) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractor.
ExtractorEventTransformer(ValueExtractor<? super V, ? extends E>, ValueExtractor<? super V, ? extends E>) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractors.
ExtractorEventTransformer(String) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent's values based on the specified method name.
ExtractorFactory<A,T,E> - Interface in com.oracle.coherence.cdi
A factory that produces instances of ValueExtractor for a given Annotation.
ExtractorFilter<T,E> - Class in com.tangosol.util.filter
Base Filter implementation for doing extractor-based processing.
ExtractorFilter() - Constructor for class com.tangosol.util.filter.ExtractorFilter
Default constructor (necessary for the ExternalizableLite interface).
ExtractorFilter(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.filter.ExtractorFilter
Construct a ExtractorFilter for a given ValueExtractor.
ExtractorFilter(String) - Constructor for class com.tangosol.util.filter.ExtractorFilter
Construct an ExtractorFilter for a given method name.
extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.AbstractExtractor
Extract the value from the "original value" of the passed Entry object or the key (if targeted).
extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.ChainedExtractor
 
extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.MultiExtractor
 
extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.PofExtractor
 
extractOriginalFromEntry(ValueExtractor, MapTrigger.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Extract a value from the "original value" of the specified entry using the specified extractor.
ExtractorProcessor<K,V,T,E> - Class in com.tangosol.util.processor
ExtractorProcessor is an EntryProcessor implementations that extracts a value from an object cached in an InvocableMap.
ExtractorProcessor() - Constructor for class com.tangosol.util.processor.ExtractorProcessor
Default constructor (necessary for the ExternalizableLite interface).
ExtractorProcessor(ValueExtractor<? super T, ? extends E>) - Constructor for class com.tangosol.util.processor.ExtractorProcessor
Construct an ExtractorProcessor based on the specified ValueExtractor.
ExtractorProcessor(String) - Constructor for class com.tangosol.util.processor.ExtractorProcessor
Construct an ExtractorProcessor for a given method name.
ExtractorProducer - Class in com.oracle.coherence.cdi
A CDI bean that produces ValueExtractor instances using ExtractorFactory beans annotated with ExtractorBinding annotations.
ExtractorProducer.ChainedExtractorsSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that produces MultiExtractor containing ValueExtractor instances produced from the annotations contained in a ChainedExtractor.Extractors annotation.
ExtractorProducer.ChainedExtractorSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that produces chained ValueExtractor instances for an array of property or method names.
ExtractorProducer.PofExtractorsSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that produces MultiExtractor containing ValueExtractor instances produced from the annotations contained in a PofExtractor.Extractors annotation.
ExtractorProducer.PofExtractorSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that producesValueExtractor instances for a given POF index or property path.
ExtractorProducer.UniversalExtractorsSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that produces MultiExtractor containing ValueExtractor instances produced from the annotations contained in a PropertyExtractor.Extractors annotation.
ExtractorProducer.UniversalExtractorSupplier - Class in com.oracle.coherence.cdi
A {ExtractorFactory that producesValueExtractor instances for a given property or method name.
Extractors - Class in com.tangosol.util
Simple Extractor DSL.
Extractors() - Constructor for class com.tangosol.util.Extractors
 
extractPage(Object[]) - Method in class com.tangosol.util.filter.LimitFilter
Extract a subset of the specified array to fit the filter's parameters (i.e. page size and page number).
extractPage(Iterator) - Method in class com.tangosol.util.filter.LimitFilter
Extract a subset of the specified iterator to fit the filter's parameters (i.e. page size and page number).
extractPage(Set) - Method in class com.tangosol.util.filter.LimitFilter
Extract a subset of the specified set to fit the filter's parameters (i.e. page size and page number).
extractPublicKeys(Set) - Method in class com.tangosol.net.security.DefaultController
Extract a set of PublicKeys from the set of public credentials.
extractState(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Extract a particular masked value from the state of the Status object.
extractState(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Extract a particular masked value from the state of the Status object.

F

f_aCol - Variable in class com.tangosol.util.ChainedCollection
An array of Collections to enumerate.
f_activeSpan - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
The Supplier that will provide active spans.
f_aFilter - Variable in class com.tangosol.util.MapListenerSupport.FilterEvent
Filters that caused the event.
f_aggregator - Variable in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder.QueryRecorderStatement
The type of query recorder to run.
f_aggregator - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
The InvocableMap.EntryAggregator to use in the query.
f_aggregator - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
The InvocableMap.EntryAggregator to use in the query.
f_asAlias - Variable in class com.tangosol.coherence.dslquery.operator.BaseOperator
An array of optional aliases for this operator.
f_aSets - Variable in class com.tangosol.util.ChainedSet
An array of Sets to enumerate.
f_asyncNamedCache - Variable in class com.oracle.coherence.grpc.CacheRequestHolder
The AsyncNamedCache that the request executes against.
f_atomicRemovesCounter - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
An atomic counter counter used during snapshot removal.
f_bufKey - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation
The target key of the operation.
f_bufValue - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation
The value to store.
f_cache - Variable in class com.tangosol.net.management.ViewMBeanImpl
The cache instance.
f_cacheFactorySupplier - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The function used to obtain ConfigurableCacheFactory instances for a given scope name.
f_cacheSupplier - Variable in class com.oracle.coherence.grpc.CacheRequestHolder
The Supplier to use to obtain a non-pass-through cache.
f_canceled - Variable in class com.tangosol.persistence.AbstractPersistenceManager.Task
Canceled flag.
f_cLoadFailures - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Load failures.
f_cLoadMillis - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The cumulative time spent on Load operations.
f_cLoadOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Load operations.
f_clzCol - Variable in class com.tangosol.io.pof.reflect.Codecs.CollectionCodec
Class that represents the Collection implementation that will be serialized and deserialized into.
f_clzComponent - Variable in class com.tangosol.io.pof.reflect.Codecs.ArrayCodec
Class that represents the type for each element in the array that will be serialized and deserialized into.
f_clzLa - Variable in class com.tangosol.io.pof.reflect.Codecs.LongArrayCodec
Class that represents the LongArray implementation that will be serialized and deserialized into.
f_clzMap - Variable in class com.tangosol.io.pof.reflect.Codecs.MapCodec
Class that represents the Map implementation that will be serialized and deserialized into.
f_clzMBean - Variable in class com.tangosol.net.management.AnnotatedStandardEmitterMBean.SilentEmitter
The MBean interface class this emitter provides notification info for.
f_cMillisTimeout - Variable in class com.oracle.coherence.common.base.Timeout
This Timeout's timeout.
f_collector - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
An optional Collector to add notifications to.
f_collector - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.OpenTask
The Collector to notify upon completion of opening the store.
f_command - Variable in class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder
f_command - Variable in class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder
f_comparator - Variable in class com.oracle.coherence.common.base.InverseComparator
The comparator to invert.
f_comparator - Variable in class com.tangosol.util.SortedBag.WrapperComparator
The underlying "logical" comparator.
f_context - Variable in class com.tangosol.coherence.dslquery.QueryPlus
The ExecutionContext that will be passed to Statements.
f_contFailure - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceEnvironment
The failure continuation for this environment.
f_contFailure - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
The failure continuation for this manager.
f_contFailure - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
The failure continuation for this store.
f_convDown - Variable in class com.tangosol.util.ConverterCollections.ConverterLongArray
The Converter to use to convert from type T to type F.
f_converter - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
Converter to handle the conversion cases MapListenerProxy.KeyConverter.f_holder doesn't cover.
f_converter - Variable in class com.oracle.coherence.grpc.RequestHolder.DownConverter
The Converter used to convert the object into a Binary.
f_convKey - Variable in class com.tangosol.net.cache.ContinuousQueryCache.InternalMapListener
The Converter to be applied to keys.
f_convUp - Variable in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
Converter to deserialize Binary values.
f_convUp - Variable in class com.tangosol.util.ConverterCollections.ConverterLongArray
The Converter to use to convert from type F to type T.
f_convValue - Variable in class com.tangosol.net.cache.ContinuousQueryCache.InternalMapListener
The Converter to be applied to values.
f_cPendingAsyncStoreOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of pending non-blocking store operations.
f_cStoreEntries - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The total number of entries written in Store operations.
f_cStoreFailures - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Store failures.
f_cStoreMillis - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The cumulative time spent on Store operations.
f_cStoreOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Store operations.
f_ctx - Variable in class com.tangosol.util.ForwardOnlyMapIndex
The context associated with this index.
f_daemonRefresh - Variable in class com.tangosol.net.RefreshableAddressProvider
The refresh daemon.
f_defaultNamedBindVars - Variable in class com.tangosol.coherence.dslquery.FilterBuilder
The default named bind variables.
f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
The DaemonPool to delegate to.
f_delegate - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
f_delegate - Variable in class com.tangosol.util.AbstractSafeLongArray.SafeIterator
The delegate iterator.
f_dependencies - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
f_dependencies - Variable in class com.tangosol.coherence.dslquery.QueryPlus
The QueryPlus.Dependencies configuring this query session.
f_dirData - Variable in class com.tangosol.persistence.AbstractPersistenceManager
The directory used to store persisted data.
f_dirLock - Variable in class com.tangosol.persistence.AbstractPersistenceManager
The directory used to store lock files (to protect against multi-process file system clean up).
f_dirSnapshot - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistenceSnapshotTools
The snapshot directory.
f_dirStore - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The directory used to store persisted data.
f_dirTrash - Variable in class com.tangosol.persistence.AbstractPersistenceManager
The directory used to store "safe-deleted" data.
f_dispatcher - Variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
ConfigurableCacheFactoryDispatcher linked to this cache factory.
f_durationTimeout - Variable in class com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder.SetTimeoutStatement
The name of the timeout to set as the current timeout.
f_elem - Variable in class com.tangosol.util.SortedBag.UniqueElement
The "actual" element.
f_env - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceEnvironment
The underlying PersistenceEnvironment.
f_event - Variable in class com.tangosol.util.MapListenerSupport.FilterEvent
Optional wrapped MapEvent.
f_executor - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The Executor to use to hand off asynchronous tasks.
f_executor - Variable in class com.oracle.coherence.grpc.RequestHolder
The Executor to use to hand off asynchronous tasks.
f_executor - Variable in class com.tangosol.coherence.dslquery.QueryPlus
The StatementExecutor to use to execute statements.
f_exitSentry - Variable in class com.tangosol.util.ThreadGateLite
Sentry to return from ThreadGateLite.enter() that will ThreadGateLite.exit() when the sentry is closed.
f_exitSentry - Variable in class com.tangosol.util.WrapperReentrantGate
Sentry to return from WrapperReentrantGate.enter(long) that will WrapperReentrantGate.exit() when the sentry is closed.
f_extractor - Variable in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder.CreateIndexStatement
The ValueExtractor to be used to create the index.
f_extractor - Variable in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder.DropIndexStatement
The ValueExtractor to be used to create the index.
f_extractor - Variable in class com.tangosol.util.ForwardOnlyMapIndex
ValueExtractor object that this MapIndex uses to extract an indexable property value from a [converted] value stored in the resource map.
f_factoryCont - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceEnvironment
The FailureContinuationFactory.
f_factoryCont - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
The FailureContinuationFactory.
f_fConditional - Variable in class com.tangosol.coherence.dslquery.operator.BaseOperator
Flag indicating whether this operator can be used as a conditional operator, for example ==, >=, etc, as opposed to a non-conditional operator such as +, -, etc.
f_fileActive - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
The data directory of the active persistence manager.
f_fileBackup - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
The data directory of the backup persistence manager.
f_fileEvents - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
The events directory of the events persistence manager.
f_fileLock - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The file used to prevent concurrent access to the data directory underlying this persistent store.
f_fileSnapshot - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
The snapshot directory.
f_fileTrash - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
An optional trash directory.
f_filter - Variable in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder.DeleteStatement
The Filter to be used in the CohQL "delete" command.
f_filter - Variable in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder.QueryRecorderStatement
The Filter to be explained or traced.
f_filter - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
The Filter to use in the query.
f_filter - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
The Filter to use in the query.
f_filter - Variable in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder.UpdateStatement
The Filter that will be used to select entries to be updated.
f_fLazy - Variable in class com.tangosol.util.ForwardOnlyMapIndex
The "lazy" flag.
f_fLite - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
A flag indicating whether the filter was registered for lite events.
f_fLite - Variable in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Flag indicating MapEvent objects do not have to include the OldValue and NewValue property values in order to allow optimizations.
f_fReduction - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
Flag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.
f_fReduction - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
Flag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.
f_fSanity - Variable in class com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
Flag indicating whether this command turns sanity checking on or off.
f_fShowKeys - Variable in class com.tangosol.coherence.dslquery.statement.DefaultStatementResult
A flag to determine whether to print keys in the DefaultStatementResult.print(java.io.PrintWriter, String) method if the value in DefaultStatementResult.f_oResult is a Map.
f_fTloCreator - Variable in class com.oracle.coherence.common.base.Timeout
True iff this Timeout created (and thus must ultimately destroy) the TLO.
f_functionValue - Variable in class com.tangosol.util.SetMap
A function to load a value for a provided key.
f_fValue - Variable in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
Wrapped atomic boolean value.
f_guardable - Variable in class com.tangosol.net.GuardSupport.Context
The Guardable represented by this GuardContext
f_holder - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
Cache request holder to handle conversion of Binary and ByteString objects.
f_idToSerializer - Variable in class com.tangosol.io.MultiplexingSerializer
The mapping of Serializers keyed by their name.
f_info - Variable in class com.tangosol.persistence.AbstractPersistenceTools
Information about the snapshot or archived snapshot.
f_iterator - Variable in class com.tangosol.net.RefreshableAddressProvider
An Iterator over the cached set of addresses.
f_laDelegate - Variable in class com.tangosol.util.ConverterCollections.ConverterLongArray
The LongArray to delegate to.
f_language - Variable in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
f_language - Static variable in class com.tangosol.coherence.dsltools.termtrees.Terms
The default CoherenceQueryLanguage used by this QueryHelper when no language is provided to methods.
f_language - Variable in class com.tangosol.coherence.rest.query.CoherenceQueryLanguageEngine
 
f_language - Static variable in class com.tangosol.util.QueryHelper
The default CoherenceQueryLanguage used by this QueryHelper when no language is provided to methods.
f_lExtentId - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation
The extent identifier for the target key.
f_LExtentId - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
The extent to delete.
f_lHash - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
The Runnable's hash.
f_lId - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
The filter identifier.
f_listBuilders - Variable in class com.tangosol.coherence.dslquery.ChainedExtractorBuilder
The chain of ExtractorBuilders to delegate to.
f_listDefaultBindVars - Variable in class com.tangosol.coherence.dslquery.FilterBuilder
The default indexed bind variables.
f_listener - Variable in class com.tangosol.util.MapListenerSupport.WrapperListener
Wrapped MapListener.
f_listenerBackService - Variable in class com.tangosol.net.cache.NearCache
The back cache service MemberListener.
f_listenerDeactivation - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The listener used to detect cache deactivation.
f_listenerSupport - Variable in class com.tangosol.net.cache.ContinuousQueryCache.InternalMapListener
The MapListenerSupport to dispatch events to.
f_listenerWrapped - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.WrapperPrimingListener
The wrapped MapListener.
f_listOps - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
The sequence of operations to commit atomically.
f_listTasks - Variable in class com.tangosol.persistence.AbstractPersistenceManager.BatchTasks
List of tasks to execute.
f_lock - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
The lock to hold during read and write operations.
f_lock - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The ReadWriteLock used to protect against concurrent read/write operations.
f_lock - Variable in class com.tangosol.util.SafeLongArray
The lock to hold during read and write operations.
f_lockReadRaw - Variable in class com.tangosol.util.ReadHeavyLongArray
The raw read lock.
f_lockWrite - Variable in class com.tangosol.util.ReadHeavyLongArray
The write lock, delegating to the one in the super class.
f_lRefresh - Variable in class com.tangosol.net.RefreshableAddressProvider
The interval with which to attempt to refresh the address list.
f_lRefresh - Variable in class com.tangosol.net.RefreshableAddressProvider.RefreshThread
The interval with which to attempt to refresh the address list.
f_lTimeoutOrig - Variable in class com.oracle.coherence.common.base.Timeout
The original timeout before this instance changed it.
f_manager - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
The underlying PersistenceManager.
f_map - Variable in class com.tangosol.util.SetMap
The underlying map.
f_mapFilter - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The map of Filters that this MapListenerProxy was registered with.
f_mapForward - Variable in class com.tangosol.util.ForwardOnlyMapIndex
Map that contains the index values (forward index).
f_mapGUID - Variable in class com.tangosol.persistence.GUIDHelper.GUIDResolver
The Map of registered GUIDs, keyed by member.
f_mapKeys - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The map of keys that this MapListenerProxy was registered with.
f_mapSnapshots - Variable in class com.tangosol.persistence.AbstractPersistenceEnvironment
The map of snapshots, keyed by snapshot name.
f_mapStores - Variable in class com.tangosol.persistence.AbstractPersistenceManager
Map of open AbstractPersistentStore instances.
f_mapTokens - Variable in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
The Map of OPToken instances that will be called depending on the value of the next token in the stream.
f_mapTypeToSerializer - Variable in class com.tangosol.io.MultiplexingSerializer
The mapping of types referenced by their String name and a working Serializer for that type.
f_mbeanServerProxy - Variable in class com.tangosol.net.management.MBeanAccessor
The MBeanServerProxy to be used for MBean operations.
f_message - Variable in class com.tangosol.io.WrapperBufferInput.VersionAwareBufferInput
The associated message received by this recipient.
f_message - Variable in class com.tangosol.io.WrapperBufferOutput.VersionAwareBufferOutput
The associated message being sent.
f_metrics - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The proxy service metrics.
f_mlTimeout - Variable in class com.oracle.coherence.common.base.Timeout
Cached reference to the thread's MutableLong holding it's current timeout.
f_nLength - Variable in class com.tangosol.io.MultiplexingSerializer.SerializationHeader
The length, in bytes, of the serialized data.
f_nUniqueId - Variable in class com.tangosol.util.SortedBag.UniqueElement
The unique "id" for this element.
f_oAssociation - Variable in class com.tangosol.persistence.AbstractPersistenceManager.BatchTasks
Association for this BatchTasks.
f_observer - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The StreamObserver to stream MapEvent instances to.
f_oFrom - Variable in class com.tangosol.util.SortedBag.ViewBag
The (inclusive) lower bound of this view.
f_oKey - Variable in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
The key to use to put the value into the cache.
f_onPartial - Variable in class com.tangosol.util.processor.StreamingAsynchronousProcessor
The user-provided callback that will be invoked for each partial result.
f_openSentry - Variable in class com.tangosol.util.ThreadGateLite
Sentry to return from ThreadGateLite.close() that will ThreadGateLite.open() when the sentry is closed.
f_oReceipt - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
The receipt to add to the Collector after the unit is committed.
f_oResult - Variable in class com.tangosol.coherence.dslquery.statement.DefaultStatementResult
The actual result of executing a CohQL Statement.
f_oTo - Variable in class com.tangosol.util.SortedBag.ViewBag
The (exclusive) upper bound of this view.
f_oToken - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
A token representing the atomic unit that will be committed asynchronously.
f_oValue - Variable in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
The value being inserted into the cache.
f_policyPrimary - Variable in class com.tangosol.net.CompositeActionPolicy
The primary ActionPolicy.
f_policySecondary - Variable in class com.tangosol.net.CompositeActionPolicy
The secondary ActionPolicy.
f_pool - Variable in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
The DaemonPool associated with this MBean.
f_pool - Variable in class com.oracle.coherence.grpc.SimpleDaemonPoolExecutor
The DaemonPool that will be used to execute tasks.
f_processor - Variable in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder.UpdateStatement
The InvocableMap.EntryProcessor that will perform the "update" command.
f_processor - Variable in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
The delegate AsynchronousProcessor.
f_processor - Variable in class com.tangosol.util.processor.AbstractAsynchronousProcessor
The underlying entry processor.
f_proxy - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy.DeactivationListener
f_request - Variable in class com.oracle.coherence.grpc.RequestHolder
The request.
f_resourceRegistry - Variable in class com.tangosol.coherence.dslquery.ExecutionContext
The ResourceRegistry used to store various resources used by queries managed by this context.
f_sAction - Variable in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder.ServicesQueryPlusStatement
Flag indicating whether this command turns sanity checking on or off.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder.BackupStatement
The name of the cache to be backed up.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder.CreateCacheStatement
The name of the cache to be created by this command.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder.CreateIndexStatement
The name of the cache the index will be added to.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder.DeleteStatement
The cache name containing the entries to be deleted
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
The name of the cache to query.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
The name of the cache to query.
f_sCache - Variable in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder.UpdateStatement
The name of the cache to be updated.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder.DropCacheStatement
The name of the cache to be destroyed.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder.DropIndexStatement
The name of the cache the index will be added to.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
The cache name to be used in the CohQL "insert" command.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder.QueryRecorderStatement
The name of the cache to query.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder.RestoreStatement
The cache name to be used in the CohQL "backup" command.
f_sCacheName - Variable in class com.tangosol.coherence.dslquery.statement.TruncateCacheStatementBuilder.TruncateCacheStatement
The name of the cache to be truncated.
f_sClusterName - Variable in class com.tangosol.persistence.AbstractSnapshotArchiver
The cluster name.
f_scopeResolver - Variable in class com.tangosol.net.ScopedCacheFactoryBuilder
Scope resolver used to resolve scope name upon CCF construction.
f_sDescription - Variable in class com.tangosol.coherence.jcache.localcache.LocalCacheAsynchronousMapListener
Handler description.
f_sDescription - Variable in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheAsynchronousMapListener
 
f_serializer - Variable in class com.oracle.coherence.grpc.RequestHolder.DownConverter
The Serializer used to convert the original Binary into object form.
f_serializer - Variable in class com.oracle.coherence.grpc.RequestHolder
The Serializer used by the request.
f_serializerFrom - Variable in class com.oracle.coherence.grpc.RequestHolder.UpConverter
The Serializer used to convert the Binary to object form.
f_serializerName - Variable in class com.tangosol.io.MultiplexingSerializer.SerializationHeader
The name of the serializer that should be used to deserialize the payload.
f_serializerProducer - Variable in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
The factory to use to lookup named Serializer instances.
f_serializers - Variable in class com.tangosol.io.MultiplexingSerializer
The Set Serializers to be used by this Serializer.
f_serializerTo - Variable in class com.oracle.coherence.grpc.RequestHolder.UpConverter
The Serializer used to convert the object to a Binary.
f_service - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The owning NamedCacheService.
f_service - Variable in class com.oracle.coherence.grpc.RequestHolder
The Service managing the resource.
f_service - Variable in class com.tangosol.net.cache.NearCache
The back cache service.
f_setDeletedIds - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The set of extent identifiers that are in the process of being deleted.
f_setExtentIds - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The set of valid extent identifiers known to this persistent store.
f_setKeys - Variable in class com.oracle.coherence.grpc.proxy.MapListenerProxy
The set of keys that this MapListenerProxy was registered with.
f_setTasks - Variable in class com.tangosol.persistence.AbstractPersistenceManager
Set of outstanding tasks.
f_sFeature - Variable in class com.tangosol.coherence.config.xml.processor.UnsupportedFeatureProcessor
The feature that is not supported
f_sFile - Variable in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder.BackupStatement
The file name to write the cache contents to.
f_sFile - Variable in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder.RestoreStatement
The file name to be used in the CohQL "backup" command.
f_sFileName - Variable in class com.tangosol.coherence.dslquery.statement.SourceStatementBuilder.SourceStatement
The file name to be used in the CohQL "source" command.
f_sFormat - Variable in class com.oracle.coherence.grpc.RequestHolder
The name of the serializer used to serialize the request payloads.
f_sFunctor - Variable in class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
The Functor string used by the parser for this token.
f_sId - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The identifier of this persistent store.
f_sName - Variable in class com.tangosol.net.cache.NearCache
The cache name.
f_sName - Variable in class com.tangosol.persistence.AbstractPersistenceManager
The name of this AbstractPersistenceManager.
f_span - Variable in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
The Span.
f_spanParent - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
The parent tracing span.
f_sServiceName - Variable in class com.tangosol.coherence.dslquery.statement.persistence.AbstractSnapshotStatement
Service name to carry out operations for.
f_sServiceName - Variable in class com.tangosol.net.cache.NearCache
The back cache service name.
f_sServiceName - Variable in class com.tangosol.persistence.AbstractSnapshotArchiver
The service name.
f_sSnapshotName - Variable in class com.tangosol.coherence.dslquery.statement.persistence.AbstractSnapshotStatement
Snapshot name to utilize.
f_sSymbol - Variable in class com.tangosol.coherence.dslquery.operator.BaseOperator
The symbol for this operator.
f_store - Variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Store that holds cache references scoped by class loader and optionally, if configured, Subject.
f_store - Variable in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
The underlying PersistentStore.
f_storeFrom - Variable in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.OpenTask
The PersistentStore to open with.
f_storeTopics - Variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Store that holds NamedTopic references scoped by class loader and optionally, if configured, Subject.
f_supplierNamedCache - Variable in class com.tangosol.net.MapViewBuilder
The Supplier returning a NamedCache from which the view will be created.
f_thread - Variable in class com.tangosol.util.ThreadGateLite.Bar
 
f_tokenDelegate - Variable in class com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder
The IdentifierOPToken to delegate to if we cannot process the token.
f_writer - Variable in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
The PrintWriter to use to display output.
f_xmlConfig - Variable in class com.tangosol.coherence.config.builder.ServiceLoadBalancerBuilder
Xml Configuration Element to use to report ConfigurationException.
Factory<T> - Interface in com.oracle.coherence.common.base
The Factory interface provides a means of producing objects of a given type.
FactoryBasedAddressProviderBuilder - Class in com.tangosol.coherence.config.builder
This class builds an AddressProviderBuilder from a AddressProviderFactory.
FactoryBasedAddressProviderBuilder(AddressProviderFactory) - Constructor for class com.tangosol.coherence.config.builder.FactoryBasedAddressProviderBuilder
FAIL - Enum constant in enum class com.tangosol.util.RegistrationBehavior
Specifies that registration should fail (by raising an exception) if the identified artifact is already registered.
FailOnFull() - Constructor for class com.tangosol.net.topic.Publisher.FailOnFull
Default constructor for serialization.
FailoverAccessPolicy - Class in com.tangosol.net.partition
FailoverAccessPolicy is used to moderate the client request load during a failover event in order to allow cache servers adequate opportunity to re-establish partition backups.
FailoverAccessPolicy() - Constructor for class com.tangosol.net.partition.FailoverAccessPolicy
Default constructor.
FailoverAccessPolicy(long, long, long) - Constructor for class com.tangosol.net.partition.FailoverAccessPolicy
Construct a FailoverAccessPolicy according to the specified parameters.
FailoverAccessPolicy.MembershipListener - Class in com.tangosol.net.partition
The MemberListener is used to listen to service membership events to monitor the endangered status of the service.
FakeBinaryStore() - Constructor for class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
 
FALSE - Static variable in class com.tangosol.util.Binary
A Binary representation of Boolean.FALSE value.
fatalError(SAXParseException) - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Routine called when a fatal error occurs in parser.
fContend - Variable in class com.tangosol.util.SegmentedHashMap.Segment
Are any threads contending to lock this segment?
FederatedChangeEvents - Annotation Interface in com.tangosol.net.events.annotation
EntryEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive FederatedChangeEvents.
FederatedConnectionEvents - Annotation Interface in com.tangosol.net.events.annotation
EntryEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive FederatedConnectionEvents.
FederatedPartitionEvents - Annotation Interface in com.tangosol.net.events.annotation
EntryEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive FederatedPartitionEvents.
FEDERATION_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the FederationMBean.
FederationEventHandlers - Class in com.oracle.coherence.cdi.server
Federation event handlers that allow CDI observers to handle any federation event.
FederationEventHandlers() - Constructor for class com.oracle.coherence.cdi.server.FederationEventHandlers
 
fForward - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
FIELD_LIST - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for a Field List Node.
FILE_CFG_CACHE - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
The default configuration file name.
FILE_CFG_CACHE - Static variable in class com.tangosol.net.ExtensibleConfigurableCacheFactory
The default configuration file name.
FILE_MAPPED - Static variable in class com.tangosol.coherence.config.scheme.BackingMapScheme
A file mapped backup storage.
FileHelper - Class in com.tangosol.io
A Collection of helper methods for files.
FileHelper() - Constructor for class com.tangosol.io.FileHelper
 
fill() - Method in class com.tangosol.net.partition.PartitionSet
Fill the set to contain all the partitions.
FILL_BUFFER - Static variable in class com.tangosol.io.nio.BinaryMap
Byte array used for wiping the buffer.
FILL_BYTE - Static variable in class com.tangosol.io.nio.BinaryMap
Byte used as a fill byte.
filter(Filter<?>) - Method in class com.tangosol.net.MapViewBuilder
The Filter that will be used to define the entries maintained in this view.
filter(Filter<?>) - Method in class com.tangosol.net.ViewBuilder
The Filter that will be used to define the entries maintained in this view.
filter(Remote.DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Remote.IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Remote.LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Remote.Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(ContainerRequestContext) - Method in class com.tangosol.coherence.rest.providers.SecurityFilter
 
filter(DoublePredicate) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(IntPredicate) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(LongPredicate) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Predicate<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns a stream consisting of the elements of this stream that match the given predicate.
Filter<T> - Interface in com.tangosol.util
Provide for "pluggable" conditional behavior.
filterArray(Object[], int, Filter) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Apply the specified filter to the specified array elements.
filterArray(Object[], Filter) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Apply the specified filter to the elements of the specified array.
FilterBinding - Annotation Interface in com.oracle.coherence.cdi
Specifies that an annotation type is a Filter binding type.
FilterBuilder - Class in com.tangosol.coherence.dslquery
FilterBuilder is a visitor class that converts a given Abstract Syntax Tree into a Filter.
FilterBuilder() - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder.
FilterBuilder(CoherenceQueryLanguage) - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder.
FilterBuilder(Term) - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder that can construct a Filter from the given Term.
FilterBuilder(Object[]) - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder with given binding environment.
FilterBuilder(Object[], Map) - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder with given binding environment.
FilterBuilder(List, ParameterResolver, CoherenceQueryLanguage) - Constructor for class com.tangosol.coherence.dslquery.FilterBuilder
Construct a new FilterBuilder with given default bind variables.
FilterBuildingException - Exception Class in com.tangosol.util
FilterBuildingException is the RuntimeException thrown by the QueryHelper when building a Filter.
FilterBuildingException() - Constructor for exception class com.tangosol.util.FilterBuildingException
Construct a new FilterBuildingException.
FilterBuildingException(String, String) - Constructor for exception class com.tangosol.util.FilterBuildingException
Construct a new FilterBuildingException with the given error string along with the string that was being parsed.
FilterBuildingException(String, String, Throwable) - Constructor for exception class com.tangosol.util.FilterBuildingException
Construct a new FilterBuildingException with the given error string, the string that was being parsed and a base exception.
Filtered() - Constructor for class com.tangosol.net.topic.Subscriber.Filtered
Default constructor for serialization.
Filtered(Filter<? super V>) - Constructor for class com.tangosol.net.topic.Subscriber.Filtered
 
FilterEnumerator - Class in com.tangosol.util
Provide a generic implementation of an enumerator which can enumerate items based on an inclusion test.
FilterEnumerator(Object[], Filter) - Constructor for class com.tangosol.util.FilterEnumerator
Construct the Filter enumerator based on an array of objects.
FilterEnumerator(Enumeration, Filter) - Constructor for class com.tangosol.util.FilterEnumerator
Construct the Filter enumerator based on an Enumeration.
FilterEnumerator(Iterator, Filter) - Constructor for class com.tangosol.util.FilterEnumerator
Construct the Filter enumerator based on an Iterator.
FilterEvent(MapEvent, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent that wraps the given MapEvent.
FilterEvent(ObservableMap, int, Object, boolean, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new lite (no values are specified) FilterEvent.
FilterEvent(ObservableMap, int, Object, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new lite (no values are specified) FilterEvent.
FilterEvent(ObservableMap, int, Object, Object, Object, boolean, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
FilterEvent(ObservableMap, int, Object, Object, Object, boolean, CacheEvent.TransformationState, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
FilterFactory<A,T> - Interface in com.oracle.coherence.cdi
A factory that produces instances of Filter for a given Annotation.
FilterInfo(long, boolean) - Constructor for class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Constructs a new FilterInfo instance.
FilterProducer - Class in com.oracle.coherence.cdi
A CDI bean that produces Filter instances using FilterFactory beans annotated with FilterBinding annotations.
FilterProducer.AlwaysFilterSupplier - Class in com.oracle.coherence.cdi
A FilterFactory that produces AlwaysFilter instances.
FilterProducer.WhereFilterSupplier - Class in com.oracle.coherence.cdi
A FilterFactory that produces Filter instances from a CohQL where clause.
Filters - Class in com.tangosol.util
Simple Filter DSL.
Filters() - Constructor for class com.tangosol.util.Filters
 
filterSort(Object[], int, Comparator, Filter) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Filter the specified array elements and sort any matching elements using the specified comparator.
filterSort(Object[], Comparator, Filter) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Filter the elements in the specified array and sort any matching elements using the specified comparator.
filtersTokenTable() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return an initialized standard TokenTable known by this CoherenceQueryLanguage.
FilterTrigger - Class in com.tangosol.util.filter
A generic Filter-based MapTrigger implementation.
FilterTrigger() - Constructor for class com.tangosol.util.filter.FilterTrigger
Default constructor (necessary for the ExternalizableLite interface).
FilterTrigger(Filter<T>) - Constructor for class com.tangosol.util.filter.FilterTrigger
Construct a FilterTrigger based on the specified Filter object and ACTION_ROLLBACK.
FilterTrigger(Filter<T>, int) - Constructor for class com.tangosol.util.filter.FilterTrigger
Construct a FilterTrigger based on the specified Filter object and the action constant.
finalize() - Method in class com.tangosol.io.AsyncBinaryStore
Perform cleanup during garbage collection.
finalize() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Finalize the holder, deleting the database if it is temporary.
finalize() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Automatically release the lock on finalization.
finalize() - Method in class com.tangosol.io.bdb.DatabaseFactory
Finalize for the DatabaseFactory.
finalize() - Method in class com.tangosol.io.nio.MappedBufferManager
Perform cleanup during garbage collection.
finalizeResult() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator
 
finalizeResult() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsClear
 
finalizeResult() - Method in class com.tangosol.util.aggregator.AbstractAggregator
 
finalizeResult() - Method in class com.tangosol.util.aggregator.CompositeAggregator
 
finalizeResult() - Method in class com.tangosol.util.aggregator.Count
 
finalizeResult() - Method in class com.tangosol.util.aggregator.GroupAggregator
 
finalizeResult() - Method in class com.tangosol.util.aggregator.PriorityAggregator
 
finalizeResult() - Method in class com.tangosol.util.aggregator.QueryRecorder
 
finalizeResult() - Method in class com.tangosol.util.aggregator.ScriptAggregator
 
finalizeResult() - Method in class com.tangosol.util.aggregator.TopNAggregator
 
finalizeResult() - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
Return the final result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.AbstractDoubleAggregator
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.AbstractLongAggregator
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.BigDecimalAverage
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.DistinctValues
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.DoubleAverage
Obtain the result of the aggregation.
finalizeResult(boolean) - Method in class com.tangosol.util.aggregator.ReducerAggregator
Obtain the result of the aggregation.
find(long) - Method in class com.tangosol.util.AbstractSparseArray
Find the specified key and return its node.
findAdapter(XmlBean.BeanInfo, XmlElement) - Method in class com.tangosol.run.xml.IterableAdapter
Obtain a PropertyAdapapter for a map entry key or value
findAdapter(String) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Find a property adapter instance for the specified property.
findAny() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns an OptionalDouble describing some element of the stream, or an empty OptionalDouble if the stream is empty.
findAny() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns an OptionalInt describing some element of the stream, or an empty OptionalInt if the stream is empty.
findAny() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns an OptionalLong describing some element of the stream, or an empty OptionalLong if the stream is empty.
findAny() - Method in interface com.tangosol.util.stream.RemoteStream
Returns an Optional describing some element of the stream, or an empty Optional if the stream is empty.
findAttribute(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Find an attribute of the specified XmlElement that represents a value for a property represented by this adapter.
findAttribute(String) - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Find the Term amoungst the children whose functor equals the given functor that has a singleton child.
findCacheMapping(String) - Method in class com.tangosol.coherence.config.CacheMappingRegistry
Deprecated.
Attempts to find the CacheMapping that matches the specified cache name.
findCacheMapping(String) - Method in interface com.tangosol.coherence.config.ResourceMappingRegistry
Attempts to find the CacheMapping that matches the specified name and type.
findCachingScheme(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Return the CachingScheme for a given cache name.
findCachingScheme(String, XmlElement) - Method in class com.tangosol.coherence.config.xml.preprocessor.SchemeRefPreprocessor
Obtains the XmlElement that contains a <scheme-name> definition for the specified sSchemeName with in the provided XmlElement, or null if not found.
findChild(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Find the child value with the specified index.
findChild(String) - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Find the Term amoungst the children whose functor equals the given functor.
findChild(String) - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Find the Term amoungst the children whose functor equals the given functor.
findChildInternal(int, int, int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Find the child value with the specified index.
findChildInternal(int, int, int) - Method in class com.tangosol.io.pof.reflect.PofArray
Find the child value with the specified index.
findChildInternal(int, int, int) - Method in class com.tangosol.io.pof.reflect.PofSparseArray
Find the child value with the specified index.
findConstructor() - Method in class com.tangosol.coherence.rest.DefaultKeyConverter
Find a key class constructor that accepts a single String argument.
findDistributedScheme(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Return the DistributedScheme for a given cache name.
findElement(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Find a child element of the specified XmlElement that represents a value for a property represented by this adapter.
findElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Find a child element of the specified element with the specified '/'-delimited path.
findElement(XmlElement, String, Object) - Static method in class com.tangosol.run.xml.XmlHelper
Find a child element of the specified element with the specified '/'-delimited path and specified value.
findElement(String) - Method in class com.tangosol.run.xml.SimpleElement
Find a child element with the specified '/'-delimited path.
findElement(String) - Method in interface com.tangosol.run.xml.XmlElement
Find a child element with the specified '/'-delimited path.
findEntry(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Find an entry with the specified key.
findEntryBlock(Binary) - Method in class com.tangosol.io.nio.BinaryMap
Find the Entry block with the specified key.
findFileOrResource(String, ClassLoader) - Static method in class com.oracle.coherence.common.base.Resources
Return a URL to the specified file or resource, using the specified class loader or a context ClassLoader.
findFirst() - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns an OptionalDouble describing the first element of this stream, or an empty OptionalDouble if the stream is empty.
findFirst() - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns an OptionalInt describing the first element of this stream, or an empty OptionalInt if the stream is empty.
findFirst() - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns an OptionalLong describing the first element of this stream, or an empty OptionalLong if the stream is empty.
findFirst() - Method in interface com.tangosol.util.stream.RemoteStream
Returns an Optional describing the first element of this stream, or an empty Optional if the stream is empty.
findInsertionPoint(long) - Method in class com.tangosol.util.AbstractSparseArray
Find the point at which a Node with the specified index would be inserted.
findJMXServiceUrl(String) - Method in class com.tangosol.net.management.JmxmpServer
 
findJMXServiceUrl(String) - Method in interface com.tangosol.net.management.MBeanServerFinder
Find the JMXServiceURL for the MBeanConnector used by the Coherence JMX framework.
findJMXServiceUrl(String, GatewayDependencies) - Static method in class com.tangosol.net.management.MBeanHelper
Find the JMXServiceURL for the MBeanConnector used by the Coherence JMX framework.
findMapping(String, Class<M>) - Method in interface com.tangosol.coherence.config.ResourceMappingRegistry
Attempts to find the ResourceMapping that matches the specified name and type.
findMapping(String, Class<M>) - Method in class com.tangosol.coherence.config.SchemeMappingRegistry
 
findMatchingOPToken(OPParser) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
Return the OPToken mapped to the next token in the OPParser's token stream.
findMBeanServer() - Static method in class com.tangosol.net.management.MBeanHelper
Find an MBeanServer that Coherence MBeans are registered with.
findMBeanServer(String) - Method in class com.tangosol.net.management.JmxmpServer
 
findMBeanServer(String) - Static method in class com.tangosol.net.management.MBeanHelper
Find an MBeanServer that has the specified default domain name.
findMBeanServer(String) - Method in interface com.tangosol.net.management.MBeanServerFinder
Find an MBeanServer that should be used by the Coherence JMX framework to register new or locate existing MBeans.
findMBeanServer(String, GatewayDependencies) - Static method in class com.tangosol.net.management.MBeanHelper
Find an MBeanServer that has the specified default domain name.
findMethod(Class, String, Class[], boolean) - Static method in class com.oracle.coherence.common.base.Classes
Find a Method that matches the specified name and parameter types.
findMethod(Class, String, Class[], boolean) - Static method in class com.tangosol.util.ClassHelper
Find a Method that matches the specified name and parameter types.
findMethod(Class, String, String...) - Static method in class com.tangosol.net.management.MBeanHelper
Find a Method with the specified name and parameter types in the specified class.
findMethod(Class, MBeanOperationInfo) - Static method in class com.tangosol.net.management.MBeanHelper
Find a Method for the specified MBeanOperationInfo in the specified MBean class or interface.
findMethod(String) - Method in class com.tangosol.coherence.rest.DefaultKeyConverter
Find a static method with a specified name that accepts a single String argument.
findProperty(List<ClassNode>, String) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Attempt to find a property with a given name in one of the specified class definitions.
findProperty(ClassNode, String) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Attempt to find a property getter with a given name in the specified class definitions.
findPublicKeys(Subject) - Method in class com.tangosol.net.security.DefaultController
Find a set of public keys for the specified Subject.
findRelativeOrAbsoluteResource(String, ClassLoader) - Static method in class com.oracle.coherence.common.base.Resources
Find the URL of the resource with the given name using the specified ClassLoader.
findResource(String, ClassLoader) - Static method in class com.oracle.coherence.common.base.Resources
Find the URL of the resource with the given name using the specified ClassLoader or the following Classes: The Thread Context ClassLoader The ClassLoader used to load Classes, which represents the Coherence Class Loader The System ClassLoader
findScheme(XmlElement, String) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
In the specified configuration XML, find a "scheme" element associated with the specified scheme name.
findScheme(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
In the configuration XML find a "scheme" element associated with a given scheme name.
findSchemeByCacheName(String) - Method in class com.tangosol.coherence.config.CacheConfig
Find the CachingScheme for the specified cache name.
findSchemeBySchemeName(String) - Method in class com.tangosol.coherence.config.CacheConfig
Find the ServiceScheme given the scheme name.
findSchemeBySchemeName(String) - Method in class com.tangosol.coherence.config.ServiceSchemeRegistry
Attempts to locate a ServiceScheme registered with the specified Scheme.getSchemeName().
findSchemeByServiceName(String) - Method in class com.tangosol.coherence.config.CacheConfig
Find the ServiceScheme given the service name.
findSchemeByServiceName(String) - Method in class com.tangosol.coherence.config.ServiceSchemeRegistry
Attempts to locate a ServiceScheme registered with the specified ServiceScheme.getServiceName() giving preference to "autostart" schemes.
findSchemeByTopicName(String) - Method in class com.tangosol.coherence.config.CacheConfig
Find the CachingScheme for the specified topic name.
findSchemeMapping(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
In the configuration XML find a "cache-mapping" element associated with a given cache name.
findServiceScheme(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
In the configuration XML find a "scheme" element associated with a given service name.
findSession(String) - Static method in class com.tangosol.net.Coherence
Find the Session instance with the given name across all Coherence instances.
findSessionsByScope(String) - Static method in class com.tangosol.net.Coherence
Find the Session instances with the given scope name across all Coherence instances.
findSpan() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Return the current active span, or try to find the span in the current Context.
findTopicScheme(String) - Method in class com.tangosol.net.topic.TopicBackingMapManager
Find the NamedTopicScheme that defines a topic.
fine(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINE severity.
fine(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINE severity.
fine(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.FINE severity.
fine(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINE severity.
fine(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINE severity.
FINE - Static variable in class com.oracle.coherence.common.base.Logger
Severity 5 indicates an essential debug message.
finer(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINER severity.
finer(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINER severity.
finer(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.FINER severity.
finer(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINER severity.
finer(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINER severity.
FINER - Static variable in class com.oracle.coherence.common.base.Logger
Severity 6 indicates a non-essential debug message.
finest(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINEST severity.
finest(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINEST severity.
finest(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.FINEST severity.
finest(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.FINEST severity.
finest(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.FINEST severity.
FINEST - Static variable in class com.oracle.coherence.common.base.Logger
Severity 7 indicates a very low-level, non-essential debug message or a tracing message.
finishStarting(Daemon.DaemonWorker) - Method in class com.tangosol.util.Daemon
Wait for the specified worker to finish starting.
finishStopping(Daemon.DaemonWorker, long) - Method in class com.tangosol.util.Daemon
Wait for the specified worker to finish stopping.
finishUse() - Method in class com.tangosol.io.nio.BinaryMap.Block
Decrement the use count for this block and check if it is now zero.
FiniteStateMachine<S> - Interface in com.tangosol.util.fsm
A FiniteStateMachine implements a general purpose finite-state-machine.
FiniteStateMachineListener<S> - Interface in com.tangosol.util.fsm
A FiniteStateMachineListener listens for state related events on a FiniteStateMachine.
fireEvent(MapEvent, boolean) - Method in class com.tangosol.util.MapListenerSupport
Fire the specified map event.
first() - Method in class com.tangosol.coherence.rest.util.PropertySet
Return the first property in this PropertySet.
first() - Method in class com.tangosol.net.partition.PartitionSet
Return an index of the first marked partition.
first() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
first() - Method in class com.tangosol.util.ImmutableArrayList
Returns the first element currently in this sorted set.
first() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
first() - Method in class com.tangosol.util.SortedBag
Returns the first (lowest) element currently in this bag.
first() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
FIRST - Enum constant in enum class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process
FIRST indicates that the first submitted Event for a specific discriminator will be the one which is processed.
firstEntry() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
firstKey() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
firstKey() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class com.tangosol.util.SafeSortedMap
 
firstKey() - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
firstKey() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
fixed(ConfigurableCacheFactory...) - Static method in interface com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers
Returns an instance of a fixed supplier that only returns one of the specified set of ConfigurableCacheFactory instances.
FIXED - Enum constant in enum class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
FixedCacheFactorySupplier(ConfigurableCacheFactory...) - Constructor for class com.oracle.coherence.grpc.proxy.ConfigurableCacheFactorySuppliers.FixedCacheFactorySupplier
 
fixedClient() - Static method in class com.tangosol.net.Coherence
Create a default Coherence client instance, creating it if it does not already exist.
fixedClient(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Create a client Coherence instance from the specified CoherenceConfiguration.
fixedClientBuilder(CoherenceConfiguration) - Static method in class com.tangosol.net.Coherence
Returns a Coherence.Builder instance that can build a Coherence instance using the specified CoherenceConfiguration.
FixedElementCalculator - Class in com.tangosol.net.topic
A fixed implementation of a NamedTopic.ElementCalculator that gives all elements a size of 1.
FixedElementCalculator() - Constructor for class com.tangosol.net.topic.FixedElementCalculator
 
fixNanos(Date) - Static method in class com.tangosol.io.pof.PofBufferWriter
Return a Date which is suitable for POF serialization
FLASHJOURNAL - Static variable in class com.tangosol.coherence.config.scheme.BackingMapScheme
A Flash Journal backup storage.
FlashJournalScheme - Class in com.tangosol.coherence.config.scheme
The FlashJournalScheme is used to create an instance of a Flash Journal map.
FlashJournalScheme() - Constructor for class com.tangosol.coherence.config.scheme.FlashJournalScheme
 
flatMap(Remote.DoubleFunction<? extends DoubleStream>) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Remote.Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Remote.IntFunction<? extends IntStream>) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Remote.LongFunction<? extends LongStream>) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(IntFunction<? extends IntStream>) - Method in interface com.tangosol.util.stream.RemoteIntStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(LongFunction<? extends LongStream>) - Method in interface com.tangosol.util.stream.RemoteLongStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToDouble(Remote.Function<? super T, ? extends DoubleStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an DoubleStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an DoubleStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToInt(Remote.Function<? super T, ? extends IntStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an IntStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an IntStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToLong(Remote.Function<? super T, ? extends LongStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an LongStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in interface com.tangosol.util.stream.RemoteStream
Returns an LongStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatten(Object[][], int, Object[]) - Static method in class com.tangosol.util.ImmutableMultiList
Create a single dimensional array containing all elements of the specified array of arrays.
flip() - Method in class com.tangosol.coherence.dslquery.operator.ComparisonOperator
Return the operator to use if this operation needs to be flipped due to the CohQL statement having the literal on the left hand side.
flip() - Method in class com.tangosol.coherence.dslquery.operator.EqualsOperator
 
flip() - Method in class com.tangosol.coherence.dslquery.operator.GreaterEqualsOperator
 
flip() - Method in class com.tangosol.coherence.dslquery.operator.GreaterOperator
 
flip() - Method in class com.tangosol.coherence.dslquery.operator.LessEqualsOperator
 
flip() - Method in class com.tangosol.coherence.dslquery.operator.LessOperator
 
flip() - Method in class com.tangosol.coherence.dslquery.operator.NotEqualsOperator
 
FLOAT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of floats.
FloatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Construct a SimpleAdapter.
FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Construct a FloatArrayAdapter.
floatingPointFormatError() - Method in class com.tangosol.coherence.dsltools.base.BaseTokenScanner
A problem has been detected in a floating point number.
FLOATLITERAL - Static variable in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
The numberic code for a float literal
FLOATLITERAL - Static variable in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
The numberic code for a float literal
floatValue() - Method in class com.oracle.coherence.common.base.MutableLong
 
floatValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Returns the current value of this AsyncAtomicInteger as a float after a widening primitive conversion.
floatValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Returns the current value of this DistributedAtomicLong as a float after a widening primitive conversion.
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
floatValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Returns the current value of this AtomicInteger as a float after a widening primitive conversion.
floatValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Returns the current value of this AtomicLong as a float after a widening primitive conversion.
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
floatValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
floatValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as a float.
floor(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
floor(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the "first" value with an index which is less than or equal to the specified index.
floor(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
floor(long) - Method in interface com.tangosol.util.LongArray
Return the "first" value with an index which is less than or equal to the specified index.
floor(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
floor(long) - Method in class com.tangosol.util.SimpleLongArray
 
floor(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
floor(Object) - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
floorEntry(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
floorIndex(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
floorIndex(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the "first" index which is less than or equal to the specified index.
floorIndex(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
floorIndex(long) - Method in interface com.tangosol.util.LongArray
Return the "first" index which is less than or equal to the specified index.
floorIndex(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
floorIndex(long) - Method in class com.tangosol.util.SimpleLongArray
 
floorIndex(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
floorKey(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
FlowControl - Interface in com.tangosol.net
Communication facilities that provide an asynchronous (non-blocking) way of submitting data exchange requests commonly implement mechanisms of modulating the control flow for underlying data transfer units (e.g. messages or packets).
flush() - Method in interface com.oracle.coherence.common.base.Collector
Request processing of any added values.
flush() - Static method in class com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier
Ensure that any deferred signals will be processed.
flush() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.Base64OutputStream
Close the stream, flushing any accumulated bytes.
flush() - Method in class com.tangosol.io.DebugDataOutputStream
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Flush any accumulated bytes.
flush() - Method in class com.tangosol.io.nio.BinaryMap.Block
Close the Block object by resetting its contents and recycling the object.
flush() - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Flush any accumulated bytes.
flush() - Method in class com.tangosol.io.pof.PofOutputStream
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.SizeEstimatingBufferOutput
 
flush() - Method in class com.tangosol.io.Utf8Writer
Flush the stream.
flush() - Method in class com.tangosol.io.WrapperBufferOutput
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.WrapperDataOutputStream
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.WrapperOutputStream
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.io.WriterPrintStream
Flush the stream.
flush() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
flush() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Flush the write-behind queue, writing everything immediately.
flush() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Asynchronous flush, i.e. effectively mark all currently queue'd entries as ripe.
flush() - Method in class com.tangosol.net.cache.SerializationCache
flush() - Method in class com.tangosol.net.DatagramPacketOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in interface com.tangosol.net.FlowControl
Ensure that any buffered asynchronous operations are dispatched to the underlying tier.
flush() - Method in interface com.tangosol.net.topic.Publisher
Obtain a CompletableFuture that will be complete when all of the currently outstanding publish operations complete.
flush() - Method in class com.tangosol.util.AsynchronousAgent
 
flush() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedDataOutputStream
 
flush() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedObjectOutputStream
 
flush() - Method in class com.tangosol.util.ExternalizableHelper.ShieldedOutputStream
 
flush() - Method in class com.tangosol.util.NullImplementation.NullCollector
Request processing of any added values.
flush() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Flushes this OutputStream and forces any buffered output bytes to be written.
flush() - Method in class com.tangosol.util.NullImplementation.NullWriter
flush(int, SingleWaiterCooperativeNotifier) - Static method in class com.oracle.coherence.common.base.SingleWaiterCooperativeNotifier
Ensure that any deferred signals will be processed.
flush(ReadWriteBackingMap.WriteQueue, ReadWriteBackingMap.StoreWrapper) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Flush the write-behind queue, writing everything immediately.
flushAccumulator() - Method in class com.tangosol.io.Base64OutputStream
Flushes the bytes accumulated by the write(int) method.
FMT_B_ARRAY - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Byte array value.
FMT_BIN_DECO - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Decorated Binary value.
FMT_BIN_EXT_DECO - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Extended-range Decorated Binary value.
FMT_BINARY - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Binary value.
FMT_BINDIFF - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A format indicator (the first byte of the binary delta) that indicates that the new value is formed by applying a series of modifications to the old value.
FMT_BOOLEAN - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Boolean value.
FMT_BYTE - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Byte value.
FMT_DECIMAL - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: BigDecimal value.
FMT_DOUBLE - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Double value.
FMT_EMPTY - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A format indicator (the first byte of the binary delta) that indicates that the new value is a zero-length binary value.
FMT_EXT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: A DefaultSerializer is NOT used.
FMT_FLOAT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Float value.
FMT_IDO - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Integer-decorated value.
FMT_INT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Integer value.
FMT_INTEGER - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: BigInteger value.
FMT_LONG - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Long value.
FMT_NONE - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Unknown value (alias to FMT_UNKNOWN).
FMT_NULL - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Null value.
FMT_OBJ_EXT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: ExternalizableLite value.
FMT_OBJ_SER - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Serializable value.
FMT_OPT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Optional value.
FMT_OPT_DOUBLE - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: OptionalDouble value.
FMT_OPT_INT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: OptionalInt value.
FMT_OPT_LONG - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: OptionalLong value.
FMT_REPLACE - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A format indicator (the first byte of the binary delta) that indicates that the new value is found in its entirety in the delta value.
FMT_SHORT - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Short value.
FMT_STRING - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: String value.
FMT_UNKNOWN - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: Unknown value.
FMT_XML_BEAN - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: XmlBean value.
FMT_XML_SER - Static variable in class com.tangosol.util.ExternalizableHelper
Serialization format: XmlSerializable value.
FORCE_RESOLVING_STREAMS - Static variable in class com.tangosol.util.ExternalizableHelper
Option: Always use a ResolvingObjectInputStream, even if a regular ObjectInputStream is available.
forceRecovery() - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Proceed with recovery despite the dynamic quorum policy objections.
ForceRecoveryStatement(String) - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder.ForceRecoveryStatement
Create a ForceRecoveryStatement that will force recovery.
ForceRecoveryStatementBuilder - Class in com.tangosol.coherence.dslquery.statement.persistence
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a ForceRecoveryStatementBuilder.ForceRecoveryStatement.
ForceRecoveryStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder
 
ForceRecoveryStatementBuilder.ForceRecoveryStatement - Class in com.tangosol.coherence.dslquery.statement.persistence
Implementation of the CohQL "FORCE RECOVERY" command.
forceSync() - Method in class com.tangosol.io.AsyncBinaryStore
Indicate the future write operations must be synchronous.
forEach(Filter, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.util.QueryMap
Perform the given action for each entry selected by the specified filter until all entries have been processed or the action throws an exception.
forEach(Collection<? extends K>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.cache.CacheMap
Perform the given action for each entry selected by the specified key set until all entries have been processed or the action throws an exception.
forEach(Collection<? extends K>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.NamedCache
Perform the given action for each entry selected by the specified key set until all entries have been processed or the action throws an exception.
forEach(Collection<? extends K>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.NamedMap
Perform the given action for each entry selected by the specified key set until all entries have been processed or the action throws an exception.
forEach(BiConsumer) - Method in class com.tangosol.util.SafeSortedMap
 
forEach(BiConsumer) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.util.QueryMap
Perform the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(BiConsumer<? super K, ? super V>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
forEach(BiConsumer<? super K, ? super V>) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
forEach(Consumer<? super E>) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
 
forEach(Consumer<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs an action for each element of this stream.
forEach(DoubleConsumer) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Performs an action for each element of this stream.
forEach(IntConsumer) - Method in interface com.tangosol.util.stream.RemoteIntStream
Performs an action for each element of this stream.
forEach(LongConsumer) - Method in interface com.tangosol.util.stream.RemoteLongStream
Performs an action for each element of this stream.
forEachOrdered(Consumer<? super T>) - Method in interface com.tangosol.util.stream.RemoteStream
Performs an action for each element of this stream, in the encounter order of the stream if the stream has a defined encounter order.
forEachOrdered(DoubleConsumer) - Method in interface com.tangosol.util.stream.RemoteDoubleStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forEachOrdered(IntConsumer) - Method in interface com.tangosol.util.stream.RemoteIntStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forEachOrdered(LongConsumer) - Method in interface com.tangosol.util.stream.RemoteLongStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forgetDatabase(Database) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Remove a database handle from the cleanup list.
forgetDatabase(Database) - Method in class com.tangosol.io.bdb.DatabaseFactory
Remove a database handle from the cleanup list.
forKeys(Set<K>) - Method in interface com.tangosol.util.Filter
Return a filter that will only be evaluated within specified key set.
format(Date) - Static method in class com.tangosol.run.xml.DateTimeAdapter
Return an ISO8601 string for the date/time represented by this Calendar.
FORMAT_OUTPUT - Static variable in interface com.tangosol.coherence.rest.io.Marshaller
The name of the system property that is used to determine whether the marshaller output should be formatted for human readability.
formatAction(int) - Static method in class com.tangosol.net.ClusterPermission
Format the action string.
FormatAwareCompressor(DeltaCompressor) - Constructor for class com.tangosol.util.ExternalizableHelper.FormatAwareCompressor
Construct a FormatAwareCompressor.
formatDate(int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Format a date in the form YYYY-MM-DD.
formatDateTime(long) - Static method in class com.oracle.coherence.common.base.Formatting
Format a long value into a human readable date/time string.
formatDateTime(long) - Static method in class com.tangosol.util.Base
Format a long value into a human readable date/time string.
formatIndex(int) - Static method in class com.tangosol.io.nio.BinaryMap
Format an index to a String.
formatKeys(Set, String) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Generate a log message containing the keys from the specified set of entries.
formatOffset(int) - Static method in class com.tangosol.io.nio.BinaryMap
Format an offset to a String.
formatOffsetArray(int[]) - Static method in class com.tangosol.io.nio.BinaryMap
Format an array of offsets to be readable in a dump.
formatStatusName(int) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Return a human readable name for the specified status value.
FormattedMapStatementResult - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementResult which assumes the result is a Map with value being a Object or Object[].
FormattedMapStatementResult(Object) - Constructor for class com.tangosol.coherence.dslquery.statement.FormattedMapStatementResult
Construct an instance with the given result which will should be a Map.
formatTime(int, int, int, int, boolean) - Static method in class com.tangosol.io.pof.PofHelper
Format a time using the simplest applicable of the following formats: HH:MM HH:MM:SS HH:MM:SS.MMM HH:MM:SS.NNNNNNNNN
formatTime(int, int, int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Format a time using the simplest applicable of the following formats: HH:MM(+|-)HH:MM HH:MM:SS(+|-)HH:MM HH:MM:SS.MMM(+|-)HH:MM HH:MM:SS.NNNNNNNNN(+|-)HH:MM
Formatting - Class in com.oracle.coherence.common.base
Class for providing formatting functionality for various types.
Formatting() - Constructor for class com.oracle.coherence.common.base.Formatting
 
formatUTF(byte[], int, char[], int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Format the passed characters as UTF into the passed byte array.
formatUTF(byte[], int, int, String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Format the passed String as UTF into the passed byte array.
forMethod(Method) - Static method in interface com.tangosol.util.ValueExtractor
Return a ValueExtractor for the specified Method.
forPartitions(PartitionSet) - Method in interface com.tangosol.util.Filter
Return a partitioned filter for a specified partition set.
forServiceLoader() - Static method in class com.tangosol.util.comparator.PriorityComparator
Returns a Comparator that can sort ServiceLoader.Provider instances based on whether the class they provide is annotated with the Priority annotation.
ForwardOnlyMapIndex - Class in com.tangosol.util
ForwardOnlyMapIndex is a MapIndex implementation that unlike the SimpleMapIndex maintains only a forward index and not the inverse index.
ForwardOnlyMapIndex(ValueExtractor, BackingMapContext, boolean) - Constructor for class com.tangosol.util.ForwardOnlyMapIndex
Construct an index for the given map.
FOUND - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
fragment(ValueExtractor<? super T, ?>...) - Static method in class com.tangosol.util.Extractors
Return a ValueExtractor that extracts a Fragment from a target object.
fragment(ValueExtractor<? super T, E>, ValueExtractor<? super E, ?>...) - Static method in class com.tangosol.util.Extractors
Return a ValueExtractor that extracts a nested Fragment from a property of the target object.
Fragment<T> - Class in com.tangosol.util
An object that represents a fragment of another object.
Fragment() - Constructor for class com.tangosol.util.Fragment
Deserialization constructor.
Fragment(Map<String, Object>) - Constructor for class com.tangosol.util.Fragment
Construct Fragment instance.
FragmentExtractor<T> - Class in com.tangosol.util.extractor
A ValueExtractor that is used to extract a Fragment from an object.
FragmentExtractor() - Constructor for class com.tangosol.util.extractor.FragmentExtractor
Deserialization constructor.
FragmentExtractor(ValueExtractor<? super T, ?>[]) - Constructor for class com.tangosol.util.extractor.FragmentExtractor
Construct FragmentExtractor instance.
free() - Method in class com.tangosol.io.nio.BinaryMap.Block
Free this Entry block.
FREE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
State of a block that is available for use.
from(MapEvent) - Static method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheEntryEvent
from(Object) - Static method in class com.tangosol.io.pof.RawDate
Create RawDate from the specified object.
from(Object) - Static method in class com.tangosol.io.pof.RawDateTime
Create RawDateTime from the specified object.
from(Object) - Static method in class com.tangosol.io.pof.RawTime
Create RawTime from the specified object.
from(Date) - Static method in class com.tangosol.io.pof.RawDate
Create a RawDate from the JDBC Date.
from(Time) - Static method in class com.tangosol.io.pof.RawTime
Create a RawTime from the JDBC Time.
from(Timestamp) - Static method in class com.tangosol.io.pof.RawDateTime
Create RawDateTime from the specified Timestamp.
from(LocalDate) - Static method in class com.tangosol.io.pof.RawDate
Create a RawDate from the LocalDate.
from(LocalDateTime) - Static method in class com.tangosol.io.pof.RawDateTime
Create RawDateTime from the specified LocalDateTime.
from(LocalTime) - Static method in class com.tangosol.io.pof.RawTime
Create RawTime from LocalTime.
from(OffsetDateTime) - Static method in class com.tangosol.io.pof.RawDateTime
Create RawDateTime from the specified OffsetDateTime.
from(OffsetTime) - Static method in class com.tangosol.io.pof.RawTime
Create RawTime from OffsetTime.
from(Date) - Static method in class com.tangosol.io.pof.RawDate
Create a RawDate from the Java Date.
from(Date) - Static method in class com.tangosol.io.pof.RawDateTime
Create RawDateTime from the specified Date.
from(Date) - Static method in class com.tangosol.io.pof.RawTime
Create a RawTime from the Java Date.
fromBinary(Binary) - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the value deserialized from the specified Binary using the cache's serializer.
fromBinary(Binary) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Translate the passed Binary object into an Object object.
fromBinary(Binary) - Method in class com.tangosol.net.cache.SerializationMap
Translate the passed Binary object into an Object object.
fromBinary(Binary) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Translate the passed Binary object into an Object object.
fromBinary(Binary) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object.
fromBinary(Binary, Serializer) - Static method in class com.oracle.coherence.grpc.BinaryHelper
Deserialize a serialized Binary.
fromBinary(Binary, Serializer) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object using the specified Serializer.
fromBinary(Binary, Serializer, Remote.Function<ReadBuffer.BufferInput, ReadBuffer.BufferInput>) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object using the specified Serializer.
fromBinary(Binary, Serializer, Remote.Function<ReadBuffer.BufferInput, ReadBuffer.BufferInput>, Class<T>) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object using the specified Serializer and expected class.
fromBinary(Binary, Serializer, Class<T>) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object using the specified Serializer and expected class.
fromBinary(Binary, ClassLoader) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a Binary object.
fromBoxedTypeField(String) - Static method in class com.oracle.coherence.common.base.Classes
Provide a boxed version of the given primitive in binary format.
fromByteArray(byte[]) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a byte array.
fromByteArray(byte[], ClassLoader) - Static method in class com.tangosol.util.ExternalizableHelper
Read an object from a byte array.
fromByteString(ByteString, Serializer) - Static method in class com.oracle.coherence.grpc.BinaryHelper
A utility method to deserialize a ByteString to an Object.
fromBytesValue(BytesValue, Serializer) - Static method in class com.oracle.coherence.grpc.BinaryHelper
A utility method to deserialize a BytesValue to an Object.
fromClientName(String) - Static method in enum class com.tangosol.net.Coherence.Mode
Return the Coherence.Mode for the given client name.
fromdir - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
fromInt(int) - Static method in enum class com.tangosol.util.aggregator.QueryRecorder.RecordType
Convert an integer value to an RecordType
fromInternal(Object) - Method in class com.tangosol.coherence.jcache.common.CoherenceConverterAdapter
 
fromInternal(Object) - Method in interface com.tangosol.coherence.jcache.common.InternalConverter
Converts an internal representation of a value to a value.
fromInternal(Object) - Method in class com.tangosol.coherence.jcache.common.ReferenceInternalConverter
 
fromInternal(Object) - Method in class com.tangosol.coherence.jcache.common.SerializingInternalConverter
 
fromInternal(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Deserialize the provided Binary value.
fromKey() - Method in interface com.tangosol.util.ValueExtractor
Obtain a version of this ValueExtractor that targets an entry's key.
fromPof(int...) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified index(es) from a POF encoded binary value.
fromPof(Class<E>, int...) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified index(es) from a POF encoded binary value.
fromPof(Class<E>, PofNavigator) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified index(es) from a POF encoded binary value.
fromPof(Class<E>, String) - Static method in class com.tangosol.util.Extractors
Returns an extractor that extracts the value of the specified index(es) from a POF encoded @PortableType.
fromString(String) - Method in class com.tangosol.coherence.rest.DefaultKeyConverter
Convert a string representation of a key into its object form.
fromString(String) - Method in interface com.tangosol.coherence.rest.KeyConverter
Convert a string representation of a key into its object form.
fromString(String) - Static method in class com.tangosol.coherence.rest.util.PropertySet
Create a PropertySet from its textual representation.
fromString(String) - Static method in class com.tangosol.coherence.rest.util.PropertySpec
Create a PropertySpec from its textual representation.
fromUri(String) - Method in class com.tangosol.run.xml.DateTimeAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.PropertyAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SerializableAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Deserialize an object from a URI element.
fromUri(String) - Method in interface com.tangosol.run.xml.UriSerializable
Deserialize the object from a URI String.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.DateFormatAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.DateTimeAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.IterableAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.QNameAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SerializableAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleDocument
Deserialize the object from an XmlElement.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.SimpleElement
Deserialize the object from an XmlElement.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.XmlBean
Deserialize the object from an XmlElement.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.XmlElementAdapter
Deserialize an object from an XML element.
fromXml(XmlElement) - Method in interface com.tangosol.run.xml.XmlSerializable
Deserialize the object from an XmlElement.
fromXml(XmlElement) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Deserialize an object from an XML element.
fromXmlString(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Deserialize a primitive array from a single XML element.
fromXmlString(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Deserialize a primitive array from a single XML element.
fromXmlString(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Deserialize a primitive array from a single XML element.
fromXmlString(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Deserialize a primitive array from a single XML element.
FrontFilterConverter() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
 
FrontMapListener() - Constructor for class com.tangosol.net.cache.CachingMap.FrontMapListener
 
FrontMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.FrontMapListener
 
FrontMapListener() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
 
fullFormString() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Answer a String representation of the Term that is allowed to show more internal details than toString() which does not compress information.
fullFormString() - Method in class com.tangosol.coherence.dsltools.termtrees.NodeTerm
Answer a String representation of the Term that is allowed to show more internal details than toString() which does not compress information.
fullFormString() - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Answer a String representation of the Term that is allowed to show more internal details than toString() which does not compress information.
function(Remote.Function<T, R>) - Static method in class com.tangosol.util.function.Remote
Capture serializable Function.
FunctionBuilders - Class in com.tangosol.coherence.dslquery.function
This class contains a number of ParameterizedBuilder implementations for the standard built-in CohQL functions.
FunctionBuilders() - Constructor for class com.tangosol.coherence.dslquery.function.FunctionBuilders
 
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLArchiveSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLCreateSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLForceRecoveryOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLListArchivedSnapshotsOPToken
The functor name used to represent this node in an AST.
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLListArchiverOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLListServicesOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLListSnapshotsOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLRecoverSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLRemoveSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLResumeServiceOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLRetrieveSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLSuspendServiceOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.persistence.SQLValidateSnapshotOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLBackupOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLCreateCacheOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLCreateIndexOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLDeleteOPToken
The functor name used to represent this node in an AST.
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLDropCacheOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLDropIndexOPToken
The functor name used to represent this node in an AST.
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLExplainOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLInsertOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLRestoreOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLSelectOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLSourceOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLTraceOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLTruncateCacheOPToken
The functor name used to represent this node in an AST
FUNCTOR - Static variable in class com.tangosol.coherence.dslquery.token.SQLUpdateOPToken
The functor name used to represent this node in an AST

G

Gar - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance has been created from a gar.
Gate<R> - Interface in com.tangosol.util
A thin extension of Gate.
generateEnvironmentName() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Generate a potentially unique Environment name.
generateGUID(int, long, long, Member) - Static method in class com.tangosol.persistence.GUIDHelper
Generate and return a new GUID for the specified partition.
generateName() - Method in class com.tangosol.net.events.NamedEventInterceptor
Generates a unique name for the interceptor.
get() - Method in interface com.oracle.coherence.common.base.Holder
Return the held object.
get() - Method in class com.oracle.coherence.common.base.MutableLong
Return the current value.
get() - Method in class com.oracle.coherence.common.base.SimpleHolder
Return the held object.
get() - Method in class com.oracle.coherence.common.base.VolatileHolder
Return the held object.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicBoolean
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Returns the current value.
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicBoolean
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
get() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
get() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Returns the current value.
get() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Returns the current value.
get() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
 
get() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
get() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
get() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
get() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
 
get() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
get() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
get() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
get() - Method in class com.tangosol.coherence.config.unit.Bytes
Obtain the MemorySize in bytes.
get() - Method in class com.tangosol.coherence.config.unit.Megabytes
Obtain the MemorySize in megabytes.
get() - Method in class com.tangosol.coherence.config.unit.Millis
Obtain the Duration in units of milliseconds.
get() - Method in class com.tangosol.coherence.config.unit.Seconds
Obtain the Duration in units of seconds.
get() - Method in class com.tangosol.coherence.config.xml.processor.PasswordProviderBuilderProcessor.DefaultPasswordProvider
Returns the password.
get() - Method in class com.tangosol.coherence.jcache.common.CoherenceEntryProcessorResult
 
get() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the internal value (without updating the access time).
get() - Method in class com.tangosol.config.expression.Value
Obtains the underlying Object representation of the Value.
get() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
get() - Method in class com.tangosol.net.InputStreamPasswordProvider
 
get() - Method in interface com.tangosol.net.PasswordProvider
Returns the password to be used in clear format.
get() - Static method in interface com.tangosol.net.SessionProvider
Acquire the SessionProvider to use to create sessions.
get() - Method in class com.tangosol.util.AsynchronousAgent
 
get() - Method in class com.tangosol.util.ConverterCollections.ConverterHolder
 
get() - Method in class com.tangosol.util.ThreadLocalObject
Get the value of the ThreadLocalObject for the current thread.
get(boolean[]) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicMarkableReference
Returns the current values of both the reference and the mark.
get(boolean[]) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicMarkableReference
 
get(boolean[]) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicMarkableReference
 
get(boolean[]) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get(boolean[]) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
 
get(boolean[]) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
 
get(int) - Method in class com.tangosol.coherence.dsltools.base.CompoundBaseToken
Return the BaseToken at the given index
get(int) - Method in class com.tangosol.util.CircularArrayList
get(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
get(int) - Method in class com.tangosol.util.ImmutableArrayList
Returns the element at the specified position in this List.
get(int) - Method in class com.tangosol.util.ImmutableMultiList
Returns the element at the specified position in this List.
get(int) - Method in class com.tangosol.util.InflatableList
get(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns the element at the specified position in this list.
get(int) - Method in class com.tangosol.util.SafeLinkedList
Returns the element at the specified position in this List.
get(int) - Method in class com.tangosol.util.SubList
get(int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
get(int[]) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Returns the current values of both the reference and the stamp.
get(int[]) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
 
get(int[]) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
 
get(int[]) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get(int[]) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
get(int[]) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
get(long) - Method in class com.tangosol.util.AbstractLongArray
Return the value stored at the specified index.
get(long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
get(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the value stored at the specified index.
get(long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
get(long) - Method in interface com.tangosol.util.LongArray
Return the value stored at the specified index.
get(long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
get(long) - Method in class com.tangosol.util.SimpleLongArray
Return the value stored at the specified index.
get(long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
get(long, TimeUnit) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
get(long, TimeUnit) - Method in class com.tangosol.util.AsynchronousAgent
 
get(CacheRequestHolder<GetRequest, Void>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the GetRequest request and return a CompletionStage that will complete when the AsyncNamedCache request completes and will contain a CacheRequestHolder holding the result of the GetRequest request as a serialized Boolean.
get(GetRequest) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Get a value for a given key from a cache.
get(GetRequest) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
get(GetRequest, StreamObserver<OptionalValue>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
get(PropertySet, Request) - Method in class com.tangosol.coherence.rest.EntryResource
Return the entry value or a subset of its properties.
get(SessionProvider.Option...) - Static method in interface com.tangosol.net.SessionProvider
Deprecated.
since 20.12 SessionProvider.Option is deprecated use SessionProvider.get()
get(XmlBean) - Method in class com.tangosol.run.xml.PropertyAdapter
Extract the property value from the passed bean reference.
get(InvocableMap.Entry<K, V>) - Method in class com.tangosol.util.processor.PropertyProcessor
Get the property value from the passed Entry object.
get(ValueExtractor<? super T, ? extends E>) - Method in class com.tangosol.util.Fragment
Get the value of the attribute extracted by the specified extractor.
get(ID) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return an entity with a given identifier.
get(ID) - Method in class com.oracle.coherence.repository.AbstractRepository
Return an entity with a given identifier.
get(ID, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the value extracted from an entity with a given identifier.
get(ID, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the value extracted from an entity with a given identifier.
get(Comparable) - Method in class com.tangosol.util.Tree
Find the specified key and return its value.
get(Integer) - Method in class com.tangosol.io.pof.EvolvableHolder
Return an Evolvable for the specified type id.
get(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
get(Object) - Method in class com.tangosol.io.nio.BinaryMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.CachingMap
get(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
get(Object) - Method in class com.tangosol.net.cache.LocalCache
 
get(Object) - Method in class com.tangosol.net.cache.OverflowMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.SerializationCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.SerializationMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated.
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
get(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.ChainedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in interface com.tangosol.util.ConcurrentMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.ConditionalIndex
Using the index information if possible, get the value associated with the specified key.
get(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
get(Object) - Method in class com.tangosol.util.CopyOnWriteMap
get(Object) - Method in class com.tangosol.util.ForwardOnlyMapIndex
Using the index information if possible, get the value associated with the specified key.
get(Object) - Method in class com.tangosol.util.KeyValueArrayMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
get(Object) - Method in class com.tangosol.util.OpenHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.SafeHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.SafeSortedMap
 
get(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
get(Object) - Method in class com.tangosol.util.SegmentedHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.SetMap
 
get(Object) - Method in class com.tangosol.util.SimpleMapIndex
Using the index information if possible, get the value associated with the specified key.
get(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
get(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
get(Object) - Method in class com.tangosol.util.WrapperObservableMap
Returns the value to which this map maps the specified key.
get(String) - Static method in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Return the RemoteExecutor for the given name.
get(String) - Method in class com.tangosol.coherence.rest.util.PartialObject
Get a property value.
get(String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
 
get(String) - Method in interface com.tangosol.persistence.SnapshotArchiver
Return a Snapshot which represents the archived snapshot with the given identifier.
get(String) - Method in class com.tangosol.util.Fragment
Get the value of the attribute with the specified name or positional index.
get(String) - Method in class com.tangosol.util.StringTable
Find the specified string in the table and return its value.
get(String, String, String, ByteString) - Static method in class com.oracle.coherence.grpc.Requests
Create a GetRequest.
get(K) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
get(K) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
get(K) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
get(K) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
get(K) - Method in interface com.tangosol.net.AsyncNamedMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(K) - Method in interface com.tangosol.util.MapIndex
Using the index information if possible, get the value associated with the specified key.
getAbandonedCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getAbandonedThreadCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getAbandonedThreadCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of abandoned Daemon threads.
getAbsolutePath() - Method in class com.tangosol.run.xml.SimpleElement
Get the '/'-delimited path of the element starting from the root element.
getAbsolutePath() - Method in interface com.tangosol.run.xml.XmlElement
Get the '/'-delimited path of the element starting from the root element.
getAbsolutePath(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Get the '/'-delimited path of the passed element starting from the root element.
getAcceptAddress() - Method in interface com.tangosol.net.NameService.RequestContext
Get the InetAddress that the NameService received the request on.
getAccessCount() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the number of times the internal value has been accessed.
getAccessCount() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the number of times the internal value has been accessed.
getAccessor() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to call the property accessor.
getAccessTime() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the time (since the Epoc) in milliseconds since the internal value was last accessed.
getAccessTime() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the time (since the Epoc) in milliseconds since the internal value was last accessed.
getAction() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder
The action to take on a name mismatch.
getAction() - Method in class com.tangosol.util.filter.FilterTrigger
Obtain the action code for this FilterTrigger.
getAction() - Method in class com.tangosol.util.fsm.Transition
Obtains the TransitionAction to be performed for the Transition.
getActionName(int) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Return the string description of the given rule mask.
getActionPolicy() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of an ActionPolicy.
getActions() - Method in class com.tangosol.net.ClusterPermission
Return the actions as a String in a canonical form.
getActivatedCount() - Method in class com.tangosol.coherence.jcache.common.ContainerHelper.JCacheLifecycleInterceptor
Added for Coherence JCache functional testing.
getActiveMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getActivePageArray() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Get the array of BinaryStore objects, one for each active page.
getActivePageCount() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine the number of pages that the PagedBinaryStore is currently managing.
getActualBackupCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the number of backups to maintain, given the actual set of ownership-enabled and leaving members.
getAdapters() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Obtain the PropertyAdapter objects for the properties of this XML bean.
getAdapters() - Method in class com.tangosol.run.xml.XmlBean
Obtain the PropertyAdapter objects for this XmlBean.
getAdded() - Method in class com.tangosol.util.DeltaSet
Determine what items were added to the delta set.
getAddress() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the remote address of the connection.
getAddress() - Method in interface com.tangosol.net.Member
Return the IP address of the Member's DatagramSocket for point-to-point communication.
getAddress() - Method in class com.tangosol.net.proxy.RemoteMember
Return the IP address of the Member's DatagramSocket for point-to-point communication.
getAddress() - Method in class com.tangosol.util.UID
Determine the internet address of the host that generated the UID instance (or a random number if no internet address was available)
getAddress() - Method in class com.tangosol.util.UUID
Determine the internet address of the host that generated the UUID instance.
getAddressDescriptions() - Method in class com.tangosol.net.CompositeAddressProvider
Retrieve a human readable description of underlying addresses.
getAddressDescriptions() - Method in class com.tangosol.net.ConfigurableAddressProvider
Retrieve a human readable description of underlying addresses.
getAddressDescriptions() - Method in interface com.tangosol.net.DescribableAddressProvider
Retrieve a human readable description of underlying addresses.
getAddressDescriptions() - Method in class com.tangosol.net.RefreshableAddressProvider
Retrieve a human readable description of underlying addresses.
getAddressDescriptions(Collection) - Static method in class com.tangosol.net.InetAddressHelper
Return an array of strings representing addresses in the specified collection.
getAddressProvider() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of an AddressProvider.
getAddressProviderMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the address provider map.
getAddressProviderMap() - Method in interface com.tangosol.net.OperationalContext
Return a Map of address provider factories.
getAdvanceFrequency() - Method in class com.tangosol.net.TcpDatagramSocketProvider.DefaultDependencies
Get the frequency at which the DatagramSocket will advance over the sub-sockets during receive
getAdvanceFrequency() - Method in interface com.tangosol.net.TcpDatagramSocketProvider.Dependencies
Get the frequency at which the DatagramSocket will advance over the sub-sockets during receive
getAdvice() - Method in exception class com.tangosol.config.ConfigurationException
Returns advice to resolve the issue.
getAggregator() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
Return the InvocableMap.EntryAggregator to use to execute this query.
getAggregator() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
Return the InvocableMap.EntryAggregator to use to execute this query.
getAggregator() - Method in class com.tangosol.util.aggregator.AbstractAsynchronousAggregator
Return the underlying streaming aggregator.
getAggregator() - Method in class com.tangosol.util.aggregator.GroupAggregator
Obtain the underlying EntryAggregator.
getAggregator() - Method in class com.tangosol.util.aggregator.PriorityAggregator
Obtain the underlying aggregator.
getAggregator(String) - Method in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Returns a configured aggregator.
getAggregator(String...) - Method in interface com.tangosol.coherence.rest.util.aggregator.AggregatorFactory
Returns an aggregator instance.
getAggregator(String...) - Method in class com.tangosol.coherence.rest.util.aggregator.DefaultAggregatorFactory
Return an aggregator instantiated by calling an aggregator class constructor.
getAggregatorClass() - Method in class com.tangosol.coherence.rest.config.AggregatorConfig
Determine the class of the aggregator or aggregator factory.
getAggregatorName() - Method in class com.tangosol.coherence.rest.config.AggregatorConfig
Determine the name of the aggregator.
getAggregatorRegistry() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return the configured aggregator registry.
getAggregators() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Obtain the EntryAggregator array.
getAlias(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the String that represents the cache name alias from the given AST node by looking for the "alias" term in the AST.
getAliases() - Method in class com.tangosol.coherence.dslquery.operator.BaseOperator
Return the alternative symbols to use in CohQL that represent this operator.
getAll() - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities in this repository.
getAll() - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities in this repository.
getAll(CacheRequestHolder<GetAllRequest, Void>, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Execute the GetAllRequest request and send the results to the StreamObserver.
getAll(GetAllRequest, StreamObserver<Entry>) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a stream of mappings of keys to values for all of the specified keys.
getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
getAll(GetAllRequest, StreamObserver<Entry>) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
getAll(Filter<?>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities that satisfy the specified criteria.
getAll(Filter<?>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities that satisfy the specified criteria.
getAll(Filter<?>) - Method in interface com.tangosol.net.AsyncNamedMap
Get all the entries that satisfy the specified filter.
getAll(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return a map of values extracted from a set of entities based on the specified criteria.
getAll(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return a map of values extracted from a set of entities based on the specified criteria.
getAll(Filter<?>, ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Streams the id and the associated extracted value from a set of entities based on the specified criteria.
getAll(Filter<?>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.AsyncNamedMap
Get all the entries that satisfy the specified filter.
getAll(Filter<?>, Consumer<? super Map.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.net.AsyncNamedMap
Get all the entries that satisfy the specified filter.
getAll(Filter<?>, Consumer<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Stream all entities that satisfy the specified criteria.
getAll(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return a map of values extracted from all entities in the repository.
getAll(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return a map of values extracted from all entities in the repository.
getAll(ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Streams the id and the associated extracted value from all entities in the repository.
getAll(String, String, String, Iterable<ByteString>) - Static method in class com.oracle.coherence.grpc.Requests
Create a GetAllRequest.
getAll(Collection) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getAll(Collection) - Method in class com.tangosol.net.cache.BundlingNamedCache
Get all the specified keys, if they are in the Map.
getAll(Collection) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Get all the specified keys, if they are in the Map.
getAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
Get all the specified keys, if they are in the cache.
getAll(Collection) - Method in class com.tangosol.net.cache.OverflowMap
Get all the specified keys, if they are in the Map.
getAll(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Retrieve values for all the specified keys.
getAll(Collection) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated.
Get all the specified keys, if they are in the cache.
getAll(Collection<? extends ID>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the entities with the specified identifiers.
getAll(Collection<? extends ID>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the entities with the specified identifiers.
getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return a map of values extracted from a set of entities with the given identifiers.
getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return a map of values extracted from a set of entities with the given identifiers.
getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Stream the entities associated with the specified ids to the provided callback.
getAll(Collection<? extends ID>, Consumer<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Stream the entities associated with the specified ids to the provided callback.
getAll(Collection<? extends K>) - Method in interface com.tangosol.net.AsyncNamedMap
Get all the specified keys, if they are in the map.
getAll(Collection<? extends K>) - Method in interface com.tangosol.net.cache.CacheMap
Get all the specified keys, if they are in the cache.
getAll(Collection<? extends K>) - Method in class com.tangosol.net.cache.CachingMap
Get all the specified keys, if they are in the cache.
getAll(Collection<? extends K>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
getAll(Collection<? extends K>) - Method in class com.tangosol.net.cache.WrapperNamedCache
Get all the specified keys, if they are in the Map.
getAll(Collection<? extends K>) - Method in interface com.tangosol.net.NamedMap
Get all the specified keys, if they are in the map.
getAll(Collection<? extends K>) - Method in class com.tangosol.util.AbstractKeyBasedMap
Get all the specified keys, if they are in the Map.
getAll(Collection<? extends K>, BiConsumer<? super K, ? super V>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream the entries associated with the specified keys to the provided callback.
getAll(Collection<? extends K>, Consumer<? super Map.Entry<? extends K, ? extends V>>) - Method in interface com.tangosol.net.AsyncNamedMap
Stream the entries associated with the specified keys to the provided callback.
getAll(Collection<? extends TK>) - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
Get all the specified keys, if they are in the cache.
getAll(Consumer<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Stream all entities all entities in this repository.
getAll(Set<? extends K>) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getAll(Set<? extends K>) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
getAll(Set<? extends K>) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getAll(Set<? extends K>) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getAllFromFrontMap(Collection<? extends K>) - Method in class com.tangosol.net.cache.CachingMap
Retrieve entries from the front map.
getAllInternal(Collection<? extends K>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return multiple values from the back cache, transforming them in the process if necessary.
getAllOrderedBy(Filter<?>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities that satisfy the specified criteria, sorted using specified Remote.Comparator.
getAllOrderedBy(Filter<?>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities that satisfy the specified criteria, sorted using specified Remote.Comparator.
getAllOrderedBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities that satisfy the specified criteria, sorted using specified Comparable attribute.
getAllOrderedBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities that satisfy the specified criteria, sorted using specified Comparable attribute.
getAllOrderedBy(Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities in this repository, sorted using specified Remote.Comparator.
getAllOrderedBy(Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities in this repository, sorted using specified Remote.Comparator.
getAllOrderedBy(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return all entities in this repository, sorted using specified Comparable attribute.
getAllOrderedBy(ValueExtractor<? super T, ? extends R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return all entities in this repository, sorted using specified Comparable attribute.
getAnalysisDelay() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the number of milliseconds the analysis should be delayed; 0L suggests immediate analysis.
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndAccumulate(int, Remote.IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndAccumulate(int, IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndAccumulate(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndAccumulate(int, IntBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndAccumulate(int, IntBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndAccumulate(long, Remote.LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndAccumulate(long, LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndAccumulate(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndAccumulate(long, LongBinaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndAccumulate(long, LongBinaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
getAndAccumulate(V, Remote.BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
getAndAccumulate(V, BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
getAndAccumulate(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
getAndAccumulate(V, BinaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
getAndAccumulate(V, BinaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
getAndAdd(int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndAdd(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndAdd(int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndAdd(int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndAdd(long) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically adds the given value to the current value.
getAndAdd(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndAdd(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndAdd(long) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(long) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndAdd(long) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndDecrement() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically decrements the current value.
getAndDecrement() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically decrements the current value.
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndDecrement() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically decrements the current value.
getAndDecrement() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically decrements the current value.
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndDecrement() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndIncrement() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically increments the current value.
getAndIncrement() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically increments the current value.
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndIncrement() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically increments the current value.
getAndIncrement() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically increments the current value.
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndIncrement() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndPut(K, V) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getAndPut(K, V) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
getAndPut(K, V) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getAndPut(K, V) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getAndRemove(K) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getAndRemove(K) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
getAndRemove(K) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getAndRemove(K) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getAndReplace(K, V) - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getAndReplace(K, V) - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
getAndReplace(K, V) - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getAndReplace(K, V) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getAndSet(boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicBoolean
Atomically sets the value to newValue and returns the old value.
getAndSet(boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicBoolean
 
getAndSet(boolean) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicBoolean
 
getAndSet(boolean) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicBoolean
Atomically sets the value to newValue and returns the old value.
getAndSet(boolean) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
 
getAndSet(boolean) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
 
getAndSet(int) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically sets the value to newValue and returns the old value.
getAndSet(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndSet(int) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndSet(int) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically sets the value to newValue and returns the old value.
getAndSet(int) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndSet(int) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndSet(long) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically sets the value to newValue and returns the old value.
getAndSet(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndSet(long) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndSet(long) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically sets the value to newValue and returns the old value.
getAndSet(long) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndSet(long) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndSet(V) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically sets the value to newValue and returns the old value.
getAndSet(V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
getAndSet(V) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
getAndSet(V) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically sets the value to newValue and returns the old value.
getAndSet(V) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
getAndSet(V) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
getAndUpdate(Remote.IntUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndUpdate(Remote.IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndUpdate(Remote.IntUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndUpdate(Remote.IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndUpdate(Remote.LongUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndUpdate(Remote.LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndUpdate(Remote.LongUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndUpdate(Remote.LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndUpdate(Remote.UnaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
getAndUpdate(Remote.UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
getAndUpdate(Remote.UnaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(Remote.UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
getAndUpdate(Remote.UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
getAndUpdate(IntUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
getAndUpdate(IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
getAndUpdate(IntUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
getAndUpdate(IntUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
getAndUpdate(LongUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
getAndUpdate(LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
getAndUpdate(LongUnaryOperator) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
getAndUpdate(LongUnaryOperator) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
getAndUpdate(UnaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicReference
 
getAndUpdate(UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicReference
 
getAndUpdate(UnaryOperator<V>) - Method in interface com.oracle.coherence.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicReference
 
getAndUpdate(UnaryOperator<V>) - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicReference
 
getAnnouncingMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
Return the set of Members who are "announcing".
getAppendingBufferOutput() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a BufferOutput object to write data to this buffer.
getAppendingBufferOutput() - Method in interface com.tangosol.io.WriteBuffer
Get a BufferOutput object to write data to this buffer.
getApplicationContext() - Method in interface com.tangosol.net.CoherenceConfiguration
Return the optional application Context associated to this Coherence instance.
getApplicationContext() - Method in class com.tangosol.net.CoherenceConfiguration.SimpleConfig
 
getApplicationName() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getApplicationName() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the optional application name to use if loading a GAR file.
getApplicationName() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getArchiverPersistenceTools(ExtensibleConfigurableCacheFactory, String, String) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return an implementation specific instance of PersistenceTools for the given archived snapshot.
getArgs() - Method in class com.tangosol.util.AbstractScript
Return the arguments to be passed to the script during evaluation.
getArgs() - Method in class com.tangosol.util.processor.MethodInvocationProcessor
Return the method arguments.
getArrayOffset(Binary) - Method in class com.tangosol.util.Unsafe
Return the offset into the underlying byte array for the specified Binary.
getAssignableValue(Class<?>, Parameter, ParameterResolver, ClassLoader) - Static method in class com.tangosol.coherence.config.builder.ParameterizedBuilderHelper
Obtains an assignment compatible value of the required type given an actual Parameter.
getAssociatedEntry(String, K1) - Method in interface com.tangosol.util.BinaryEntry
Return an associated entry from the specified map, obtaining exclusive access to that map entry.
getAssociatedEntry(String, K1, boolean) - Method in interface com.tangosol.util.BinaryEntry
Return an associated entry from the specified map, obtaining either an exclusive or shared (read-only) access to that map entry.
getAssociatedKey() - Method in interface com.oracle.coherence.common.base.Associated
Determine the host key (or base) object to which this object is associated.
getAssociatedKey() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Determine the host key (or base) object to which this object is associated.
getAssociatedKey() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
 
getAssociatedKey() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore.OpenTask
 
getAssociatedKey() - Method in class com.tangosol.persistence.AbstractPersistenceManager.BatchTasks
 
getAssociatedKey() - Method in class com.tangosol.util.CompositeKey
Determine the host key (or base) object to which this object is associated.
getAssociatedKey() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DefaultTaskDependencies
Return the associated key for the task.
getAssociatedKey() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.Task
Determine the host key (or base) object to which this object is associated.
getAssociatedKey() - Method in interface com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies
Return the associated key for the task.
getAssociatedKey(Object) - Method in interface com.oracle.coherence.common.base.Associator
Determine the host key (or base) object to which the specified object is associated.
getAssociatedKey(Object) - Method in class com.oracle.coherence.common.base.NaturalAssociator
Determine the host key (or base) object to which the specified object is associated.
getAssociatedKey(Object) - Method in interface com.tangosol.net.partition.KeyAssociator
Determine the key object to which the specified key object is associated.
getAssociatedPartitions(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Determine the set of partitions that all keys associated with the specified key are assigned to.
getAssociatedPartitions(Object) - Method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Determine the set of partitions that all keys associated with the specified key are assigned to.
getAssociatedPartitions(Object) - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy
Determine the set of partitions that all keys associated with the specified key are assigned to.
getAssociatedService() - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Return the associated service.
getAsyncCache() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the AsyncNamedCache that the request executes on.
getAsyncCache(String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an AsyncNamedCache.
getAsynchronousListeners() - Method in class com.tangosol.util.Listeners
Get the array of asynchronous event listeners.
getAsyncLimit(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.AsyncStoreManagerBuilder
Return the maximum number of bytes that are queued to be written asynchronously.
getAttribute(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Get an attribute of the specified XmlElement that matches to the specified local name and the specified Namespace URI.
getAttribute(String) - Method in class com.tangosol.run.xml.SimpleElement
Get an attribute value.
getAttribute(String) - Method in interface com.tangosol.run.xml.XmlElement
Get an attribute value.
getAttribute(String, String) - Method in interface com.tangosol.net.management.MBeanServerProxy
Obtain the value of the specified MBean attribute.
getAttribute(String, String) - Method in class com.tangosol.net.management.WrapperMBeanServerProxy
 
getAttributeList(Map<String, Object>) - Method in class com.tangosol.net.management.MBeanAccessor.SetAttributes
Convert the entity map to an AttributeList
getAttributeMap() - Method in class com.tangosol.run.xml.SimpleElement
Get the map of all attributes.
getAttributeMap() - Method in interface com.tangosol.run.xml.XmlElement
Get the map of all attributes.
getAttributeProcessor(XmlAttribute) - Method in class com.tangosol.config.xml.AbstractNamespaceHandler
Obtains the AttributeProcessor that is suitable for processing the specified XmlAttribute in the xml namespace associated with this NamespaceHandler.
getAttributeProcessor(XmlAttribute) - Method in interface com.tangosol.config.xml.NamespaceHandler
Obtains the AttributeProcessor that is suitable for processing the specified XmlAttribute in the xml namespace associated with this NamespaceHandler.
getAttributeProcessor(String) - Method in class com.tangosol.config.xml.AbstractNamespaceHandler
Obtains the AttributeProcessor registered with the specified localName (in the namespace).
getAttributes() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Obtain the cache attributes for this entry.
getAttributes() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Deprecated.
Obtain the attribute map.
getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery) - Method in class com.tangosol.net.management.MBeanAccessor
Return all the attributes that match the query expressed by the provided MBeanAccessor.QueryBuilder.
getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter<MBeanAttributeInfo>, boolean) - Method in class com.tangosol.net.management.MBeanAccessor
Return all the attributes that match the query expressed by the provided MBeanAccessor.QueryBuilder.
getAttributes(String, Filter<String>) - Method in interface com.tangosol.net.management.MBeanServerProxy
Return a Map of attribute name to attribute value for a given MBean name.
getAttributes(String, Filter<String>) - Method in class com.tangosol.net.management.WrapperMBeanServerProxy
 
GetAttributes() - Constructor for class com.tangosol.net.management.MBeanAccessor.GetAttributes
Default constructor.
GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery) - Constructor for class com.tangosol.net.management.MBeanAccessor.GetAttributes
Create a GetAttributes object.
GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery, Filter<MBeanAttributeInfo>, boolean) - Constructor for class com.tangosol.net.management.MBeanAccessor.GetAttributes
Create a GetAttributes object.
getAuthenticationScheme() - Method in class com.tangosol.coherence.rest.providers.SecurityFilter.Authorizer
 
getAuthorizedHostFilter() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the filter that is used by the cluster to determine whether to accept a new Cluster member.
getAutoCloseable() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of an AutoCloseable.
getAverageBatchSize() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the average number of entries stored per store() operation.
getAverageEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the average time spent per erase() operation.
getAverageGetMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
getAverageGetMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
getAverageGetMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
getAverageGetTime() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getAverageGetTime() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getAverageGetTime() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getAverageHitMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the average number of milliseconds per get() invocation that is a hit.
getAverageHitMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the average number of milliseconds per get() invocation that is a hit.
getAverageHitMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the average number of milliseconds per get() invocation that is a hit.
getAverageLoadMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the average time spent per load() operation.
getAverageMissMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the average number of milliseconds per get() invocation that is a miss.
getAverageMissMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the average number of milliseconds per get() invocation that is a miss.
getAverageMissMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the average number of milliseconds per get() invocation that is a miss.
getAveragePartitionSize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Return average partition storage size.
getAveragePartitionSizeKB() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the average partition storage size.
getAveragePartitionSizeKB() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the average partition storage size.
getAveragePruneMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Calculate the average number of milliseconds that a prune takes.
getAveragePutMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
getAveragePutMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
getAveragePutMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
getAveragePutTime() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getAveragePutTime() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getAveragePutTime() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getAverageRemoveTime() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getAverageRemoveTime() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getAverageRemoveTime() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getAverageStorageSize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Return average node storage size.
getAverageStorageSizeKB() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the average node storage size.
getAverageStorageSizeKB() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the average node storage size.
getAverageStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the average time spent per store() operation.
getBackCache() - Method in class com.tangosol.net.cache.NearCache
Obtain the NamedCache object that sits behind this NearCache.
getBackEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, return the current event from the back Map.
getBackingMap() - Method in interface com.tangosol.net.BackingMapContext
Deprecated.
As of Coherence 12.1.3, replaced with BackingMapContext.getBackingMapEntry(java.lang.Object)
getBackingMap() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Obtain a reference to the backing map that this Entry corresponds to.
getBackingMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Obtain a reference to the backing map that this Entry corresponds to.
getBackingMap() - Method in interface com.tangosol.util.BinaryEntry
getBackingMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Obtain a reference to the backing map that this Entry corresponds to.
getBackingMap() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
getBackingMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain the backing map that corresponds to a specified partition.
getBackingMap(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a backing map for the specified key.
getBackingMap(String) - Method in interface com.tangosol.net.BackingMapManagerContext
Deprecated.
As of Coherence 3.7, use of this method is discouraged. Instead, use BackingMapContext.getBackingMapEntry(java.lang.Object).
getBackingMap(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Deprecated.
Get the backing Map associated with a given cache.
getBackingMap(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Get the backing Map associated with a given cache.
getBackingMap(String) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Obtain a reference to the backing map that corresponds to the specified cache name.
getBackingMapContext() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Obtain a reference to the backing map context for the cache that this Entry corresponds to.
getBackingMapContext() - Method in interface com.tangosol.net.events.partition.cache.Event
Return the BackingMapContext this event was raised from.
getBackingMapContext() - Method in interface com.tangosol.net.events.partition.cache.PartitionedCacheDispatcher
Return the BackingMapContext for this dispatcher.
getBackingMapContext() - Method in interface com.tangosol.util.BinaryEntry
Obtain a reference to the backing map context for the cache that this Entry corresponds to.
getBackingMapContext() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Obtain a reference to the backing map context for the cache that this Entry corresponds to.
getBackingMapContext() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
getBackingMapContext() - Method in interface com.tangosol.util.QueryContext
Return the corresponding BackingMapContext.
getBackingMapContext(String) - Method in interface com.tangosol.net.BackingMapManagerContext
Obtain a reference to the BackingMapContext that corresponds to the specified cache name.
getBackingMapContext(String) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Obtain a reference to the BackingMapContext that corresponds to the specified cache name.
getBackingMapEntry(Object) - Method in interface com.tangosol.net.BackingMapContext
Return an InvocableMap.Entry for the specified key (in its internal format) from the associated cache, obtaining exclusive access to that cache entry.
getBackingMapManager() - Method in interface com.tangosol.net.CacheService
Return a backing map manager used by this CacheService.
getBackingMapManager() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
getBackingMapManager() - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
getBackingMapManager() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
getBackingMapManager() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
getBackingMapManager() - Method in class com.tangosol.net.WrapperCacheService
Return a backing map manager used by this CacheService.
getBackingMapManagerContext() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
getBackingMapManagerContext() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a BackingMapManagerContext.
getBackingMaps() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain an array of all of the current backing maps, one for each partition.
getBackingMaps(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain an array of the current backing maps for the partitions specified in the passed PartitionSet.
getBackingMapScheme() - Method in interface com.tangosol.coherence.config.scheme.ClusteredCachingScheme
Return the BackingMapScheme used to create a backing map.
getBackingMapScheme() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme
Return the BackingMapScheme which builds the backing map for the clustered scheme.
getBackingMapScheme() - Method in class com.tangosol.coherence.config.scheme.ReplicatedScheme
Return the BackingMapScheme which builds the backing map for the clustered scheme.
getBacklog() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getBacklog() - Method in interface com.tangosol.net.ThreadPoolManager
Return the backlog of the thread pool.
getBackMap() - Method in class com.tangosol.net.cache.CachingMap
Obtain the back map reference.
getBackMap() - Method in class com.tangosol.net.cache.OverflowMap
Returns the back Map.
getBackMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the back Map.
getBackMapListener() - Method in class com.tangosol.net.cache.OverflowMap
Get the MapListener for the back map.
getBackPaddingSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the number of extra bytes of padding that will be allocated and left blank at the end of each block after the data portion.
getBackScheme() - Method in class com.tangosol.coherence.config.scheme.AbstractCompositeScheme
Return the back scheme.
getBackupCount() - Method in class com.tangosol.net.partition.Ownership
Return the backup count for this Ownership object.
getBackupCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the configured number of backups.
getBackupCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the configured number of backups.
getBackupCount() - Method in interface com.tangosol.net.PartitionedService
Determine the configured redundancy count that this service has been configured to maintain.
getBackupLoadCalculator() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the LoadCalculator used to calculate the backup partition load.
getBackupMapConfig() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme
Return the BackupMapConfig which is used to configure the backup map.
getBackupOwner(int, int) - Method in interface com.tangosol.net.PartitionedService
Determine the backup owner of the specified partition.
getBackupSchemeName(ParameterResolver) - Method in interface com.tangosol.coherence.config.scheme.BackupMapConfig
Return the name of the caching scheme to use as a backup map.
getBackupSchemeName(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
Return the name of the caching scheme to use as a backup map.
getBackupStrength() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the BackupStrength for this analysis context.
getBackupStrength() - Method in interface com.tangosol.net.PartitionedService
Return the current backup strength of the partitioned service.
getBackupStrengthName() - Method in interface com.tangosol.net.PartitionedService
Return the string representing current backup strength.
getBaseMap() - Method in interface com.tangosol.util.TransactionMap
Return the base map, which contains this TransactionMap's committed data.
getBaseName(String) - Static method in class com.tangosol.io.FileHelper
Gets the base name, minus the full path and extension, from a full filename.
getBatchSize() - Method in class com.tangosol.util.filter.LimitFilter
Return the number of members query concurrently.
getBeanId() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Get the serialization ID for the specific XML bean implementation.
getBeanInfo() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the containing BeanInfo object.
getBeanInfo() - Method in class com.tangosol.run.xml.XmlBean
Obtain the BeanInfo for this XmlBean object, or create and configure a BeanInfo if one does not exist.
getBehavior() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the RegistrationBehavior associated with this interceptor.
getBigDecimal() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the BigDecimal which this PofValue represents.
getBigDecimal() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the BigDecimal which this PofValue represents.
getBigInteger() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the BigInteger which this PofValue represents.
getBigInteger() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the BigInteger which this PofValue represents.
getBinary() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as binary.
getBinary() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as binary.
getBinary(Binary) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as binary.
getBinary(Binary) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as binary.
getBinaryChangeRecord() - Method in interface com.tangosol.coherence.federation.ChangeRecord
Obtain a Binary representation of the ChangeRecord, with the key and values in Binary format.
getBinaryEntryStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
The wrapped BinaryEntryStore.
getBinaryKey() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return a raw binary key for this entry.
getBinaryKey() - Method in interface com.tangosol.util.BinaryEntry
Return a raw binary key for this entry.
getBinaryKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Return a raw binary key for this entry.
getBinaryKey() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
Return a raw binary key for this entry.
getBinaryMap() - Method in class com.tangosol.io.nio.BinaryMapStore
Obtain the underlying BinaryMap.
getBinaryMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Obtain the map that stores the binary values held by this BinaryStore.
getBinaryStore() - Method in class com.tangosol.io.AsyncBinaryStore
Obtain the BinaryStore that this AsyncBinaryStore wraps.
getBinaryStore() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Returns the BinaryStore that this CacheStore uses for its storage.
getBinaryStore() - Method in class com.tangosol.net.cache.SerializationMap
Returns the BinaryStore that this map uses for its storage.
getBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
 
getBinaryStore() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the BinaryStore that this map uses for its storage.
getBinaryStoreKeyMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
 
getBinaryStoreList() - Method in class com.tangosol.net.cache.SerializationPagedCache
Get the list of registered BinaryStore objects.
getBinaryStoreManager() - Method in class com.tangosol.io.AsyncBinaryStoreManager
 
getBinaryStoreManager() - Method in class com.tangosol.net.cache.SerializationPagedCache
Returns the BinaryStoreManager that provides BinaryStore objects this cache uses for its storage.
getBinaryStoreManagerBuilder() - Method in class com.tangosol.coherence.config.builder.storemanager.AsyncStoreManagerBuilder
getBinaryStoreManagerBuilder() - Method in interface com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilderCustomization
getBinaryStoreManagerBuilder() - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
getBinaryStoreManagerBuilder() - Method in class com.tangosol.coherence.config.scheme.PagedExternalScheme
getBinaryStoreMap() - Method in class com.tangosol.io.AsyncBinaryStoreManager
 
getBinaryValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return a raw binary value for this entry.
getBinaryValue() - Method in interface com.tangosol.net.topic.Subscriber.Element
Returns the element's value in serialized form.
getBinaryValue() - Method in exception class com.tangosol.net.topic.TopicPublisherException
Returns the value that failed to be published in serialized Binary format.
getBinaryValue() - Method in interface com.tangosol.util.BinaryEntry
Return a raw binary value for this entry.
getBinaryValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Return a raw binary value for this entry.
getBinaryValue() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
Return an OriginalBinaryValue from the underlying entry.
getBindableServices() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
Return the list of services this controller is serving.
getBindingPower() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
Get The binding precedence of this token.
getBits() - Method in class com.tangosol.io.pof.RawQuad
Obtain the raw binary form of the 128-bit float.
getBlock(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Obtain the specified block of data.
getBlockCount() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the number of blocks that have been written thus far.
getBlockCount() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return the blocked threads count.
getBlockDataSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the maximum number of bytes of data that will be stored in each block.
getBlockDataSize(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the specific number of bytes of data stored in the specified block.
getBoolean() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the boolean which this PofValue represents.
getBoolean() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the boolean which this PofValue represents.
getBoolean() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a boolean.
getBoolean() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a boolean.
getBoolean(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a boolean.
getBoolean(boolean) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a boolean.
getBoolean(String) - Static method in class com.tangosol.coherence.config.Config
Returns true if coherence system property sName exists and value is equal to string true.
getBoolean(String, boolean) - Static method in class com.tangosol.coherence.config.Config
Return true if property sName exists and its value is string true.
getBooleanArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the boolean[] which this PofValue represents.
getBooleanArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the boolean[] which this PofValue represents.
getBottomAnchor() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the bottom anchor object, which is the last value object on the current page.
getBucketCount() - Method in class com.tangosol.io.nio.BinaryMap
Determine the number of hash buckets.
getBucketIndex(int, int) - Method in class com.tangosol.util.SafeHashMap
Calculate the bucket number for a particular hash code.
getBucketIndex(int, int) - Method in class com.tangosol.util.SegmentedHashMap
Calculate the bucket number for a particular hash code.
getBucketLevel() - Method in class com.tangosol.io.nio.BinaryMap
Determine the hash bucket level.
getBucketOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
Get the first Entry block in the linked list of Entry blocks that fall into a certain hash bucket.
getBuffer() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Get the ReadBuffer object that this BufferInput is reading from.
getBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Get the WriteBuffer object that this BufferOutput is writing to.
getBuffer() - Method in class com.tangosol.io.nio.AbstractBufferManager
Get the current ByteBuffer reference.
getBuffer() - Method in class com.tangosol.io.nio.BinaryMap
Obtain the ByteBuffer that the BinaryMap is backed by.
getBuffer() - Method in interface com.tangosol.io.nio.ByteBufferManager
Get the current ByteBuffer reference.
getBuffer() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Get the ReadBuffer object that this BufferInput is reading from.
getBuffer() - Method in class com.tangosol.io.SizeEstimatingBufferOutput
 
getBuffer() - Method in class com.tangosol.io.WrapperBufferInput
Get the ReadBuffer object that this BufferInput is reading from.
getBuffer() - Method in class com.tangosol.io.WrapperBufferOutput
Get the WriteBuffer object that this BufferOutput is writing to.
getBuffer() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Get the WriteBuffer object that this BufferOutput is writing to.
getBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Obtain the specified buffer.
getBuffer(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the specified buffer.
getBufferCount() - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine the number of ReadBuffer objects that contain the data presented by this MultiBufferReadBuffer.
getBufferCount() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the number of WriteBuffer objects allocated by this MultiBufferWriteBuffer from the WriteBufferPool.
getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine which underlying ReadBuffer contains the specified offset.
getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine which underlying WriteBuffer contains the specified offset.
getBufferInput() - Method in class com.tangosol.io.AbstractReadBuffer
Get a BufferInput object to read data from this buffer.
getBufferInput() - Method in class com.tangosol.io.nio.BinaryMap
Get the DataInputStream that maps to the underlying ByteBuffer.
getBufferInput() - Method in interface com.tangosol.io.ReadBuffer
Get a BufferInput object to read data from this buffer.
getBufferManager() - Method in class com.tangosol.io.nio.BinaryMap
Obtain the ByteBufferManager that provides the ByteBuffer objects.
getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine the offset of the specified buffer.
getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the offset of the specified buffer.
getBufferOutput() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
getBufferOutput() - Method in class com.tangosol.io.nio.BinaryMap
Get the DataOutputStream that maps to the underlying ByteBuffer.
getBufferOutput() - Method in class com.tangosol.io.pof.PofBufferWriter
Return the BufferOutput that this PofBufferWriter writes to.
getBufferOutput() - Method in class com.tangosol.io.pof.WritingPofHandler
Obtain the DataOutput object that this Writing POF Handler is writing to.
getBufferOutput() - Method in interface com.tangosol.io.WriteBuffer
Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
getBufferOutput(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in interface com.tangosol.io.WriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferPool() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the factory used to create WriteBuffer objects.
getBuilder() - Method in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry.Registration
getBuilder() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.BuilderRegistration
 
getBuilder() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryValue
Return the registered builder.
getBuilder(Class<T>) - Method in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry
Attempts to retrieve the builder that was registered with the specified class.
getBuilder(Class<T>) - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry
 
getBuilder(Class<T>, String) - Method in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry
Attempts to retrieve the builder that was registered with the specified class and name.
getBuilder(Class<T>, String) - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry
 
getBuilderRegistry() - Method in interface com.tangosol.net.ClusterDependencies
The registry for all builders associated with the cluster.
getBuilderRegistry() - Method in interface com.tangosol.net.OperationalContext
The registry for all builders associated with the cluster.
getBundleManager() - Method in interface com.tangosol.coherence.config.scheme.BundlingScheme
Obtains the BundleManager.
getBundleManager() - Method in class com.tangosol.coherence.config.scheme.CacheStoreScheme
Obtains the BundleManager.
getBundleManager() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme
Obtains the BundleManager.
getBundleManager() - Method in class com.tangosol.coherence.config.scheme.RemoteCacheScheme
Obtains the BundleManager.
GetBundler() - Constructor for class com.tangosol.net.cache.BundlingNamedCache.GetBundler
 
getBundleSize() - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Obtain this bundle size.
getBundleSize() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Obtain this bundle size.
getBundleSize() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Obtain this bundle size.
getBundleSize() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Obtain this bundle size.
getByte() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the byte which this PofValue represents.
getByte() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the byte which this PofValue represents.
getByteArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the byte[] which this PofValue represents.
getByteArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the byte[] which this PofValue represents.
getByteArray(Binary) - Method in class com.tangosol.util.Unsafe
Return the underlying byte[] for the specified Binary.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Obtain the ByteBuffer that this InputStream is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Obtain the ByteBuffer that this OutputStream is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Obtain the NIO ByteBuffer that this BufferInput is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Obtain the ByteBuffer that this ReadBuffer is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Obtain the ByteBuffer that this WriteBuffer is based on.
getBytesWritten() - Method in class com.tangosol.io.WrapperDataOutputStream
Return the total number of bytes written to the wrapped DataOutput object.
getBytesWritten() - Method in class com.tangosol.io.WrapperObjectOutputStream
Return the total number of bytes written to the wrapped DataOutput object.
getCache() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the NamedCache that the request executes on.
getCache() - Method in class com.tangosol.coherence.rest.events.SimpleMapEvent
Return the cache name.
getCache() - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Return the ConfigurableCacheMap that uses this eviction policy.
getCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the NamedCache that this ContinuousQueryCache is based on.
getCache() - Method in class com.tangosol.util.CacheCollator
 
getCache(String) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getCache(String) - Static method in class com.tangosol.net.CacheFactory
Return an instance of an cache configured by the current ConfigurableCacheFactory
getCache(String, NamedMap.Option...) - Static method in class com.tangosol.net.CacheFactory
Return an instance of an cache configured by the current ConfigurableCacheFactory, using the specified NamedMap.Options.
getCache(String, NamedMap.Option...) - Method in class com.tangosol.net.CoherenceSession
 
getCache(String, NamedMap.Option...) - Method in interface com.tangosol.net.Session
Acquire a NamedCache using the specified NamedMap.Options, for example a TypeAssertion.
getCache(String, Class<K>, Class<V>) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache configured by the current ConfigurableCacheFactory with a specific ClassLoader no options.
getCache(String, ClassLoader, NamedMap.Option...) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache configured by the current ConfigurableCacheFactory with a specific ClassLoader and NamedMap.Options
getCache(String, String, boolean) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an NamedCache.
getCacheConfig() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.DefaultDependencies
getCacheConfig() - Method in interface com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies
getCacheConfig() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the CacheConfig that contains the configuration used by this factory.
getCacheConfigURI() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getCachedOrPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get a value from the internal cache in a way that respects a potentially pending write-behind operation.
getCacheEntry() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Obtain the actual cache entry from the partition-specific backing map.
getCacheEntry(Object) - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getCacheEntry(Object) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Locate a cache Entry in the cache based on its key.
getCacheEntry(Object) - Method in class com.tangosol.net.cache.LocalCache
 
getCacheEntry(Object) - Method in class com.tangosol.net.cache.SerializationCache
Locate a cache Entry in the cache based on its key.
getCacheEntry(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Locate a cache Entry in the cache based on its key.
getCacheEntryEventFilter() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughFilterAdapter
Obtains the CacheEntryEventFilter to which to delegate CacheEntryEvents.
getCacheEntryFilter() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
Obtains an instance of the CacheEntryEventFilter for the registration.
getCacheEntryListener() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
Obtains an instance of the CacheEntryListener for the registration.
getCacheEntryListener() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughMapListenerAdapter
Obtains the CacheEntryListener to which MapEvents will be delegated.
getCacheEntryListenerConfiguration() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughListenerRegistration
Obtains the CacheEntryListenerConfiguration for the registration.
getCacheEntryListenerConfigurations() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getCacheEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Return the underlying CacheEvent.
getCacheEvictions() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheEvictions() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheEvictions() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheFactory() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
getCacheFactory() - Method in interface com.tangosol.net.BackingMapManager
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.
getCacheFactory() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Deprecated.
Obtain the "container" DefaultConfigurableCacheFactory that created this manager and which this manager is bound to.
getCacheFactory() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Deprecated.
Obtain the "container" DefaultConfigurableCacheFactory that created this manager and which this manager is bound to.
getCacheFactory() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.
getCacheFactory() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager
Obtain the "container" ConfigurableCacheFactory that created this manager and which this manager is bound to.
getCacheFactoryBuilder() - Static method in class com.tangosol.net.CacheFactory
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.
getCacheFactoryBuilder() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getCacheFactoryBuilderConfig() - Static method in class com.tangosol.net.CacheFactory
Return the cache factory builder configuration as defined by the "cache-factory-builder-config" element in the tangosol-coherence.xml configuration file.
getCacheFactorySupplier() - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.DefaultDependencies
 
getCacheFactorySupplier() - Method in interface com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies
Return the function to use to obtain named ConfigurableCacheFactory instances.
getCacheFormat(Service) - Static method in class com.oracle.coherence.grpc.RequestHolder
Returns the serializer format name for the specified Service's serializer.
getCacheGets() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheGets() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheGets() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheHitPercentage() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheHitPercentage() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheHitPercentage() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheHits() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheHits() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheHits() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheHits() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the rough number of cache hits since the cache statistics were last reset.
getCacheHits() - Method in class com.tangosol.net.cache.LocalCache
Determine the rough number of cache hits since the cache statistics were last reset.
getCacheHits() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the rough number of cache hits since the cache statistics were last reset.
getCacheHits() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the rough number of cache hits since the cache statistics were last reset.
getCacheHitsMillis() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheHitsMillis() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
get time elapsed in milliseconds performing operations resulting in a hit
getCacheHitsMillis() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheHitsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which an entry existed in this map.
getCacheHitsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which an entry existed in this map.
getCacheHitsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which an entry existed in this map.
getCacheLoader() - Method in class com.tangosol.coherence.jcache.common.JCacheContext
Return the configured CacheLoader independent if read-through is enabled or not.
getCacheLoader() - Method in class com.tangosol.net.cache.LocalCache
Determine the loader used by this LocalCache, if any.
getCacheLoader() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
The wrapped CacheLoader.
getCacheLoaderFactory() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getCacheManager() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
 
getCacheManager() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
getCacheManager(URI, ClassLoader) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
getCacheManager(URI, ClassLoader, Properties) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
Return a CacheManager.
getCacheManagerURI() - Method in class com.tangosol.coherence.jcache.common.JCacheIdentifier
Get the JCache CacheManager URI, a unique identifier for the JCache CacheManager
getCacheMap() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
Return the underlying CacheMap.
getCacheMap(CacheMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of CacheMap.
getCacheMappingRegistry() - Method in class com.tangosol.coherence.config.CacheConfig
Deprecated.
As of Coherence 14.1.1, replaced by CacheConfig.getMappingRegistry().
getCacheMisses() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheMisses() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheMisses() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheMisses() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the rough number of cache misses since the cache statistics were last reset.
getCacheMisses() - Method in class com.tangosol.net.cache.LocalCache
Determine the rough number of cache misses since the cache statistics were last reset.
getCacheMisses() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the rough number of cache misses since the cache statistics were last reset.
getCacheMisses() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the rough number of cache misses since the cache statistics were last reset.
getCacheMissesMillis() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheMissesMillis() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
get time elapsed in milliseconds performing operations resulting in a miss
getCacheMissesMillis() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheMissesMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which no entry existed in this map.
getCacheMissesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which no entry existed in this map.
getCacheMissesMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) for the get() operations for which no entry existed in this map.
getCacheMissPercentage() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheMissPercentage() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheMissPercentage() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheName() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Return the name of the cache this listener is for, or '*' if it should be registered regardless of the cache name.
getCacheName() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the cache name.
getCacheName() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Return the cache name.
getCacheName() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Determine the name of the cache.
getCacheName() - Method in interface com.tangosol.net.BackingMapContext
Return the name of the cache that this BackingMapContext is associated with.
getCacheName() - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
getCacheName() - Method in class com.tangosol.net.cache.NearCache
Return the cache name.
getCacheName() - Method in class com.tangosol.net.cache.WrapperNamedCache
Return the cache name.
getCacheName() - Method in class com.tangosol.net.ClusterPermission
Return the cache name for this permission object or null if the permission applies to any cache.
getCacheName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Deprecated.
Obtain the cache name.
getCacheName() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the name of the cache this interceptor should receive events from.
getCacheName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
The name of the cache that the event is associated with.
getCacheName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEventDispatcher
Return the name of the cache that this dispatcher is associated with.
getCacheName() - Method in interface com.tangosol.net.events.partition.cache.Event
Return the name of the cache this event was raised from.
getCacheName() - Method in interface com.tangosol.net.events.partition.cache.PartitionedCacheDispatcher
Return the name of the cache that this PartitionedCacheDispatcher is associated with.
getCacheName() - Method in interface com.tangosol.net.NamedCache
Return the cache name.
getCacheName() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return the cache name.
getCacheName(long) - Method in class com.tangosol.persistence.AbstractPersistenceTools.StatsVisitor
Return the cache name based upon the old cache id.
getCacheName(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the String that represents the cache name from the given AST node by looking for the "from" term AST.
getCacheNamePattern() - Method in class com.tangosol.coherence.config.CacheMapping
Deprecated.
As of Coherence 14.1.1, use ResourceMapping.getNamePattern().
getCacheNames() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getCacheNames() - Method in interface com.tangosol.net.CacheService
Returns an Enumeration of String objects, one for each cache name that has been previously registered with this CacheService.
getCacheNames() - Method in class com.tangosol.net.WrapperCacheService
Returns an Enumeration of String objects, one for each cache name that has been previously registered with this CacheService.
getCacheNames(PersistentStore<ReadBuffer>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the cache names that have been stored in the specified store.
getCachePrunes() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the rough number of cache pruning cycles since the cache statistics were last reset.
getCachePrunes() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the rough number of cache pruning cycles since the cache statistics were last reset.
getCachePrunes() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the rough number of cache pruning cycles since the cache statistics were last reset.
getCachePrunesMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since the last statistics reset) spent on cache pruning.
getCachePrunesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) spent on cache pruning.
getCachePrunesMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds (since the last statistics reset) spent on cache pruning.
getCachePuts() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCachePuts() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCachePuts() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCachePutsMillis() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCachePutsMillis() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
get time elapsed in milliseconds performing operations resulting in a put
getCachePutsMillis() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheRemovals() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheRemovals() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
 
getCacheRemovals() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheRemoveMillis() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getCacheRemoveMillis() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
get time elapsed in milliseconds performing operations resulting in a remove
getCacheRemoveMillis() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getCacheResource(String) - Method in class com.tangosol.coherence.rest.DefaultRootResource
Returns a resource representing single named cache.
getCacheResource(String) - Method in class com.tangosol.coherence.rest.PassThroughRootResource
Returns a resource representing a single named cache.
getCacheSerializer() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the cache's Serializer.
getCacheService() - Method in interface com.tangosol.net.BackingMapManagerContext
Return the CacheService associated with this context.
getCacheService() - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
getCacheService() - Method in class com.tangosol.net.cache.NearCache
Return the CacheService that this NamedCache is a part of.
getCacheService() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the CacheService.
getCacheService() - Method in class com.tangosol.net.cache.WrapperNamedCache
Return the CacheService that this NamedCache is a part of.
getCacheService() - Method in interface com.tangosol.net.NamedCache
Return the CacheService that this NamedCache is a part of.
getCacheService() - Method in class com.tangosol.net.WrapperCacheService
Return the wrapped CacheService.
getCacheService() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return the CacheService that this NamedCache is a part of.
getCacheService() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return the CacheService associated with this context.
getCacheStatistics() - Method in class com.oracle.coherence.caffeine.CaffeineCache
Returns the statistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.CachingMap
Obtain the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.LocalCache
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.OverflowMap
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.SerializationMap
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Return the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Returns the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain an array of all of the CacheStatistics objects for the current backing maps, one for each partition.
getCacheStatistics() - Method in class com.tangosol.util.WrapperObservableMap
Return the CacheStatistics for this cache.
getCacheStore() - Method in class com.tangosol.net.cache.LocalCache
Determine the store used by this LocalCache, if any.
getCacheStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
The wrapped CacheStore.
getCacheStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the representative of the "persistent" storage for this backing map.
getCacheStore() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a CacheStore.
getCacheStoreScheme() - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the CacheStoreScheme which builds a CacheStore or CacheLoader.
getCacheStoreScheme() - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the CacheStoreScheme used to create a CacheStore or CacheLoader.
getCacheStoreTimeout(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the timeout interval to use for CacheStore read and write operations.
getCacheStoreTimeoutMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the timeout used for CacheStore operations, or 0 if no timeout is specified.
getCacheToConfigurationMapping(JCacheIdentifier) - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
Provide access to meta cache that maps JCache cache names to JCache configuration.
getCacheWriter() - Method in class com.tangosol.coherence.jcache.common.JCacheContext
If write-through is enabled, return the CacheWriter.
getCacheWriterFactory() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getCachingProvider() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getCachingScheme() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
Obtain the wrapped CachingScheme.
getCachingSchemeName() - Method in class com.tangosol.coherence.config.CacheMapping
Deprecated.
As of Coherence 14.1.1, use ResourceMapping.getSchemeName().
getCalculator() - Method in class com.tangosol.util.SimpleMapIndex
Return the UnitCalculator used to size this index's contents.
getCalculatorState(Class) - Method in class com.tangosol.util.SimpleMapIndex.IndexCalculator
Determine which method to use to count the size of an instance of the specified class.
getCalibratedHighUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the high units adjusted based on the partition unit factor.
getCalibratedLowUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the low units adjusted based on the partition unit factor.
getCallerStackFrame() - Static method in class com.oracle.coherence.common.base.StackTrace
Get the StackFrame information for the caller of the current method.
getCallerStackFrame() - Static method in class com.tangosol.util.Base
Get the StackFrame information for the caller of the current method.
getCanonicalCacheName() - Method in class com.tangosol.coherence.jcache.common.JCacheIdentifier
Get the JCache Adapter internal name for this JCacheIdentifier
getCanonicalName() - Method in interface com.oracle.coherence.common.base.CanonicallyNamed
Return a canonical name for the entity or null.
getCanonicalName() - Method in class com.tangosol.util.extractor.AbstractExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.ChainedExtractor
Compute a canonical name as a dot-separated concatenation of the canonical name of each ValueExtractor array element, starting from lowest index array element.
getCanonicalName() - Method in class com.tangosol.util.extractor.ChainedFragmentExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.IdentityExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.KeyExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.ReflectionExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.UniversalExtractor
 
getCanonicalName() - Method in class com.tangosol.util.extractor.UniversalUpdater
Return the canonical name for this updater.
getCanonicalName() - Method in interface com.tangosol.util.ValueExtractor
Return the canonical name for this extractor.
getCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
Get the capacity of the current ByteBuffer.
getCapacity() - Method in class com.tangosol.io.nio.BinaryMap
Determine the capacity of the map in bytes.
getCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
Get the capacity of the current ByteBuffer.
getCapacity() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in interface com.tangosol.io.WriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCCF(String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
 
getChangedBinaryValue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Return the Binary value changed by the BinaryEntryStore.
getChanges() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return a buffer containing changes made to this PofValue in the format defined by the BinaryDeltaCompressor.
getChanges() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return a buffer containing changes made to this PofValue in the format defined by the BinaryDeltaCompressor.
getChannel() - Method in interface com.tangosol.net.topic.Publisher.Status
Returns the channel that the element was published to.
getChannel() - Method in class com.tangosol.net.topic.Subscriber.CommitResult
Returns the channel that the Position was committed in.
getChannel() - Method in interface com.tangosol.net.topic.Subscriber.Element
Return the channel that the element was received from.
getChannelCount() - Method in interface com.tangosol.net.topic.NamedTopic
Returns the number of channels that this topic has.
getChannelCount() - Method in interface com.tangosol.net.topic.Publisher
Returns the number of channels in the underlying NamedTopic that can be published to.
getChannelCount() - Method in interface com.tangosol.net.topic.Subscriber
Returns the number of channels in the underlying NamedTopic.
getChannelCount(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Returns the number of channels in the topic, or the PagedTopic.DEFAULT_CHANNEL_COUNT value to indicate the topic uses the default channel count.
getChannelCount(String) - Method in interface com.tangosol.net.TopicService
Return the number of channels the topic has.
getChannels() - Method in interface com.tangosol.net.topic.Subscriber
Returns the current set of channels that this Subscriber owns.
getChar() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the char which this PofValue represents.
getChar() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the char which this PofValue represents.
getCharArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the char[] which this PofValue represents.
getCharArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the char[] which this PofValue represents.
getCharBuf() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Obtain a temp buffer used to avoid allocations from String.toCharArray() and repeated calls to String.charAt(int).
getCharBuf(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Obtain a temp buffer used to avoid allocations when building Strings from UTF binary data.
getChild(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Locate a child PofValue contained within this PofValue.
getChild(int) - Method in interface com.tangosol.io.pof.reflect.PofValue
Locate a child PofValue contained within this PofValue.
getChild(int) - Method in class com.tangosol.io.pof.reflect.SimplePofValue
Locate a child PofValue contained within this PofValue.
getChildrenIterator() - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Return an iterator over all parsed child values.
getClass(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the class associated with the given user type identifier.
getClass(int) - Method in interface com.tangosol.io.pof.PofContext
Determine the class associated with the given user type identifier.
getClass(int) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the class associated with the given user type identifier.
getClass(int) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the class associated with the given user type identifier.
getClass(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the class associated with the given user type identifier.
getClass(int, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
Determine the class associated with the given type identifier.
getClass(int, ClassLoader) - Method in class com.tangosol.util.ExternalizableHelper.SimpleXmlBeanClassCache
Look up the class for the specified ID.
getClass(int, ClassLoader) - Method in interface com.tangosol.util.ExternalizableHelper.XmlBeanClassCache
Look up the class for the specified ID.
getClass(Type) - Static method in class com.tangosol.util.ClassHelper
Obtains the most concrete runtime Class that may be used for the specified Type (taking generic declarations into account).
getClass(String) - Static method in class com.tangosol.util.ExternalizableHelper
Return class for the specified class name; null if not found.
getClassArray(Object[]) - Static method in class com.oracle.coherence.common.base.Classes
Calculate the class array based on the parameter array.
getClassArray(Object[]) - Static method in class com.tangosol.util.ClassHelper
Calculate the class array based on the parameter array.
getClassArrayFromObjectArray(Object[]) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Returns an array of Class objects representing the class of the objects in the parameter.
getClassExtracted() - Method in class com.tangosol.util.extractor.PofExtractor
Obtain the Class of the extracted value.
getClassForTypeId(PofContext, int) - Method in class com.tangosol.io.pof.PortableTypeSerializer
Return the class associated with a specified type identifier, or null if the identifier is not defined in the current POF context.
getClassId(Class) - Method in class com.tangosol.util.ExternalizableHelper.SimpleXmlBeanClassCache
Look up the class ID for the specified class.
getClassId(Class) - Method in interface com.tangosol.util.ExternalizableHelper.XmlBeanClassCache
Look up the class ID for the specified class.
getClassLoader() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Returns the ClassLoader to use in the context of realizing Maps and other associated infrastructure.
getClassLoader() - Method in class com.tangosol.coherence.config.xml.processor.InitParamProcessor.DataStructureRefExpression
 
getClassLoader() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Determine the ClassLoader to use for the CoherenceBasedCache.
getClassLoader() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getClassLoader() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
get class loader for this Cache
getClassLoader() - Method in class com.tangosol.io.WrapperDataInputStream
Returns a ClassLoader associated with this stream.
getClassLoader() - Method in interface com.tangosol.net.BackingMapManagerContext
Return the ClassLoader associated with this context.
getClassLoader() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Returns the ClassLoader that this CacheStore uses for deserialization, if it has one.
getClassLoader() - Method in class com.tangosol.net.cache.SerializationMap
Returns the ClassLoader that this map uses for deserialization, if it has one.
getClassLoader() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the ClassLoader that this map uses for deserialization, if it has one.
getClassLoader() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getClassLoader() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getClassLoader() - Method in interface com.tangosol.net.SessionConfiguration
Return the optional ClassLoader to use for the session.
getClassLoader() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getClassLoader() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a ClassLoader.
getClassLoader() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return the ClassLoader associated with this context.
getClassName() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getClassName() - Method in class com.tangosol.coherence.config.builder.InstanceBuilder
Return the expression representing the name of the class this builder will attempt to instantiate.
getClassName(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the name of the class associated with the given user type identifier.
getClassName(int) - Method in interface com.tangosol.io.pof.PofContext
Determine the name of the class associated with the given user type identifier.
getClassName(int) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the name of the class associated with the given user type identifier.
getClassName(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the name of the class associated with the given user type identifier.
getClassNode(Class) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Return a class definition for the specified class.
getClient() - Method in enum class com.tangosol.net.Coherence.Mode
Returns the default coherence.client property.
getCloner() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to deep-clone the property value.
getCluster() - Method in class com.oracle.coherence.cdi.server.ClusterProducer
Produces the singleton Coherence Cluster instance.
getCluster() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the current Cluster to be used by commands executed under this context.
getCluster() - Static method in class com.tangosol.net.CacheFactory
Return a Cluster object for Coherence services.
getCluster() - Method in class com.tangosol.net.Coherence
Return a Cluster object for Coherence services.
getCluster() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
The Coherence cluster name to be used for the query.
getCluster() - Method in interface com.tangosol.net.Service
Return the Cluster object that this Service is a part of.
getCluster() - Method in class com.tangosol.net.WrapperService
Return the Cluster object that this Service is a part of.
getClusterActionPolicyBuilder() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the action policy builder used by the cluster to control cluster membership actions.
getClusterAnnounceTimeoutMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum amount of time that the cluster service will announce itself without receiving a response before deciding that a cluster does not exist and a new cluster should be formed.
getClusterConfig() - Static method in class com.tangosol.net.CacheFactory
Return the default cluster configuration as defined by the "cluster-config" element in the tangosol-coherence.xml configuration file.
getClusterHeartbeatDelayMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the amount of time between heartbeat messages.
getClusterName() - Method in interface com.tangosol.net.Cluster
Determine the configured name for the Cluster.
getClusterName() - Method in class com.tangosol.net.ClusterPermission
Return the cluster name.
getClusterName() - Method in interface com.tangosol.net.MemberIdentity
Return the name of the cluster with which this member is associated.
getClusterName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the name of the cluster with which this member is associated.
getClusterName() - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the cluster name without starting the cluster service.
getClusterPermissions(Principal) - Method in class com.tangosol.net.security.DefaultController
Obtain the permissions for the specified principal.
getClusterQuorumMap() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Return the cluster quorum map, keyed by role name.
getClusterTimestampMaxVarianceMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum variance between sending and receiving broadcast messages when trying to determine the difference between a new cluster Member's wall time and the cluster time.
getCode() - Method in enum class com.tangosol.net.partition.SimpleStrategyMBean.HAStatus
Return the integer representation of the HAStatus.
getCodec(Class<?>) - Static method in class com.tangosol.io.pof.reflect.Codecs
Return a Codec based on the provided Class.
getCoherence() - Method in class com.oracle.coherence.cdi.AbstractCacheInterceptor
 
getCoherence() - Method in class com.oracle.coherence.cdi.CoherenceExtension
Returns the Coherence instance started by the extension.
getCoherence() - Method in interface com.tangosol.net.events.CoherenceLifecycleEvent
The Coherence instance that this event is associated with.
getCoherenceQueryLanguage() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return an instance of CoherenceQueryLanguage to be used by commands.
getCoherenceQueryLanguage() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getCoherenceQueryLanguage() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return an instance of CoherenceQueryLanguage to be used by the QueryPlus session.
getCollationKey(String) - Method in class com.tangosol.util.CacheCollator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollection() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return the underlying Collection.
getCollection(Collection) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the Collection which this PofValue represents.
getCollection(Collection) - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the Collection which this PofValue represents.
getCollection(Collection<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of Collection that uses a Converter to view an underlying Collection.
getCollection(Collection, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Collection.
getCollector() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Collector.
getComment() - Method in class com.tangosol.run.xml.SimpleElement
Get the text of any comments that are in the XML element.
getComment() - Method in interface com.tangosol.run.xml.XmlElement
Get the text of any comments that are in the XML element.
getCommitCount() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getCommitCount() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the number of completed commit requests.
getCommonDaemonPool() - Method in interface com.tangosol.net.OperationalContext
Return the common DaemonPool.
getCommonMonitor(int) - Static method in class com.tangosol.util.Base
Return the common monitor associated with the specified integer value.
getCommonMonitor(long) - Static method in class com.tangosol.util.Base
Return the common monitor associated with the specified long value.
getCommonMonitor(Object) - Static method in class com.tangosol.util.Base
Return the common monitor associated with the specified object based on its identity hashCode.
getComparator() - Method in class com.tangosol.util.comparator.SafeComparator
Obtain the wrapped Comparator.
getComparator() - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Return a Comparator used by this extractor.
getComparator() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the Comparator used to partition the entry values into pages.
getComparator() - Method in class com.tangosol.util.ForwardOnlyMapIndex
Get the Comparator used to sort the index.
getComparator() - Method in interface com.tangosol.util.MapIndex
Get the Comparator used to sort the index.
getComparator() - Method in class com.tangosol.util.SimpleMapIndex
Get the Comparator used to sort the index.
getComparator() - Method in class com.tangosol.util.SortedBag
Return the Comparator used to order the bag contents.
getComparators() - Method in class com.tangosol.util.comparator.ChainedComparator
Obtain the underlying Comparator array.
getComparisonStyle() - Method in class com.tangosol.util.comparator.EntryComparator
Obtain the comparison style value utilized by this EntryComparator.
getCompatibleConstructor(Class<?>, Class<?>[]) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Get a compatible constructor to the supplied parameter types.
getCompatibleMethod(Class<?>, String, Object...) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Obtains the Method that is compatible to the supplied parameter types.
getCompletableFuture() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
getCompletableFuture() - Method in class com.tangosol.util.AsynchronousAgent
Get the CompletableFuture.
getCompletedTime() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the time at which the analysis associated with this context was completed, or 0 if it has not been completed.
getComplex() - Method in class com.tangosol.io.pof.ValidatingPofHandler
Obtain the current Complex object, if any.
getComplex() - Method in class com.tangosol.io.pof.WritingPofHandler
Obtain the current Complex object that represents the complex type that is being written to the POF stream.
getComponentType(Type) - Static method in class com.tangosol.util.ClassHelper
Obtains the component type of a collection or array (taking generic declarations into account).
getCompositeName(Class, String) - Static method in class com.tangosol.util.ClassHelper
Build the composite name of a class based on an existing class and a second class name.
getCompositeName(String, String) - Static method in class com.tangosol.util.ClassHelper
Build the composite name of a class based on an existing class name and a second class name.
getCompositePackage(String, String) - Static method in class com.tangosol.util.ClassHelper
Build the composite name of a package based on two package names.
getConcreteType(Type) - Static method in class com.tangosol.util.fsm.ReflectionHelper
Obtains the concrete (non-parameterized) Class given a specified (possibly parameterized) type.
getConcurrency() - Method in interface com.tangosol.util.TransactionMap
Retrieve this TransactionMap's current concurrency mode.
getConcurrentMap() - Method in class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Return the underlying ConcurrentMap.
getConcurrentMap(ConcurrentMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of ConcurrentMap.
getConditionalRemoveAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the registered action for conditional remove.
getConfig() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Retrieve the manager's configuration.
getConfig() - Method in class com.tangosol.io.ConfigurableSerializerFactory
Deprecated.
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the current configuration of the object.
getConfig() - Method in interface com.tangosol.net.BackingMapManagerContext
Determine the current configuration of the associated BackingMapManager.
getConfig() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.CompressionFilter
Deprecated.
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.ConfigurableAddressProviderFactory
Deprecated.
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Obtain the factory configuration XML.
getConfig() - Method in class com.tangosol.net.SocketOptions
Deprecated.
getConfig() - Method in class com.tangosol.persistence.ConfigurableSnapshotArchiverFactory
Determine the current configuration of the object.
getConfig() - Method in interface com.tangosol.run.xml.XmlConfigurable
Deprecated.
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Determine the current configuration of the associated BackingMapManager.
getConfigClassLoader() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Return the class loader used to load the configuration for this factory.
getConfigClassLoader() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the class loader used to load the configuration for this factory.
getConfigElementName() - Method in class com.tangosol.coherence.config.CacheMapping
 
getConfigElementName() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtain the xml element name of this mapping.
getConfigElementName() - Method in class com.tangosol.coherence.config.TopicMapping
 
getConfigLocation() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
getConfigMap() - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
For testing.
getConfigSerialFilter() - Static method in class com.tangosol.util.ExternalizableHelper
Return the static JVM-wide serial filter or null if not configured.
getConfigSerialFilterFactory() - Static method in class com.tangosol.util.ExternalizableHelper
Return the static JVM-wide serial filter factory.
getConfigSources(ClassLoader) - Method in class com.oracle.coherence.mp.config.CdiConfigSourceProvider
 
getConfigUnsafe() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Obtain a mutable reference to the factory configuration XML.
getConfigurableCacheFactory() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Return the ConfigurableCacheFactory needed to create nested caches.
getConfigurableCacheFactory() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
Get ConfigurableCacheFactory context.
getConfigurableCacheFactory() - Static method in class com.tangosol.net.CacheFactory
Obtain the ConfigurableCacheFactory singleton using the configuration info from the "configurable-cache-factory-config" element located in the tangosol-coherence.xml configuration file.
getConfigurableCacheFactory() - Static method in class com.tangosol.net.DefaultCacheServer
Gets a ConfigurableCacheFactory based on the default configuration.
getConfigurableCacheFactory() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getConfigurableCacheFactory() - Method in interface com.tangosol.net.events.application.LifecycleEvent
Returns the ConfigurableCacheFactory instance that was activated or about to be disposed.
getConfigurableCacheFactory(PartitionedService) - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.ServiceEventHandler
 
getConfigurableCacheFactory(ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Obtain the ConfigurableCacheFactory associated with the specified class loader.
getConfigurableCacheFactory(ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
Return the default ConfigurableCacheFactory for a given class loader.
getConfigurableCacheFactory(ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return the default ConfigurableCacheFactory for a given class loader.
getConfigurableCacheFactory(String, ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
Return the ConfigurableCacheFactory for a given URI and class loader.
getConfigurableCacheFactory(String, ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return the ConfigurableCacheFactory for a given URI and class loader.
getConfigurableCacheFactory(String, ClassLoader, ParameterResolver) - Method in interface com.tangosol.net.CacheFactoryBuilder
Return the ConfigurableCacheFactory for a given URI and class loader.
getConfigurableCacheFactory(String, ClassLoader, ParameterResolver) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return the ConfigurableCacheFactory for a given URI and class loader.
getConfigurableCacheFactoryConfig() - Static method in class com.tangosol.net.CacheFactory
Return the configurable cache factory configuration as defined by the "configurable-cache-factory-config" element in the tangosol-coherence.xml configuration file.
getConfigurableCacheFactoryConfig() - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return the XML configuration used for the construction of a ConfigurableCacheFactory.
getConfiguration() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
Obtains the underlying CacheEntryListenerConfiguration used to create the registration
getConfiguration() - Method in class com.tangosol.coherence.jcache.common.JCacheContext
Return the JCache cache configuration
getConfiguration() - Method in class com.tangosol.net.Coherence
Returns the configuration used by this Coherence instance.
getConfiguration(Class<T>) - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
 
getConfiguration(Class<T>) - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getConfiguredAddresses(AddressProvider) - Method in class com.tangosol.net.CompositeAddressProvider
Return a list of configured addresses in the specified AddressProvider.
getConfiguredChannelCount() - Method in interface com.tangosol.net.topic.TopicDependencies
Returns the number of channels configured for the topic, or PagedTopic.DEFAULT_CHANNEL_COUNT to indicate that the topic uses the default number of channels.
getConfiguredName() - Method in class com.tangosol.util.Daemon
Determine the configured name for the daemon.
getConfiguredPriority() - Method in class com.tangosol.util.Daemon
Determine the configured priority for the daemon.
getConfigUri() - Method in interface com.oracle.coherence.cdi.SessionInitializer
 
getConfigUri() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getConfigUri() - Method in interface com.tangosol.net.SessionConfiguration
Return the optional configuration file URI for a session that wraps a ConfigurableCacheFactory.
getConfigUri() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getConfigURI() - Method in interface com.tangosol.io.pof.PofConfigProvider
Provide a POF configuration files to load.
getConfigURIs() - Method in interface com.tangosol.io.pof.PofConfigProvider
Provide a set of POF configuration files to load.
getConfirmationMessage(String) - Method in class com.tangosol.coherence.dslquery.statement.persistence.AbstractSnapshotStatement
Return a confirmation message.
getConnectionCount() - Method in interface com.tangosol.net.ServiceLoad
Return the connection count.
getConnectionLimit() - Method in interface com.tangosol.net.ServiceLoad
Return the maximum number of simultaneous connections allowed.
getConnectionPendingCount() - Method in interface com.tangosol.net.ServiceLoad
Return the number of connections that are pending.
getConnectionPort() - Static method in class com.tangosol.net.management.MBeanConnector
Get the configured connection port for the RMI Connector Server.
getConnectionPortMax() - Static method in class com.tangosol.net.management.MBeanConnector
Get the max configured connection port for the RMI Connector Server.
getConstructor(Constructor[]) - Method in class com.tangosol.coherence.rest.util.aggregator.DefaultAggregatorFactory
Search the given constructors for a constructor that accepts a single ValueExtractor parameter.
getConstructor(Constructor[]) - Method in class com.tangosol.coherence.rest.util.processor.DefaultProcessorFactory
Search the given constructors for a constructor that accepts a String parameter.
getConstructorParameterList() - Method in class com.tangosol.coherence.config.builder.InstanceBuilder
Return the ParameterList to be used for constructor parameters when realizing the class.
getContainerContext() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getContainsValueAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for containsValue().
getContent() - Method in class com.tangosol.coherence.rest.util.StaticContent
Return content as Binary.
getContentionObserver() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the ContentionObserver for this SegmentedConcurrentMap.
getContext() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getContext() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the optional application Context.
getContext() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get the JCache context for this JCache's operations
getContext() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
Return current JCacheContext
getContext() - Method in class com.tangosol.net.AbstractBackingMapManager
Determine the current BackingMapManagerContext for this BackingMapManager.
getContext() - Method in interface com.tangosol.net.BackingMapManager
Determine the current BackingMapManagerContext for this BackingMapManager.
getContext() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return the context this entry operates within.
getContext() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the context information provided by the CacheService.
getContext() - Method in interface com.tangosol.net.Guardable
Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.
getContext() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain the BackingMapManagerContext that provides the partition information for keys that are stored in the backing map.
getContext() - Method in interface com.tangosol.util.BinaryEntry
Return the context this entry operates within.
getContext() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Return the context this entry operates within.
getContext() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Get the BackingMapManagerContext if one was provided.
getContext() - Method in class com.tangosol.util.Daemon
Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.
getContext() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
getContext(ResourceRegistry, JCacheIdentifier) - Static method in class com.tangosol.coherence.jcache.common.JCacheContext
Get a JCacheContext for cacheId in ResourceRegistry
getContext(ResourceRegistry, JCacheIdentifier, CompleteConfiguration) - Static method in class com.tangosol.coherence.jcache.common.JCacheContext
Get or Create a JCacheContext for cacheId in ResourceRegistry
getContext(Class<?>) - Method in class com.tangosol.coherence.rest.providers.JacksonMapperProvider
getContextClassLoader() - Static method in class com.oracle.coherence.common.base.Classes
Try to determine the ClassLoader that supports the current context.
getContextClassLoader() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
getContextClassLoader() - Method in class com.oracle.coherence.grpc.SimpleDaemonPoolExecutor
 
getContextClassLoader() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return the context class loader to use.
getContextClassLoader() - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the ClassLoader to use for loading classes in the ProcessingContext.
getContextClassLoader() - Method in class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
Obtains the ClassLoader to use for dynamically loading classes during processing.
getContextClassLoader() - Method in interface com.tangosol.config.xml.DocumentProcessor.Dependencies
Obtains the ClassLoader to use for dynamically loading classes during processing.
getContextClassLoader() - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the ClassLoader to use for loading classes in the ProcessingContext.
getContextClassLoader() - Method in interface com.tangosol.io.ClassLoaderAware
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.io.DefaultSerializer
 
getContextClassLoader() - Method in class com.tangosol.io.MultiplexingSerializer
 
getContextClassLoader() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.net.cache.NearCache
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.DefaultDependencies
Obtains the ClassLoader than an ExtensibleConfigurableCacheFactory should use for loading classes.
getContextClassLoader() - Method in interface com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies
Obtains the ClassLoader than an ExtensibleConfigurableCacheFactory should use for loading classes.
getContextClassLoader() - Method in class com.tangosol.net.WrapperService
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Static method in class com.tangosol.util.Base
Try to determine the ClassLoader that supports the current context.
getContextClassLoader(Object) - Static method in class com.oracle.coherence.common.base.Classes
Try to determine the ClassLoader that supports the current context.
getContextClassLoader(Object) - Static method in class com.tangosol.util.Base
Try to determine the ClassLoader that supports the current context.
getContextSerializer() - Method in interface com.tangosol.io.SerializerAware
Retrieve the context Serializer for this object.
getContinuation() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Continuation.
getControlMap() - Method in class com.tangosol.net.cache.CachingMap
Obtain the ConcurrentMap that should be used to synchronize the front map modification access.
getControlMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the concurrency control map for this backing map.
getConverter() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Converter.
getConverter() - Method in class com.tangosol.util.SimpleMapIndex.IndexCalculator
Return the converter used by this IndexCalculator, or null.
getConverterDown() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return the Converter used to pass values down to the underlying Collection.
getConverterDown() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Return the Converter used to pass values down to the underlying ListIterator.
getConverterHolder(F, Converter<F, T>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of Holder..
getConverterKeyDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the Converter used to pass keys down to the underlying Entry Set.
getConverterKeyDown() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return the Converter used to pass keys down to the underlying Map.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter to view the underlying Entry's key through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter to view the underlying Entry's key through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter to view the underlying Entry's key through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the Converter used to view the underlying Entry Set's keys through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return the Converter used to view the underlying Map's keys through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return the Converter used to view the underlying MapEvent's key through.
getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Return the Converter used to view an underlying CacheEvent's key through.
getConverterListener(MapListener<? super TK, ? super TV>) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Create a converter listener for the specified listener.
getConverterUp() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return the Converter used to view the underlying Collection's values through.
getConverterUp() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Return the Converter used to view the underlying ListIterator's values through.
getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter used to change value in the underlying Entry.
getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter used to change value in the underlying Entry.
getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter used to change value in the underlying Entry.
getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the Converter used to pass values down to the underlying Entry Set.
getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return the Converter used to pass values down to the underlying Map.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter to view the underlying Entry's value through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter to view the underlying Entry's value through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter to view the underlying Entry's value through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the Converter used to view the underlying Entry Set's values through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return the Converter used to view the underlying Map's values through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return the Converter used to view the underlying MapEvent's value through.
getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Return the Converter used to view an underlying CacheEvent's value through.
getCookie() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the cookie object.
getCookie(Class<T>) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Locates and returns the cookie with the specified type.
getCookie(Class<T>) - Method in interface com.tangosol.config.xml.ProcessingContext
Locates and returns the cookie with the specified type.
getCookie(Class<T>, String) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Locates and returns the cookie with the specified type and name.
getCookie(Class<T>, String) - Method in interface com.tangosol.config.xml.ProcessingContext
Locates and returns the cookie with the specified type and name.
getCoordinatorId() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the node id of the ownership distribution coordinator.
getCoordinatorId() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the node id of the ownership distribution coordinator.
getCoordinatorId() - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Return the node id of the persistence coordinator.
getCount() - Method in interface com.oracle.coherence.concurrent.CountDownLatch
Returns the current count.
getCount() - Method in class com.oracle.coherence.concurrent.LocalCountDownLatch
 
getCount() - Method in class com.oracle.coherence.concurrent.RemoteCountDownLatch
Returns the current count.
getCount() - Method in class com.tangosol.util.UID
Determine the "counter" portion of the UID that ensures that two UIDs generated at the same exact time by the same process are unique.
getCount() - Method in class com.tangosol.util.UUID
Determine the "counter" portion of the UUID that ensures that two UUIDs generated at the same exact time by the same process are unique.
getCreatedMillis() - Method in class com.tangosol.net.cache.LocalCache.Entry
Determine when the cache entry was created.
getCreationTime() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the time (since the Epoc) in milliseconds since the internal value was created.
getCreationTime() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the time (since the Epoc) in milliseconds since the internal value was created.
getCurrent() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Answer the current OPToken.
getCurrentAsString() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Answer the string representation of the current BaseToken.
getCurrentAsStringWithAdvance() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Answer the string representation of the current BaseToken and advance.
getCurrentBaseToken() - Method in class com.tangosol.coherence.dsltools.precedence.OPScanner
Answer the current BaseToken.
getCurrentBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the current buffer.
getCurrentBufferAbsoluteOffset() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the offset of the first byte of the current buffer.
getCurrentBufferRemaining() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the maximum number of bytes that can still be written to the current underlying WriteBuffer.
getCurrentChar() - Method in class com.tangosol.coherence.dsltools.base.BaseTokenScanner
Answer the current char of the underlying Reader
getCurrentPage() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Obtain the page to which current updates are being performed.
getCurrentPageNumber() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine the number of pages that the PagedBinaryStore has managed in total, including those it is currently managing.
getCurrentPageTime() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the time that the current page was created.
getCurrentProvider() - Method in class com.tangosol.net.CompositeAddressProvider.AddressIterator
Return the current AddressProvider.
getCurrentRule() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the current quorum rule used by the policy.
getCurrentSubject() - Static method in class com.tangosol.net.security.SecurityHelper
Return the Subject from the current security context.
getCurrentTimeMillis() - Static method in class com.tangosol.coherence.jcache.common.Helper
Common method for getting current time to make it easy to change time lookup.
getCurrentTimeMillis() - Method in class com.tangosol.net.cache.LocalCache
Return the current safe time or last safe time depending on the optimization flag.
getCurrentToken() - Method in class com.tangosol.coherence.dsltools.base.BaseTokenStream
Answer a current BaseToken base on the position of streaming
getCurrentVersion() - Method in interface com.tangosol.net.partition.VersionAwareMapListener
A convenience method that returns a single version with the same rules as described here.
getCustomBuilder() - Method in interface com.tangosol.coherence.config.builder.BuilderCustomization
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.builder.DefaultBuilderCustomization
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.builder.storemanager.AbstractStoreManagerBuilder
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.scheme.AbstractLocalCachingScheme
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.scheme.CacheStoreScheme
Obtains the custom ParameterizedBuilder.
getCustomBuilder() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
Obtains the custom ParameterizedBuilder.
getDaemon() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
getDaemonActiveCount() - Method in interface com.tangosol.net.ServiceLoad
Return the number of daemon threads that are currently processing messages.
getDaemonCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the number of Daemon threads that exist, if the pool has been started, or the number of Daemon threads that will be created, if the pool has not yet been started.
getDaemonCount() - Method in interface com.tangosol.net.ServiceLoad
Return number of daemon threads that are used to process messages.
getDaemonCountMax() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCountMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCountMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Returns the maximum number of daemon threads that the pool can create.
getDaemonCountMin() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getDaemonCountMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getDaemonCountMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Returns the minimum number of daemon threads that the pool should have.
getDaemonPool() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getDaemonPool() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the DaemonPool.
getDaemonPool() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the optional DaemonPool used to execute tasks.
getDaemonPool() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the optional DaemonPool used to execute tasks.
getDataDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
The directory used to store persisted data.
getDataDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the directory used to store persisted data.
getDatagramSocketProvider(int) - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Return an instance of the specified DatagramSocketProvider, creating it if necessary.
getDatagramSocketProvider(XmlElement, int) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getDatagramSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean) - Method in class com.tangosol.net.SocketProviderFactory
Return an instance of the specified DatagramSocketProvider, creating it if necessary.
getDataInput() - Method in class com.tangosol.io.WrapperBufferInput
Obtain the underlying object providing the DataInput interface that this object is delegating to.
getDataInput() - Method in class com.tangosol.io.WrapperDataInputStream
Obtain the underlying object providing the DataInput interface that this object is delegating to.
getDataOutput() - Method in class com.tangosol.io.WrapperBufferOutput
Obtain the underlying object providing the DataOutput interface that this object is delegating to.
getDataOutput() - Method in class com.tangosol.io.WrapperDataOutputStream
Obtain the underlying object providing the DataOutput interface that this object is delegating to.
getDataOutput() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a DataOutput.
getDataVersion() - Method in class com.tangosol.io.AbstractEvolvable
Obtain the version associated with the data stream from which this object was deserialized.
getDataVersion() - Method in interface com.tangosol.io.Evolvable
Obtain the version associated with the data stream from which this object was deserialized.
getDataVersion() - Method in class com.tangosol.io.SimpleEvolvable
Obtain the version associated with the data stream from which this object was deserialized.
getDate() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the Date which this PofValue represents.
getDate() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the Date which this PofValue represents.
getDate() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Date.
getDate() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Date.
getDate(Date) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Date.
getDate(Date) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Date.
getDateTime() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Timestamp.
getDateTime() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Timestamp.
getDateTime(Timestamp) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Timestamp.
getDateTime(Timestamp) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Timestamp.
getDay() - Method in class com.tangosol.io.pof.RawDate
Determine the date's day value.
getDays() - Method in class com.tangosol.io.pof.RawDayTimeInterval
Determine the number of days in the day-time interval.
getDb() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Get the underlying Database handle.
getDbConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory
Get the DatabaseConfiguration used to create Databases.
getDbHolder() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Get the DatabaseHolder.
getDbIdCounter() - Method in class com.tangosol.io.bdb.DatabaseFactory
Get the DB ID Counter value.
getDeactivationListener() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy
Return the MapListenerProxy.DeactivationListener for this proxy.
getDecimal() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a decimal.
getDecimal() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a decimal.
getDecimal(BigDecimal) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a decimal.
getDecimal(BigDecimal) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a decimal.
getDecomposition() - Method in class com.tangosol.util.CacheCollator
Get the decomposition mode of this Collator.
getDecoration() - Method in class com.tangosol.util.ExternalizableHelper.IntDecoratedObject
Return the int decoration.
getDecoration(ReadBuffer, int) - Static method in class com.tangosol.util.ExternalizableHelper
Extract and return the specified decoration from the passed ReadBuffer.
getDecoration(Binary, int) - Static method in class com.tangosol.util.ExternalizableHelper
Deprecated.
as of Coherence 3.7.2
getDecorations(ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
Return an array containing all of the decorations from the passed ReadBuffer.
getDeepMessage(Throwable, String) - Static method in class com.oracle.coherence.common.base.StackTrace
Extract a throwable's message, and all causal messages.
getDeepMessage(Throwable, String) - Static method in class com.tangosol.util.Base
Extract a throwable's message, and all causal messages.
getDefault() - Static method in interface com.oracle.coherence.concurrent.executor.RemoteExecutor
Return the default executor.
getDefaultClassLoader() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
Returns a non-null ClassLoader.
getDefaultCoherenceBasedConfigurationClassName() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
Determines the fully-qualified-class-name of the default CoherenceBasedConfiguration class to use when provided with a JCache Configuration.
getDefaultDatagramSocketProvider(SocketProviderBuilder, int) - Method in class com.tangosol.net.SocketProviderFactory
Return an instance of the specified DatagramSocketProvider, creating it if necessary.
getDefaultDirectory() - Static method in class com.tangosol.io.AbstractBinaryStore
Obtain a File object for the default directory to use for file storage.
getDefaultDomain() - Static method in class com.tangosol.net.management.MBeanHelper
Return the default domain name as configured in the Coherence operational configuration descriptor ("default-domain-name" element).
getDefaultGuardRecovery() - Method in interface com.tangosol.net.Guardian
Default recovery percentage for Guardables monitored by this Guardian.
getDefaultGuardTimeout() - Method in interface com.tangosol.net.Guardian
Default timeout interval (in milliseconds) for Guardables monitored by this Guardian.
getDefaultLoadBalancer() - Method in class com.tangosol.coherence.config.builder.InvalidConfigServiceLoadBalancerBuilder
Use this ServiceLoadBalancer when a customized ServiceLoadBalancer is not provided.
getDefaultLoadBalancer() - Method in class com.tangosol.coherence.config.builder.ProxyServiceLoadBalancerBuilder
Use this ServiceLoadBalancer when a customized ServiceLoadBalancer is not provided.
getDefaultLoadBalancer() - Method in class com.tangosol.coherence.config.builder.ServiceLoadBalancerBuilder
Use this ServiceLoadBalancer when a customized ServiceLoadBalancer is not provided.
getDefaultName(String, Filter, ValueExtractor) - Static method in class com.tangosol.net.cache.ContinuousQueryCache
Return the default name used by the CQC.
getDefaultNamespaceHandler() - Method in class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
The NamespaceHandler for the default (ie: unspecified) xml namespace.
getDefaultNamespaceHandler() - Method in interface com.tangosol.config.xml.DocumentProcessor.Dependencies
The NamespaceHandler for the default (ie: unspecified) xml namespace.
getDefaultParameterResolver() - Method in class com.tangosol.coherence.config.CacheConfig
Obtain the ParameterResolver to use for the CacheConfig when no other is available or in context.
getDefaultParameterResolver() - Method in class com.tangosol.coherence.config.scheme.AbstractCachingScheme
Obtains the ParameterResolver to use when resolving parameters without one being available in a context.
getDefaultParameterResolver() - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the ParameterResolver to use for resolving parameters defined externally to the document being processed (ie: the operating system or container)
getDefaultParameterResolver() - Method in class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
Obtains the default ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container.
getDefaultParameterResolver() - Method in interface com.tangosol.config.xml.DocumentProcessor.Dependencies
Obtains the default ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container.
getDefaultParameterResolver() - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the ParameterResolver to use for resolving parameters defined externally to the document being processed (ie: the operating system or container)
getDefaultPersistenceEnvironmentHomeDirectory() - Static method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder
Return the default 'base' persistence directory.
getDefaultProperties() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
getDefaultSerializer(InjectionPoint) - Method in class com.oracle.coherence.cdi.SerializerProducer
Produces an instance of the default Serializer.
getDefaultServiceName() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
DefaultServiceName to use if none configured.
getDefaultSession(InjectionPoint) - Method in class com.oracle.coherence.cdi.SessionProducer
Produces the default Session.
getDefaultSocketProviderBuilder() - Method in class com.tangosol.net.SocketProviderFactory
Return the default SocketProviderBuilder.
getDefaultURI() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCachingProvider
 
getDeferredList() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the List of keys that may have deferred events.
getDeferredList() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Obtain the List of keys that may have deferred events.
getDelayMillis() - Method in class com.tangosol.net.cache.AbstractBundler
Obtain the timeout delay value.
getDelayMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
getDelayMillis(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.BundleManager.BundleConfig
Specifies the maximum amount of time that individual execution requests are allowed to be deferred for a purpose of "bundling" them and passing into a corresponding bulk operation.
getDelaySeconds() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
Returns the DaemonPool to delegate to.
getDelegate() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
Returns the Runnable delegate.
getDelegate() - Method in class com.tangosol.coherence.config.builder.NamedResourceBuilder
 
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Return the Collection to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Return the Map to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Return the Iterator to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Return the List to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Return the Iterator to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Return the Map to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSet
Return the Set to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
Return the Map to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Return the SortedSet to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Return the Collection to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Return the Collection to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Return the Map to which all operations should be delegated to.
getDelegate() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperSet
Return the Set to which all operations should be delegated to.
getDelegateSocketProvider() - Method in class com.tangosol.net.TcpDatagramSocketProvider.DefaultDependencies
Return the SocketProvider to use in producing the underling sockets which will be wrapped with DatagramSocket.
getDelegateSocketProvider() - Method in interface com.tangosol.net.TcpDatagramSocketProvider.Dependencies
Return the SocketProvider to use in producing the underling sockets which will be wrapped with DatagramSocket.
getDelimiter() - Method in class com.tangosol.config.expression.ValueMacroExpression.DefaultDelimiterExpansionProcessor
 
getDelimiter() - Method in class com.tangosol.config.expression.ValueMacroExpression.MacroExpansionProcessor
Return delimiter being used by the processor.
getDelimiter() - Method in class com.tangosol.config.expression.ValueMacroExpression.OffsetLengthSubstringExpansionProcessor
 
getDelta() - Method in class com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
Obtain the final delta result as a Binary value.
getDeltaCompressor() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a DeltaCompressor.
getDeltaCompressor(Serializer, DeltaCompressor) - Static method in class com.tangosol.util.ExternalizableHelper
Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.
getDemultiplexedSocketProvider(int) - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Return a Demultiplexed Socket provider
getDemultiplexedSocketProvider(SocketProviderBuilder, int) - Method in class com.tangosol.net.SocketProviderFactory
Return a Demultiplexed Socket provider
getDemultiplexedSocketProvider(XmlElement, int) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getDemultiplexedSocketProvider(String, SocketProviderFactory.Dependencies, int, boolean) - Method in class com.tangosol.net.SocketProviderFactory
Return a Demultiplexed Socket provider
getDependencies() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getDependencies() - Method in class com.oracle.coherence.grpc.proxy.TracingDaemonPool
 
getDependencies() - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Return either an anonymous SocketProviderFactory dependencies for an inlined socket-provider or the global SocketProviderFactory dependencies initialized from cluster socket-providers definitions.
getDependencies() - Method in class com.tangosol.config.xml.DefaultProcessingContext
getDependencies() - Method in interface com.tangosol.net.Cluster
Retrieve the Cluster configuration.
getDependencies() - Method in interface com.tangosol.net.Service
Return the service's dependencies.
getDependencies() - Method in class com.tangosol.net.SocketProviderFactory
Get SocketProviderDependencies object
getDependencies() - Method in class com.tangosol.net.WrapperService
Return the service's dependencies.
getDepth() - Method in class com.tangosol.io.pof.LoggingPofHandler
Determine the current nested data structure depth within the POF stream.
getDerivedName(Class, String) - Static method in class com.tangosol.util.ClassHelper
Build the name of a "derived" class based on an existing class and a "derived" class prefix.
getDerivedName(String, String) - Static method in class com.tangosol.util.ClassHelper
Build the name of a "derived" class based on the name of an existing class and a "derived" class prefix.
getDescription() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Return the description of the registered ExecutorService.
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.queryplus.WheneverStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListArchiverStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListServicesStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListSnapshotsStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RecoverSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RemoveSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ResumeServiceStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RetrieveSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.SuspendServiceStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ValidateSnapshotStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.SourceStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.TruncateCacheStatementBuilder
 
getDescription() - Method in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder
 
getDescription() - Method in interface com.tangosol.coherence.dslquery.StatementBuilder
Return a description of the CohQL command suitable for displaying as help text.
getDescription() - Method in class com.tangosol.config.expression.ChainedParameterResolver
Return a human-readable String representation of this class.
getDescription() - Method in class com.tangosol.config.expression.ScopedParameterResolver
Return a human-readable String representation of this class.
getDescription() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.CacheEvent
Get the event's description.
getDescription() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.OverflowMap.Status
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationMap
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationPagedCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Return a human-readable description of the state of the partition assignment.
getDescription() - Method in class com.tangosol.net.partition.Ownership
Return a human-readable description of this Ownership.
getDescription() - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
Return a human-readable description of the state of the partition assignment.
getDescription() - Method in class com.tangosol.net.partition.PartitionEvent
Get the event's description.
getDescription() - Method in class com.tangosol.net.partition.PartitionStatistics
Return a human-readable description of this statistics object.
getDescription() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return a human-readable description string of this backup-strength.
getDescription() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return a human-readable description of the state of the partition assignment.
getDescription() - Method in class com.tangosol.net.partition.VersionedOwnership
Return a human-readable description of this Ownership.
getDescription() - Method in interface com.tangosol.net.ThreadPoolSizingStrategy
Return a human-readable description of the state of the ThreadPoolSizingStrategy.
getDescription() - Method in class com.tangosol.util.Daemon
Format the Daemon attributes into a String for inclusion in the String returned from the Daemon.toString() method.
getDescription() - Method in class com.tangosol.util.filter.CacheEventFilter
Get the filter's description.
getDescription() - Method in class com.tangosol.util.filter.MapEventFilter
Get the filter's description.
getDescription() - Method in class com.tangosol.util.MapEvent
Get the event's description.
getDescription() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Get the event's description.
getDescription() - Method in class com.tangosol.util.NullImplementation.NullPartitionAssignmentStrategy
Return a human-readable description of the state of the partition assignment.
getDescription() - Method in class com.tangosol.util.processor.NumberIncrementor
Returns this PropertyProcessor's description.
getDescription() - Method in class com.tangosol.util.processor.NumberMultiplier
Returns this PropertyProcessor's description.
getDescription() - Method in class com.tangosol.util.processor.PropertyProcessor
Returns this PropertyProcessor's description.
getDescription() - Method in class com.tangosol.util.TaskDaemon
Format the Daemon attributes into a String for inclusion in the String returned from the Daemon.toString() method.
getDescription() - Method in class com.tangosol.util.WrapperConcurrentMap
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.util.WrapperObservableMap
Assemble a human-readable description.
getDescription(int) - Static method in class com.tangosol.net.partition.PartitionEvent
Convert an event ID into a human-readable string.
getDescription(int) - Static method in class com.tangosol.util.MapEvent
Convert an event ID into a human-readable string.
getDescription(Class<?>, MBeanInfo) - Static method in class com.tangosol.net.management.MBeanHelper
Retrieve the description for the MBean from the MBean interface annotation.
getDescription(Class, MBeanAttributeInfo) - Static method in class com.tangosol.net.management.MBeanHelper
Retrieve a description for a particular attribute by finding a Description annotation on the getter method for the attribute.
getDescription(Class, MBeanOperationInfo) - Static method in class com.tangosol.net.management.MBeanHelper
Retrieve a description for the particular MBeanOperationInfo by finding a Description annotation on the corresponding method.
getDescription(MBeanAttributeInfo) - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean
Retrieve a description for a particular attribute by finding a Description annotation on the getter method for the attribute.
getDescription(MBeanAttributeInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieve a description for a particular attribute by finding a Description annotation on the getter method for the attribute.
getDescription(MBeanInfo) - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean
Retrieve the description for the MBean from the MBean interface annotation.
getDescription(MBeanInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieve the description for the MBean from the MBean interface annotation.
getDescription(MBeanOperationInfo) - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean
Retrieve a description for the particular MBeanOperationInfo by finding a Description annotation on the corresponding operation.
getDescription(MBeanOperationInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieve a description for the particular MBeanOperationInfo by finding a Description annotation on the corresponding operation.
getDeserializedResult() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the holder's deserialized result value, assuming that the result value is a serialized Binary.
getDesiredState(S, ExecutionContext) - Method in interface com.tangosol.util.fsm.Event
Determines the desired state of the FiniteStateMachine for the Event given the current state of the FiniteStateMachine.
getDesiredState(S, ExecutionContext) - Method in class com.tangosol.util.fsm.Instruction.TransitionTo
Determines the desired state of the FiniteStateMachine for the Event given the current state of the FiniteStateMachine.
getDesiredState(S, ExecutionContext) - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent
Determines the desired state of the FiniteStateMachine for the Event given the current state of the FiniteStateMachine.
getDesiredState(S, ExecutionContext) - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DelayedTransitionTo
Determines the desired state of the FiniteStateMachine for the Event given the current state of the FiniteStateMachine.
getDesiredState(S, ExecutionContext) - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.SubsequentEvent
Determines the desired state of the FiniteStateMachine for the Event given the current state of the FiniteStateMachine.
getDestination(int) - Method in class com.tangosol.net.LoadBalancer
Determine one of the AddressPort combinations that the load balancer balances requests to.
getDestinationCount() - Method in class com.tangosol.net.LoadBalancer
Determine the number of AddressPort combinations that the load balancer balances requests to.
getDestructiveBufferInput() - Method in class com.tangosol.io.MultiBufferReadBuffer
Return a self-destructing BufferInput over this Buffer.
getDirectory() - Method in class com.tangosol.io.nio.MappedStoreManager
Obtain the directory to use for MappedBufferManager(s).
getDirectory(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.BdbStoreManagerBuilder
Return the path name for the root directory that the BDB file manager uses to store files in.
getDirectory(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.NioFileManagerBuilder
Return the path name for the root directory that the manager uses to store files in.
getDirectory(ParameterResolver) - Method in interface com.tangosol.coherence.config.scheme.BackupMapConfig
Return the root directory where the disk persistence manager stores files.
getDirectory(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
Return the root directory where the disk persistence manager stores files.
getDirectQuery() - Method in class com.tangosol.coherence.rest.config.QueryConfig
Return the direct query.
getDirectStorageSize() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the partition size from partitioned maps.
getDirEnv() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the Environment Directory.
getDirLock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the DirectoryLock held on a temporary Environment.
getDirParent() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the Parent Directory.
getDirtyBytesCount() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Get the estimated number of dirty bytes in this POF value hierarchy.
getDiscoveryInterface() - Method in interface com.tangosol.net.OperationalContext
Return the IP associated with the network interface to use for multicast based discovery.
getDiscoveryTimeToLive() - Method in interface com.tangosol.net.OperationalContext
Return the TTL for multicast based discovery.
getDispatcher() - Method in interface com.tangosol.net.events.CoherenceLifecycleEvent
 
getDispatcher() - Method in interface com.tangosol.net.events.Event
Return the EventDispatcher this event was raised by.
getDispatcher() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
getDispatcher() - Method in interface com.tangosol.net.events.partition.cache.Event
Return the PartitionedCacheDispatcher this event was raised by.
getDispatcher() - Method in interface com.tangosol.net.events.partition.Event
Return the PartitionedServiceDispatcher this event was raised by.
getDispatcher() - Method in interface com.tangosol.net.events.SessionLifecycleEvent
 
getDistance(Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
Return the "distance" of the specified member from the reference ownership.
getDistance(Member, Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
Return the "distance" between the specified members.
getDistributedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
Return the default distributed (partitioned) cache configuration.
getDocumentComment() - Method in class com.tangosol.run.xml.SimpleDocument
Get the XML comment that appears outside of the root element.
getDocumentComment() - Method in interface com.tangosol.run.xml.XmlDocument
Get the XML comment that appears outside of the root element.
getDocumentPreprocessor() - Method in class com.tangosol.config.xml.AbstractNamespaceHandler
Obtains the DocumentPreprocessor that must be applied to the XmlElement (ie: document) in which the NamespaceHandler is defined, prior to XmlElements and XmlAttributes being processed defined by this NamespaceHandler.
getDocumentPreprocessor() - Method in interface com.tangosol.config.xml.NamespaceHandler
Obtains the DocumentPreprocessor that must be applied to the XmlElement (ie: document) in which the NamespaceHandler is defined, prior to XmlElements and XmlAttributes being processed defined by this NamespaceHandler.
getDomainName() - Method in interface com.tangosol.net.management.Registry
Domain name for managed beans registered by Coherence clustered services.
getDomainPartitions() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getDomainPartitions() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the optional array of domain partition names to use if loading a GAR file.
getDouble() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the double which this PofValue represents.
getDouble() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the double which this PofValue represents.
getDouble() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a double.
getDouble() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a double.
getDouble(double) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a double.
getDouble(double) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a double.
getDouble(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a Double.
getDouble(String, double) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a double.
getDoubleArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the double[] which this PofValue represents.
getDoubleArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the double[] which this PofValue represents.
getDtdName() - Method in class com.tangosol.run.xml.SimpleDocument
Get the public identifier of the DTD (DOCTYPE) for the document.
getDtdName() - Method in interface com.tangosol.run.xml.XmlDocument
Get the public identifier of the DTD (DOCTYPE) for the document.
getDtdUri() - Method in class com.tangosol.run.xml.SimpleDocument
Get the URI of the DTD (DOCTYPE) for the document.
getDtdUri() - Method in interface com.tangosol.run.xml.XmlDocument
Get the URI of the DTD (DOCTYPE) for the document.
getDuration() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DelayedTransitionTo
Obtains the amount of time to wait before the transition to the desired state should occur
getDuration() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.ProcessEventLater
Obtains the amount of time to wait before the transition to the desired state should occur.
getDuration() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get the amount of time (in ms) spent evaluating the filter or applying an index for this query plan step.
getDuration() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get the amount of time (in ms) spent evaluating the filter or applying an index for this query plan step.
getDuration(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a Duration.
getDuration(String, Duration) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a Duration.
getEdition() - Static method in class com.tangosol.net.CacheFactory
Returns the edition currently loaded based on the operational configuration.
getEdition() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the Coherence product edition.
getEdition() - Method in interface com.tangosol.net.OperationalContext
Get the product edition.
getEditionName() - Method in interface com.tangosol.net.OperationalContext
Get the product edition in a formatted string.
getEfficiency() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get the calculated cost of applying the filter as defined by calculateEffectiveness
getEfficiency() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get the calculated cost of applying the filter as defined by calculateEffectiveness
getElement(int) - Method in class com.tangosol.util.OpenHashSet
Expose the indexed element storage to sub-classes in a range-unsafe manner.
getElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Get a child element for the specified element.
getElement(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Get a child element of the specified XmlElement that matches to the specified local name and the specified Namespace URI.
getElement(String) - Method in class com.tangosol.run.xml.SimpleElement
Get a child element.
getElement(String) - Method in interface com.tangosol.run.xml.XmlElement
Get a child element.
getElementAdapter() - Method in class com.tangosol.run.xml.CollectionAdapter
 
getElementCalculator() - Method in interface com.tangosol.net.topic.TopicDependencies
Return the calculator used to calculate element sizes.
getElementCalculatorBuilder() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the ElementCalculatorBuilder used to build a ElementCalculator.
getElementCalculatorType(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.ElementCalculatorBuilder
getElementCount() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Obtain the total element count.
getElementExpiryMillis() - Method in interface com.tangosol.net.topic.TopicDependencies
Obtain the expiry delay to apply to elements in ths topic.
getElementList() - Method in class com.tangosol.run.xml.SimpleElement
Get the list of all child elements.
getElementList() - Method in interface com.tangosol.run.xml.XmlElement
Get the list of all child elements.
getElementName() - Method in enum class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule
Get the configuration element name for this ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule.
getElementName() - Method in class com.tangosol.run.xml.IterableAdapter
 
getElementProcessor(XmlElement) - Method in class com.tangosol.config.xml.AbstractNamespaceHandler
Obtains the ElementProcessor that is suitable for processing the specified XmlElement in the xml namespace associated with this NamespaceHandler.
getElementProcessor(XmlElement) - Method in interface com.tangosol.config.xml.NamespaceHandler
Obtains the ElementProcessor that is suitable for processing the specified XmlElement in the xml namespace associated with this NamespaceHandler.
getElementProcessor(String) - Method in class com.tangosol.config.xml.AbstractNamespaceHandler
Obtains the ElementProcessor registered with the specified localName (in the namespace).
getElements(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Get an iterator of child elements of the specified XmlElement that represent values for a property represented by this adapter.
getElements(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Get an iterator of child elements of the specified XmlElement that match to the specified local name and the specified Namespace URI.
getElements(String) - Method in class com.tangosol.run.xml.SimpleElement
Get an iterator of child elements that have a specific name.
getElements(String) - Method in interface com.tangosol.run.xml.XmlElement
Get an iterator of child elements that have a specific name.
getEncodedHash() - Method in class com.tangosol.io.AbstractReadBuffer
Return the encoded hash value or HashEncoded.UNENCODED if absent.
getEncodedHash() - Method in interface com.tangosol.util.HashEncoded
Return the encoded hash value or HashEncoded.UNENCODED if absent.
getEncoding() - Method in class com.tangosol.run.xml.SimpleDocument
Get the encoding string for the XML document.
getEncoding() - Method in interface com.tangosol.run.xml.XmlDocument
Get the encoding string for the XML document.
getEndingState() - Method in class com.tangosol.util.fsm.Transition
Obtains the state to which the FiniteStateMachine will be in once this Transition has occurred.
getEntityType() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Return the type of entities in this repository.
getEntries() - Method in interface com.tangosol.net.events.partition.TransferEvent
Return a map of cache names and associated set of read-only entries encapsulated in this TransferEvent.
getEntries(int, int, String, PropertySet, String) - Method in class com.tangosol.coherence.rest.CacheResource
Return the cache entries that satisfy the given query criteria.
getEntries(PropertySet) - Method in class com.tangosol.coherence.rest.EntrySetResource
 
getEntries(UriInfo, int, int, String, PropertySet) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Return the cache entries that satisfy criteria defined by this resource.
getEntry() - Method in interface com.tangosol.net.events.partition.cache.EntryEvent
Return the entry on which the action represented by this EntryEvent occurred.
getEntry() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the underlying Map.Entry.
getEntry() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEntry
Return the underlying Map.Entry.
getEntry(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Return the map entry associated with the given map event.
getEntry(Object) - Method in class com.tangosol.net.cache.LocalCache
Locate an Entry in the hash map based on its key.
getEntry(Object) - Method in class com.tangosol.util.SafeHashMap
Locate an Entry in the hash map based on its key.
getEntry(Object) - Method in class com.tangosol.util.SafeSortedMap
Locate a Map.Entry in this map based on its key.
getEntry(Object) - Method in class com.tangosol.util.SegmentedHashMap
Locate an Entry in the this map based on its key.
getEntry(Map.Entry<FK, FV>, Converter<FK, TK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of a MapEntry that uses Converters to retrieve the Entry's data.
GetEntryAction() - Constructor for class com.tangosol.util.SegmentedHashMap.GetEntryAction
 
getEntryBlockCount() - Method in class com.tangosol.io.nio.BinaryMap
Returns the number of entry blocks.
getEntryEventsMap(TransactionEvent) - Static method in class com.tangosol.net.events.EventHelper
Converts the provided TransactionEvent into a map keyed by EntryEvent and with a value of a Set of entries.
getEntryEventsMap(UnsolicitedCommitEvent) - Static method in class com.tangosol.net.events.EventHelper
Converts the provided UnsolicitedCommitEvent into a map keyed by EntryEvent and with a value of a Set of entries.
getEntryEventsMap(Set<BinaryEntry>, boolean) - Static method in class com.tangosol.net.events.EventHelper
Converts the provided set of entries into a map keyed by EntryEvent and with a value of a Set of entries.
getEntryInternal(Object) - Method in class com.tangosol.net.cache.LocalCache
 
getEntryInternal(Object) - Method in class com.tangosol.util.SafeHashMap
Locate an Entry in the hash map based on its key.
getEntryInternal(Object) - Method in class com.tangosol.util.SegmentedHashMap
Locate an Entry in the hash map based on its key.
getEntryInternal(Object, boolean) - Method in class com.tangosol.util.SegmentedHashMap
Locate an Entry in the hash map based on its key.
getEntryMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Return a map of items queued to be written.
getEntryOrQueryResource(String) - Method in class com.tangosol.coherence.rest.CacheResource
Return a REST sub-resource representing either a configured named query or a single cache entry.
getEntryProcessor() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of an EntryProcessor.
getEntrySet() - Method in interface com.tangosol.net.events.partition.cache.EntryEvent
Deprecated.
since 14.1.2; use EntryEvent.getEntry() and related methods instead
getEntrySet() - Method in interface com.tangosol.net.events.partition.cache.EntryProcessorEvent
Return a Set of entries being processed by the entry processor.
getEntrySet() - Method in interface com.tangosol.net.events.partition.TransactionEvent
A set of entries enlisted within this transaction.
getEntrySet() - Method in interface com.tangosol.net.events.partition.UnsolicitedCommitEvent
A set of entries observed to have been modified without being caused by the partitioned service.
getEntrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the underlying Entry Set.
getEntrySet(Collection<Map.Entry<FK, FV>>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of a Set that holds Entry objects for a ConverterMap.
getEntrySet(Set, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Set that holds Entry objects for a RestrictedMap.
getEntrySetResource(String) - Method in class com.tangosol.coherence.rest.CacheResource
Return a REST sub-resource representing a set of cache entries.
getEntrySize() - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Return the size of a map entry.
getEntrySize() - Method in class com.tangosol.util.SimpleMapIndex.IndexCalculator
Return the size of a map entry.
getEnumeration() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the null enumerator.
getenv(String) - Static method in class com.tangosol.coherence.config.Config
Coherence enhanced system environment getter Use instead of System.getenv(String).
getEnv(String) - Method in class com.oracle.coherence.mp.config.ConfigPropertyResolver
 
getEnv(String) - Method in class com.tangosol.coherence.config.EnvironmentVariableResolver.Default
 
getEnv(String) - Method in interface com.tangosol.coherence.config.EnvironmentVariableResolver
Return the value of the specified environment variable.
getEnv(String, String) - Method in interface com.tangosol.coherence.config.EnvironmentVariableResolver
Return the value of the specified environment variable, or the specified default value if the variable doesn't exist.
getEnvConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the Environment Configuration.
getEnvHolder() - Method in class com.tangosol.io.bdb.DatabaseFactory
Get the EnvironmentHolder.
getEnvironment() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get underlying Berkeley DB Environment.
getEnvironment() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceEnvironment
Return the underlying PersistenceEnvironment.
getEnvironmentContinuation(PersistenceEnvironment<R>) - Method in interface com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory
Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistenceEnvironment.
getEnvironmentInfo(ExtensibleConfigurableCacheFactory, String) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the PersistenceEnvironmentInfo for a given cluster and service name using the current ConfigurableCacheFactory without starting the services.
getEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Obtain the bundler for the "erase" operations.
getEraseFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of erase() failures.
getEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the cumulative time spent on erase() operations.
getEraseOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of erase() operations.
getErr() - Static method in class com.tangosol.util.Base
Obtains the current writer used for tracing.
getError() - Method in class com.tangosol.net.topic.Subscriber.CommitResult
Returns an optional error that caused a commit to fail.
getErrorCount() - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Returns the number of Errors encountered.
getErrorRequestCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of requests that responded with an error.
getErrorRequestFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of requests that responded with an error.
getErrorRequestFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of requests that responded with an error.
getErrorRequestMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of requests that responded with an error.
getErrorRequestOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getErrorRequestOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of requests that responded with an error.
getEscapeChar() - Method in class com.tangosol.util.filter.LikeFilter
Obtain the escape character that is used for escaping '%' and '_' in the pattern or zero if there is no escape.
getEvent() - Method in class com.tangosol.util.fsm.Instruction.ProcessEvent
Obtain the Event to process.
getEvent() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.ProcessEventLater
Obtain the Event to process later.
getEventDispatcher() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
Return the CacheLifecycleEventDispatcher this event was raised by.
getEventDispatcherThreadPriority() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the priority of the event dispatcher thread.
getEventInterceptor(String) - Method in interface com.tangosol.net.events.InterceptorRegistry
Return a registered EventInterceptor.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.CacheConfig
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.ResourceMapping
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.AbstractLocalCachingScheme
Obtains the List of NamedEventInterceptorBuilders that have been defined for the ServiceScheme.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Obtains the List of NamedEventInterceptorBuilders that have been defined for the ServiceScheme.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.ClassScheme
Obtains the List of NamedEventInterceptorBuilders that have been defined for the ServiceScheme.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme
Obtains the List of NamedEventInterceptorBuilders that have been defined for the ServiceScheme.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
 
getEventInterceptorBuilders() - Method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Obtains the List of NamedEventInterceptorBuilders that have been defined for the ServiceScheme.
getEventInterceptorBuilders() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getEventListeners() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheAsynchronousMapListener
Iterable over asynchronous CacheEntryListenerRegistrations
getEventListeners() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheSynchronousMapListener
 
getEventListeners() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheAsynchronousMapListener
get JCache registered CacheEntryListenerRegistrations.
getEventListeners() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheSynchronousMapListener
Iterate over synchronous JCache CacheEntry Listener Registrations.
getEventMask() - Method in class com.tangosol.util.filter.MapEventFilter
Obtain the event mask.
getEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain this ContinuousQueryCache's event queue.
getEventScope(LifecycleEvent) - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.LifecycleEventHandler
 
getEventScope(E) - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Return the scope name of the ConfigurableCacheFactory the specified event was raised from.
getEventType() - Method in interface com.tangosol.coherence.federation.ChangeRecord
The type of the FederatedChangeEvent.
getEventTypes() - Method in interface com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent
Return the Event Types the EventInterceptor being registered will intercept.
getEventTypes() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the set of event types this interceptor is concerned with.
getEvictionApprover() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getEvictionApprover() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Obtain the registered EvictionApprover.
getEvictionApprover() - Method in class com.tangosol.net.cache.LocalCache
 
getEvictionApprover() - Method in class com.tangosol.net.cache.SerializationCache
Obtain the registered EvictionApprover.
getEvictionApprover() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the registered EvictionApprover.
getEvictionPolicy() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getEvictionPolicy() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Obtain the current EvictionPolicy used by the cache.
getEvictionPolicy() - Method in class com.tangosol.net.cache.LocalCache
 
getEvictionPolicy() - Method in class com.tangosol.net.cache.SerializationCache
Obtain the current EvictionPolicy used by the cache.
getEvictionPolicy() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the current EvictionPolicy used by the cache.
getEvictionPolicyBuilder() - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the EvictionPolicyBuilder used to build an EvictionPolicy.
getEvictionPolicyBuilder() - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the EvictionPolicyBuilder used to build an EvictionPolicy.
getEvictionType() - Method in class com.tangosol.net.cache.LocalCache
Determine the current eviction type.
getEvictionType() - Method in class com.tangosol.net.cache.LocalCache.InternalEvictionPolicy
Determine the LocalCache eviction type represented by this InternalEvictionPolicy.
getEvictionType(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.EvictionPolicyBuilder
Obtains the EvictionPolicy type.
getEvolvable(int) - Method in interface com.tangosol.io.pof.EvolvableObject
Return Evolvable object for the specified type id.
getEvolvableHolder() - Method in interface com.tangosol.io.pof.EvolvableObject
Return EvolvableHolder that should be used to store information about evolvable objects that are not known during deserialization.
getException() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
getException() - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Returns a saved parser exception.
getException() - Method in class com.tangosol.util.AsynchronousAgent
Helper method that returns an exception (if completed exceptionally).
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.AbstractStatement
 
getExecutionConfirmation(ExecutionContext) - Method in interface com.tangosol.coherence.dslquery.Statement
Return a string that will be used as a question to confirm execution of a statement.
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder.CreateSnapshotStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder.ForceRecoveryStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RecoverSnapshotStatementBuilder.RecoverSnapshotStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RemoveSnapshotStatementBuilder.RemoveSnapshotStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.ResumeServiceStatementBuilder.ResumeServiceStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
 
getExecutionConfirmation(ExecutionContext) - Method in class com.tangosol.coherence.dslquery.statement.persistence.SuspendServiceStatementBuilder.SuspendServiceStatement
 
getExecutionContext() - Method in class com.tangosol.coherence.dslquery.QueryPlus
Return the current ExecutionContext passed to Statements.
getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DefaultTaskDependencies
Return the execution timeout for the task in millisecond.
getExecutionTimeoutMillis() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.Task
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in interface com.tangosol.util.fsm.NonBlockingFiniteStateMachine.TaskDependencies
Return the execution timeout for the task in millisecond.
getExecutor() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getExecutor() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the Executor.
getExpiry() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return the number of milliseconds remaining before the specified entry is scheduled to expire.
getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Determine the expiry for the entry represented by this Status.
getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the expiry for the entry represented by this Status.
getExpiry() - Method in interface com.tangosol.util.BinaryEntry
Return the number of milliseconds remaining before the specified entry is scheduled to expire.
getExpiry() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Return the number of milliseconds remaining before the specified entry is scheduled to expire.
getExpiry() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
getExpiryArray() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the array of keys that have an expiration, indexed by expiration times.
getExpiryArray() - Method in class com.tangosol.net.cache.SerializationCache
Get the Expiry data structure.
getExpiryDelay() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getExpiryDelay() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the default "time to live" for each individual cache entry.
getExpiryDelay() - Method in class com.tangosol.net.cache.LocalCache
 
getExpiryDelay() - Method in class com.tangosol.net.cache.OverflowMap
Determine the "time to live" for each individual cache entry.
getExpiryDelay() - Method in class com.tangosol.net.cache.SerializationCache
Determine the default "time to live" for each individual cache entry.
getExpiryDelay() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the default "time to live" for each individual cache entry.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the amount of time since the last update that entries are kept by the cache before being expired.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.CaffeineScheme
Return the amount of time since the last update that entries are kept by the cache before being expired.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Return the amount of time since the last update that entries are kept by the cache before being expired.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the amount of time since the last update that entries are kept by the cache before being expired.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.OverflowScheme
Return the amount of time since the last update that entries are kept by the cache before being expired.
getExpiryDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the amount of time that elements offered to the queue remain visible to consumers.
getExpiryMillis() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Determine when the cache entry will expire, if ever.
getExpiryMillis() - Method in class com.tangosol.net.cache.LocalCache.Entry
 
getExpiryMillis() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Determine when the cache entry will expire, if ever.
getExpiryMillis() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Determine when the cache entry will expire, if ever.
getExpiryMillis() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEntry
Determine when the cache entry will expire, if ever.
getExpiryPolicy() - Method in class com.tangosol.coherence.jcache.common.JCacheContext
Get ExpiryPolicy
getExpiryPolicyFactory() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getExpiryTime() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the time (since the Epoc) in milliseconds when the Cache Entry associated with this value should be considered expired.
getExpiryTime() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the time (since the Epoc) in milliseconds when the Cache Entry associated with this value should be considered expired.
getExpiryTime() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
Determine the date/time at which the entry expires.
getExplicitType() - Method in class com.tangosol.config.expression.Parameter
Obtains the explicitly specified type of the Parameter.
getExpression() - Method in class com.tangosol.coherence.rest.config.NamedQuery
Return the query expression.
getExpression() - Method in class com.tangosol.config.expression.Parameter
Obtains the Expression for the Parameter.
getExpression(String) - Static method in class com.oracle.coherence.common.base.StackTrace
Get the source code expression from the method that called the specified method.
getExpressionParser() - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the configured ExpressionParser for this ProcessingContext.
getExpressionParser() - Method in class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
Obtains the ExpressionParser to use for parsing Expressions during document processing.
getExpressionParser() - Method in interface com.tangosol.config.xml.DocumentProcessor.Dependencies
Obtains the ExpressionParser to use for parsing Expressions during document processing.
getExpressionParser() - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the configured ExpressionParser for this ProcessingContext.
getExtendedContext() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
Deprecated.
getExtension() - Method in class com.oracle.coherence.cdi.AbstractCacheInterceptor
 
getExtension(String) - Static method in class com.tangosol.io.FileHelper
Gets the extension of a filename.
getExtensionsMap() - Static method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Construct a map with URL suffix to media type mappings.
getExternalMap() - Method in class com.tangosol.util.SetMap
Return an external map allowing type safe access.
getExtractor() - Method in class com.tangosol.coherence.rest.util.PropertySpec
Return extractor for this property.
getExtractor() - Method in class com.tangosol.net.topic.Subscriber.Convert
Return the option's converter function.
getExtractor() - Method in class com.tangosol.util.aggregator.GroupAggregator
Obtain the underlying ValueExtractor.
getExtractor() - Method in class com.tangosol.util.comparator.ExtractorComparator
Returns the ValueExtractor to extract value(s) to be used in comparison.
getExtractor() - Method in class com.tangosol.util.extractor.CompositeUpdater
Retrieve the ValueExtractor part.
getExtractor() - Method in class com.tangosol.util.extractor.ConditionalExtractor
 
getExtractor() - Method in class com.tangosol.util.extractor.KeyExtractor
Obtain the underlying ValueExtractor.
getExtractor() - Method in class com.tangosol.util.processor.PropertyManipulator
Retrieve the underlying ValueExtractor reference.
getExtractor() - Method in class com.tangosol.util.UniversalManipulator
Retrieve the underlying ValueExtractor reference.
getExtractor() - Method in interface com.tangosol.util.ValueManipulator
Retrieve the underlying ValueExtractor reference.
getExtractor(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the extractor for an index from the given AST node.
getExtractor(Map<ValueExtractor<T, E>, MapIndex>, MapIndex) - Method in interface com.tangosol.util.extractor.IndexAwareExtractor
Obtain the underlying ValueExtractor that was added to the index map during the index creation.
getExtractorBuilder() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the ExtractorBuilder to use to build ValueExtractors.
getExtractorDescription() - Method in interface com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
Get a description of the extractor that was used for the index lookup.
getExtractorDescription() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Get a description of the extractor that was used for the index lookup.
getExtractors() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Obtain the ValueExtractor array.
getFactory() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Get the DatabaseFactory used to create the underlying Database.
getFactory() - Method in interface com.tangosol.net.SocketProvider
Return the factory associated with this provider.
getFactory(String, ClassLoader, ParameterResolver) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Helper method to return a ConfigurableCacheFactory instance for the specified URI and class loader.
getFactory(String, ClassLoader, ParameterResolver) - Method in class com.tangosol.net.SingletonCacheFactoryBuilder
Helper method to return a ConfigurableCacheFactory instance for the specified URI and class loader.
getFactoryClassName() - Method in class com.tangosol.coherence.config.builder.StaticFactoryInstanceBuilder
Return the Expression that when evaluated will produce the name of the class containing a static factory method that will realize instances for this ParameterizedBuilder.
getFactoryManager() - Static method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Get the DatabaseFactoryManager.
getFactoryMethodName() - Method in class com.tangosol.coherence.config.builder.StaticFactoryInstanceBuilder
Return the Expression that when evaluated will produce the name of the factory class static method that will realize instances for this ParameterizedBuilder.
getFactoryMethodParameters() - Method in class com.tangosol.coherence.config.builder.StaticFactoryInstanceBuilder
Returns the ParameterList to use to resolve factory method parameters when realizing the class.
getFairShare() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Return the fair-share partition load.
getFairShare(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the (primary or backup) fair-share partition load.
getFairShareBackup() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of backup partitions per storage-enabled service member that this strategy will currently attempt to maintain.
getFairShareBackup() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of backup partitions per storage-enabled service member that this strategy will currently attempt to maintain.
getFairSharePrimary() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of primary partitions per storage-enabled service member that this strategy will currently attempt to maintain.
getFairSharePrimary() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of primary partitions per storage-enabled service member that this strategy will currently attempt to maintain.
getFields(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the fields to select from the given AST node.
getFile() - Method in class com.tangosol.io.nio.MappedBufferManager
Obtain the RandomAccessFile that the buffer is constructed on.
getFile(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the String that represents the filename from the given AST node by looking for the "file" term in the AST.
getFileName() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getFiles() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getFiles() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the list of statement script files that should be executed prior to the start of the CohQL session.
getFileURL(String) - Static method in class com.oracle.coherence.common.base.Resources
Obtain a URL for an existing file with the specified name.
getFillLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the size of the fill in the block.
getFilter() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Obtain the Filter that should be used when registering this listener.
getFilter() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
Return the Filter to use to execute this query.
getFilter() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.SelectStatement
Return the Filter to use to execute this query.
getFilter() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the Filter that this ContinuousQueryCache is using to query the underlying NamedCache.
getFilter() - Method in interface com.tangosol.net.management.ViewMBean
Obtain the Filter that this ContinuousQueryCache is using to query the underlying NamedCache.
getFilter() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
getFilter() - Method in class com.tangosol.net.topic.Subscriber.Filtered
Return the option's filter.
getFilter() - Method in class com.tangosol.util.ConditionalIndex
Get the associated filter.
getFilter() - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
Get the wrapped filter.
getFilter() - Method in class com.tangosol.util.filter.FilterTrigger
Obtain the underlying Filter.
getFilter() - Method in class com.tangosol.util.filter.InKeySetFilter
Obtain the underlying Filter.
getFilter() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Obtain the wrapped Filter.
getFilter() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the Filter whose results are truncated by this filter.
getFilter() - Method in class com.tangosol.util.filter.MapEventFilter
Obtain the Filter object used to evaluate the event value(s).
getFilter() - Method in class com.tangosol.util.filter.NotFilter
Obtain the Filter whose results are negated by this filter.
getFilter() - Method in class com.tangosol.util.filter.PartitionedFilter
Obtain the wrapped Filter.
getFilter() - Method in class com.tangosol.util.filter.PriorityFilter
Obtain the underlying filter.
getFilter() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Return an array of filters that are the cause of this event.
getFilter(ByteString, Serializer) - Method in interface com.oracle.coherence.grpc.proxy.NamedCacheService
Obtain a Filter from the serialized data in a ByteString.
getFilter(ByteString, Serializer) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain a Filter from the serialized data in a ByteString.
getFilter(InjectionPoint) - Method in class com.oracle.coherence.cdi.FilterProducer
Produces Filter based on injection point metadata.
getFilterBuilder() - Method in class com.tangosol.coherence.config.scheme.ContinuousQueryCacheScheme
Return the ParameterizedBuilder used to construct the Filter to be used by the ContinuousQueryCache.
getFilterDescription() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get a description of the filter that was associated with this step during its creation.
getFilterDescription() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get a description of the filter that was associated with this step during its creation.
getFilterList() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the list of all filters for the cluster.
getFilterMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the map of filter name to WrapperStreamFactory.
getFilterMap() - Method in interface com.tangosol.net.OperationalContext
Return a Map of network filter factories.
getFilters() - Method in class com.tangosol.util.filter.ArrayFilter
Obtain the Filter array.
getFilters() - Method in class com.tangosol.util.Listeners
Return the array of filters associated with this Listeners object.
getFilterSet() - Method in class com.tangosol.util.MapListenerSupport
Obtain a set of all filters that have associated global listeners.
getFirst() - Method in class com.tangosol.util.SafeLinkedList
Returns the first element in the list, or null if empty.
getFirstEntry() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Return the first entry in the list..
getFirstIndex() - Method in class com.tangosol.util.AbstractLongArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.AbstractSafeLongArray
 
getFirstIndex() - Method in class com.tangosol.util.AbstractSparseArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
getFirstIndex() - Method in interface com.tangosol.util.LongArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
getFirstIndex() - Method in class com.tangosol.util.SimpleLongArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
getFirstMap() - Method in class com.tangosol.util.ChainedMap
Get the first (front) map.
getFirstParameter(ParameterResolver, ParameterList, Class<V>) - Static method in class com.tangosol.coherence.dslquery.function.FunctionBuilders
Extract the first parameter from the listParameters argument.
getFirstPolled() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getFirstPolled() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the first position polled by this subscriber.
getFirstPolledTimestamp() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getFirstPolledTimestamp() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the timestamp when the first element was polled by this subscriber.
getFloat() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the float which this PofValue represents.
getFloat() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the float which this PofValue represents.
getFloat(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a Float.
getFloat(String, float) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a float.
getFloatArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the float[] which this PofValue represents.
getFloatArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the float[] which this PofValue represents.
getFlowControl() - Method in interface com.tangosol.net.topic.Publisher
Return the FlowControl object governing this publisher.
getFlowControl() - Method in interface com.tangosol.net.topic.Subscriber
Return the FlowControl object governing this subscriber.
getFlushTime() - Method in class com.tangosol.net.cache.LocalCache
Deprecated.
as of Coherence 3.5
getForwardEntry(Object) - Method in class com.tangosol.util.ConditionalIndex
Get the forward index entry associated with the specified key.
getForwardEntry(Object) - Method in class com.tangosol.util.SimpleMapIndex
Get the forward index entry associated with the specified key.
getFragment(ValueExtractor<? super T, ? extends E>) - Method in class com.tangosol.util.Fragment
Get the nested fragment extracted from the specified attribute.
getFragment(String) - Method in class com.tangosol.util.Fragment
Get the nested fragment extracted from the specified attribute.
getFreeBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
Get the first free block in the linked list of free blocks that have a certain size code.
getFreeCapacity() - Method in class com.tangosol.io.nio.BinaryMap
Determine the free capacity of the map in bytes.
getFreeListCount() - Method in class com.tangosol.io.nio.BinaryMap
Determine the number of free lists (ie the number of size codes).
getFromInternalCache(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the the value for a given key.
getFromMember() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the member that held the partitions prior to the action represented by this event.
getFrontEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, return the current event from the front Map.
getFrontEvent() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
For internal use only, return the current event from the front Map.
getFrontMap() - Method in class com.tangosol.net.cache.CachingMap
Obtain the front map reference.
getFrontMap() - Method in class com.tangosol.net.cache.OverflowMap
Returns the front Map.
getFrontMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the front Map.
getFrontMapListener() - Method in class com.tangosol.net.cache.OverflowMap
Get the MapListener for the front map.
getFrontMapListener() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Get the MapListener for the front map.
getFrontPaddingSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the number of extra bytes of padding that will be allocated and left blank at the start of each block in front of the data portion.
getFrontScheme() - Method in class com.tangosol.coherence.config.scheme.AbstractCompositeScheme
Return the front scheme.
getFullStackTrace() - Method in exception class com.tangosol.io.pof.PortableException
Return an array of Strings containing the full representation of the stack trace.
getFullyQualifiedClassNameOf(String) - Static method in class com.tangosol.util.ClassHelper
Determines the fully qualified class name of the Coherence-style abbreviated class name.
getFunction(String) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the function mapped to the given function name or null if no function mapping exists.
getFunctionKey(String) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Returns a key value based on case-insensitivity of the token table.
getFunctor() - Method in class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
Return the functor for this OPToken.
getFunctor() - Method in class com.tangosol.coherence.dslquery.token.SQLExplainOPToken
Get the functor for the new term.
getFunctor() - Method in class com.tangosol.coherence.dslquery.token.SQLTraceOPToken
 
getFunctor() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the functor representation of the Term.
getFunctor() - Method in class com.tangosol.coherence.dsltools.termtrees.NodeTerm
Obtain the functor representation of the Term.
getFunctor() - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Obtain the functor representation of the Term.
getFutureData() - Method in class com.tangosol.io.AbstractEvolvable
Return all the unknown remainder of the data stream from which this object was deserialized.
getFutureData() - Method in interface com.tangosol.io.Evolvable
Return all the unknown remainder of the data stream from which this object was deserialized.
getFutureData() - Method in class com.tangosol.io.SimpleEvolvable
Return all the unknown remainder of the data stream from which this object was deserialized.
getGarFileName() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getGarFileName() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the name of the optional GAR file to load before running QueryPlus.
getGate() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the Gate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
getGate() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Obtain the Gate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
getGenericTypeId(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
For user types that are not registered in the POF configuration used by this PofContext, determine if the user type can be serialized using POF, otherwise determine if the user type can be serialized using the traditional (pre-POF) Coherence Java Serialization format that supports Java Serializable and ExternalizableLite objects.
getGetBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
Obtain the bundler for the "get" operations.
getGetEntryAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for getEntryInternal.
getGlobalPartitions(PartitionedService) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return a PartitionSet that contains partitions to be used to persist (meta-)data that is logically "global".
getGlobalSocketProviderBuilder() - Static method in class com.tangosol.net.SocketProviderFactory
Returns the global SocketProviderBuilder or null if no global provider has been set.
getGroupAddress() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the multicast group address to listen/publish on.
getGroupBufferSize() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the preferred size for the multicast datagram socket input buffer (SO_RCVBUF).
getGroupBy(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the group by fields from the given AST node.
getGroupInterface() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the IP address of the interface (e.g. the NIC) that the MulticastSocket will open a socket on.
getGroupListenerPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the PacketListener daemon thread.
getGroupPort() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the multicast port number that the cluster will listen/publish on.
getGroupTimeToLive() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the multicast time-to-live setting for the cluster.
getGrowthCount() - Method in class com.tangosol.io.nio.BinaryMap
Determine the level at which the modulo will increase.
getGrowthThreshold() - Method in class com.tangosol.io.nio.AbstractBufferManager
Determine the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
getGrowthThreshold() - Method in interface com.tangosol.io.nio.ByteBufferManager
Determine the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
getGuardable() - Method in interface com.tangosol.net.Guardian.GuardContext
Return the Guardable for this context.
getGuardable() - Method in class com.tangosol.net.GuardSupport.Context
Return the Guardable for this context.
getGuardableCount() - Method in class com.tangosol.net.GuardSupport
Return the number of Guardables that are registered with this GuardSupport.
getGuardContexts() - Method in class com.tangosol.net.GuardSupport
Return the array of GuardContext objects for the Guardables managed by this GuardSupport.
getGuardian() - Method in interface com.tangosol.net.Guardian.GuardContext
Return the Guardian for this context.
getGuardian() - Method in class com.tangosol.net.GuardSupport.Context
Return the Guardian for this context.
getGuardian() - Method in class com.tangosol.net.GuardSupport
Return the Guardian that manages this GuardSupport.
getGuardRegisterAction() - Method in class com.tangosol.util.Daemon
Return the Guardian registration action.
getGuardTimeoutMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the default Guard timeout.
getGUID(List<String>, int) - Static method in class com.tangosol.persistence.GUIDHelper
Return GUID in the specified list of GUIDs for the specified partition.
getHashCode() - Method in class com.tangosol.run.xml.XmlBean
Get the cached hash code.
getHAStatus() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
The High Availability status for the service.
getHAStatus() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
The High Availability status for the service.
getHAStatusCode() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
The High Availability status for the service as an integer.
getHAStatusCode() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
The High Availability status for the service as an integer.
getHATarget() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
The High Availability status that this strategy attempts to achieve.
getHATarget() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
The High Availability status that this strategy attempts to achieve.
getHead() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getHead() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the current head position for the channel.
getHead(int) - Method in interface com.tangosol.net.topic.Subscriber
Returns the Position that is currently the tail for the specified channel, or Optional.empty() if the channel is not owned by thisSubscriber.
getHeads() - Method in interface com.tangosol.net.topic.Subscriber
Returns a Map of the Positions that are currently the head for each channel owned by this Subscriber.
getHealthCheck(String) - Method in interface com.tangosol.net.management.Registry
Return an Optional containing the HealthCheck with the specified name, or an empty Optional if no HealthCheck has been registered with the specified name.
getHealthCheckDependencies() - Method in interface com.tangosol.net.ServiceDependencies
Returns the service's HealthCheckDependencies.
getHealthChecks() - Method in interface com.tangosol.net.management.Registry
Returns an immutable collection of the currently registered health checks.
getHighUnitFairShare() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Return the fair share of high-units per partition map.
getHighUnits() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getHighUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the limit of the cache size in units.
getHighUnits() - Method in class com.tangosol.net.cache.LocalCache
 
getHighUnits() - Method in class com.tangosol.net.cache.SerializationCache
Determine the limit of the cache size in units.
getHighUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the limit of the cache size in units.
getHighUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the limit of cache size.
getHighUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.CaffeineScheme
Return the limit of cache size.
getHighUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Return the limit of cache size.
getHighUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the limit of cache size.
getHighUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the high-units
getHitProbability() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
getHitProbability() - Method in class com.tangosol.net.cache.LocalCache
Determine the rough probability (0 <= p <= 1) that any particular LocalCache.get(java.lang.Object) invocation will be satisfied by an existing entry in the cache, based on the statistics collected since the last reset of the cache statistics.
getHitProbability() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
getHitProbability() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
getHoldCount() - Method in class com.oracle.coherence.concurrent.locks.RemoteLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHost() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Return the host name.
getHost() - Method in class com.tangosol.net.LoadBalancer
Determine the AddressPort that the load balancer listens on.
getHostKey() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Obtain the host key that serves as an associated key for all keys that the wrapped filter will be applied to.
getHostName() - Static method in class com.tangosol.net.management.MBeanConnector
Get the configured host name for the RMI Connector Server.
getHostnameVerifierBuilder() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get customized HostnameVerifierBuilder
getHour() - Method in class com.tangosol.io.pof.RawTime
Determine the time's hour value.
getHourOffset() - Method in class com.tangosol.io.pof.RawTime
Determine the timezone's hour offset value.
getHours() - Method in class com.tangosol.io.pof.RawDayTimeInterval
Determine the number of hours in the day-time interval.
getHours() - Method in class com.tangosol.io.pof.RawTimeInterval
Determine the number of hours in the time interval.
getHungCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getHungDuration() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getHungTaskCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getHungTaskCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of currently executing hung tasks.
getHungTaskDuration() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getHungTaskDuration() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the longest currently executing hung task duration (in milliseconds).
getId() - Method in class com.oracle.coherence.cdi.CdiEventObserver
 
getId() - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Return a unique identifier for this interceptor.
getId() - Method in interface com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver
Return the unique identifier for this observer.
getId() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Return the unique ID of the registered ExecutorService.
getId() - Method in class com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Return the filter identifier.
getId() - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Return the identifier for SocketProvider built by this builder.
getId() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
Obtain the string representation of this token.
getId() - Method in interface com.tangosol.net.Member
Return a small number that uniquely identifies the Member at this point in time and does not change for the life of this Member.
getId() - Method in class com.tangosol.net.MemberEvent
Return this event's id.
getId() - Method in class com.tangosol.net.partition.PartitionEvent
Return this event's id.
getId() - Method in class com.tangosol.net.proxy.RemoteMember
Return a small number that uniquely identifies the Member at this point in time and does not change for the life of this Member.
getId() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getId() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the identifier for this channel.
getId() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Return the identifier of this store.
getId() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Return the identifier of this store.
getId() - Method in class com.tangosol.util.MapEvent
Return this event's id.
getId() - Method in class com.tangosol.util.NullImplementation.NullPersistentStore
 
getId() - Method in class com.tangosol.util.ServiceEvent
Return this event's ID.
getId(T) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Return the identifier of the specified entity instance.
getIdentifier() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
 
getIdentifier() - Method in interface com.tangosol.coherence.jcache.CoherenceBasedCache
Obtain the internal identifier used for JCache caches.
getIdentifier() - Method in class com.tangosol.coherence.jcache.common.ContextJCacheStatistics
 
getIdentifier() - Method in interface com.tangosol.coherence.jcache.common.JCacheStatistics
Get unique JCacheIdentifier for cache that these statistics are for.
getIdentifier() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getIdentifier() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
 
getIdentifier() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getIdentifier() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getIdentifier() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getIdentifier() - Method in interface com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent
Return the identifier the EventInterceptor was registered with.
getIdentity(Object) - Method in class com.tangosol.io.pof.PofBufferWriter.ReferenceLibrary
Look up an identity for an object.
getIdentityAsserter() - Method in interface com.tangosol.net.OperationalContext
Return an IdentityAsserter that can be used to establish a user's identity.
getIdentityManager() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get the SSL identity manager dependencies
getIdentityTransformer() - Method in interface com.tangosol.net.OperationalContext
Return an IdentityTransformer that can be used to transform a Subject into an identity assertion.
getIdleThreadCount() - Method in interface com.tangosol.net.ThreadPoolManager
Return the idle thread count of the thread pool.
getIdleTimeout() - Method in class com.tangosol.util.TaskDaemon
Determine the length of time that the daemon will live without any activity before it stops itself.
getIgnoredAdvice() - Method in interface com.tangosol.net.partition.DistributionManager
Return a set of partitions from the previous suggestions that were ignored or rejected.
getImplVersion() - Method in class com.tangosol.io.AbstractEvolvable
Determine the serialization version supported by the implementing class.
getImplVersion() - Method in interface com.tangosol.io.Evolvable
Determine the serialization version supported by the implementing class.
getImplVersion() - Method in class com.tangosol.io.SimpleEvolvable
Determine the serialization version supported by the implementing class.
getImplVersion() - Method in class com.tangosol.net.topic.Subscriber.CommitResult
 
getImplVersion() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the implementation version of this manager.
getIn() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Obtain the underlying BufferOutput.
getIncidentStartTime() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
Return the time at which the current outage "incident" was first detected.
getIndent() - Method in class com.tangosol.io.pof.LoggingPofHandler
Determine the current textual indent for logging, which is based on the nested data structure depth within the POF stream.
getIndex() - Method in class com.tangosol.util.AbstractSafeLongArray.SafeIterator
 
getIndex() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the index of the current value, which is the value returned by the most recent call to the next method.
getIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray.ConverterLongArrayIterator
 
getIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Returns the index of the current value, which is the value returned by the most recent call to the next method.
getIndex() - Method in interface com.tangosol.util.LongArray.Iterator
Returns the index of the current value, which is the value returned by the most recent call to the next method.
getIndex() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Returns the index of the current value, which is the value returned by the most recent call to the next method.
getIndexContents() - Method in class com.tangosol.util.ForwardOnlyMapIndex
Get the Map that contains the index contents.
getIndexContents() - Method in interface com.tangosol.util.MapIndex
Get the Map that contains the index contents.
getIndexContents() - Method in class com.tangosol.util.SimpleMapIndex
Get the Map that contains the index contents.
getIndexDef() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Returns the index definition.
getIndexDescription() - Method in interface com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
Get a description of the associated index.
getIndexDescription() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Get a description of the associated index.
getIndexExtentId(long) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the extent identifier that contains index registration information for the cache with the given identifier.
getIndexFileName() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Return the Jandex index file name to use to discover portable types.
getIndexLookupRecords() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get the recorded information about the index lookups performed during filter evaluation as part of a query record.
getIndexLookupRecords() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get the recorded information about the index lookups performed during filter evaluation as part of a query record.
getIndexMap() - Method in interface com.tangosol.net.BackingMapContext
Return a map of indexes defined for all partitions of the cache that this BackingMapContext is associated with.
getIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Get the map of indexes maintained by this cache.
getIndexMap() - Method in interface com.tangosol.util.BinaryEntry
Return a map of indexes defined for the partition of the cache that this BinaryEntry belongs to.
getIndexMap(int) - Method in interface com.tangosol.net.BackingMapContext
Return a map of indexes defined for the specified partition of the cache that this BackingMapContext is associated with.
getIndexMap(PartitionSet) - Method in interface com.tangosol.net.BackingMapContext
Return a map of indexes defined for the specified partitions of the cache that this BackingMapContext is associated with.
getIndirectStorageSize() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the partition size from non-PartitionAwareBackingMaps.
getInfo() - Method in interface com.tangosol.net.Service
Return the ServiceInfo object for this Service.
getInfo() - Method in class com.tangosol.net.WrapperService
Return the ServiceInfo object for this Service.
getInheritedUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Helper method for determining the user type identifier associated with a given class that does not have a direct configured association.
getInitialCount() - Method in class com.oracle.coherence.concurrent.RemoteCountDownLatch
Returns the initial count of the latch.
getInitialPermits() - Method in class com.oracle.coherence.concurrent.RemoteSemaphore
Returns number of permits that were used to initialise this semaphore.
getInitialSize(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.AbstractNioManagerBuilder
Return the initial buffer size in bytes.
getInitialSize(ParameterResolver) - Method in interface com.tangosol.coherence.config.scheme.BackupMapConfig
Return the initial buffer size in bytes for off-heap and file-mapped backup maps.
getInitialSize(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
Return the initial buffer size in bytes for off-heap and file-mapped backup maps.
getInitParams() - Method in class com.tangosol.coherence.config.builder.storemanager.BdbStoreManagerBuilder
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.
getInnerScheme() - Method in class com.tangosol.coherence.config.scheme.BackingMapScheme
Return the inner scheme.
getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getInProcessName() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Returns the name of the in-process gRPC server.
getInputStream() - Method in class com.tangosol.io.WrapperInputStream
Obtain the underlying InputStream.
getInputStream() - Method in class com.tangosol.net.InputStreamPasswordProvider
Returns the InputStream to read the password from.
getInputStream() - Method in class com.tangosol.net.ssl.AbstractCertificateLoader
Open an InputStream for the specified named resource, which should be the contents of a Java Certificate in the format required by this CertificateLoader implementation.
getInputStream() - Method in class com.tangosol.net.ssl.AbstractKeyStoreLoader
Open an InputStream for the specified named resource, which should be the contents of a Java KeyStore in the format required by this KeyStoreLoader implementation.
getInputStream() - Method in class com.tangosol.net.ssl.AbstractPrivateKeyLoader
Open an InputStream for the specified named resource, which should be the contents of a Java PrivateKey in the format required by this PrivateKeyLoader implementation.
getInputStream() - Method in class com.tangosol.net.ssl.URLCertificateLoader
 
getInputStream() - Method in class com.tangosol.net.ssl.URLKeyStoreLoader
 
getInputStream() - Method in class com.tangosol.net.ssl.URLPrivateKeyLoader
 
getInputStream() - Method in class com.tangosol.net.URLPasswordProvider
 
getInputStream() - Method in class com.tangosol.util.Binary
Get an InputStream to read the Binary object's contents from.
getInputStream(DataInput) - Static method in class com.tangosol.util.ExternalizableHelper
Get an InputStream for the passed DataInput object.
getInputStream(InputStream) - Method in interface com.tangosol.io.WrapperStreamFactory
Deprecated.
Requests an InputStream that wraps the passed InputStream.
getInputStream(InputStream) - Method in class com.tangosol.net.CompressionFilter
Deprecated.
Requests an InputStream that wraps the passed InputStream.
getInsertAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for insert.
getInsertKey(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the key to insert from the given AST node.
getInsertValue(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the value to insert from the given AST node.
getInstance() - Static method in class com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics
Returns the singleton instance of GrpcConnectionMetrics.
getInstance() - Static method in interface com.tangosol.coherence.config.EnvironmentVariableResolver
Return an instance of a EnvironmentVariableResolver discovered by the ServiceLoader, or a default instance if none are discovered.
getInstance() - Static method in interface com.tangosol.coherence.config.SystemPropertyResolver
Return an instance of a SystemPropertyResolver discovered by the ServiceLoader, or a default instance if none are discovered.
getInstance() - Static method in class com.tangosol.net.Coherence
Returns a Coherence instance created or null if no Coherence instance exists.
getInstance() - Static method in class com.tangosol.net.DefaultCacheServer
Returns the DefaultCacheServer created by a previous invocation of DefaultCacheServer.ensureInstance(ConfigurableCacheFactory).
getInstance() - Static method in class com.tangosol.util.NullFilter
Returns an instance of the null enumerator.
getInstance(String) - Static method in class com.tangosol.net.Coherence
Returns the named Coherence instance or null if the name is null or no Coherence instance exists with the specified name.
getInstanceClass() - Method in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry.Registration
Obtains the class of instance produced by the builder.
getInstanceClass() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.BuilderRegistration
 
getInstanceClass() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryKey
Return the class of the instance produced by the builder.
getInstances() - Static method in class com.tangosol.net.Coherence
Returns all of the Coherence instances.
getInt() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the int which this PofValue represents.
getInt() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the int which this PofValue represents.
getInt() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as an int.
getInt() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as an int.
getInt() - Method in class com.tangosol.util.AnyEvent
Gets the associated value as a java int.
getInt(int) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as an int.
getInt(int) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as an int.
getIntArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the int[] which this PofValue represents.
getIntArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the int[] which this PofValue represents.
getInteger(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as an Integer.
getInteger(String, int) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as an Integer.
getInterceptor() - Method in interface com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent
Return the EventInterceptor that is either: in the process of registering has been registered has been removed
getInterceptor() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the wrapped interceptor.
getInterceptorClass(EventInterceptor) - Method in class com.oracle.coherence.cdi.CdiInterceptorMetadataResolver
 
getInterceptorClass(EventInterceptor) - Method in interface com.tangosol.net.events.InterceptorMetadataResolver
Return the actual interceptor class that the generic type arguments can be reified from.
getInterceptorRegistry() - Method in class com.tangosol.net.Coherence
Return the InterceptorRegistry for this Coherence instance.
getInterceptorRegistry() - Method in class com.tangosol.net.CoherenceSession
 
getInterceptorRegistry() - Method in interface com.tangosol.net.ConfigurableCacheFactory
Return the InterceptorRegistry for this factory.
getInterceptorRegistry() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Return the InterceptorRegistry used to register event interceptors for this factory.
getInterceptorRegistry() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the InterceptorRegistry for this factory.
getInterceptorRegistry() - Method in interface com.tangosol.net.Session
Return the InterceptorRegistry for this session.
getInterceptors() - Method in interface com.oracle.coherence.cdi.CoherenceExtension.InterceptorProvider
Returns the NamedEventInterceptor instances.
getInterceptors() - Method in class com.oracle.coherence.cdi.server.CoherenceServerExtension
 
getInterceptors() - Method in interface com.tangosol.net.CoherenceConfiguration
Return an immutable Iterable of interceptors that will be added to all sessions created by the Coherence instance.
getInterceptors() - Method in class com.tangosol.net.CoherenceConfiguration.SimpleConfig
 
getInterceptors() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getInterceptors() - Method in interface com.tangosol.net.SessionConfiguration
Return the interceptors to add to the session.
getInterceptors() - Method in interface com.tangosol.net.SessionProvider.Context
Returns zero or more EventInterceptor instances to add to the session.
getInterceptors() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
getInterceptors() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getInternal(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return the value from the back cache, transforming it in the process if necessary.
getInternal(Object, boolean, Map) - Method in class com.tangosol.net.cache.OverflowMap
A combined implementation of OverflowMap.get(java.lang.Object) and OverflowMap.getAll(java.util.Collection) that eliminates duplicate (and very complex) code.
getInternalCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain a reference to the internal cache.
getInternalCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the representative of the "in-memory" storage for this backing map.
getInternalConfigurableCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the map that provides internal storage for this backing map.
getInternalIterator() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Return the internal Iterator.
getInternalKeySet() - Method in class com.tangosol.net.cache.ContinuousQueryCache
 
getInternalKeySet() - Method in class com.tangosol.net.cache.OverflowMap
Obtain a set of keys that are represented by this Map.
getInternalKeySet() - Method in class com.tangosol.net.cache.SerializationMap
Obtain a set of keys that are represented by this Map.
getInternalKeySet() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Obtain a set of keys that are represented by this Map.
getInternalKeySet() - Method in class com.tangosol.util.WrapperObservableMap
Obtain a set of keys that are represented by this Map.
getInternalListener() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Obtain the MapListener that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap, creating such a listener if one does not already exist.
getInternalMap() - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the internal map which is set by the backing map manager when the partitioned flag is true.
getInternalMap() - Method in class com.tangosol.util.CopyOnWriteMap
Return the internal map.
getInternalMap() - Method in class com.tangosol.util.SetMap
Return the internal map allowing any object to be stored.
getInternalMap() - Method in class com.tangosol.util.SortedBag
Return the internal sorted-map holding the bag contents.
getInternalScheme() - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the scheme which the specifies the map used to cache entries.
getInternalValue() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Access internal value without updating access expiry.
getInternalValue() - Method in class com.tangosol.run.xml.SimpleValue
Get the internal value of this XmlValue.
getInternalValue(long) - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the internal value with the side-effect of updating the access time to that which is specified and incrementing the access count.
getInternalValueDecoration(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Obtain a decoration from the specified value in the internal form.
getInternalValueDecoration(Object, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Obtain a decoration from the specified value in the internal form.
getInvalidationHits() - Method in class com.tangosol.net.cache.CachingMap
Determine the rough number of front map invalidation hits since the cache statistics were last reset.
getInvalidationMisses() - Method in class com.tangosol.net.cache.CachingMap
Determine the rough number of front map invalidation misses since the cache statistics were last reset.
getInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
Obtain the invalidation strategy used by this CachingMap.
getInvalidationStrategy(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.NearScheme
Return the invalidation strategy.
getInvocableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Return the underlying InvocableMap.
getInvocableMap(InvocableMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of InvocableMap.
getInvocationService() - Method in class com.tangosol.net.WrapperInvocationService
Return the wrapped InvocationService.
getIpMonitorAttempts() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the number of connection attempts that the IpMonitor will use in determining if IP connectivity exists to other hosts.
getIpMonitorPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the IpMonitor daemon thread.
getIpMonitorTimeoutMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the timeout that the IpMonitor will use in determining if IP connectivity exists to other hosts.
getIsDistinct(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the boolean that indicates whether distinctness in indicated in the given AST node.
getIterable() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the null iterable.
getIterator() - Method in class com.tangosol.util.ChainedEnumerator
Get the current or next enumeration in the list
getIterator() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Return the underlying Iterator.
getIterator() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the null iterator.
getIterator(Iterator<F>, Converter<F, T>) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of Iterator that uses a Converter to view an underlying Iterator.
getJavaTypeId(Object, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
Return an identifier that represents the Java type of the specified object.
getJlineReader(OutputStream, InputStream, boolean) - Static method in class com.tangosol.coherence.dslquery.QueryPlus
Return an instance of BufferedReader if JLine is present.
getJoiningMember() - Method in interface com.tangosol.net.Service.MemberJoinAction
Return the Member that is attempting to join the service.
getKey() - Method in class com.oracle.coherence.mp.config.ConfigPropertyChanged
The key of the configuration property that was modified.
getKey() - Method in interface com.tangosol.coherence.federation.ChangeRecord.Entry
Obtain the key corresponding to this entry.
getKey() - Method in interface com.tangosol.coherence.federation.ChangeRecord
Obtain the key of the changed ChangeRecord.Entry.
getKey() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
 
getKey() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEvent
 
getKey() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheEntryEvent
 
getKey() - Method in class com.tangosol.coherence.rest.events.SimpleMapEvent
Return the key associated with this event.
getKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the Entry key in the block, lazy loading it if necessary.
getKey() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return the key corresponding to this entry.
getKey() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return the key that is being loaded by the refresh-ahead thread.
getKey() - Method in interface com.tangosol.net.events.partition.cache.EntryEvent
Return the key of the entry on which the action represented by this EntryEvent occurred.
getKey() - Method in interface com.tangosol.run.xml.Identifiable
Determine the key for this value object
getKey() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a key associated with this event.
getKey() - Method in interface com.tangosol.util.InvocableMap.Entry
Return the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.InvocableMapHelper.RoutingMapTriggerEntry
Return the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.MapEvent
Return a key associated with this event.
getKey() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Return a key associated with this event.
getKey() - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Return the key
getKey() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.SafeHashMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.SafeSortedMap.NullableEntry
 
getKey() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.SimpleMapEntry
Return the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
getKey() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
getKeyAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
getKeyAssociator() - Method in interface com.tangosol.net.PartitionedService
Determine the key associator that this service has been configured to use.
getKeyClass() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Determine the class of the cache key.
getKeyClassName() - Method in class com.tangosol.coherence.config.CacheMapping
Obtains the name of the key class for NamedCaches using this CacheMapping.
getKeyClassName() - Method in class com.tangosol.net.cache.TypeAssertion.WithTypesAssertion
Get Key ClassName
getKeyConverter() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get key converter for this.
getKeyConverter() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Return a KeyConverter instance for this resource.
getKeyFromInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
getKeyFromInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
getKeyHash() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the hash code for the Entry block.
getKeyLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the length of the Entry key in the block.
getKeyList() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Return a list of keys in the queue.
getKeyMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Return a map of keys in the queue.
getKeyMap() - Method in class com.tangosol.net.cache.SerializationMap
Returns the cache of keys that are in the SerializationMap.
getKeyMask() - Method in class com.tangosol.net.cache.LocalCache
ThreadLocal: Get the current key mask for the current thread.
getKeyOwner(Object) - Method in interface com.tangosol.net.PartitionedService
Determine the primary owner of the specified key, as determined by the combination of the KeyPartitioningStrategy and the PartitionAssignmentStrategy.
getKeyPartition() - Method in interface com.tangosol.util.BinaryEntry
Return the key partition for this BinaryEntry.
getKeyPartition(Object) - Method in interface com.tangosol.net.BackingMapManagerContext
Determine the partition to which the specified key belongs.
getKeyPartition(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Determine the partition to which a particular key should be assigned.
getKeyPartition(Object) - Method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Determine the partition to which a particular key should be assigned.
getKeyPartition(Object) - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy
Determine the partition to which a particular key should be assigned.
getKeyPartition(Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Determine the partition to which the specified key belongs.
getKeyPartitioningStrategy() - Method in interface com.tangosol.net.PartitionedService
Determine the strategy for key partitioning that this service has been configured to use.
getKeys() - Method in class com.tangosol.util.filter.InKeySetFilter
Obtain the underlying key set.
getKeys() - Method in class com.tangosol.util.filter.KeyFilter
Get the set of keys that are evaluated to true by this filter.
getKeys(UriInfo) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Return the keys for cache entries that satisfy criteria defined by this resource.
getKeys(String) - Method in class com.tangosol.coherence.rest.CacheResource
Return the keys of cache entries that satisfy the given query criteria.
getKeySet() - Method in class com.tangosol.util.MapListenerSupport
Obtain a set of all keys that have associated key listeners.
getKeyToInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.
getKeyToInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.
getKeyType() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getKeyType() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheMXBean
 
getKeyType() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
 
getLambdasSerializationMode() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the lambdas serialization mode, i.e. static, dynamic or empty string, if not set.
getLanguage() - Method in class com.tangosol.util.AbstractScript
Return the language the script is written.
getLastAnalysisContext() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the last AnalysisContext.
getLastAnalysisTime() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the last time a partition distribution analysis was performed.
getLastAnalysisTime() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the last time a partition distribution analysis was performed.
getLastBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap
Get the offset of the last block in the buffer.
getLastChildIndex(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Return index of the last parsed child with an index lower than the specified one.
getLastCommit() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getLastCommit() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the last position committed by this subscriber.
getLastCommitted() - Method in interface com.tangosol.net.topic.Subscriber
Returns a Map of channels to the latest Position committed for that channel; the map will only contain channels owned by this Subscriber.
getLastCommitted(int) - Method in interface com.tangosol.net.topic.Subscriber
Returns an Optional containing the latest position committed for a channel, or Optional.empty() if the channel is not owned by this Subscriber
getLastIndex() - Method in class com.tangosol.util.AbstractLongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.AbstractSafeLongArray
 
getLastIndex() - Method in class com.tangosol.util.AbstractSparseArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
getLastIndex() - Method in interface com.tangosol.util.LongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
getLastIndex() - Method in class com.tangosol.util.SimpleLongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
getLastOwnershipMembers() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the set of ownership-enabled members present when the analysis was last considered.
getLastPolled() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getLastPolled() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the last position polled by this subscriber.
getLastPolledTimestamp() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getLastPolledTimestamp() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the timestamp when the last element was polled by this subscriber.
getLastPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Obtain the last known position, which is the index (or property number) of the most recent value.
getLastReceived() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getLastReceived() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the last position received by this subscriber.
getLastResetMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getLastResetMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getLastResetMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the last time stats were reset.
getLastResizeMillis() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getLastResizeMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getLastResizeMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the last time the daemon pool was resized.
getLastSafeTimeMillis() - Static method in class com.oracle.coherence.common.base.TimeHelper
Returns the last "safe" time as computed by a previous call to the TimeHelper.getSafeTimeMillis() method.
getLastSafeTimeMillis() - Static method in class com.tangosol.util.Base
Returns the last "safe" time as computed by a previous call to the Base.getSafeTimeMillis() method.
getLastTouchMillis() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Determine when the cache entry was last touched.
getLastTouchMillis() - Method in class com.tangosol.net.cache.LocalCache.Entry
 
getLastTouchMillis() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Determine when the cache entry was last touched.
getLastTouchMillis() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Determine when the cache entry was last touched.
getLastTouchMillis() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEntry
Determine when the cache entry was last touched.
getLastTransferTime() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the time (on the primary owner) at which the partition was last transferred or restored.
getLatestOldValue() - Method in class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
Obtain the value that needs to be saved if this event represents a merged sequence of events ending with the eviction of data.
getLatestOldValue(MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Obtain the latest old value from the passed event.
getLeavingMembers() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the set of members that are leaving the associated service
getLeavingOwners() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the set of ownership members that are leaving.
getLedASTName() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
Get led AST Name for this token
getLegacySocketProvider(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the length of the block.
getLength() - Method in class com.tangosol.io.pof.reflect.PofArray
Return the length of this array.
getLicenseMode() - Static method in class com.tangosol.net.CacheFactory
Returns the value of license-mode child element of license-config element in the operational configuration.
getLine() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getLineNumber() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getLink() - Method in class com.tangosol.coherence.dsltools.base.BaseTokenStream
Answer a BaseTokenStream that can become the target of streaming
getList() - Method in class com.tangosol.util.ConverterCollections.ConverterList
Return the underlying List.
getList() - Method in class com.tangosol.util.ImmutableArrayList
Return a java.util.List view of this ImmutableArrayList.
getList() - Method in class com.tangosol.util.ImmutableMultiList
Return a java.util.List view of this ImmutableMultiList.
getList(List<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of List.
getList(List, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of List.
getListenerBuilder() - Method in class com.tangosol.coherence.config.scheme.AbstractCachingScheme
Obtains a ParameterizedBuilder for a MapListener that can be used for building MapListeners those of which may be later added to the Maps or NamedCaches realized by the CachingScheme.
getListenerBuilder() - Method in interface com.tangosol.coherence.config.scheme.ObservableCachingScheme
Obtains a ParameterizedBuilder for a MapListener that can be used for building MapListeners those of which may be later added to the Maps or NamedCaches realized by the CachingScheme.
getListenerClassNames() - Method in class com.tangosol.util.Listeners
Return a comma separated list of the listener class names.
getListenerCount() - Method in class com.tangosol.util.Listeners
Returns the number of listeners.
getListenerCount() - Method in class com.tangosol.util.MapListenerSupport
Return the number of listeners registered.
getListenerExtentId(long) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the extent identifier that contains listener registration information for the cache with the given identifier.
getListeners() - Method in class com.tangosol.net.topic.Subscriber.ChannelOwnershipListeners
Returns the list of listeners to add to the subscriber.
getListeners(Filter) - Method in class com.tangosol.util.MapListenerSupport
Obtain the Listeners object for a given filter.
getListeners(Object) - Method in class com.tangosol.util.MapListenerSupport
Obtain the Listeners object for a given key.
getListIterator() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Return the underlying ListIterator.
getListIterator(ListIterator<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of ListIterator.
getListIterator(ListIterator, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of ListIterator.
getLoad(int) - Method in interface com.tangosol.net.partition.SimpleAssignmentStrategy.LoadCalculator
Return the load for the specified partition.
getLoad(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
Return the load for the specified partition.
getLoad(PartitionSet) - Method in interface com.tangosol.net.partition.SimpleAssignmentStrategy.LoadCalculator
Return the load for the specified set of partitions.
getLoad(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
Return the load for the specified set of partitions.
getLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Obtain the bundler for the "load" operations.
getLoadFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of load() failures.
getLoadMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the cumulative time spent on load() operations.
getLoadOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of load() operations.
getLocalAddress() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getLocalAddress() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the unicast IP address that the cluster member will listen/publish on or null for default.
getLocalAddress() - Method in interface com.tangosol.net.NameService
Retrieve the running or configured listening address.
getLocalAddress(Filter) - Static method in class com.tangosol.net.InetAddressHelper
Obtain the "best" local host address which matches the supplied filter.
getLocalBufferSize() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the preferred size for the unicast socket input buffer (SO_RCVBUF).
getLocalDiscoveryAddress() - Method in interface com.tangosol.net.ClusterDependencies
Return the InetAddress on which this member will listen for discovery requests.
getLocalEntry() - Method in interface com.tangosol.coherence.federation.ChangeRecord
Obtains a representation of ChangeRecord.Entry as it appears in the local participant.
getLocalizedMessage() - Method in exception class com.tangosol.util.WrapperException
Creates a localized description of this WrapperException.
getLocalListenerPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the "local" PacketListener daemon thread.
getLocalMember() - Method in class com.tangosol.net.AbstractServiceLoadBalancer
Return the Member object representing the local cluster member.
getLocalMember() - Method in interface com.tangosol.net.Cluster
Returns a Member object representing the local (i.e. this JVM) member of the cluster.
getLocalMember() - Method in interface com.tangosol.net.events.partition.TransferEvent
Return the local Member associated with this transfer operation.
getLocalMember() - Method in interface com.tangosol.net.OperationalContext
Return a Member object representing this process.
getLocalName() - Method in class com.tangosol.run.xml.QualifiedName
Returns the local name of the QualifiedName.
getLocalPort() - Method in class com.oracle.coherence.grpc.proxy.DefaultGrpcAcceptorController
 
getLocalPort() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the unicast port number that the member will listen on.
getLocalPort() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getLocalPortAutoAdjust() - Method in interface com.tangosol.net.ClusterDependencies
Return the maximum unicast port that can be auto-adjusted to.
getLocalServiceProvider(String) - Method in interface com.tangosol.net.ClusterDependencies
Obtain a ClusterDependencies.ServiceProvider that can build an instance of a given service type.
getLocalTcpPort() - Method in interface com.tangosol.net.OperationalContext
Return the TCP port on which this member is bound.
getLocalTransaction(NamedCache) - Static method in class com.tangosol.net.CacheFactory
Factory method returning an instance of the TransactionMap that is based on the specified NamedCache and is local to this JVM.
getLocalXmlName() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine the "local" XML element name that will be used to hold the property value.
getLocation() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the location where the executor is running.
getLock() - Method in class com.tangosol.util.SafeLongArray
Return the lock used to protect this LongArray, with the unsafe delegate as its resource.
getLock() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Return the ReadWriteLock that is used to manage concurrent access and modifications to the underlying map.
getLock() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Return the ReadWriteLock that is used to manage concurrent access and modifications to the underlying map.
getLock() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Return the ReadWriteLock that is used to manage concurrent access and modifications to the underlying map.
getLockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the registered action for lock().
getLockCount() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return the lock count.
getLockDelaySeconds() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the number of seconds to wait for a lock in debug mode.
getLockDescription(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Make a human-readable description of the information kept about the passed key.
getLockDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the directory used to store lock files.
getLockExtentId(long) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the extent identifier that contains lock registration information for the cache with the given identifier.
getLockHolder() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Return the holder of this lockable entry, or null if this entry is not locked.
getLockMap() - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain the map used for managing key- and map-level locks to ensure data consistency.
getLockThread() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return the Thread object holding this Lock.
getLockTypeDescription() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return a human readable description of the Lock type.
getLog() - Static method in class com.tangosol.util.Base
Obtains the current writer used for logging.
getLoggingConfig() - Static method in class com.tangosol.net.CacheFactory
Return the configuration info for the logging facility as defined by the "logging-config" element in the tangosol-coherence.xml configuration file.
getLong() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the long which this PofValue represents.
getLong() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the long which this PofValue represents.
getLong() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a long.
getLong() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a long.
getLong(long) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a long.
getLong(long) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a long.
getLong(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a Long.
getLong(String, long) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a long.
getLongArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the long[] which this PofValue represents.
getLongArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the long[] which this PofValue represents.
getLongArray() - Static method in class com.tangosol.util.NullImplementation
Returns an immutable empty LongArray.
getLongArray(LongArray<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns a LongArray storing values with type F and converting to type V as and when required.
getLostPacketThreshold() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the number of sequential packets which may be lost before declaring a member paused, and starting to trickle packets.
getLowerBound() - Method in class com.tangosol.util.filter.BetweenFilter
Obtain the lower bound of the range being used to evaluate values by this BetweenFilter.
getLowUnitFairShare() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Return the fair share of low-units per partition map.
getLowUnits() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getLowUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the point to which the cache will shrink when it prunes.
getLowUnits() - Method in class com.tangosol.net.cache.LocalCache
 
getLowUnits() - Method in class com.tangosol.net.cache.SerializationCache
Determine the point to which the cache will shrink when it prunes.
getLowUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the point to which the cache will shrink when it prunes.
getLowUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the lowest number of units that a cache is pruned down to when pruning takes place.
getLowUnits(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the lowest number of units that a cache is pruned down to when pruning takes place.
getLruArray() - Method in class com.tangosol.net.cache.SerializationCache
Get the LRU data structure.
getMachineCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return the site count.
getMachineId() - Method in interface com.tangosol.net.MemberIdentity
Return the Member's machine Id.
getMachineId() - Method in class com.tangosol.net.proxy.RemoteMember
Return the Member's machine Id.
getMachineName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Machine (such as a host name) in which this Member resides.
getMachineName() - Method in interface com.tangosol.net.MemberIdentityProvider
Return the name for the Machine (such as a host name) in which this Member resides.
getMachineName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured name for the Machine (such as a host name) in which this Member resides.
getMachineName() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
getMachineName() - Method in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
 
getManagement() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor
Return a DaemonPoolExecutor.DaemonPoolManagement to manage this executor.
getManagement() - Method in interface com.tangosol.net.Cluster
Returns the current management registry.
getManagement() - Method in class com.tangosol.net.Coherence
Returns the current management registry.
getManagementConfig() - Static method in class com.tangosol.net.CacheFactory
Return the management framework configuration.
getManager() - Method in interface com.tangosol.net.BackingMapManagerContext
Return the BackingMapManager this object is a context for.
getManager() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the DistributionManager.
getManager() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
Return the underlying PersistenceManager.
getManager() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return the BackingMapManager this object is a context for.
getManagerContext() - Method in interface com.tangosol.net.BackingMapContext
Return the "parent" BackingMapManagerContext for this context.
getManagerContext() - Method in interface com.tangosol.net.events.partition.cache.Event
Return the BackingMapManagerContext this event was raised from.
getManagerContinuation(PersistenceManager<R>) - Method in interface com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory
Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistenceManager.
getMandatoryProperty(String, Type, XmlElement) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the strongly typed value for the property defined at the path relative to the specified XmlElement.
getMandatoryProperty(String, Type, XmlElement) - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the strongly typed value for the property defined at the path relative to the specified XmlElement.
getMap() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Return the map that is used as the underlying entity store.
getMap() - Method in class com.tangosol.net.cache.MapCacheStore
Returns the Map that this CacheStore uses for its storage.
getMap() - Method in class com.tangosol.net.cache.SeppukuMapListener
Returns the front Map invalidated by this listener.
getMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return the underlying Map.
getMap() - Method in class com.tangosol.util.MapEvent
Return an ObservableMap object on which this event has actually occurred.
getMap() - Method in class com.tangosol.util.MapSet
Obtain the underlying Map for purposes of synchronization or read-only access; the caller must never directly modify the returned Map.
getMap() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the NullMap.
getMap() - Method in class com.tangosol.util.WrapperObservableMap
Get the Map that is wrapped by this wrapper.
getMap(String, NamedMap.Option...) - Method in class com.tangosol.net.CoherenceSession
 
getMap(String, NamedMap.Option...) - Method in interface com.tangosol.net.Session
Acquire a NamedMap using the specified NamedMap.Options, for example a TypeAssertion.
getMap(Map) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the Map which this PofValue represents.
getMap(Map) - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the Map which this PofValue represents.
getMap(Map<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of Map.
getMap(Map, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Map.
getMapArray() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Get the mapping between partition IDs and backing maps.
getMapEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return the underlying MapEvent.
getMapEvent() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Return the wrapped event.
getMapEvent(ObservableMap, MapEvent, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of a MapEvent that uses Converters to retrieve the event's data.
getMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of a MapEvent that uses Converters to retrieve the event's data, and additionally provides access to the BackingMapManagerContext.
getMapEventFilter() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughListenerRegistration
Obtains the MapEventFilter for the registration
getMapFactories() - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Get the Map of Database factories.
getMapFilters() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery
Return a map of key to Filter used to test against the corresponding key/value within the ObjectName.
getMapListener() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughListenerRegistration
Obtains the MapListener for the registration.
getMapListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the configured MapListener for this ContinuousQueryCache.
getMapListener() - Method in class com.tangosol.util.MapListenerSupport.WrapperListener
Return the underlying MapListener.
getMapListener(ObservableMap, MapListener, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a converter listener for the specified listener and Converters.
getMapListeners() - Method in class com.oracle.coherence.cdi.CoherenceExtension
Returns the discovered map listeners.
getMapListeners(String, String) - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListenerManager
Return all map listeners that should be registered for a particular service and cache combination.
getMapListenersRegistry() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Obtains the registry of MapListeners, which is a Map keyed by Map to their associated MapListener.
getMapListenerSupport() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Accessor for the MapListenerSupport for sub-classes.
getMapListenerSupport() - Method in class com.tangosol.net.cache.LocalCache
Accessor for the MapListenerSupport for sub-classes.
getMapListenerSupport() - Method in class com.tangosol.net.cache.OverflowMap
Accessor for the MapListenerSupport for sub-classes.
getMapListenerSupport() - Method in class com.tangosol.util.ObservableHashMap
Accessor for the MapListenerSupport for sub-classes.
getMapListenerSupport() - Method in class com.tangosol.util.WrapperObservableMap
Accessor for the MapListenerSupport for sub-classes.
getMappingRegistry() - Method in class com.tangosol.coherence.config.CacheConfig
Obtain the cache/topic ResourceMappingRegistry for the CacheConfig.
getMappingRegistry() - Method in class com.tangosol.coherence.config.CacheMappingRegistry
Deprecated.
Get the underlying ResourceMappingRegistry.
getMarkInternal() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Obtain the offset of the stream mark.
getMarshaller(Class, MediaType) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Return the marshaller for the specified root class and media type.
getMarshaller(Class, String) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Return the marshaller for the specified root class and media type.
getMarshallerMap() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Return a map of marshaller classes keyed by media type.
getMarshallerRegistry() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return the configured marshaller registry.
getMask() - Method in enum class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.ActionRule
getMathContext() - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Returns the specified MathContext or null.
getMaxBacklog() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getMaxBatchSizeBytes() - Method in interface com.tangosol.net.topic.TopicDependencies
Return the maximum size of a batch.
getMaxCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
Determine the maximum size that the managed buffer can reach.
getMaxCapacity() - Method in class com.tangosol.io.nio.AbstractStoreManager
Determine the maximum size that the managed buffers can reach.
getMaxCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
Determine the maximum size that the managed buffer can reach.
getMaxDecDigits(int) - Static method in class com.oracle.coherence.common.base.Formatting
Calculate the number of decimal digits needed to display the passed value.
getMaxDecDigits(int) - Static method in class com.tangosol.util.Base
Calculate the number of decimal digits needed to display the passed value.
getMaxHexDigits(int) - Static method in class com.oracle.coherence.common.base.Formatting
Calculate the number of hex digits needed to display the passed value.
getMaxHexDigits(int) - Static method in class com.tangosol.util.Base
Calculate the number of hex digits needed to display the passed value.
getMaximumCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
getMaximumCapacity() - Method in interface com.tangosol.io.WriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.util.ExternalizableHelper.Stats
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
getMaximumPages() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the maximum number of pages that the cache will manage, beyond which the oldest pages are destroyed.
getMaximumPages() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine the maximum number of pages that the cache will manage, beyond which the oldest pages are destroyed.
getMaximumSize(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.AbstractNioManagerBuilder
Return the maximum buffer size in bytes.
getMaximumSize(ParameterResolver) - Method in interface com.tangosol.coherence.config.scheme.BackupMapConfig
Return the maximum buffer size in bytes for off-heap and file-mapped backup maps.
getMaximumSize(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.DistributedScheme.BackupConfig
Return the maximum buffer size in bytes for off-heap and file-mapped backup maps.
getMaxIncrement() - Method in class com.tangosol.io.nio.AbstractBufferManager
 
getMaxLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
Determine the load factor for the map.
getMaxLoadNodeId() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the node id with the maximum storage size.
getMaxLoadNodeId() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Return node ID with maximum node storage size.
getMaxLoadNodeId() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the node id with the maximum storage size.
getMaxPartitionSize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Return maximum partition storage size.
getMaxPartitionSizeKB() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the maximum partition storage size.
getMaxPartitionSizeKB() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the maximum partition storage size.
getMaxPoolSize() - Method in interface com.tangosol.net.ThreadPoolManager
Return the maximum size of the thread pool.
getMaxResults() - Method in class com.tangosol.coherence.rest.config.NamedQuery
Return the max allowed result set size.
getMaxResults() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Return the max size of result set this resource is allowed to return.
getMaxStorageSize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.JMXPartitionStats
Return maximum node storage size.
getMaxStorageSizeKB() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get maximum node storage size.
getMaxStorageSizeKB() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get maximum node storage size.
getMaxTaskBacklog() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMaxTaskBacklog() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum backlog value since the last time the statistics were reset.
getMaxThreadCount() - Method in class com.tangosol.coherence.config.builder.DaemonPoolBuilder
 
getMaxWaitMillis(long) - Method in class com.tangosol.util.Daemon
If this Daemon is guarded, return the maximum wait time that the Daemon is allowed to wait for, according to its SLA.
getMBean() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Get JMX Bean associated with Cache.
getMBean() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
 
getMBean() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
Get JMX Management Bean.
getMBean() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getMBean() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getMBeanDomain() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder
The MBean Domain to be used for the query.
getMBeanInfo(String) - Method in interface com.tangosol.net.management.MBeanServerProxy
Return the MBeanInfo for a given MBean.
getMBeanInfo(String) - Method in class com.tangosol.net.management.WrapperMBeanServerProxy
 
getMBeanName(String) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Obtain the PersistenceManagerMBean name for a given service.
getMBeanServer() - Method in class com.tangosol.net.management.MBeanReference
Return the MbeanServer where the ObjectName is located.
getMBeanServerProxy() - Method in interface com.tangosol.net.management.Registry
Obtain a reference to the MBeanServerProxy for this Registry.
getMediaType() - Method in class com.tangosol.coherence.rest.util.StaticContent
Return media type of this content.
getMember() - Method in class com.tangosol.net.MemberEvent
Return the Member associated with this event.
getMember() - Method in interface com.tangosol.net.NameService.RequestContext
Get the client Member that sent the request.
getMember(int) - Method in interface com.tangosol.net.partition.DistributionManager
Return the ownership-enabled service member with the specified mini-id, or null if the member does not exist.
getMember(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the PartitionedService Member with the specified mini-id.
getMemberGUIDs() - Method in class com.tangosol.persistence.GUIDHelper.GUIDResolver
Return a Map of member id to an array of GUIDs.
getMemberId() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the member id where the executor is running.
getMemberId() - Method in class com.oracle.coherence.concurrent.locks.LockOwner
Return the member UID.
getMemberId() - Method in class com.oracle.coherence.concurrent.PermitAcquirer
Return the member UUID.
getMemberId(String) - Static method in class com.tangosol.persistence.GUIDHelper
Parse the specified GUID and return the originating member-id.
getMemberIdentity() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the member identity.
getMemberIdentityProvider() - Static method in class com.tangosol.util.NullImplementation
Return an instance of a null implementation MemberIdentityProvider.
getMemberJoinDelay() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the amount of time in ms to delay the analysis after a member has joined.
getMemberList(Member) - Method in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
 
getMemberList(Member) - Method in interface com.tangosol.net.ServiceLoadBalancer
Called by the Service when a new client connects to obtain an ordered list of Members to which the new client should be redirected.
getMemberList(Member) - Method in class com.tangosol.net.SimpleServiceLoadBalancer
Called by the Service when a new client connects to obtain an ordered list of Members to which the new client should be redirected.
getMemberLoad(Member, boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the (primary or backup) partition load of the specified member.
getMemberLocatorType(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.ReadLocatorBuilder
Return a string that represents the member to target reads against.
getMemberName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Member.
getMemberName() - Method in interface com.tangosol.net.MemberIdentityProvider
Return the name for the Member.
getMemberName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured name for the Member.
getMemberName() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
getMemberName() - Method in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
 
getMemberSet() - Method in interface com.tangosol.net.Cluster
Returns a Set of Member objects, one for each Member of the cluster.
getMembersOwningPartition(Map<Integer, Object[]>, String) - Static method in class com.tangosol.persistence.ArchiverHelper
Deprecated.
Return the Set of members who are aware of a particular store.
getMemorySize() - Method in class com.tangosol.coherence.config.unit.Units
Return the MemorySize.
getMemorySize(String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a MemorySize.
getMemorySize(String, String) - Static method in class com.tangosol.coherence.config.Config
Return Coherence system property value as a MemorySize.
getMemoryUsage() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Returns index memory usage in bytes.
getMessage() - Method in exception class com.tangosol.config.ConfigurationException
getMessage() - Method in exception class com.tangosol.io.pof.PortableException
Return the detail message string of this PortableException.
getMessage() - Method in exception class com.tangosol.util.WrapperException
Returns the error message string of this WrapperException object.
getMessageBacklogIncoming() - Method in interface com.tangosol.net.ServiceLoad
Return the number of messages that are queued for processing.
getMessageBacklogOutgoing() - Method in interface com.tangosol.net.ServiceLoad
Return the number of messages that are queued for delivery.
getMessageDuration75thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration75thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 75th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration95thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration95thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 95th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration98thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration98thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 98th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration999thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration999thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDuration99thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDuration99thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99th percentile value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMean() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMean() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the minimum value from the distribution of samples in the latest snapshot of the message duration metric.
getMessageDurationStdDev() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessageDurationStdDev() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the standard deviation from the distribution of samples in the latest snapshot of the message duration metric.
getMessagesReceivedCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of messages received.
getMessagesReceivedFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of messages received.
getMessagesReceivedFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of messages received.
getMessagesReceivedMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of messages received.
getMessagesReceivedOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getMessagesReceivedOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of messages received.
getMetadata() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return metadata for this manager.
getMetadata(String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Internal implementation to retrieve the metadata stored for the archived snapshot.
getMetadata(String) - Method in class com.tangosol.persistence.DirectorySnapshotArchiver
 
getMethodName() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getMethodName() - Method in class com.tangosol.util.extractor.ReflectionExtractor
Determine the name of the method that this extractor is configured to invoke.
getMethodName() - Method in class com.tangosol.util.extractor.ReflectionUpdater
Determine the name of the method that this extractor is configured to invoke.
getMethodName() - Method in class com.tangosol.util.extractor.UniversalExtractor
Return the method name that this extractor is configured to invoke.
getMethodName() - Method in class com.tangosol.util.extractor.UniversalUpdater
Determine the name of the method that this extractor is configured to invoke.
getMethodName() - Method in class com.tangosol.util.processor.MethodInvocationProcessor
Returns the name of the method to invoke.
getMetrics() - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
Obtain the gRPC metrics instance for this service.
getMetrics() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyService
Obtain the gRPC metrics instance for this service.
getMetrics() - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceGrpcImpl
 
getMinCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
Determine the minimum size that the managed buffer can reach.
getMinCapacity() - Method in class com.tangosol.io.nio.AbstractStoreManager
Determine the minimum size that the managed buffers can reach.
getMinCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
Determine the minimum size that the managed buffer can reach.
getMinimumServiceVersion() - Method in interface com.tangosol.net.Service
Return the minimum version for the members in this set.
getMinimumServiceVersion() - Method in class com.tangosol.net.WrapperService
 
getMinLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
Determine the "unload factor" for the map.
getMinPoolSize() - Method in interface com.tangosol.net.ThreadPoolManager
Return the minimum size of the thread pool.
getMinThreadCount() - Method in class com.tangosol.coherence.config.builder.DaemonPoolBuilder
 
getMinute() - Method in class com.tangosol.io.pof.RawTime
Determine the time's minute value.
getMinuteOffset() - Method in class com.tangosol.io.pof.RawTime
Determine the timezone's minute offset value.
getMinutes() - Method in class com.tangosol.io.pof.RawDayTimeInterval
Determine the number of minutes in the day-time interval.
getMinutes() - Method in class com.tangosol.io.pof.RawTimeInterval
Determine the number of minutes in the time interval.
getMinVersion(EventListener[]) - Static method in class com.tangosol.util.MapListenerSupport
Return a minimum version for the provided listeners.
getMinVersions(Filter) - Method in class com.tangosol.util.MapListenerSupport
Return the minimum versions for the provided Filter.
getMinVersions(Object) - Method in class com.tangosol.util.MapListenerSupport
Return the minimum versions for the provided key.
getMinVersions(EventListener[]) - Static method in class com.tangosol.util.MapListenerSupport
Return the minimum versions received for all partitions for the provided listeners.
getMissCache() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the optional miss cache.
getMissCacheScheme() - Method in class com.tangosol.coherence.config.scheme.OverflowScheme
Return the scheme for the cache used to maintain information on cache misses.
getMissCacheScheme() - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the Scheme for the cache used to maintain information on cache misses.
getMissedSoftTimeout() - Method in class com.tangosol.net.GuardSupport.Context
Return the last missed soft-timeout for this Guardable (that resulted in a recovery attempt).
getMissesCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the optional map used to cache CacheLoader (or CacheStore) misses.
getMode() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the Mode for the "license type", i.e. evaluation, development or production use.
getMode() - Method in class com.tangosol.net.Coherence
Return the Coherence.Mode that this instance is running as.
getMode() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getMode() - Method in interface com.tangosol.net.SessionConfiguration
Return an optional Coherence.Mode that the session should use to set the coherence.client property.
getMode() - Method in interface com.tangosol.net.SessionProvider.Context
Returns the mode that Coherence is running in.
getMode() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
getMode() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getModificationCount() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the number of times the internal value has been modified (set)
getModificationCount() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the number of times the internal value has been modified (set)
getModificationTime() - Method in class com.tangosol.coherence.jcache.common.JCacheEntryMetaInf
Gets the time (since the Epoc) in milliseconds since the internal value was last modified.
getModificationTime() - Method in class com.tangosol.coherence.jcache.localcache.LocalCacheValue
Gets the time (since the Epoc) in milliseconds since the internal value was last modified.
getModifiedEntry() - Method in interface com.tangosol.coherence.federation.ChangeRecord
Obtain a representation of the modified ChangeRecord.Entry.
getModulo() - Method in class com.tangosol.io.nio.BinaryMap
Determine the current modulo.
getMonth() - Method in class com.tangosol.io.pof.RawDate
Determine the date's month value.
getMonths() - Method in class com.tangosol.io.pof.RawYearMonthInterval
Determine the number of months in the year-month interval.
getMostRecentTaskTime() - Method in class com.tangosol.util.TaskDaemon
Determine when the most recent task was run.
getMutator() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to call the property mutator.
getName() - Method in interface com.oracle.coherence.cdi.SessionInitializer
 
getName() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Return the logical name of the registered ExecutorService.
getName() - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
getName() - Method in class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
 
getName() - Method in class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
getName() - Method in class com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Get the logical name / identifier for this EventInterceptor.
getName() - Method in class com.tangosol.coherence.config.builder.NamedResourceBuilder
 
getName() - Method in interface com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry.Registration
Obtains the name of the builder.
getName() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.BuilderRegistration
 
getName() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryKey
Return the builder name.
getName() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.ProviderBuilder
Referenced provider name
getName() - Method in class com.tangosol.coherence.config.SchemeMappingRegistry.SchemeMappingKey
Return the resource name.
getName() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
 
getName() - Method in class com.tangosol.coherence.jcache.common.JCacheIdentifier
Get the JCache map name
getName() - Method in class com.tangosol.coherence.rest.config.NamedQuery
Return the query name.
getName() - Method in class com.tangosol.coherence.rest.util.PropertySpec
Return the property name.
getName() - Method in class com.tangosol.config.expression.Parameter
Obtains the name of the Parameter.
getName() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Get the name of the underlying Database.
getName() - Method in class com.tangosol.io.ConfigurableSerializerFactory
Deprecated.
 
getName() - Method in class com.tangosol.io.DefaultSerializer
 
getName() - Method in class com.tangosol.io.MultiplexingSerializer
 
getName() - Method in class com.tangosol.io.pof.ConfigurablePofContext
 
getName() - Method in class com.tangosol.io.pof.PofPrincipal
Return the name of this Principal.
getName() - Method in exception class com.tangosol.io.pof.PortableException
Return the name of the exception.
getName() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
 
getName() - Method in class com.tangosol.io.pof.SimplePofContext
 
getName() - Method in interface com.tangosol.io.Serializer
Return the name of this serializer.
getName() - Method in interface com.tangosol.io.SerializerFactory
Return the name of this serializer factory.
getName() - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Obtain the name of the eviction policy.
getName() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
Obtain the name of the eviction policy.
getName() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator
Obtain the name of the unit calculator.
getName() - Method in class com.tangosol.net.cache.LocalCache.InternalEvictionPolicy
 
getName() - Method in class com.tangosol.net.cache.LocalCache.InternalUnitCalculator
 
getName() - Method in class com.tangosol.net.cache.SerializationCache.InternalEvictionPolicy
Obtain the name of the eviction policy.
getName() - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Obtain the name of the unit calculator.
getName() - Method in class com.tangosol.net.Coherence
Returns the name of this Coherence instance.
getName() - Method in interface com.tangosol.net.CoherenceConfiguration
Return the name to use for the Coherence instance.
getName() - Method in class com.tangosol.net.CoherenceConfiguration.SimpleConfig
 
getName() - Method in class com.tangosol.net.CoherenceSession
 
getName() - Method in interface com.tangosol.net.events.CoherenceDispatcher
Return the name of the Coherence instance that this CoherenceDispatcher is associated with.
getName() - Method in interface com.tangosol.net.events.SessionDispatcher
Return the name of the Session instance that this SessionDispatcher is associated with.
getName() - Method in interface com.tangosol.net.NamedCollection
Obtain the name of this NamedCollection.
getName() - Method in interface com.tangosol.net.NamedMap
 
getName() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Determine the name of the cache for which this PartitionAwareBackingMap exists.
getName() - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Determine the name of the cache for which this PartitionAwareBackingMap exists.
getName() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Determine the name of the cache for which this PartitionAwareBackingMap exists.
getName() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Determine the name of the cache for which this PartitionAwareBackingMap exists.
getName() - Method in class com.tangosol.net.security.SimpleHandler
Return the name of this principal.
getName() - Method in interface com.tangosol.net.Session
Return the name of this session, if available.
getName() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getName() - Method in interface com.tangosol.net.SessionConfiguration
Return the name of the Session.
getName() - Method in enum class com.tangosol.net.SocketProviderFactory.Dependencies.ProviderType
 
getName() - Method in class com.tangosol.net.ssl.AbstractCertificateLoader
Returns the name of the Certificate to load.
getName() - Method in class com.tangosol.net.ssl.AbstractKeyStoreLoader
 
getName() - Method in class com.tangosol.net.ssl.AbstractPrivateKeyLoader
Return the name of the private ky to load.
getName() - Method in interface com.tangosol.net.topic.NamedTopic.ElementCalculator
Obtain the name of the unit calculator.
getName() - Method in class com.tangosol.net.topic.Subscriber.Name
Return the group name.
getName() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getName() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the name of this manager.
getName() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistenceManager
Return the name of this manager.
getName() - Method in class com.tangosol.persistence.Snapshot
Return the name of the snapshot.
getName() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the name of the property that this PropertyAdapter handles.
getName() - Method in class com.tangosol.run.xml.QualifiedName
Returns the entire qualified name, including the prefix and local name.
getName() - Method in class com.tangosol.run.xml.SimpleAttribute
Return the name of the XmlAttribute.
getName() - Method in class com.tangosol.run.xml.SimpleElement
Get the name of the element.
getName() - Method in interface com.tangosol.run.xml.XmlAttribute
Get the name of the XmlAttribute
getName() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Determine the element name that the XML bean will use when serializing to XML.
getName() - Method in interface com.tangosol.run.xml.XmlElement
Get the name of the element.
getName() - Method in class com.tangosol.util.AbstractScript
Return the name of the script that needs to be evaluated.
getName() - Method in class com.tangosol.util.extractor.UniversalExtractor
Return the name passed into UniversalExtractor(String).
getName() - Method in interface com.tangosol.util.fsm.ExecutionContext
Obtains the name of the FiniteStateMachine that produced the ExecutionContext.
getName() - Method in interface com.tangosol.util.fsm.FiniteStateMachine
Obtains the name of the FiniteStateMachine.
getName() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine
Obtains the name of the FiniteStateMachine.
getName() - Method in class com.tangosol.util.fsm.Transition
Obtains the name of the Transition.
getName() - Method in interface com.tangosol.util.HealthCheck
Returns the unique name of this health check.
getName() - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
Return the name of this manager.
getName() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryKey
Return the resource name.
getName(String) - Static method in class com.tangosol.io.FileHelper
Gets the name minus the path from a full filename.
getNamedCache() - Method in interface com.tangosol.net.AsyncNamedCache
Return the NamedCache instance this AsyncNamedCache is based on.
getNamedCache() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return the underlying NamedCache.
getNamedCache(NamedCache<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of NamedCache that converts between the raw/from types to the desired/to types.
getNamedCacheName() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
Obtains the desired mapping of a JCache Cache name to an Coherence NamedCache.
getNamedMap() - Method in interface com.tangosol.net.AsyncNamedMap
Return the NamedCache instance this AsyncNamedCache is based on.
getNamedQuery(String) - Method in class com.tangosol.coherence.rest.config.QueryConfig
Return the named query.
getNamedSerializer(InjectionPoint) - Method in class com.oracle.coherence.cdi.SerializerProducer
Produces instances of a named Serializer.
getNamedSerializer(String, ClassLoader) - Method in class com.oracle.coherence.cdi.SerializerProducer
Produces instances of a named Serializer.
getNamedSerializer(String, ClassLoader) - Method in interface com.tangosol.io.NamedSerializerFactory
Produces instances of a named Serializer.
getNamedSerializerFactory() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getNamedSerializerFactory() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
getNamedTopic() - Method in interface com.tangosol.net.topic.Publisher
Returns the underlying NamedTopic that this Publisher publishes to.
getNamedTopic() - Method in interface com.tangosol.net.topic.Subscriber
Returns the underlying NamedTopic that this Subscriber is subscribed to, which could be of a different generic type to this Subscriber if the subscriber is using a transformer.
getNameList() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies
 
getNamePattern() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtains the pattern used to match resource names to this ResourceMapping.
getNamespaceHandler(String) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the NamespaceHandler which is capable of processing the namespace with the specified prefix.
getNamespaceHandler(String) - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the NamespaceHandler which is capable of processing the namespace with the specified prefix.
getNamespaceHandler(URI) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the NamespaceHandler that is capable of processing the namespace defined with the specified URI.
getNamespaceHandler(URI) - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the NamespaceHandler that is capable of processing the namespace defined with the specified URI.
getNamespaceHandlers() - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the NamespaceHandlers that are currently in scope for this ProcessingContext.
getNamespaceHandlers() - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the NamespaceHandlers that are currently in scope for this ProcessingContext.
getNamespacePrefix() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine the default namespace prefix for the property.
getNamespacePrefix() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Obtain the default namespace prefix for this XML bean.
getNamespacePrefix(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Retrieve the Namespace prefix for a given URI in a context of the specified XmlElement.
getNamespaceUri() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine the namespace URI for the property.
getNamespaceUri() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Obtain the namespace URI for this XML bean.
getNamespaceUri(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Retrieve the Namespace URI for a given prefix in a context of the specified XmlElement.
getNamespaceURI(String) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the URI that is associated with the specified prefix.
getNamespaceURI(String) - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the URI that is associated with the specified prefix.
getNameUsing(String) - Method in class com.tangosol.coherence.config.ResourceMapping
Determines the name of a resource given a value for the wildcard (assuming the resource name pattern for the mapping is using a wildcard).
getNano() - Method in class com.tangosol.io.pof.RawTime
Determine the time's nanosecond value.
getNanos() - Method in class com.tangosol.io.pof.RawDayTimeInterval
Determine the number of nanoseconds in the day-time interval.
getNanos() - Method in class com.tangosol.io.pof.RawTimeInterval
Determine the number of nanoseconds in the time interval.
getNanos(Date) - Static method in class com.tangosol.io.pof.PofBufferWriter
Extract the nanoseconds from the date.
getNavigator() - Method in class com.tangosol.util.extractor.PofExtractor
Obtain the POF navigator for this extractor.
getNest() - Method in class com.tangosol.coherence.dsltools.precedence.NestingOPToken
Obtain the NestedBaseTokens that this token will process.
getNestEnd() - Method in class com.tangosol.coherence.dsltools.base.NestedBaseTokens
Obtain the character that ends the nesting.
getNestStart() - Method in class com.tangosol.coherence.dsltools.base.NestedBaseTokens
Obtain the character that begins the nesting.
getNewEntry() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a Map Entry that represents the state of the Entry after the change occurred that generated this event.
getNewEntry() - Method in class com.tangosol.util.MapEvent
Return a Map Entry that represents the state of the Entry after the change occurred that generated this event.
getNewestGUID(int) - Method in class com.tangosol.persistence.GUIDHelper.GUIDResolver
Return the newest GUID for the specified partition.
getNewestGUIDs(PartitionSet) - Method in class com.tangosol.persistence.GUIDHelper.GUIDResolver
Return the list of the newest GUIDs for the specified set of partitions.
getNewObjectInput(DataInput, ClassLoader) - Static method in class com.tangosol.util.ExternalizableHelper
Get a new ObjectInput for the passed DataInput, even if the passed DataInput is an ObjectInput.
getNewValue() - Method in class com.tangosol.coherence.rest.events.SimpleMapEvent
Return the new value associated with this event.
getNewValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a new value associated with this event.
getNewValue() - Method in class com.tangosol.util.MapEvent
Return a new value associated with this event.
getNewValue() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Return a new value associated with this event.
getNewValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Return a ValueExtractor used to transfrom the event's NewValue.
getNext() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getNextAddress() - Method in interface com.tangosol.net.AddressProvider
getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider
getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
getNextAddress() - Method in class com.tangosol.net.CompositeSocketAddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.ConfigurableAddressProvider
getNextAddress() - Method in class com.tangosol.net.RefreshableAddressProvider
getNextAddress() - Method in interface com.tangosol.net.SocketAddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.util.NullImplementation.NullAddressProvider
getNextAddressInternal() - Method in class com.tangosol.net.RefreshableAddressProvider
Obtain the next available address to use.
getNextBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the offset of the next Block in the Buffer.
getNextCheckTime() - Method in class com.tangosol.net.GuardSupport
Return the next time at which the Guardables should be checked.
getNextCompactBlock() - Method in class com.tangosol.io.nio.BinaryMap
Determine the next block to compact.
getNextDestination() - Method in class com.tangosol.net.LoadBalancer
Determine the next AddressPort combination to route to.
getNextDestinationSocket() - Method in class com.tangosol.net.LoadBalancer
Open a socket to route to.
getNextEntry() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Get the next entry in the linked list
getNextExpiryTime() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getNextExpiryTime() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the next expiry time for the cache entries.
getNextExpiryTime() - Method in class com.tangosol.net.cache.LocalCache
 
getNextExpiryTime() - Method in class com.tangosol.net.cache.SerializationCache
Determine the next expiry time for the cache entries.
getNextExpiryTime() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the next expiry time for the cache entries.
getNextNodeOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the offset of the next Block in the linked list.
getNextPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
For complex values with contiguous values, obtain the next position.
getNextPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
For complex values with contiguous values, obtain the next position.
getNextPropertyIndex() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Return the index of the next property in the POF stream.
getNextRehashBucket() - Method in class com.tangosol.io.nio.BinaryMap
Determine the next bucket to rehash.
getNextValidator() - Method in class com.tangosol.run.jca.SimpleValidator
Retrive the next Validator.
getNextValidator() - Method in interface com.tangosol.util.TransactionMap.Validator
Retrive the next Validator.
getNode(int) - Method in class com.tangosol.util.SafeLinkedList
Find and return the specified Node.
getNonBlockingEntryStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
The wrapped NonBlockingEntryStore.
getNonceCounter() - Method in class com.tangosol.util.SortedBag
Return the nonce counter used to assign unique element ids.
getNonPartialIndexes(Map) - Method in class com.tangosol.util.filter.NotFilter
Get a Map of the available non-partial indexes from the given Map of all available indexes.
getNonPassThruCache() - Method in class com.oracle.coherence.grpc.CacheRequestHolder
Obtain the NamedCache that the request executes on.
getNonWildcardMapListeners() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListenerManager
Return all map listeners that should be registered against a specific remote cache or map in a specific session.
getNotificationInfo() - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean
 
getNotificationInfo() - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean.SilentEmitter
 
getNotificationInfo(Class<?>) - Static method in class com.tangosol.net.management.MBeanHelper
Return an MBeanNotificationInfo if a Notification annotation is present on the provided MBean interface.
getNotificationManager() - Method in interface com.tangosol.net.management.Registry
Obtain a reference to the NotificationManager for this Registry.
getNotificationTimeout() - Method in interface com.tangosol.net.topic.TopicDependencies
Returns the timeout that a subscriber will use when waiting for its first allocation of channels.
getNudASTName() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
Get nud AST Name for this token
getNullPasswordProviderBuilder() - Static method in class com.tangosol.coherence.config.xml.processor.PasswordProviderBuilderProcessor
Rerturns a builder for null password values.
getNumber() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the Number representation of the node.
getNumFactor() - Method in class com.tangosol.util.processor.NumberMultiplier
Returns the number to multiply by.
getNumInc() - Method in class com.tangosol.util.processor.NumberIncrementor
Returns the number to increment by.
getObject() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the Object representation of the node.
getObject() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getObject() - Method in class com.tangosol.util.ThreadLocalObject
Get the value of the ThreadLocalObject for the current thread.
getObjectArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the Object[] which this PofValue represents.
getObjectArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the Object[] which this PofValue represents.
getObjectInput() - Method in class com.tangosol.io.WrapperObjectInputStream
Obtain the underlying object providing the ObjectInput interface that this object is delegating to.
getObjectInput(DataInput, ClassLoader) - Static method in class com.tangosol.util.ExternalizableHelper
Get an ObjectInput for the passed DataInput object.
getObjectInput(DataInput, ClassLoader, boolean) - Method in interface com.tangosol.io.ObjectStreamFactory
Obtain an ObjectInput based on the passed DataInput.
getObjectInput(DataInput, ClassLoader, boolean) - Method in class com.tangosol.util.ExternalizableHelper.DefaultObjectStreamFactory
Obtain an ObjectInput based on the passed DataInput.
getObjectInputFilter() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
 
getObjectInputFilter() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Returns an ObjectInputFilter (or null) that should be used by the caller to confirm / deny deserialization of a class encoded in this input stream.
getObjectInputFilter() - Method in class com.tangosol.io.WrapperBufferInput
 
getObjectInputFilter(DataInput) - Static method in class com.tangosol.util.ExternalizableHelper
Return ObjectInputFilter associated with DataInput.
getObjectMapper() - Static method in class com.tangosol.coherence.rest.providers.JacksonMapperProvider
 
getObjectName() - Method in class com.tangosol.net.management.MBeanReference
Return the ObjectName of the qualified name.
getObjectNameFilter() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery
Return a Filter that can be applied against an ObjectName and ensures all the Filters within the map of filters test successfully (logical AND).
getObjectOutput() - Method in class com.tangosol.io.WrapperObjectOutputStream
Obtain the underlying object providing the ObjectOutput interface that this object is delegating to.
getObjectOutput(DataOutput) - Method in interface com.tangosol.io.ObjectStreamFactory
Obtain an ObjectOutput based on the passed DataOutput.
getObjectOutput(DataOutput) - Method in class com.tangosol.util.ExternalizableHelper.DefaultObjectStreamFactory
Obtain an ObjectOutput based on the passed DataOutput.
getObjectOutput(DataOutput) - Static method in class com.tangosol.util.ExternalizableHelper
Get an ObjectOutput for the passed DataOutput object.
getObjectStreamFactory() - Static method in class com.tangosol.util.ExternalizableHelper
Return the ObjectStreamFactory used to convert DataInput/Output into ObjectInput/Output streams.
getObservableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Return the underlying ObservableMap.
getObservableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Return the underlying ObservableMap.
getObservableMap() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the NullObservableMap.
getObservableMap(ObservableMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of ObservableMap.
getObservedQualifiers() - Method in class com.oracle.coherence.cdi.CdiEventObserver
 
getObservedQualifiers() - Method in class com.oracle.coherence.cdi.CdiMapEventObserver
 
getObservedQualifiers() - Method in interface com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventObserver
Return the qualifiers for the observer that wil be used to further qualify which events are received.
getObservedQualifiers() - Method in interface com.oracle.coherence.cdi.events.EventObserverSupport.EventObserver
Return the qualifiers for the observer that wil be used to further qualify which events are received.
getObserver() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryValue
Return the lifecycle observer for the registered resource.
getOffset() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Determine the current offset of this BufferInput within the underlying ReadBuffer.
getOffset() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Determine the current offset of this BufferOutput within the underlying WriteBuffer.
getOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the offset of this Block in the Buffer.
getOffset() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Determine the current offset of this BufferInput within the underlying ReadBuffer.
getOffset() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the offset of this value from the beginning of POF stream.
getOffset() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Determine the current offset of this BufferInput within the underlying ReadBuffer.
getOffset() - Method in class com.tangosol.io.SizeEstimatingBufferOutput
 
getOffset() - Method in class com.tangosol.io.WrapperBufferInput
Determine the current offset of this BufferInput within the underlying ReadBuffer.
getOffset() - Method in class com.tangosol.io.WrapperBufferOutput
Determine the current offset of this BufferOutput within the underlying WriteBuffer.
getOffset() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Determine the current offset of this BufferOutput within the underlying WriteBuffer.
getOldEntry() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a Map Entry that represents the state of the Entry before the change occurred that generated this event.
getOldEntry() - Method in class com.tangosol.util.MapEvent
Return a Map Entry that represents the state of the Entry before the change occurred that generated this event.
getOldestActivePage() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Obtain the oldest active page.
getOldestMember() - Method in interface com.tangosol.net.Cluster
Returns a Member object representing the senior cluster member.
getOldestMember() - Method in interface com.tangosol.net.ServiceInfo
Return the "most senior" Member that is running this Service.
getOldValue() - Method in class com.oracle.coherence.mp.config.ConfigPropertyChanged
The old value of the configuration property that was modified.
getOldValue() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
Obtains the old value for the entry.
getOldValue() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEvent
 
getOldValue() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheEntryEvent
 
getOldValue() - Method in class com.tangosol.coherence.rest.events.SimpleMapEvent
Return the old value associated with this event.
getOldValue() - Method in class com.tangosol.util.AbstractKeyBasedMap.DeferredCacheEvent
Return an old value associated with this event.
getOldValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return an old value associated with this event.
getOldValue() - Method in class com.tangosol.util.MapEvent
Return an old value associated with this event.
getOldValue() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Return an old value associated with this event.
getOldValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Return a ValueExtractor used to transfrom the event's OldValue.
getOpenBundle() - Method in class com.tangosol.net.cache.AbstractBundler
Retrieve any Bundle that is currently in the open state.
getOperationalContext() - Method in class com.oracle.coherence.cdi.server.ClusterProducer
Produces the singleton Coherence OperationalContext instance.
getOperationName(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.BundleManager.BundleConfig
Return the operation name for which calls performed concurrently on multiple threads are "bundled" into a functionally analogous "bulk" operation that takes a collection of arguments instead of a single one.
getOperationStatus() - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Return the status of the current operation issued by the persistence coordinator.
getOperator(String) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the BaseOperator mapped to the given symbol.
getOperators() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the set of CohQL Operators characters.
getOption(int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getOptionalProperty(String, Type, T, XmlElement) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the strongly typed value for the property defined at the path relative to the specified XmlElement.
getOptionalProperty(String, Type, T, XmlElement) - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the strongly typed value for the property defined at the path relative to the specified XmlElement.
getOPToken(String) - Method in class com.tangosol.coherence.dsltools.precedence.PeekOPToken
Obtain the OPToken that is mapped to the specified identifier.
getOrDefault(Object, Object) - Method in class com.tangosol.util.SafeSortedMap
 
getOrDefault(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
getOrDefault(Object, V) - Method in class com.tangosol.net.cache.NearCache
getOrDefault(Object, V) - Method in interface com.tangosol.util.InvocableMap
 
getOrDefault(Object, V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
getOrDefault(Object, V) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
getOrDefault(K, V) - Method in interface com.tangosol.net.AsyncNamedMap
Returns the value to which the specified key is mapped, or valueDefault if this map contains no mapping for the key.
getOrder() - Method in class com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Return the Interceptor.Order of this interceptor.
getOrder() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the priority of this interceptor in the chain of interceptors.
getOrderId() - Method in class com.tangosol.net.AsyncNamedMap.OrderBy
Return unit-of-order id.
getOrderId() - Method in interface com.tangosol.net.topic.Publisher.Orderable
 
getOrderId(V) - Method in class com.tangosol.net.topic.Publisher.OrderBy
Return unit-of-order id.
getOrderId(V) - Method in class com.tangosol.net.topic.Publisher.OrderById
 
getOrderId(V) - Method in class com.tangosol.net.topic.Publisher.OrderByNone
 
getOrderId(V) - Method in class com.tangosol.net.topic.Publisher.OrderByThread
 
getOrderId(V) - Method in class com.tangosol.net.topic.Publisher.OrderByValue
 
getOrdinal() - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
getOrdinal() - Method in class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
 
getOrdinal() - Method in class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
getOriginal() - Method in class com.tangosol.util.DeltaSet
Determine what items were in the original set.
getOriginal() - Method in class com.tangosol.util.SubSet
Determine what items were in the original set.
getOriginalBinaryValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return a raw original binary value for this entry.
getOriginalBinaryValue() - Method in interface com.tangosol.util.BinaryEntry
Return a raw original binary value for this entry.
getOriginalBinaryValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Return a raw original binary value for this entry.
getOriginalBinaryValue() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
 
getOriginalBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Get the original buffer the changes should be applied to.
getOriginalEntry() - Method in interface com.tangosol.coherence.federation.ChangeRecord
Obtain a representation of the ChangeRecord.Entry prior to any changes occurring.
getOriginalException() - Method in exception class com.tangosol.util.WrapperException
 
getOriginalException(RuntimeException) - Static method in class com.oracle.coherence.common.base.Exceptions
Unwind the wrapper (runtime) exception to extract the original
getOriginalException(RuntimeException) - Static method in class com.tangosol.util.Base
Unwind the wrapper (runtime) exception to extract the original
getOriginalValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return an original value for this entry.
getOriginalValue() - Method in interface com.tangosol.net.events.partition.cache.EntryEvent
Return the original value of the entry on which the action represented by this EntryEvent occurred.
getOriginalValue() - Method in interface com.tangosol.util.BinaryEntry
Return an original value for this entry.
getOriginalValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Return an original value for this entry.
getOriginalValue() - Method in class com.tangosol.util.InvocableMapHelper.RoutingMapTriggerEntry
 
getOriginalValue() - Method in interface com.tangosol.util.MapTrigger.Entry
Determine the value that existed before the start of the mutating operation that is being evaluated by the trigger.
getOriginalValue() - Method in class com.tangosol.util.SimpleMapEntry
Determine the value that existed before the start of the mutating operation that is being evaluated by the trigger.
getOrphanedPartitions() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the partitions deemed orphaned as a result of a previous execution of analyzeOrphans.
getOrphanedPartitions() - Method in class com.tangosol.net.PartitionedService.PartitionRecoveryAction
Return the set of orphaned partitions.
getOut() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Obtain the underlying BufferOutput.
getOut() - Static method in class com.tangosol.util.Base
Obtains the current writer used for printing.
getOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
Obtain the underlying OutputStream.
getOutputStream() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a OutputStream.
getOutputStream(DataOutput) - Static method in class com.tangosol.util.ExternalizableHelper
Get an OutputStream for the passed DataOutput object.
getOutputStream(OutputStream) - Method in interface com.tangosol.io.WrapperStreamFactory
Deprecated.
Requests an OutputStream that wraps the passed OutputStream.
getOutputStream(OutputStream) - Method in class com.tangosol.net.CompressionFilter
Deprecated.
Requests an OutputStream that wraps the passed OutputStream.
getOutputWriter() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getOutputWriter() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return an instance of a PrintWriter that should be used to display query output.
getOutstandingPacketMaximum() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum allowable flow-control rate measured in packets.
getOutstandingPacketMinimum() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the minimum allowable flow-control rate measured in packets.
getOverrideProcessor() - Method in class com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler
Obtains the OverrideProcessor that is suitable for processing the xml override.
getOverrideProcessor() - Method in interface com.tangosol.config.xml.NamespaceHandler
Obtains the OverrideProcessor that is suitable for processing the xml override.
getOwnedCode() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getOwnedCode() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns a numeric representation of if the channel is owned by this subscriber where 1 represents true and 0 represents false.
getOwnedPartitions() - Method in interface com.tangosol.net.PartitionedService
Determine the PartitionSet that is currently owned by the local cluster Member.
getOwnedPartitions(Member) - Method in interface com.tangosol.net.PartitionedService
Determine the PartitionSet that is currently owned by a cluster Member.
getOwnedPartitions(Member, int) - Method in interface com.tangosol.net.partition.DistributionManager
Return the set of partitions for which the specified member owns the specified storage index (replica).
getOwnedPartitions(Member, int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the set of partitions for which the specified member owns (or has been assigned by this analysis to own) the specified storage index.
getOwner() - Method in class com.oracle.coherence.concurrent.locks.RemoteLock
Returns the identity of the process and thread that currently owns this lock, or null if not owned.
getOwner() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwner(int) - Method in class com.tangosol.net.partition.Ownership
Return the owner id for the specified storage for this partition.
getOwners() - Method in class com.tangosol.net.partition.Ownership
Return an array containing owner ids for this partition.
getOwners(int[]) - Method in class com.tangosol.net.partition.Ownership
Return an array containing owner ids for this partition.
getOwnership() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
Return the ownership used to evaluate member safety.
getOwnership() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
Return the ownership used to evaluate member safety.
getOwnership() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
Return the ownership to use in comparing member strength.
getOwnershipEnabledMembers() - Method in interface com.tangosol.net.PartitionedService
Return a Set of Member objects, one for each Member that has registered this PartitionedService and is partition ownership-enabled.
getOwnershipLeavingMembers() - Method in interface com.tangosol.net.partition.DistributionManager
Return the set of ownership-enabled members in the partitioned service that are in the process of leaving.
getOwnershipMembers() - Method in interface com.tangosol.net.partition.DistributionManager
Return the set of ownership-enabled members in the partitioned service.
getOwnershipMembers() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the set of members across which to distribute the partition ownership.
getOwnershipMemberSet() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Return the set of ownership-enabled members in the associated PartitionedService.
getOwnershipMembersList() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return an array containing the members across which to distribute the partition ownership, arranged in arbitrary order.
getOwnershipSenior() - Method in interface com.tangosol.net.PartitionedService
Return the senior ownership-enabled member in the service.
getOwnershipVersion(int) - Method in interface com.tangosol.net.PartitionedService
Determine the primary owner's version of the specified partition.
getOwnerThread() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the thread that owns the Status object, if the Status object is processing or committing.
getOwnerThread() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine the thread that owns the Status object, if the Status object is processing or committing.
getPackage(String) - Method in class com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader
getPackageName(Class) - Static method in class com.tangosol.util.ClassHelper
Determine the package name of a class.
getPackageName(String) - Static method in class com.tangosol.util.ClassHelper
Determine the package name from a class (or package) name.
getPackageResources(Class) - Static method in class com.tangosol.util.ClassHelper
Load the default package resources for the specified class.
getPackageResources(String) - Static method in class com.tangosol.util.ClassHelper
Load the default package resources for the specified class name.
getPackages() - Method in class com.tangosol.coherence.rest.util.PartialObject.PartialClassLoader
getPacketBundlingAggression() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the aggression factor to use in deferring a packet once it has reached the average bundle size.
getPacketBundlingThresholdNanos() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum amount of time to defer a packet while waiting for additional packets to bundle.
getPacketMaxLength() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum size, in bytes, of the network packets that will be sent and received on the local and group sockets.
getPacketPreferredLength() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the preferred size, in bytes, of the network packets that will be sent and received on the local sockets.
getPage() - Method in class com.tangosol.util.filter.LimitFilter
Obtain a current page number (zero-based).
getPage(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Get the BinaryStore for the page specified by the passed page number.
getPageAdvanceTime() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the time that the next page should be created.
getPagedBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
Returns the BinaryStore that this map uses for its storage.
getPagedKeyMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Obtain the map that manages the mapping from Binary keys to BinaryStore objects.
getPageDuration() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine the length of time that the most recently created page is kept as the current page.
getPageDurationSeconds(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedExternalScheme
Return the length of time that a page in the cache is current.
getPageLimit(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedExternalScheme
Return the maximum number of pages that the cache manages before older pages are destroyed.
getPageSize() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the page size (expressed as a number of entries per page).
getPageSize(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the binary limit of the size of a page in a topic.
getParallelAggregator() - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
Deprecated.
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParameterAnnotation(Method, int, Class<A>) - Static method in class com.tangosol.net.management.MBeanHelper
Retrieve an Annotation for a parameter to a method.
getParameterName(Class, MBeanOperationInfo, MBeanParameterInfo, int) - Static method in class com.tangosol.net.management.MBeanHelper
Retrieve the parameter name for the specified parameter by finding a Description annotation on the corresponding method.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.tangosol.net.management.AnnotatedStandardEmitterMBean
Retrieve the parameter name for the specified parameter by finding a Description annotation on the operation.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieve the parameter name for the specified parameter by finding a Description annotation on the operation.
getParameterResolver() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtains the ParameterResolver that is to be used to resolve Parameters associated with this ResourceMapping.
getParameterResolver() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getParameterResolver() - Method in interface com.tangosol.net.SessionConfiguration
Returns an optional ParameterResolver to use to resolve configuration parameters when creating the session.
getParameterResolver() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getParameterResolver(String, Class<M>, ClassLoader, BackingMapManagerContext) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.
getParameterResolver(String, ClassLoader, BackingMapManagerContext) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.
getParameters() - Method in class com.tangosol.util.extractor.ReflectionExtractor
Return the array of arguments used to invoke the method.
getParameters() - Method in class com.tangosol.util.extractor.UniversalExtractor
Return the array of arguments used to invoke the method.
getParameterTypes() - Method in class com.tangosol.coherence.rest.query.AbstractQueryEngine.ParsedQuery
Return a map of parameter types keyed by parameter name.
getParent() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the parent of this value.
getParent() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the parent of this value.
getParent() - Method in class com.tangosol.run.xml.SimpleValue
Get the parent element of this element.
getParent() - Method in interface com.tangosol.run.xml.XmlValue
Get the parent element of this value.
getParentDirectory() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Get the configured parent directory.
getParentParser() - Method in class com.tangosol.io.pof.PofBufferReader
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
getParentParser() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
getParentSpan() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Return the associated parent Span if any.
getParentWriter() - Method in class com.tangosol.io.pof.PofBufferWriter
If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.
getParentWriter() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.
getParentXmlBean() - Method in class com.tangosol.run.xml.XmlBean
Obtain the XmlBean that contains this XmlBean.
getParser() - Static method in class com.tangosol.run.xml.SaxParser
Get an instance of non-validating SAX parser.
getParseString() - Method in exception class com.tangosol.util.FilterBuildingException
Answer the String that was being processed when the Exception occurred
getPartialClass() - Method in class com.tangosol.coherence.rest.util.PropertySpec
Return the partial class for this property.
getPartialClass(Class, PropertySet) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Return a partial class for the specified source class and property set.
getPartialClassLoader() - Static method in class com.tangosol.coherence.rest.util.PartialObject
Return a PartialClassLoader corresponding to the Context ClassLoader.
getPartialClassMap(PartialObject.PartialClassLoader) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Return the partial class map corresponding to the PartialClassLoader.
getPartialConstructorMap(PartialObject.PartialClassLoader) - Static method in class com.tangosol.coherence.rest.util.PartialObject
Return the partial constructor map corresponding to the PartialClassLoader.
getPartialResult() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator
 
getPartialResult() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics.PartitionedCacheStatisticsClear
 
getPartialResult() - Method in exception class com.tangosol.net.RequestIncompleteException
Return a partial execution result that may have been assembled before an exception occurred.
getPartialResult() - Method in class com.tangosol.util.aggregator.AbstractAggregator
 
getPartialResult() - Method in class com.tangosol.util.aggregator.CompositeAggregator
 
getPartialResult() - Method in class com.tangosol.util.aggregator.Count
 
getPartialResult() - Method in class com.tangosol.util.aggregator.GroupAggregator
 
getPartialResult() - Method in class com.tangosol.util.aggregator.PriorityAggregator
 
getPartialResult() - Method in class com.tangosol.util.aggregator.QueryRecorder
 
getPartialResult() - Method in class com.tangosol.util.aggregator.ScriptAggregator
 
getPartialResult() - Method in class com.tangosol.util.aggregator.TopNAggregator
 
getPartialResult() - Method in interface com.tangosol.util.InvocableMap.StreamingAggregator
Return the partial result of the aggregation.
getPartition() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the id of the partition for which these statistics apply.
getPartition() - Method in interface com.tangosol.net.partition.VersionedPartitions.Iterator
Return the current partition.
getPartition() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
 
getPartition() - Method in class com.tangosol.util.MapEvent
Return the partition this MapEvent represents or -1 if the event source is not partition aware.
getPartition(String) - Static method in class com.tangosol.persistence.GUIDHelper
Parse the specified GUID and return the partition-id.
getPartitionAssignmentStrategy() - Method in interface com.tangosol.net.PartitionedService
Determine the strategy for assigning partitions to cluster members that this service has been configured to use.
getPartitionAssignmentStrategy() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PartitionAssignmentStrategy.
getPartitionAwareBackingMap() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Obtain the PartitionAwareBackingMap that this ReadWriteBackingMap uses as its backing map.
getPartitionCache(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the backing cache for a particular key.
getPartitionCacheArray() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the array of backing caches.
getPartitionCount() - Method in class com.tangosol.net.partition.PartitionSet
Return the number of partitions represented by this PartitionSet.
getPartitionCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the configured number of partitions for the service.
getPartitionCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the configured number of partitions for the service.
getPartitionCount() - Method in interface com.tangosol.net.PartitionedService
Determine the number of partitions that the service has been configured to "break up" the conceptual "key set" into.
getPartitionCount(PersistentStore<ReadBuffer>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the partition count that has been stored in the specified store.
getPartitionId() - Method in interface com.tangosol.net.events.partition.TransferEvent
Return the ID of the partition being transferred.
getPartitionId() - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy.PartitionAwareKey
Return the partition id that this key should be associated with.
getPartitionId() - Method in class com.tangosol.net.partition.SimplePartitionKey
Return the partition id that this key should be associated with.
getPartitionKey(int) - Static method in class com.tangosol.net.partition.SimplePartitionKey
Factory method for a SimplePartitionKey.
getPartitionKeys(String, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Obtain a collection of keys in the internal format that belong to the specified partition for the specified backing map.
getPartitionKeys(String, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Obtain a collection of keys in the internal format that belong to the specified partition for the specified backing map.
getPartitionLoad(int, boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the load (as defined by the appropriate load calculator) for the specified partition.
getPartitionMap(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(int) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(int) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMap(PartitionSet) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMapType() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Return the uniform type used by each partition map.
getPartitionOwner(int) - Method in interface com.tangosol.net.PartitionedService
Determine the primary owner of the specified partition.
getPartitionOwnership(int) - Method in interface com.tangosol.net.partition.DistributionManager
Return the Ownership information for the specified partition.
getPartitionOwnership(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the Ownership information (or the ownership assigned by this analysis) for the specified partition.
getPartitions() - Method in class com.tangosol.net.partition.DefaultVersionedPartitions
 
getPartitions() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain an array of all of the current partition IDs for which there are backing maps.
getPartitions() - Method in interface com.tangosol.net.partition.VersionedPartitions
Return the partitions being tracked.
getPartitions() - Method in interface com.tangosol.util.QueryRecord.PartialResult
Get the set of partitions associated with this partial result.
getPartitions() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Get the set of partitions associated with this partial result.
getPartitions(Map<Integer, Object[]>, int) - Static method in class com.tangosol.persistence.GUIDHelper
Return a PartitionSet with all partitions present in the provided mapStores.
getPartitionSet() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the set of partitions represented by this event.
getPartitionSet() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain a PartitionSet containing partition IDs for which there are backing maps.
getPartitionSet() - Method in class com.tangosol.util.filter.PartitionedFilter
Obtain the PartitionSet that specifies what partitions the wrapped filter will be applied to.
getPartitionSplittingBackingMap() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Obtain the underlying PartitionSplittingBackingMap.
getPartitionStats() - Method in interface com.tangosol.net.partition.DistributionManager
Return an array of the most recently available partition statistics, indexed by partition-id.
getPartitionUnitFactor() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the unit factor for individual partition maps.
getPassThroughCache(String, String) - Method in class com.oracle.coherence.grpc.proxy.NamedCacheServiceImpl
Obtain an NamedCache.
getPassword() - Method in class com.tangosol.net.security.UsernameAndPassword
Return the password.
getPasswordProviderBuilderForPasswordStr(String) - Static method in class com.tangosol.coherence.config.xml.processor.PasswordProviderBuilderProcessor
Generates a ParameterizedBuilder using the DefaultPasswordProvider.class by passing the string-input to its single-param constructor.
getPath(File) - Static method in class com.tangosol.io.FileHelper
Return the path of a file.
getPathElements() - Method in class com.tangosol.io.pof.reflect.AbstractPofPath
Return a collection of path elements.
getPathElements() - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Return a collection of path elements.
getPathNoEndSeparator(String) - Static method in class com.tangosol.io.FileHelper
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPattern() - Method in class com.tangosol.util.filter.LikeFilter
Obtain the filter's pattern string.
getPendingAsyncStoreOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of pending non-blocking store operations.
getPendingMap() - Method in class com.tangosol.io.AsyncBinaryStore
Obtain the map that contains all of the pending store and erase data.
getPendingMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Obtain a map of entries removed from the queue, but not yet persisted to the underlying datastore.
getPendingWrites() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the size of the write-behind queue if configured, or the number of pending writes of the non-blocking store, if configured.
getPermission() - Method in class com.tangosol.net.security.PermissionInfo
Return the ClusterPermission object.
getPermissionsConfig() - Method in class com.tangosol.net.security.DefaultController
Obtain the permission configuration descriptor.
getPersistenceActiveDirectory() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceActiveDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the directory under which cached data is actively persisted by the environment.
getPersistenceActiveDirectory() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the directory under which cached data is actively persisted by the environment.
getPersistenceActiveSpaceUsed() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceActiveSpaceUsed() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the total size in bytes used by the persistence layer to persist mutating cache operations.
getPersistenceActiveSpaceUsed() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the total size in bytes used by the persistence layer to persist mutating cache operations.
getPersistenceBackupDirectory() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceBackupDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the directory under which cached data is actively persisted by the environment.
getPersistenceBackupDirectory() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the directory under which cached data is actively persisted by the environment.
getPersistenceBackupSpaceUsed() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceBackupSpaceUsed() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the total size in bytes used by the persistence layer to persist backups of mutating cache operations.
getPersistenceBackupSpaceUsed() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the total size in bytes used by the persistence layer to persist backups of mutating cache operations.
getPersistenceEnvironment() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the environment that created this manager.
getPersistenceEnvironment() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistenceEnvironment.
getPersistenceEnvironment(Class<R>) - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistenceEnvironment.
getPersistenceEnvironmentInfo(String, String) - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder
Return a PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo encapsulating the configuration this builder uses to construct environments.
getPersistenceEventsDirectory() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceEventsDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the directory under which cached data is actively persisted by the environment.
getPersistenceEventsDirectory() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the directory under which cached data is actively persisted by the environment.
getPersistenceInfo() - Method in class com.tangosol.persistence.AbstractPersistenceTools
 
getPersistenceInfo() - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
 
getPersistenceManager() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistenceManager.
getPersistenceManager(Class<R>) - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistenceManager.
getPersistenceMode() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder
 
getPersistenceMode() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
Return the persistence mode.
getPersistenceMode() - Method in interface com.tangosol.net.PartitionedService
Return the persistence mode, or null if persistence is not configured.
getPersistenceSnapshotDirectory() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceSnapshotDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the directory under which copies of cached data are persisted by the environment.
getPersistenceSnapshotDirectory() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the directory under which copies of cached data are persisted by the environment.
getPersistenceTools() - Method in class com.tangosol.persistence.AbstractPersistenceManager
 
getPersistenceTools() - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
Return an instance of PersistenceTools allowing offline operations to be performed against the associated PersistenceManager and appropriate PersistentStore.
getPersistenceTools(String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
 
getPersistenceTools(String) - Method in interface com.tangosol.persistence.SnapshotArchiver
Return an instance of PersistenceTools allowing offline operations to be performed against the associated PersistenceManager and appropriate PersistentStore.
getPersistenceTrashDirectory() - Method in class com.tangosol.coherence.config.builder.PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
 
getPersistenceTrashDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceEnvironment
Return the directory under which potentially corrupted persisted data is stored by the environment.
getPersistenceTrashDirectory() - Method in interface com.tangosol.persistence.PersistenceEnvironmentInfo
Return the directory under which potentially corrupted persisted data is stored by the environment.
getPersistenceVersion(PersistentStore<ReadBuffer>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the persistence version the provided store was written with.
getPersistentStore() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistentStore.
getPersistentStore(Class<R>) - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PersistentStore.
getPersistentStoreMap() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the map of open PersistentStore instances keyed by their identifiers.
getPersistentVersionCache() - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated.
Get the cache of version info for the data stored in the persistent store behind this backing map (and other related backing maps if this is backing a distributed cache).
getPofConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Obtain the PofConfig that represents the initialized state of the ConfigurablePofContext.
getPofConfigURI() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getPofContext() - Method in class com.tangosol.io.pof.PofBufferReader
Return the PofContext object used by this PofReader to deserialize user types from a POF stream.
getPofContext() - Method in class com.tangosol.io.pof.PofBufferWriter
Return the PofContext object used by this PofWriter to serialize user types to a POF stream.
getPofContext() - Method in interface com.tangosol.io.pof.PofReader
Return the PofContext object used by this PofReader to deserialize user types from a POF stream.
getPofContext() - Method in interface com.tangosol.io.pof.PofWriter
Return the PofContext object used by this PofWriter to serialize user types to a POF stream.
getPofContext() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the POF context to use for serialization and deserialization.
getPofContext() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PofContext.
getPofHandler() - Method in class com.tangosol.io.pof.PofBufferWriter
Return the WritingPofHandler used internally by this PofBufferWriter to write the POF stream.
getPofHandler() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a PofHandler.
getPofNavigator() - Method in class com.tangosol.io.pof.reflect.PofReflectionHelper.NavigatorAndType
 
getPofNavigator(Class, String) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
Obtain the PofNavigator to use to navigate to the specified field in a class.
getPofReader() - Method in class com.tangosol.io.pof.PofInputStream
Obtain the underlying PofReader.
getPofSerializer(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
getPofSerializer(int) - Method in interface com.tangosol.io.pof.PofContext
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
getPofSerializer(int) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
getPofSerializer(int) - Method in class com.tangosol.io.pof.SimplePofContext
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
getPofSerializer(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
getPofTypeId(PofContext) - Method in class com.tangosol.util.extractor.PofExtractor
compute the expected pof type id based on the class.
getPofTypeId(Class, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
Return an identifier that represents the POF type of the specified class.
getPofWriter() - Method in class com.tangosol.io.pof.PofOutputStream
Obtain the underlying PofWriter.
getPolicyPopulation() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Calculate and return the current size of the member set that contributes to the quorum for this policy domain.
getPolicyPopulation() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Calculate and return the current size of the member set that contributes to the quorum for this policy domain.
getPolls() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getPolls() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Returns the number of elements polled by this subscriber.
getPool() - Method in class com.oracle.coherence.grpc.SimpleDaemonPoolExecutor
Obtain the underlying DaemonPool.
getPoolSize() - Method in interface com.tangosol.net.ThreadPoolManager
Return the current size of the thread pool.
getPort() - Method in class com.oracle.coherence.grpc.proxy.GrpcServerController
Returns the port that the gRPC server has bound to.
getPort() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Return the port number.
getPort() - Method in interface com.tangosol.net.Member
Return the port of the Member's DatagramSocket for point-to-point communication.
getPort() - Method in class com.tangosol.net.proxy.RemoteMember
Return the port of the Member's DatagramSocket for point-to-point communication.
getPort() - Method in class com.tangosol.util.UUID
Determine the port portion of the UUID.
getPortMin() - Method in class com.tangosol.coherence.config.builder.LocalAddressProviderBuilder
Return the minimum port number.
getPortMinOriginal() - Method in class com.tangosol.coherence.config.builder.LocalAddressProviderBuilder
Return the minimum port number provided in the constructor.
getPosition() - Method in interface com.tangosol.net.topic.Publisher.Status
Returns the Position in the channel that the element was published to.
getPosition() - Method in class com.tangosol.net.topic.Subscriber.CommitResult
Returns the requested commit Position.
getPosition() - Method in interface com.tangosol.net.topic.Subscriber.Element
Returns the position of this element within the channel in a topic.
getPostFactor() - Method in class com.tangosol.util.processor.NumberMultiplier
Returns whether to return the value before it was multiplied.
getPostFilterKeySetSize() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get the size of the key set remaining after evaluating the filter or applying an index.
getPostFilterKeySetSize() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get the size of the key set remaining after evaluating the filter or applying an index.
getPostInc() - Method in class com.tangosol.util.processor.NumberIncrementor
Returns Whether to return the value before it was incremented ("post-increment") or after it is incremented ("pre-increment").
getPreferredSize(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.BundleManager.BundleConfig
Return the bundle size threshold.
getPreFilterKeySetSize() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Get the size of the key set prior to evaluating the filter or applying an index.
getPreFilterKeySetSize() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Get the size of the key set prior to evaluating the filter or applying an index.
getPrefix() - Method in class com.tangosol.run.xml.QualifiedName
Returns the xml prefix of the QualifiedName.
getPrefixLength(String) - Static method in class com.tangosol.io.FileHelper
Returns the length of the filename prefix, such as C:/ or ~/.
getPrevBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the offset of the previous Block in the Buffer.
getPrevious() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getPreviousModulo() - Method in class com.tangosol.io.nio.BinaryMap
Determine the previous modulo.
getPreviousPropertyIndex() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Return the index of the most recent property read or (if it were missing) requested.
getPrevNodeOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the offset of the previous Block in the linked list.
getPrimaryKey() - Method in class com.tangosol.util.CompositeKey
Return the primary key component.
getPrimaryLoadCalculator() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the LoadCalculator used to calculate the primary partition load.
getPrimaryOwner() - Method in class com.tangosol.net.partition.Ownership
Return the primary owner id for this partition.
getPrimaryPolicy() - Method in class com.tangosol.net.CompositeActionPolicy
Return the primary policy.
getPrimitive(long) - Method in class com.tangosol.util.PrimitiveSparseArray
Return the value stored at the specified index.
getPrimitiveValue() - Method in class com.tangosol.util.PrimitiveSparseArray.Iterator
Returns the current value, which is the same value returned by the most recent call to the nextPrimitive method, or the most recent value passed to setPrimitiveValue if setPrimitiveValue were called after the nextPrimitive method.
getPrimitiveValue() - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Get the long value for the Node.
getPrintWriter() - Method in class com.tangosol.io.pof.LoggingPofHandler
Obtain the PrintWriter that is used by this LoggingPofHandler.
getPriority() - Method in interface com.oracle.coherence.cdi.SessionInitializer
 
getPriority() - Method in class com.tangosol.net.cache.LocalCache.Entry
Calculate a cache priority.
getPriority() - Method in interface com.tangosol.net.management.MapJsonBodyHandler
Return the priority of this MapJsonBodyHandler.
getPriority() - Method in interface com.tangosol.net.MemberIdentity
Return the priority (or "weight") of the local Member.
getPriority() - Method in class com.tangosol.net.proxy.RemoteMember
Return the priority (or "weight") of the local Member.
getPriority() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getPriority() - Method in interface com.tangosol.net.SessionConfiguration
Returns the priority for this configuration.
getPriority() - Method in interface com.tangosol.net.SessionProvider
Obtain the priority that this SessionProvider should have over other SessionProviders when multiple providers may be able to provide a Session.
getPriority() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getProblem() - Method in exception class com.tangosol.config.ConfigurationException
Returns what the problem was.
getProcessedEntries() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper.LoadOperationObserver
Set of entries successfully processed in loadAll().
getProcessName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Process (such as a JVM) in which this Member resides.
getProcessName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured name for the Process (such as a JVM) in which this Member resides.
getProcessor() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
getProcessor() - Method in interface com.tangosol.net.events.partition.cache.EntryProcessorEvent
Return the InvocableMap.EntryProcessor associated with this EntryProcessorEvent.
getProcessor() - Method in class com.tangosol.util.processor.AbstractAsynchronousProcessor
Obtain the underlying entry processor.
getProcessor() - Method in class com.tangosol.util.processor.PriorityProcessor
Obtain the underlying processor.
getProcessor(String) - Method in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Returns a configured processor.
getProcessor(String...) - Method in class com.tangosol.coherence.rest.util.processor.DefaultProcessorFactory
Return a processor instantiated by calling a processor class constructor.
getProcessor(String...) - Method in class com.tangosol.coherence.rest.util.processor.NumberIncrementorFactory
Returns a processor instance.
getProcessor(String...) - Method in class com.tangosol.coherence.rest.util.processor.NumberMultiplierFactory
Returns a processor instance.
getProcessor(String...) - Method in interface com.tangosol.coherence.rest.util.processor.ProcessorFactory
Returns a processor instance.
getProcessorClass() - Method in class com.tangosol.coherence.rest.config.ProcessorConfig
Determine the class of the processor or its factory.
getProcessorName() - Method in class com.tangosol.coherence.rest.config.ProcessorConfig
Determine the name of the processor.
getProcessorRegistry() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return the configured processor registry.
getProcessRandom() - Static method in class com.oracle.coherence.common.base.Randoms
Return a random number assigned to this process.
getProcessRandom() - Static method in class com.tangosol.util.Base
Return a random number assigned to this process.
getProperties() - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
getProperties() - Method in class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
 
getProperties() - Method in class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
getProperties() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getProperties() - Method in class com.tangosol.coherence.rest.util.PropertySet
Return the internal property set.
getProperty(String) - Method in class com.oracle.coherence.mp.config.ConfigPropertyResolver
 
getProperty(String) - Static method in class com.tangosol.coherence.config.Config
Get the value of Coherence property sName
getProperty(String) - Method in class com.tangosol.coherence.config.SystemPropertyResolver.Default
 
getProperty(String) - Method in interface com.tangosol.coherence.config.SystemPropertyResolver
Return the value of the specified system property.
getProperty(String, boolean) - Method in class com.tangosol.net.LoadBalancer
Determine the value of a boolean option.
getProperty(String, int) - Method in class com.tangosol.net.LoadBalancer
Determine the value of an integer option.
getProperty(String, String) - Static method in class com.tangosol.coherence.config.Config
Get a Coherence property value, return default if property lookup fails.
getProperty(String, String) - Method in interface com.tangosol.coherence.config.SystemPropertyResolver
Return the value of the specified system property, or the specified default value if the property doesn't exist.
getProperty(String, String) - Method in class com.tangosol.net.LoadBalancer
Determine the value of a String option.
getProperty(String, Supplier<String>) - Static method in class com.tangosol.coherence.config.Config
Get a Coherence property value, returning the value provided by the supplier if property lookup fails.
getPropertyIndex() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
 
getPropertyName() - Method in class com.tangosol.util.extractor.UniversalExtractor
Return the property name of this extractor.
getPropertyNames() - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
getPropertyNames() - Method in class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
 
getPropertyNames() - Method in class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
getPropertySet() - Method in class com.tangosol.coherence.rest.util.PropertySpec
Return the set of nested properties.
getPropertyValue(String, Type, XmlElement, boolean) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Attempts to resolve the named property of the specified type in the current context and if required will parse the specified XmlElement in order to do so.
getProtocol() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get the SSL protocol name
getProviderBuilder() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get the SSL provider builder.
getProviderList() - Method in class com.tangosol.net.CompositeAddressProvider
Return the provider list.
getProviderName() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Returns the SSL provider name.
getProviderType(String) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Get the provider type for the given socket provider id
getProviderType(String) - Method in interface com.tangosol.net.SocketProviderFactory.Dependencies
Get the provider type for the given socket provider id
getProxy(String, K) - Method in interface com.tangosol.util.Proxyable
Return a proxy for a cached value.
getPruneDelay() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated.
as of Coherence 3.3 this method always returns zero.
getPublisherAckDelayMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the amount of time that the Publisher may delay sending an ACK packet.
getPublisherCloggedCount() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum number of packets in the send and re-send queues that the Publisher will tolerate before determining that it is clogged and must slow down client requests (requests from local non-system threads).
getPublisherCloggedDelayMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the amount of time that the Publisher will pause a client thread that is trying to send a message when the Publisher is clogged.
getPublisherGroupThreshold() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the group threshold which is used to determine whether a packet will be sent via unicast or multicast.
getPublisherNackDelayMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the amount of time that the Publisher will delay sending a NACK packet.
getPublisherPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the PacketPublisher daemon thread.
getPublisherResendDelayMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the minimum amount of time before a packet is resent across the network if it has not been acknowledged.
getPublisherResendTimeoutMillis() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the maximum amount of time that the publisher will be resending a packet before the packet recipient is considered departed.
getPublisherSocketBufferSize() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the preferred size of the unicast socket output buffer (SO_SNDBUF).
getPutBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
Obtain the bundler for the "put" operations.
getQualifiedName() - Method in class com.tangosol.run.xml.SimpleAttribute
Return the QualifiedName of the XmlAttribute.
getQualifiedName() - Method in class com.tangosol.run.xml.SimpleElement
Obtains the QualifiedName of the XmlElement.
getQualifiedName() - Method in interface com.tangosol.run.xml.XmlAttribute
Get the QualifiedName of the XmlAttribute.
getQualifiedName() - Method in interface com.tangosol.run.xml.XmlElement
Obtains the QualifiedName of the XmlElement.
getQualifiedName(String, String) - Static method in class com.tangosol.util.ClassHelper
Build the fully qualified name of a class based on a package name and a simple class name.
getQuery() - Method in class com.tangosol.coherence.rest.query.AbstractQueryEngine.ParsedQuery
Return the query string with parameter types removed.
getQuery() - Method in class com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery
Return the query to reduce the ObjectNames to consider.
getQueryConfig() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Return the query configuration for this resource.
getQueryEngine(String) - Method in class com.tangosol.coherence.rest.query.QueryEngineRegistry
Return a query engine for the specified name.
getQueryEngineClass() - Method in class com.tangosol.coherence.rest.config.QueryEngineConfig
Determine the class of the query engine.
getQueryEngineName() - Method in class com.tangosol.coherence.rest.config.NamedQuery
Return the name of the query engine responsible to execute this query.
getQueryEngineName() - Method in class com.tangosol.coherence.rest.config.QueryEngineConfig
Determine the name of the query engine.
getQueryEngineRegistry() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return the configured query engine registry.
getQueryMap() - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return the underlying QueryMap.
getQueryMap(QueryMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of QueryMap.
getQueryParameters(UriInfo) - Static method in class com.tangosol.coherence.rest.util.RestHelper
Return a map containing query parameters from UriInfo instance.
getQueue() - Method in class com.tangosol.net.LoadBalancer
Determine the Queue that Socket connections are placed into.
getQueueDaemon() - Method in class com.tangosol.io.AsyncBinaryStore
 
getQueuedLimit() - Method in class com.tangosol.io.AsyncBinaryStore
Determine the size, in bytes, of the data that can be queued to be written asynchronously by the QueueDaemon thread.
getQueuedLimit() - Method in class com.tangosol.io.AsyncBinaryStoreManager
 
getQueuedSize() - Method in class com.tangosol.io.AsyncBinaryStore
Determine the current number of bytes that are pending being written.
getQueueLength() - Method in class com.oracle.coherence.concurrent.locks.RemoteLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQuorumInfo() - Method in class com.tangosol.net.PartitionedService.PartitionRecoveryAction
Return the "last good" service membership info.
getQuorumRules() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the quorum rules used by this policy.
getRackCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return the rack count.
getRackName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.
getRackName() - Method in interface com.tangosol.net.MemberIdentityProvider
Return the name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.
getRackName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.
getRackName() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
getRackName() - Method in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
 
getRandom() - Static method in class com.oracle.coherence.common.base.Randoms
Obtain a Random object that can be used to get random values.
getRandom() - Static method in class com.tangosol.util.Base
Obtain a Random object that can be used to get random values.
getRandomBinary(int, int) - Static method in class com.oracle.coherence.common.base.Randoms
Generates a random-length Binary within the length bounds provided whose contents are random bytes.
getRandomBinary(int, int) - Static method in class com.tangosol.util.Base
Generates a random-length Binary within the length bounds provided whose contents are random bytes.
getRandomBinary(int, int, byte...) - Static method in class com.oracle.coherence.common.base.Randoms
Generates a random-length Binary including abHead at the head of the Binary, in addition to random bytes within the length bounds provided.
getRandomBinary(int, int, byte...) - Static method in class com.tangosol.util.Base
Generates a random-length Binary including abHead at the head of the Binary, in addition to random bytes within the length bounds provided.
getRandomDestination() - Method in class com.tangosol.net.LoadBalancer
Determine a random AddressPort combination to route to.
getRandomString(int, int, boolean) - Static method in class com.oracle.coherence.common.base.Randoms
Generates a random-length String within the length bounds provided.
getRandomString(int, int, boolean) - Static method in class com.tangosol.util.Base
Generates a random-length String within the length bounds provided.
getRawByteArray() - Method in class com.tangosol.io.ByteArrayReadBuffer
Obtain the byte array that this ReadBuffer uses.
getRawByteArray() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Obtain the byte array that this WriteBuffer uses.
getRawDate() - Method in class com.tangosol.io.pof.RawDateTime
Obtain the date portion of the raw date-time value.
getRawOffset() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine the offset into the byte array returned from ByteArrayReadBuffer.getRawByteArray() that this ReadBuffer uses.
getRawTime() - Method in class com.tangosol.io.pof.RawDateTime
Obtain the time portion of the raw date-time value.
getReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
getReadBuffer(int, int) - Method in interface com.tangosol.io.ReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
getReader() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the BufferedReader that can be used to obtain user input, typically from System.in.
getReader() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getReader() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the BufferedReader to use to obtain user input.
getReader() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Reader.
getReadHoldCount() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLocator(String) - Method in interface com.tangosol.net.BackingMapManager
Return a function that when called will return a member given the current partition owners and service, or null if the service should target the primary.
getReadLocator(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
 
getReadLocatorBuilder() - Method in class com.tangosol.coherence.config.scheme.BackingMapScheme
Return a builder that is capable of building BiFunction's that return the Member reads for a partitioned cache should be targeted against.
getReadLockCount() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Queries the number of read locks held for this lock.
getReadOnlyEntry(Object) - Method in interface com.tangosol.net.BackingMapContext
Return a read-only InvocableMap.Entry for the specified key (in its internal format) from the associated cache.
getReadQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the queue of keys that are yet to be read.
getReadThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the refresh-ahead thread.
getReceiveCount() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceiveCount() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the number of completed receive requests.
getReceived() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceived() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the number of completed receive requests.
getReceivedFifteenMinuteRate() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceivedFifteenMinuteRate() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the fifteen-minute rate of completed receive requests.
getReceivedFiveMinuteRate() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceivedFiveMinuteRate() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the five-minute rate of completed receive requests.
getReceivedMeanRate() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceivedMeanRate() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the mean rate of completed receive requests.
getReceivedOneMinuteRate() - Method in class com.tangosol.net.topic.Subscriber.Channel.EmptyChannel
 
getReceivedOneMinuteRate() - Method in interface com.tangosol.net.topic.Subscriber.Channel
Return the one-minute rate of completed receive requests.
getReceiverPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the PacketReceiver daemon thread.
getRecentIterator() - Method in class com.tangosol.util.ChainedEnumerator
Get the recently used iterator, if any.
getReconnectInterval() - Method in class com.tangosol.coherence.config.scheme.ContinuousQueryCacheScheme
getReconnectInterval() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return the reconnection interval (in milliseconds).
getReconnectInterval() - Method in interface com.tangosol.net.management.ViewMBean
Return the reconnection interval (in milliseconds).
getReconnectInterval() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
getReconnectRetryMillis() - Method in interface com.tangosol.net.topic.TopicDependencies
Return the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.
getReconnectRetryMillis(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the amount of time publishers and subscribers will wait between attempts to reconnect after being disconnected.
getReconnectTimeoutMillis() - Method in interface com.tangosol.net.topic.TopicDependencies
Returns the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.
getReconnectTimeoutMillis(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Returns the maximum amount of time publishers and subscribers will attempt to reconnect after being disconnected.
getReconnectWaitMillis() - Method in interface com.tangosol.net.topic.TopicDependencies
Return the amount of time publishers and subscribers will wait before attempting to reconnect after being disconnected.
getReconnectWaitMillis(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the amount of time publishers and subscribers will wait before attempts to reconnect after being disconnected.
getRecoveryMillis() - Method in class com.tangosol.net.GuardSupport.Context
Return the recovery interval for this Guardable.
getReference() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Returns the current value of the reference.
getReference() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicMarkableReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicMarkableReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
 
getReference() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getReference() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
 
getReference() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
getRefreshAheadFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the refresh-ahead factor.
getRefreshAheadFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return refresh-ahead-factor used to calculate the "soft-expiration" time for cache entries.
getRefreshFrequency() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics
 
getRefreshPeriod() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Return the period to use to auto-refresh keys and certs.
getRefreshPolicy() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Returns the RefreshPolicy to use to determine whether keys and certs should be refreshed.
getRegisteredAsynchronousEventListeners() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get asynchronous CacheEntryEventListeners.
getRegisteredAsynchronousEventListeners() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
get asynchronous CacheEntryListenerRegistrations
getRegisteredDbs() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the registered Databases.
getRegisteredName() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return registered name of EventInterceptor.
getRegisteredSynchronousEventListeners() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get synchronous CacheEntryEventListeners.
getRegisteredSynchronousEventListeners() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
get synchronous CacheEntryListenerRegistrations
getRegistrationBehavior() - Method in class com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Returns the behavior upon duplicate registration.
getRegistrationContext() - Method in class com.tangosol.net.cache.NearCache
Obtain the context (tier) used to register a CacheMBean for this cache.
getRegistry() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getRegistry() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the optional management Registry to register the proxy MBean with.
getRegistryPort() - Static method in class com.tangosol.net.management.MBeanConnector
Get the configured registry port for the RMI Connector Server.
getReifiedTypes(Class<?>, Class<?>) - Static method in class com.tangosol.util.ClassHelper
Returns a map of types by type name as defined in clzDefiningType.
getReliableTransport() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the name of the default reliable transport used by this node.
getRemainingDistributionCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.
getRemainingDistributionCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.
getRemainingMessages() - Method in interface com.tangosol.net.topic.Subscriber
Returns the number of remaining messages to be read from the topic for this subscriber.
getRemainingMessages(int) - Method in interface com.tangosol.net.topic.Subscriber
Returns the number of remaining messages to be read from the topic channel for this subscriber.
getRemainingMessages(String) - Method in interface com.tangosol.net.topic.NamedTopic
Returns the number of remaining messages to be read from the topic for the specific subscriber group.
getRemainingMessages(String, int...) - Method in interface com.tangosol.net.topic.NamedTopic
Returns the number of remaining messages to be read from the topic for the specific subscriber group, and optionally for one or more specific channels.
getRemoteCacheScheme() - Method in class com.tangosol.coherence.config.scheme.CacheStoreScheme
Return the RemoteCacheScheme.
getRemoteMember() - Method in interface com.tangosol.net.events.partition.TransferEvent
Return the remote Member associated with this transfer operation.
getRemoteStack(StatusException) - Static method in class com.oracle.coherence.grpc.ErrorsHelper
Obtain the remote stack trace from the specified StatusException.
getRemoteStack(StatusRuntimeException) - Static method in class com.oracle.coherence.grpc.ErrorsHelper
Obtain the remote stack trace from the specified StatusRuntimeException.
getRemoveAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for remove().
getRemoveBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
Obtain the bundler for the "remove" operations.
getRemoved() - Method in class com.tangosol.util.DeltaSet
Determine what items were removed from the delta set.
getRemoved() - Method in class com.tangosol.util.SubSet
Determine what items were removed from the subset.
getReplicatedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
Return the default replicated cache configuration.
getRequest() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the cache request.
getRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the number of requests made by this connection.
getRequestCount() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the number of requests/second issued for the partition.
getRequestCountFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the fifteen minute rate of requests made by this connection.
getRequestCountFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the five minute rate of requests made by this connection.
getRequestCountMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the mean rate of requests made by this connection.
getRequestCountOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the one minute rate of requests made by this connection.
getRequestDuration75thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration75thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 75th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration95thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration95thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 95th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration98thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration98thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 98th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration999thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration999thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99.9th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDuration99thPercentile() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDuration99thPercentile() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the 99th percentile value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMax() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMax() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the maximum value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMean() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMean() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationMin() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationMin() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the minimum value from the distribution of samples in the latest snapshot of the request duration metric.
getRequestDurationStdDev() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getRequestDurationStdDev() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the standard deviation from the distribution of samples in the latest snapshot of the request duration metric.
getRequestTimeout(ServiceScheme) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the request timeout determined by the ServiceScheme.
getRequestTimeout(XmlElement) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Return the request timeout based on the XmlElement.
getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getRequestTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getRequestTimeoutMillis() - Method in interface com.tangosol.net.ServiceDependencies
Obtain a default request timeout value.
getRequestTimeoutMillis() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.Task
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getResolver() - Method in class com.tangosol.net.PartitionedService.PartitionRecoveryAction
Return the GUID resolver.
getResolver(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Return the ParameterResolver for the given cache.
getResource() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryValue
Return the registered resource.
getResource(Class<R>) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Attempts to retrieve the resource that was registered with the specified class.
getResource(Class<R>) - Method in class com.tangosol.util.ChainedResourceResolver
Attempts to retrieve the resource that was registered with the specified class.
getResource(Class<R>) - Method in class com.tangosol.util.NullImplementation.NullResourceRegistry
 
getResource(Class<R>) - Method in interface com.tangosol.util.ResourceResolver
Attempts to retrieve the resource that was registered with the specified class.
getResource(Class<R>) - Method in class com.tangosol.util.SimpleResourceRegistry
Attempts to retrieve the resource that was registered with the specified class.
getResource(Class<R>, String) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Attempts to retrieve the resource that was registered with the specified class and name.
getResource(Class<R>, String) - Method in class com.tangosol.util.ChainedResourceResolver
Attempts to retrieve the resource that was registered with the specified class and name.
getResource(Class<R>, String) - Method in class com.tangosol.util.NullImplementation.NullResourceRegistry
 
getResource(Class<R>, String) - Method in interface com.tangosol.util.ResourceResolver
Attempts to retrieve the resource that was registered with the specified class and name.
getResource(Class<R>, String) - Method in class com.tangosol.util.SimpleResourceRegistry
Attempts to retrieve the resource that was registered with the specified class and name.
getResource(String) - Method in interface com.tangosol.net.Cluster
Deprecated.
Use Cluster.getResourceRegistry() to manage resources.
getResourceClass() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryKey
Return the resource class.
getResourceRegistry() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtains the ResourceRegistry that holds resources associated with the ResourceMapping.
getResourceRegistry() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the ResourceRegistry that may be used to register ad-hoc resources with this context as a way to maintain state between different command executions.
getResourceRegistry() - Method in class com.tangosol.config.xml.DefaultProcessingContext
Obtains the ResourceRegistry associated with the ProcessingContext.
getResourceRegistry() - Method in class com.tangosol.config.xml.DocumentProcessor.DefaultDependencies
Obtains the ResourceRegistry for the DocumentProcessor.
getResourceRegistry() - Method in interface com.tangosol.config.xml.DocumentProcessor.Dependencies
Obtains the ResourceRegistry for the DocumentProcessor.
getResourceRegistry() - Method in interface com.tangosol.config.xml.ProcessingContext
Obtains the ResourceRegistry associated with the ProcessingContext.
getResourceRegistry() - Method in interface com.tangosol.net.Cluster
Retrieves a Cluster scoped ResourceRegistry.
getResourceRegistry() - Method in class com.tangosol.net.Coherence
Return the ResourceRegistry for this Coherence instance.
getResourceRegistry() - Method in class com.tangosol.net.CoherenceSession
 
getResourceRegistry() - Method in interface com.tangosol.net.ConfigurableCacheFactory
Return the ResourceRegistry for this factory.
getResourceRegistry() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Return the ResourceRegistry for this factory.
getResourceRegistry() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.DefaultDependencies
getResourceRegistry() - Method in interface com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies
getResourceRegistry() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the ResourceRegistry for this factory.
getResourceRegistry() - Method in interface com.tangosol.net.Service
Retrieves a Service scoped ResourceRegistry.
getResourceRegistry() - Method in interface com.tangosol.net.Session
Return the ResourceRegistry for this session.
getResourceRegistry() - Method in class com.tangosol.net.WrapperService
Retrieves a Service scoped ResourceRegistry.
getResourceRegistry() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a ResourceRegistry.
getResources() - Method in class com.tangosol.coherence.rest.config.RestConfig
Return a map of configured resources, keyed by cache name or alias.
getResources(Class, String) - Static method in class com.tangosol.util.ClassHelper
Load the named resources for the specified class.
getResponsesSentCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of responses sent.
getResponsesSentFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of responses sent.
getResponsesSentFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of responses sent.
getResponsesSentMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the mean rate of responses sent.
getResponsesSentOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getResponsesSentOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of responses sent.
getResponsiveMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
Return the set of Members that have recently responded to this member.
getResult() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the holder's result value.
getResult() - Method in class com.tangosol.coherence.dslquery.statement.DefaultStatementResult
 
getResult() - Method in interface com.tangosol.coherence.dslquery.StatementResult
Return the actual result Object that this StatementResult wraps.
getResult() - Method in interface com.tangosol.coherence.dsltools.termtrees.TermWalker
Return the result of the previous TermTree walk.
getResult() - Method in class com.tangosol.net.AbstractInvocable
Determine the result from the invocation of this object.
getResult() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
getResult() - Method in interface com.tangosol.net.Invocable
Determine the result from the invocation of this object.
getResult() - Method in class com.tangosol.util.AsynchronousAgent
Helper method that calls AsynchronousAgent.get() and re-throws checked exceptions as a RuntimeException.
getResults() - Method in interface com.tangosol.util.QueryRecord
Get the list of partial results for this query record.
getResults() - Method in class com.tangosol.util.SimpleQueryRecord
Get the list of partial results for this query record.
getRetained() - Method in class com.tangosol.util.SubSet
Determine what items were added to the subset.
getRipeArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Return a LongArray indexed by ripe time (when entries become eligible to be written), and associated to a list of binary keys.
getRipeMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Determine when the entry becomes ripe to be persisted.
getRMIConnectorAttributes() - Static method in class com.tangosol.net.management.MBeanConnector
Get the attributes for the RMI Connector Server.
getRole() - Method in class com.tangosol.coherence.rest.providers.SecurityFilter.Authorizer
 
getRoleName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured role name for the Member.
getRoleName() - Method in interface com.tangosol.net.MemberIdentityProvider
Return the role name for the Member.
getRoleName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured role name for the Member.
getRoleName() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
getRoleName() - Method in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
 
getRoles() - Method in interface com.tangosol.net.MemberIdentity
Return a set of role names for the Member.
getRollover() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated.
as of Coherence 3.3 this method always returns zero.
getRoot() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the root of the hierarchy this value belongs to.
getRoot() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the root of the hierarchy this value belongs to.
getRoot() - Method in class com.tangosol.run.xml.SimpleElement
Get the root element.
getRoot() - Method in interface com.tangosol.run.xml.XmlElement
Get the root element.
getRootCause() - Method in exception class com.tangosol.util.WrapperException
Return the root cause of this exception.
getRootClass() - Method in class com.tangosol.coherence.rest.io.AbstractMarshaller
Return class of the root object this marshaller is for.
getRoundingMode() - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Returns the RoundingMode that is applied to aggregation results.
getRoundRobinDestination() - Method in class com.tangosol.net.LoadBalancer
Using a round-robin algorithm, determine the next AddressPort combination to route to.
getRoutableAddresses(InetAddress, boolean, Collection<InetAddress>, boolean) - Static method in class com.tangosol.net.InetAddressHelper
Return the set of addresses from the specified destination addresses which appear to be routable from addrLocal.
getRule(int) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the quorum rule for the specified mask.
getRuleMask() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return the numeric representation of the actions allowed by this rule.
getSafeAttribute(String) - Method in class com.tangosol.run.xml.SimpleElement
Get an attribute value, and return a temporary value if the attribute does not exist.
getSafeAttribute(String) - Method in interface com.tangosol.run.xml.XmlElement
Get an attribute value, and return a temporary value if the attribute does not exist.
getSafeElement(String) - Method in class com.tangosol.run.xml.SimpleElement
Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.
getSafeElement(String) - Method in interface com.tangosol.run.xml.XmlElement
Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.
getSafeTimeMillis() - Static method in class com.oracle.coherence.common.base.TimeHelper
Returns a "safe" current time in milliseconds.
getSafeTimeMillis() - Static method in class com.tangosol.util.Base
Returns a "safe" current time in milliseconds.
getSampleDuration() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the duration (ms) over which data was collected for this sample.
getSampleStartTime() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the time (on the sampling member) at which this data collection for this sample started.
getSamplingPeriod() - Method in interface com.tangosol.net.partition.DistributionManager
Return the sampling period at which partition statistics are collected.
getScale() - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Returns the specified scale.
getScanner() - Method in class com.tangosol.coherence.dsltools.precedence.OPParser
Obtain the OPScanner that backs this parser
getSchedulingPriority() - Method in class com.tangosol.net.AbstractInvocable
Obtain this task's scheduling priority.
getSchedulingPriority() - Method in class com.tangosol.net.AbstractPriorityTask
Obtain this task's scheduling priority.
getSchedulingPriority() - Method in interface com.tangosol.net.PriorityTask
Obtain this task's scheduling priority.
getSchedulingPriority() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.Task
Obtain this task's scheduling priority.
getSchemaLocations(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Retrieve a listing of schema locations (schemaLocation/noNamespaceSchemaLocation) URL's referenced in XmlElement and all of its children.
getSchemeMappingClass() - Method in class com.tangosol.coherence.config.SchemeMappingRegistry.SchemeMappingKey
Return the scheme mapping class.
getSchemeName() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtains the name of the caching scheme to be used that match this ResourceMapping.
getSchemeName() - Method in class com.tangosol.coherence.config.scheme.AbstractScheme
Obtains the name of the Scheme.
getSchemeName() - Method in interface com.tangosol.coherence.config.scheme.Scheme
Obtains the name of the Scheme.
getSchemeName() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getSchemeName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Deprecated.
Obtain the scheme name.
getScopedResolver(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Return the ScopedParameterResolver for the given cache.
getScopedServiceName() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Return the service name with any scoping applied.
getScopedServiceName() - Method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return the service name with any scoping applied.
getScopedServiceName() - Method in class com.tangosol.coherence.config.scheme.ViewScheme
 
getScopedServiceName() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getScopedServiceName(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Apply the scope name prefix to the given service name.
getScopedServiceName(String, String) - Static method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return a scoped service name
getScopeName() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Return the name of the scope this listener is for, or null if it should be registered regardless of the scope name.
getScopeName() - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
Return the name of the scope this interceptor should be registered with.
getScopeName() - Method in interface com.oracle.coherence.cdi.SessionInitializer
 
getScopeName() - Method in interface com.tangosol.coherence.config.builder.ServiceBuilder
Return the scope name.
getScopeName() - Method in class com.tangosol.coherence.config.CacheConfig
Obtain the scope name of the CacheConfig.
getScopeName() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Return the scope name.
getScopeName() - Method in class com.tangosol.net.CoherenceSession
 
getScopeName() - Method in interface com.tangosol.net.ConfigurableCacheFactory
Return the scope name of this cache factory, if available.
getScopeName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Return the scope name for this ConfigurableCacheFactory.
getScopeName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
The scope name that this event is associated with.
getScopeName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEventDispatcher
Return the optional scope name that this dispatcher is associated with.
getScopeName() - Method in interface com.tangosol.net.events.partition.cache.PartitionedCacheDispatcher
 
getScopeName() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return the scope name for this ConfigurableCacheFactory.
getScopeName() - Method in interface com.tangosol.net.Session
Return the scope name of this cache factory, if available.
getScopeName() - Method in class com.tangosol.net.SessionConfiguration.ConfigurableCacheFactorySessionConfig
 
getScopeName() - Method in interface com.tangosol.net.SessionConfiguration
Return the scope name of the Session.
getScopeName() - Method in class com.tangosol.net.WrapperSessionConfiguration
 
getScopePrefix() - Method in interface com.tangosol.net.SessionProvider.Context
Return any prefix to prepend to the scope name of the session.
getScopePrefix() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
getScopePrefix(String, ContainerContext) - Static method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return a scope name prefixed with any tenancy name.
getScopeResolver() - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Obtain the scope resolver for this builder.
getSecond() - Method in class com.tangosol.io.pof.RawTime
Determine the time's second value.
getSecondaryKey() - Method in class com.tangosol.util.CompositeKey
Return the secondary key component.
getSecondaryPolicy() - Method in class com.tangosol.net.CompositeActionPolicy
Return the secondary policy.
getSecondMap() - Method in class com.tangosol.util.ChainedMap
Get the second (back) map.
getSeconds() - Method in class com.tangosol.io.pof.RawDayTimeInterval
Determine the number of seconds in the day-time interval.
getSeconds() - Method in class com.tangosol.io.pof.RawTimeInterval
Determine the number of seconds in the time interval.
getSecurityConfig() - Static method in class com.tangosol.net.CacheFactory
Return the security framework configuration.
getSegmentForKey(Object) - Method in class com.tangosol.util.SegmentedHashMap
Return the Segment object for the specified key.
getSegmentIndex(int) - Method in class com.tangosol.util.SegmentedHashMap
Calculate the segment index for the the specified bucket.
getSerializedValue() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return this value's serialized form.
getSerializedValue() - Method in class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
Return this value's serialized form.
getSerializer() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the request's Serializer.
getSerializer() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return a Serializer that is used to serialize/deserialize this entry.
getSerializer() - Method in interface com.tangosol.net.Service
Return a Serializer used by this Service.
getSerializer() - Method in class com.tangosol.net.WrapperService
Return a Serializer used by this Service.
getSerializer() - Method in interface com.tangosol.util.BinaryEntry
Return a Serializer that is used to serialize/deserialize this entry.
getSerializer() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Return a Serializer that is used to serialize/deserialize this entry.
getSerializer() - Method in class com.tangosol.util.InvocableMapHelper.RoutingBinaryEntry
Return a Serializer that is used to serialize/deserialize this entry.
getSerializer(String, String, Supplier<Serializer>, Supplier<ClassLoader>) - Method in class com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl
 
getSerializerFactory() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the SerializerFactory used by this service.
getSerializerMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the Serializer map.
getSerializerMap() - Method in interface com.tangosol.net.OperationalContext
Return a Map of serializer factories.
getService() - Method in class com.tangosol.net.AbstractInvocable
Obtain the containing InvocationService.
getService() - Method in class com.tangosol.net.AbstractServiceLoadBalancer
Obtain the containing Service.
getService() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Return the Cluster service.
getService() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the Service which this policy applies to.
getService() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Return the associated PartitionedService.
getService() - Method in interface com.tangosol.net.events.partition.cache.Event
Return the CacheService this event was raised from.
getService() - Method in interface com.tangosol.net.events.partition.Event
Return the PartitionedService this event was raised from.
getService() - Method in interface com.tangosol.net.events.partition.PartitionedServiceDispatcher
Return the PartitionedService for this dispatcher.
getService() - Method in class com.tangosol.net.MemberEvent
Return the Service that fired the event
getService() - Method in interface com.tangosol.net.NamedCollection
Return the Service that this NamedCollection is a part of.
getService() - Method in interface com.tangosol.net.NamedMap
 
getService() - Method in interface com.tangosol.net.partition.DistributionManager
Return the partitioned service for which this DistributionManager coordinates the distribution.
getService() - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Return the partitioned service for which this assignment strategy controls the distribution.
getService() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the partitioned service that this event originates from.
getService() - Method in class com.tangosol.net.WrapperService
Return the wrapped Service.
getService() - Method in class com.tangosol.util.ServiceEvent
Return the Service that fired the event.
getService(String) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a service configured by the current ConfigurableCacheFactory.
getService(String) - Method in interface com.tangosol.net.Cluster
Returns a Service object for the specified service name.
getService(String) - Method in class com.tangosol.net.CoherenceSession
 
getService(String) - Method in interface com.tangosol.net.Session
Returns a service for the given name or null if no service exists in this session with the specified name.
getServiceBanner() - Method in interface com.tangosol.net.Cluster
Return a description of the running services in this Cluster.
getServiceBanner(Collection<Service>) - Method in class com.tangosol.net.DefaultCacheServer
Return a service banner for a collection of services.
getServiceBuilder() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Return the ServiceBuilder that is needed to build a service.
getServiceBuilder() - Method in class com.tangosol.coherence.config.scheme.NearScheme
Return the ServiceBuilder that is needed to build a service.
getServiceBuilder() - Method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return the ServiceBuilder that is needed to build a service.
getServiceBuilder() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getServiceConfig(String) - Static method in class com.tangosol.net.CacheFactory
Return the configuration for the specified service type.
getServiceDependencies() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Obtains the ServiceDependencies that will be used to configure Service produced by this scheme.
getServiceFailurePolicyBuilder() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the service failure policy builder.
getServiceFilterMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain a map of service name to filter list.
getServiceInfo(String) - Method in interface com.tangosol.net.Cluster
Returns a ServiceInfo object for the specified service name.
getServiceJoinTime(String) - Static method in class com.tangosol.persistence.GUIDHelper
Parse the specified GUID and return the service join time.
getServiceMachineCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of machines that host storage-enabled nodes running this service.
getServiceMachineCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of machines that host storage-enabled nodes running this service.
getServiceMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the service map.
getServiceMap() - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory
Return a map of services that were successfully started by this factory where values are corresponding non-scoped service names.
getServiceMember(int) - Method in interface com.tangosol.net.ServiceInfo
Return the Member with the specified mini-id that is running this Service.
getServiceMembers() - Method in interface com.tangosol.net.ServiceInfo
Return a Set of Member objects, one for each Member that has registered this Service.
getServiceMonitor() - Method in class com.tangosol.net.DefaultCacheServer.LifecycleContext
 
getServiceName() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Return the name of the service this listener is for, or '*' if it should be registered regardless of the service name.
getServiceName() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Return the service name.
getServiceName() - Method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return the service name.
getServiceName() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getServiceName() - Method in class com.tangosol.net.ClusterPermission
Return the service name for this permission object or null if the permission applies to any service.
getServiceName() - Method in class com.tangosol.net.events.NamedEventInterceptor
Return the name of the service this interceptor should receive events from.
getServiceName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
The name of the service that the event is associated with.
getServiceName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEventDispatcher
Return the optional name of the service that this dispatcher is associated with.
getServiceName() - Method in interface com.tangosol.net.events.partition.cache.PartitionedCacheDispatcher
Return the name of the service that this PartitionedCacheDispatcher is associated with.
getServiceName() - Method in interface com.tangosol.net.events.partition.PartitionedServiceDispatcher
Return the name of the service that this PartitionedServiceDispatcher is associated with.
getServiceName() - Method in class com.tangosol.net.security.PermissionInfo
Return the service name.
getServiceName() - Method in interface com.tangosol.net.ServiceInfo
Return the name of the Service.
getServiceNames() - Method in interface com.tangosol.net.Cluster
Returns an Enumeration of String objects, one for each service that has been previously registered in the cluster.
getServiceNodeCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of storage-enabled nodes running this service.
getServiceNodeCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of storage-enabled nodes running this service.
getServiceProvider() - Method in class com.tangosol.coherence.config.scheme.BaseGrpcScheme
Returns the ClusterDependencies.ServiceProvider instance to use to create new instances of the service.
getServiceRackCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of racks that host storage-enabled nodes running this service.
getServiceRackCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of racks that host storage-enabled nodes running this service.
getServiceSchemeRegistry() - Method in class com.tangosol.coherence.config.CacheConfig
getServiceSerializer() - Method in class com.oracle.coherence.grpc.RequestHolder
Obtain the cache's Serializer.
getServiceSiteCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get the number of sites that host storage-enabled nodes running this service.
getServiceSiteCount() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get the number of sites that host storage-enabled nodes running this service.
getServiceStore(Cluster) - Method in class com.tangosol.coherence.config.scheme.ViewScheme
Obtain the ScopedServiceReferenceStore from the provided Cluster.
getServiceType() - Method in class com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Return the Service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.AbstractLocalCachingScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.BaseGrpcCacheScheme
 
getServiceType() - Method in class com.tangosol.coherence.config.scheme.ClassScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.DistributedScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.InvocationScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.NearScheme
 
getServiceType() - Method in class com.tangosol.coherence.config.scheme.OptimisticScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.ProxyScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.RemoteCacheScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.RemoteInvocationScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.ReplicatedScheme
Return the service type.
getServiceType() - Method in interface com.tangosol.coherence.config.scheme.ServiceScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.TransactionalScheme
Return the service type.
getServiceType() - Method in class com.tangosol.coherence.config.scheme.ViewScheme
 
getServiceType() - Method in class com.tangosol.coherence.config.scheme.WrapperCachingScheme
 
getServiceType() - Method in interface com.tangosol.net.ServiceInfo
Return the type of the Service.
getServiceVersion(PersistentStore<ReadBuffer>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
getServiceVersion(Member) - Method in interface com.tangosol.net.ServiceInfo
Return a String with Service version for the specified service Member.
getSession() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the current Session that will be used by commands executed under this context.
getSession() - Method in class com.tangosol.net.Coherence
Obtain the default Session from the Coherence instance.
getSession() - Method in interface com.tangosol.net.events.SessionLifecycleEvent
The Session instance that this event is associated with.
getSession() - Method in interface com.tangosol.net.SessionProvider.Context
Return the Session created by the provider, or null if no session could be created.
getSession() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
getSession(String) - Method in class com.oracle.coherence.cdi.AbstractCacheInterceptor
Obtains the named Session or the default one if session name was not specified.
getSession(String) - Method in class com.tangosol.net.Coherence
Obtain the Session from the Coherence instance that was configured with the specified configuration name.
getSessionConfigurations() - Method in interface com.tangosol.net.CoherenceConfiguration
Return an immutable Map of named SessionConfiguration instances that will be used by the Coherence instance to create Sessions.
getSessionConfigurations() - Method in class com.tangosol.net.CoherenceConfiguration.SimpleConfig
 
getSessionIfPresent(String) - Method in class com.tangosol.net.Coherence
Obtain the Session from the Coherence instance that was configured with the specified configuration name.
getSessionName() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Return the name of the session that this listener is for
getSessionName() - Method in interface com.tangosol.net.events.partition.cache.CacheLifecycleEvent
The optional Session name that this event is associated with.
getSessionNames() - Method in class com.tangosol.net.Coherence
Return a set of session names that this Coherence instance has.
getSessionProvider() - Method in interface com.tangosol.net.SessionProvider.Provider
Provide an optional SessionProvider.
getSessionScopeNames() - Method in class com.tangosol.net.Coherence
Return a set of session scope names that this Coherence instance has.
getSessionsWithScope(String) - Method in class com.tangosol.net.Coherence
Obtain all the Sessions from the Coherence instance that are configured with the specified scope name.
getSessionWithName(InjectionPoint) - Method in class com.oracle.coherence.cdi.SessionProducer
Produces a Session for a given scope.
getSessionWithSessionName(InjectionPoint) - Method in class com.oracle.coherence.cdi.SessionProducer
Produces a Session for a given scope.
getSet() - Method in class com.tangosol.util.ImmutableArrayList
Return a java.util.Set view of this ImmutableArrayList.
getSet() - Method in class com.tangosol.util.ImmutableMultiList
Return a java.util.Set view of this ImmutableMultiList.
getSet() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the NullSet.
getSet(Set<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of Set that uses a Converter to view an underlying Set.
getSet(Set, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Set.
getSetList(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the list of "Set statements" from the given AST node.
getSharedDirectoryPath() - Method in class com.tangosol.persistence.DirectorySnapshotArchiver
The shared directory to write archives to.
getShieldedOutputStream(OutputStream) - Static method in class com.tangosol.util.ExternalizableHelper
Get a shielded OutputStream for the passed OutputStream object.
getShort() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the short which this PofValue represents.
getShort() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the short which this PofValue represents.
getShortArray() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the short[] which this PofValue represents.
getShortArray() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the short[] which this PofValue represents.
getShortClassName() - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
 
getShrinkageCount() - Method in class com.tangosol.io.nio.BinaryMap
Determine the level at which the modulo will decrease.
getShrinkageThreshold() - Method in class com.tangosol.io.nio.AbstractBufferManager
Determine the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
getShrinkageThreshold() - Method in interface com.tangosol.io.nio.ByteBufferManager
Determine the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
getShutdownHookOption() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the value of the ShutdownHook setting.
getSignedPermission() - Method in class com.tangosol.net.security.PermissionInfo
Return the encrypted ClusterPermission object.
getSimpleFactory(Continuation<? super T>) - Static method in class com.tangosol.persistence.SafePersistenceWrappers
Return a simple FailureContinuationFactory that uses the specified failure continuation to handle failures at any layer of the persistence implementation.
getSimpleName() - Method in class com.tangosol.coherence.dsltools.base.BaseToken
Return the simple class name for this instance.
getSimpleName(Class) - Static method in class com.oracle.coherence.common.base.Classes
Determine the simple (unqualified) name of a class.
getSimpleName(Class) - Static method in class com.tangosol.util.ClassHelper
Determine the simple (unqualified) name of a class.
getSimpleName(String) - Static method in class com.oracle.coherence.common.base.Classes
Determine the simple (unqualified) name of a class.
getSimpleName(String) - Static method in class com.tangosol.util.ClassHelper
Determine the simple (unqualified) name of a class.
getSingletonFactory() - Method in class com.tangosol.net.SingletonCacheFactoryBuilder
Return the singleton cache factory.
getSiteCount() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return the site count.
getSiteName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Site (such as a data center) in which this Member resides.
getSiteName() - Method in interface com.tangosol.net.MemberIdentityProvider
Return the name for the Site (such as a data center) in which this Member resides.
getSiteName() - Method in class com.tangosol.net.proxy.RemoteMember
Return the configured name for the Site (such as a data center) in which this Member resides.
getSiteName() - Method in class com.tangosol.net.URLMemberIdentityProvider
 
getSiteName() - Method in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
 
getSize() - Method in class com.tangosol.coherence.rest.util.StaticContent
Return content size in bytes.
getSize() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the size of the encoded value in bytes.
getSize() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the number of entries in the OverflowMap.
getSize() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
 
getSize() - Method in interface com.tangosol.net.management.ViewMBean
Returns the number of key-value mappings in this cache.
getSize() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
getSize() - Method in class com.tangosol.util.AbstractLongArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.AbstractSafeLongArray
 
getSize() - Method in class com.tangosol.util.AbstractSparseArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
getSize() - Method in interface com.tangosol.util.LongArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
getSize() - Method in class com.tangosol.util.SimpleLongArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Return index content map size.
getSize() - Method in class com.tangosol.util.StringTable
Determine the number of strings in the table.
getSize() - Method in class com.tangosol.util.Tree
Determine the size of the tree.
getSize() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.EntryWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.JsonCollectionWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.ObjectWriter
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.XmlCollectionWriter
 
getSize(Map, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.XmlMapWriter
 
getSize(Set, Class<?>, Type, Annotation[], MediaType) - Method in class com.tangosol.coherence.rest.providers.XmlKeysWriter
getSizeAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the registered action for size().
getSizeCode() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the "free block size code" for a block of this size.
getSizeThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
Obtain the bundle size threshold value.
getSnapshotArchiverMap() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the snapshot archiver map.
getSnapshotArchiverMap() - Method in interface com.tangosol.net.OperationalContext
Return a Map of snapshot archiver factories.
getSnapshotName() - Method in interface com.tangosol.net.events.partition.TransferEvent.RecoveryTransferEvent
Return the name of the snapshot if the partition was recovered from a snapshot and not active persistence.
getSnapshotPersistenceTools(File) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return an implementation specific instance of PersistenceTools for the given local snapshot directory.
getSnapshots() - Method in interface com.tangosol.persistence.PersistenceManagerMBean
Return a list of snapshots that are available for recovery.
getSocketProvider(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getSocketProvider(String) - Method in class com.tangosol.net.SocketProviderFactory
Return a Socket provider
getSocketProvider(String, SocketProviderFactory.Dependencies, int) - Method in class com.tangosol.net.SocketProviderFactory
Return a Socket provider
getSocketProviderBuilder() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get delegate socket provider builder
getSocketProviderBuilder(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getSocketProviderBuilder(XmlElement, boolean) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getSocketProviderFactory() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the SocketProviderFactory associated with the cluster.
getSocketProviderFactory() - Method in interface com.tangosol.net.OperationalContext
Return a SocketProviderFactory.
getSocketProviderFactory() - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Get the associated SocketProviderFactory for the Dependency object.
getSocketProviderFactory() - Method in interface com.tangosol.net.SocketProviderFactory.Dependencies
Get the associated SocketProviderFactory for the Dependency object.
getSocketProviderFactory(ProcessingContext, XmlElement) - Static method in class com.tangosol.net.SocketProviderFactory
Return the cluster's SocketProviderFactory.
getSoftTimeout() - Method in class com.tangosol.net.GuardSupport.Context
Return the next soft-timeout for this Guardable.
getSoftTimeoutMillis() - Method in interface com.tangosol.net.Guardian.GuardContext
Return the soft timeout interval for the represented Guardable.
getSoftTimeoutMillis() - Method in class com.tangosol.net.GuardSupport.Context
Return the soft timeout interval for the represented Guardable.
getSortedMap() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Return the underlying SortedMap.
getSortedMap(SortedMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of SortedMap.
getSortedMap(SortedMap, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of SortedMap.
getSortedSet() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Return the underlying SortedSet.
getSortedSet() - Method in class com.tangosol.util.ImmutableArrayList
Return a java.util.SortedSet view of this ImmutableArrayList.
getSortedSet(SortedSet<F>, Converter<F, T>, Converter<T, F>) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of SortedSet that uses a Converter to view an underlying SortedSet.
getSortedSet(SortedSet, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of SortedSet.
getSource() - Method in interface com.tangosol.coherence.federation.ChangeRecord.Entry
Obtain the name of the Participant from which the entry originated.
getSource() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Return the SegmentedConcurrentMap containing this Entry.
getSourceAddress() - Method in interface com.tangosol.net.NameService.RequestContext
Get the InetAddress that the request originated from.
getSpan(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Calculate the partition span for a logical group of keys represented by the specified "base" key.
getSpeakerPriority() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the priority of the PacketSpeaker daemon thread.
getSpeakerVolumeMinimum() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the minimum number of packets which must be ready to be sent in order for the speaker to be utilized.
getSqlTokenTable(boolean) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return an initialized TokenTable for the full CoherenceQueryLanguage.
getSSLDependencies(String) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Get the SSLSocketProvider's dependencies associated with the given socket provider id
getSSLDependencies(String) - Method in interface com.tangosol.net.SocketProviderFactory.Dependencies
Get the SSLSocketProvider's dependencies associated with the given socket provider id
getSSLDependenciesBuilderMap() - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
 
getSSLSettings() - Method in class com.tangosol.coherence.config.builder.SocketProviderBuilder
Return SSLSettings for SocketProviderBuilder.
getSSLSettings(SocketProvider) - Method in class com.tangosol.net.SocketProviderFactory
Return SSLSettings for the specified SocketProvider.
getSSLSettings(SocketProviderBuilder) - Method in class com.tangosol.net.SocketProviderFactory
Return SSLSettings for the specified SocketProviderBuilder.
getSSLSettings(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Deprecated.
getStableBucketArray() - Method in class com.tangosol.util.SafeHashMap
Get the bucket array, or if a resize is occurring, wait for the resize to complete and return the new bucket array.
getStableBucketArray() - Method in class com.tangosol.util.SegmentedHashMap
Get the bucket array, or if a resize is occurring, wait for the resize to complete and return the new bucket array.
getStackFrame() - Static method in class com.oracle.coherence.common.base.StackTrace
Get the StackFrame information for the current method.
getStackFrame() - Static method in class com.tangosol.util.Base
Get the StackFrame information for the current method.
getStackFrames() - Static method in class com.oracle.coherence.common.base.StackTrace
Iterate the StackFrame information for all callers, going from the inside outwards, and starting with the caller of this method.
getStackFrames() - Static method in class com.tangosol.util.Base
Iterate the StackFrame information for all callers, going from the inside outwards, and starting with the caller of this method.
getStackTrace() - Static method in class com.oracle.coherence.common.base.StackTrace
Build a stack trace for the current thread.
getStackTrace() - Static method in class com.tangosol.util.Base
Build a stack trace for the current thread.
getStackTrace(Thread) - Static method in class com.oracle.coherence.common.base.StackTrace
Print stack trace for running thread.
getStackTrace(Thread) - Static method in class com.tangosol.util.Base
Print stack trace for running thread.
getStackTrace(Throwable) - Static method in class com.oracle.coherence.common.base.StackTrace
Build a stack trace for the passed exception that does not include the exception description itself.
getStackTrace(Throwable) - Static method in class com.tangosol.util.Base
Build a stack trace for the passed exception that does not include the exception description itself.
getStalePartitions(PartitionedService.PartitionRecoveryAction, PartitionSet, PartitionSet) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Return staled partition set.
getStamp() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Returns the current value of the stamp.
getStamp() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicStampedReference
 
getStamp() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicStampedReference
 
getStamp() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStamp() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
 
getStamp() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
 
getState() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the state of the executor.
getState() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the state of the ContinuousQueryCache.
getState() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the state of the Status object.
getState() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine the state of the Status object.
getState() - Method in interface com.tangosol.net.Guardian.GuardContext
Return the state of the Guardable.
getState() - Method in class com.tangosol.net.GuardSupport.Context
Return the state of the Guardable.
getState() - Method in class com.tangosol.net.partition.FailoverAccessPolicy
Return the current endangered state (one of the STATE_* constants).
getState() - Method in class com.tangosol.util.Daemon
Obtain the state of the daemon.
getState() - Method in interface com.tangosol.util.fsm.FiniteStateMachine
Obtains the current state of the FiniteStateMachine.
getState() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine
Obtains the current state of the FiniteStateMachine.
getState(String) - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the state with the specified name from the SimpleModel.
getStateClass() - Method in class com.tangosol.util.fsm.AnnotationDrivenModel
Obtains the Class of the state of the Model.
getStateClass() - Method in interface com.tangosol.util.fsm.Model
Obtains the Class of the state of the Model.
getStateClass() - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the Class of the state of the Model.
getStateCode() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the state of the executor as an integer.
getStateEntryActions() - Method in class com.tangosol.util.fsm.AnnotationDrivenModel
Obtains the StateEntryActions defined for the states in the Model.
getStateEntryActions() - Method in interface com.tangosol.util.fsm.Model
Obtains the StateEntryActions defined for the states in the Model.
getStateEntryActions() - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the StateEntryActions defined for the states in the Model.
getStateExitActions() - Method in class com.tangosol.util.fsm.AnnotationDrivenModel
Obtains the StateExitActions defined for the states in the Model.
getStateExitActions() - Method in interface com.tangosol.util.fsm.Model
Obtains the StateExitActions defined for the states in the Model.
getStateExitActions() - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the StateExitActions defined for the states in the Model.
getStateFrom() - Method in exception class com.tangosol.util.fsm.RollbackTransitionException
Obtain the state from which the Transition was rolled back.
getStatementBuilder(String) - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the StatementBuilder for a given CohQL AST functor.
getStatementBuilders() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Return the map of StatementBuilder instances.
getStatementExecutor() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the StatementExecutor to use to parse and execute statements.
getStatementExecutor() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getStatementExecutor() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the StatementExecutor to use to parse and execute statements.
getStatements() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getStatements() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the list of statements that should be executed prior to the start of the CohQL session.
getStates() - Method in class com.tangosol.util.fsm.AnnotationDrivenModel
Obtains the valid states defined by the Model.
getStates() - Method in interface com.tangosol.util.fsm.Model
Obtains the valid states defined by the Model.
getStates() - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the valid states defined by the Model.
getStateString(int) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return a String description of the provided STATE_* variables.
getStateTo() - Method in exception class com.tangosol.util.fsm.RollbackTransitionException
Obtain the state to which the Transition did not occur.
getStatistics() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
Get JCache Statistics associated with Cache.
getStatistics() - Method in class com.tangosol.coherence.jcache.common.JCacheContext
Return the statistics for this storage node.
getStatistics() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get JCache statistics.
getStatistics() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
Get JCache statistics
getStatistics() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCache
 
getStatistics() - Method in class com.tangosol.coherence.jcache.remotecache.RemoteCache
 
getStatistics() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistenceSnapshotTools
Get the PersistenceStatistics for a local snapshot by using the implementation manager and visiting the store.
getStatistics() - Method in class com.tangosol.util.NullImplementation.NullPersistenceManager
 
getStatus() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the enumerated status of the Status object.
getStatus() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine the enumerated status of the Status object.
getStatus() - Method in class com.tangosol.net.topic.Subscriber.CommitResult
Returns the result of the commit request.
getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Return a String that describes the current Quorum state.
getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy
Return a String that describes the current Quorum state.
getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Return a String that describes the current Quorum state.
getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Return a String that describes the current Quorum state.
getStatusMap() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the Map of Status objects for entries managed by this Overflow Map.
getStatusMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Obtain the Map of Status objects for entries managed by this Overflow Map.
getSteps() - Method in interface com.tangosol.util.QueryRecord.PartialResult
Get the list of steps for this query record partial result in the order that they occurred.
getSteps() - Method in interface com.tangosol.util.QueryRecord.PartialResult.Step
Return inner nested steps, may be null if not nested.
getSteps() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Get the list of steps for this query record partial result in the order that they occurred.
getSteps() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Return inner nested steps, may be null if not nested.
getStorageAccessAuthorizer() - Method in class com.tangosol.coherence.config.scheme.BackingMapScheme
Obtains the Expression defining the name of the StorageAccessAuthorizer.
getStorageAccessAuthorizer() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Obtains the Expression defining the name of the StorageAccessAuthorizer.
getStorageAccessAuthorizer(String) - Method in interface com.tangosol.net.BackingMapManager
Determine the StorageAccessAuthorizer that is used by a CacheService to secure access to the NamedCache with the specified name.
getStorageAccessAuthorizer(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Deprecated.
Determine the StorageAccessAuthorizer that is used by a CacheService to secure access to the NamedCache with the specified name.
getStorageAccessAuthorizer(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Deprecated.
Determine the StorageAccessAuthorizer that is used by a CacheService to secure access to the NamedCache with the specified name.
getStorageAccessAuthorizer(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Determine the StorageAccessAuthorizer that is used by a CacheService to secure access to the NamedCache with the specified name.
getStorageAccessAuthorizer(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager
Determine the StorageAccessAuthorizer that is used by a CacheService to secure access to the NamedCache with the specified name.
getStorageEnabledMembers() - Method in interface com.tangosol.net.DistributedCacheService
Deprecated.
As of Coherence 3.6, replaced by PartitionedService.getOwnershipEnabledMembers().
getStorageFormat() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the storage format used by this manager.
getStorageIndex() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
Return the storage index at which to evaluate members for safety.
getStorageScheme() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the BackingMapScheme used for the storage of this scheme.
getStorageScheme(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the BackingMapScheme used for the storage of this scheme.
getStorageSize() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the total size (in bytes) of the storage associated with the partition.
getStorageVersion() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the version of the storage format used by this manager.
getStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Return the cache store object to which this wrapper delegates.
getStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Return the cache store object to which this wrapper delegates.
getStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Return the cache store object to which this wrapper delegates.
getStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Return the cache store object to which this wrapper delegates.
getStore() - Method in class com.tangosol.persistence.SafePersistenceWrappers.SafePersistentStore
Return the underlying PersistentStore.
getStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Obtain the bundler for the "store" operations.
getStoreContinuation(PersistentStore<R>) - Method in interface com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory
Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistentStore.
getStoreFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of store() failures.
getStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the cumulative time spent on store() operations.
getStoreName(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.BdbStoreManagerBuilder
Specifies the name for a database table that the Berkeley Database JE store manager uses to store data in.
getStoreOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of store() operations.
getStrategyName() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Get name of the PartitionAssignmentStrategy in use.
getStrategyName() - Method in interface com.tangosol.net.partition.SimpleStrategyMBean
Get name of the PartitionAssignmentStrategy in use.
getStreamFormat(Object) - Static method in class com.tangosol.util.ExternalizableHelper
Internal: Select an optimal stream format to use to store the passed object in a stream (as used by the DefaultSerializer).
getStrength() - Method in class com.tangosol.util.CacheCollator
Returns this Collator's strength property.
getString() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the String which this PofValue represents.
getString() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the String which this PofValue represents.
getString() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a String.
getString() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a String.
getString() - Method in class com.tangosol.util.AnyEvent
Gets the associated value as a java.lang.String.
getString(String) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a String.
getString(String) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a String.
getString(String, String) - Method in class com.oracle.coherence.common.base.Resources
Get the specified resource text.
getString(String, String[], String) - Method in class com.oracle.coherence.common.base.Resources
Get the specified resource string.
getSubject() - Method in class com.tangosol.net.security.PermissionInfo
Return the encryptor subject.
getSubMappings() - Method in class com.tangosol.coherence.config.ResourceMapping
Obtain the list of sub-mappings that this mapping contains
getSubscriberGroupBuilders() - Method in class com.tangosol.coherence.config.TopicMapping
Get the durable SubscriberGroupBuilders for this TopicMapping.
getSubscriberGroupMBeanName(SubscriberGroupId, String, Service) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name for a subscriber group.
getSubscriberGroupName(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.SubscriberGroupBuilder
Get the subscriber group name.
getSubscriberGroups() - Method in interface com.tangosol.net.topic.NamedTopic
Return the set of named subscriber group(s) and statically configured subscriber-group(s).
getSubscriberGroups(String) - Method in interface com.tangosol.net.PagedTopicService
Returns the subscriber groups for a topic known to this service.
getSubscriberMBeanName(PagedTopicSubscriber) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name for a PagedTopicSubscriber.
getSubscriberMBeanPattern(NamedTopic<?>, boolean) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name pattern for all subscribers in a topic.
getSubscriberMBeanPattern(NamedTopic<?>, SubscriberGroupId, boolean) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name pattern for all subscribers in a subscriber group for topic.
getSubscribers(String, SubscriberGroupId) - Method in interface com.tangosol.net.PagedTopicService
Returns the subscriber ids known to this service and subscribed to a subscriber group for a topic .
getSubscriberTimeout(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Returns the subscriber timeout value.
getSubscriberTimeoutMillis() - Method in interface com.tangosol.net.topic.TopicDependencies
Returns number of milliseconds within which a subscriber must issue a heartbeat or be forcefully considered closed.
getSubscription(long) - Method in interface com.tangosol.net.PagedTopicService
Return a PagedTopicSubscription.
getSubscriptionId(String, SubscriberGroupId) - Method in interface com.tangosol.net.PagedTopicService
Return the subscription id for a subscriber group.
getSuccessfulRequestCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the count of requests that responded with success.
getSuccessfulRequestFifteenMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestFifteenMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the fifteen minute rate of successful requests.
getSuccessfulRequestFiveMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestFiveMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the five minute rate of successful requests.
getSuccessfulRequestMeanRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestMeanRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of successful requests.
getSuccessfulRequestOneMinuteRate() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getSuccessfulRequestOneMinuteRate() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the one minute rate of successful requests.
getSuggestionCompletionDelay() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the amount of time in ms to delay the analysis after a distribution suggestion has been made and before it is carried out.
getSuggestionDelay() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the amount of time in ms to delay the analysis.
getSupplier() - Method in class com.tangosol.util.processor.MethodInvocationProcessor
Returns the supplier that should be used when an entry is not present.
getSupportedTypes() - Method in interface com.tangosol.net.events.EventDispatcher
Return the set of Event types this EventDispatcher supports.
getSymbol() - Method in class com.tangosol.coherence.dslquery.operator.BaseOperator
Return the symbol to use in CohQL that represents this operator.
getSynchronousListeners() - Method in class com.tangosol.util.Listeners
Get the array of synchronous event listeners.
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.queryplus.WheneverStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListArchiverStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListServicesStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ListSnapshotsStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RecoverSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RemoveSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ResumeServiceStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.RetrieveSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.SuspendServiceStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.persistence.ValidateSnapshotStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.QueryRecorderStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.SourceStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.TruncateCacheStatementBuilder
 
getSyntax() - Method in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder
 
getSyntax() - Method in interface com.tangosol.coherence.dslquery.StatementBuilder
Return the syntax of the CohQL command.
getSyntheticEventsMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the map of keys for which the events should be marked as synthetic (internal).
getSyntheticInfo(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Deprecated.
Generate a synthetic CacheInfo for a cache that has a name suffixed with the specified string.
getTail(int) - Method in interface com.tangosol.net.topic.Subscriber
Returns the Position that is currently the tail for the specified channel or Optional.empty() if the channel is not owned by thisSubscriber.
getTails() - Method in interface com.tangosol.net.topic.Subscriber
Returns a Map of the Positions that are currently the tail for each channel owned by this Subscriber; that is the last message in the channel.
getTarget() - Method in class com.tangosol.util.extractor.AbstractExtractor
 
getTarget() - Method in interface com.tangosol.util.ValueExtractor
getTaskActiveMillis() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskActiveMillis() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of milliseconds spent by all Daemon threads while executing tasks since the last time the statistics were reset.
getTaskAddCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskAddCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskAddCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of tasks added to the pool since the last time the statistics were reset.
getTaskBacklog() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskBacklog() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the number of tasks that have been added to the pool, but not yet scheduled for execution.
getTaskCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of tasks executed by Daemon threads since the last time the statistics were reset.
getTaskExecutionTime() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the total amount of time (in ms) that tasks/requests for this partition spent executing.
getTaskHungThresholdMillis() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the amount of time that a task can execute before it's considered "hung".
getTasks() - Method in class com.tangosol.util.TaskDaemon
Obtain the pending tasks.
getTasksCompletedCount() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the completed tasks count for the executor.
getTasksInProgressCount() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the in progress tasks count for the executor.
getTasksRejectedCount() - Method in interface com.oracle.coherence.concurrent.executor.management.ExecutorMBean
Get the number of tasks rejected by the executor.
getTaskTimeout() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTaskTimeout() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskTimeout() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the default timeout value for PriorityTasks that don't explicitly specify the execution timeout value.
getTaskTimeoutCount() - Method in class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
 
getTaskTimeoutCount() - Method in interface com.oracle.coherence.grpc.proxy.GrpcProxyMetricsMBean
Return the total number of timed-out tasks since the last time the statistics were reset.
getTaskTimeoutMillis() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the default task timeout value.
getTaskWaitTime() - Method in class com.tangosol.net.partition.PartitionStatistics
Return the total amount of time (in ms) that tasks/requests for this partition spent waiting before execution.
getTcpBacklog() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the listener backlog for TCMP's TCP listener.
getTcpDatagramSocketDependencies(String) - Method in class com.tangosol.net.SocketProviderFactory.DefaultDependencies
Get the TcpDatagramSocketProvider's dependencies associated with the given socket provider id
getTcpDatagramSocketDependencies(String) - Method in interface com.tangosol.net.SocketProviderFactory.Dependencies
Get the TcpDatagramSocketProvider's dependencies associated with the given socket provider id
getTcpDatagramSocketOptions() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the SocketOptions to apply when TCMP runs on a TcpDatagramSocket.
getTcpRingSocketOptions() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the TcpRing SocketOptions.
getThread() - Method in interface com.tangosol.net.ServiceMonitor
Return the thread used by this ServiceMonitor.
getThread() - Method in class com.tangosol.net.SimpleServiceMonitor
Return the thread used by this ServiceMonitor.
getThread() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
getThread() - Method in class com.tangosol.util.Daemon
Accessor to obtain the Daemon thread object.
getThreadContext() - Static method in class com.tangosol.net.GuardSupport
Obtain the GuardContext associated with the current thread.
getThreadContextClassLoader() - Method in class com.tangosol.util.Daemon
Determine the configured context ClassLoader for the daemon thread.
getThreadDecreaseInterval() - Method in interface com.tangosol.net.ThreadPoolManager
Return the time interval for dynamically decreasing the size of the thread pool.
getThreadDump() - Static method in class com.tangosol.net.GuardSupport
Get the full thread dump.
getThreadFactory() - Static method in class com.tangosol.util.Base
Return the configured thread factory.
getThreadId() - Method in class com.oracle.coherence.concurrent.locks.LockOwner
Return the thread ID.
getThreadId() - Method in class com.oracle.coherence.concurrent.PermitAcquirer
Return the thread ID.
getThreadIncreaseInterval() - Method in interface com.tangosol.net.ThreadPoolManager
Return the time interval for dynamically increasing the size of the thread pool.
getThreadPriority() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the priority of the service thread.
getThreadThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
Obtains the minimum number of threads that will trigger the bundler to switch from a pass through to a bundled mode.
getThreadThreshold(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.BundleManager.BundleConfig
Return the minimum number of threads that must be concurrently executing individual(non-bundled) requests for the bundler to switch from a pass-through to a bundling mode.
getThreshold() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return the size threshold for this rule.
getThresholdFactor() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return the percentage threshold for this rule.
getTime() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Time.
getTime() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Time.
getTime(Time) - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Time.
getTime(Time) - Method in interface com.tangosol.run.xml.XmlValue
Get the value as a Time.
getTimedOutMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
Return the set of Members that have exceeded their timeout.
getTimeMillis() - Method in interface com.tangosol.net.Cluster
Returns the current "cluster time", which is analogous to the System.currentTimeMillis() except that the cluster time is the roughly the same for all Members in the cluster.
getTimeout() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Obtain the number of mill-seconds to wait for a Statement to execute before timing out.
getTimeout() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getTimeout() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the initial value that will be set as the CohQL statement timeout.
getTimeout() - Method in class com.tangosol.net.GuardSupport.Context
Return the next timeout for this Guardable.
getTimeoutCount() - Method in class com.oracle.coherence.grpc.proxy.DaemonPoolExecutor.DaemonPoolManagement
 
getTimeoutMillis() - Method in interface com.tangosol.net.Guardian.GuardContext
Return the hard timeout interval for the represented Guardable.
getTimeoutMillis() - Method in class com.tangosol.net.GuardSupport.Context
Return the hard timeout interval for the represented Guardable.
getTimestamp() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the time that the connection was opened.
getTimestamp() - Method in interface com.tangosol.net.Member
Return the date/time value (in cluster time) that the Member joined.
getTimestamp() - Method in class com.tangosol.net.proxy.RemoteMember
Return the date/time value (in cluster time) that the Member joined.
getTimestamp() - Method in interface com.tangosol.net.topic.Subscriber.Element
Return the timestamp that the element was published.
getTimestamp() - Method in class com.tangosol.util.UID
Determine the date/time value that the UID instance was generated.
getTimestamp() - Method in class com.tangosol.util.UUID
Determine the date/time value that the UUID instance was generated.
getTimeToLive() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getTimeUnit() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.DelayedTransitionTo
getTimeUnit() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.ProcessEventLater
getTimeZone(String) - Static method in class com.oracle.coherence.common.base.TimeHelper
Gets the TimeZone for the given ID.
getTimeZone(String) - Static method in class com.tangosol.util.Base
Gets the TimeZone for the given ID.
getTitle() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the String to use for title that heads each result.
getTitle() - Method in class com.tangosol.coherence.dslquery.QueryPlus.DefaultDependencies
 
getTitle() - Method in interface com.tangosol.coherence.dslquery.QueryPlus.Dependencies
Return the String to use for title that heads each result.
getTokens() - Method in class com.tangosol.coherence.dsltools.base.CompoundBaseToken
Return an array of BaseTokens making up the receiver.
getTokens() - Method in class com.tangosol.coherence.dsltools.base.NestedBaseTokens
Return an array of BaseTokens making up the receiver.
getTokens() - Method in class com.tangosol.coherence.dsltools.base.SequenceBaseToken
Return an array of BaseTokens making up the receiver.
getToMember() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the member that holds the partitions after the action represented by this event.
getTopAnchor() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the top anchor object, which is the last value object on a previous page.
getTopic(String) - Method in interface com.tangosol.net.Session
Acquire a NamedTopic using the specified ValueTypeAssertion.
getTopic(String, NamedCollection.Option...) - Method in class com.tangosol.net.CoherenceSession
 
getTopic(String, NamedCollection.Option...) - Method in interface com.tangosol.net.Session
Acquire a NamedTopic using the specified ValueTypeAssertion.
getTopicBackingMapManager() - Method in interface com.tangosol.net.PagedTopicService
Return the TopicBackingMapManager for this service.
getTopicBackingMapManager() - Method in interface com.tangosol.net.TopicService
getTopicDependencies(String) - Method in class com.tangosol.net.topic.TopicBackingMapManager
Get the TopicDependencies for a topic.
getTopicMBeanName(NamedTopic<?>) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name for the topic.
getTopicMBeanPattern() - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name pattern that will match all topic MBeans.
getTopicMBeanPattern(TopicService) - Static method in class com.tangosol.net.management.MBeanHelper
Return the MBean name pattern that will match all topic MBeans for the service.
getTopicNames() - Method in interface com.tangosol.net.TopicService
Returns the names of the topics known to this service.
getTopicService() - Method in interface com.tangosol.net.topic.NamedTopic
Return the TopicService managing this NamedTopic.
getTopicStatistics(String) - Method in interface com.tangosol.net.PagedTopicService
Returns the PagedTopicStatistics for a topic.
getTotalGets() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of get() operations since the cache statistics were last reset.
getTotalGets() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of get() operations since the cache statistics were last reset.
getTotalGets() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of get() operations since the cache statistics were last reset.
getTotalGetsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
getTotalGetsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
getTotalGetsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
getTotalPageCount() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine the number of pages that the PagedBinaryStore has managed in total, including those it is currently managing.
getTotalPuts() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of put() operations since the cache statistics were last reset.
getTotalPuts() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of put() operations since the cache statistics were last reset.
getTotalPuts() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of put() operations since the cache statistics were last reset.
getTotalPutsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
getTotalPutsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
getTotalPutsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
getTotalRegisterListener() - Method in class com.tangosol.net.cache.CachingMap
Determine the total number of CachingMap.registerListener(Object oKey) operations since the cache statistics were last reset.
getTouchCount() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
getTouchCount() - Method in class com.tangosol.net.cache.LocalCache.Entry
 
getTouchCount() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
Determine the absolute order of the entry within in the LRU list.
getTouchCount() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
getTouchCount() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
getTouchCount() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEntry
Determine the number of times that the cache entry has been touched (since the touch count was last reset).
getTouchCounter() - Method in class com.tangosol.net.cache.SerializationCache
Determine the next value from the touch counter.
getTransactionIsolation() - Method in interface com.tangosol.util.TransactionMap
Retrieve this TransactionMap's current transaction isolation level.
getTransactionTimeout() - Method in interface com.tangosol.util.TransactionMap
Retrieve transaction timeout value for this TransactionMap.
getTransferThreshold() - Method in class com.oracle.coherence.grpc.proxy.GrpcServiceDependencies.DefaultDependencies
 
getTransferThreshold() - Method in interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
Return the transfer threshold.
getTransformationState() - Method in class com.tangosol.net.cache.CacheEvent
Return true iff this event is transformable.
getTransformer() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Obtain the MapEventTransformer that should be used when registering this listener.
getTransformer() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Obtain the transformer that this ContinuousQueryCache is using to transform the results from the underlying cache prior to storing them locally.
getTransformer() - Method in interface com.tangosol.net.management.ViewMBean
Obtain the transformer that this ContinuousQueryCache is using to transform the results from the underlying cache prior to storing them locally.
getTransformer() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
getTransformer(InjectionPoint) - Method in class com.oracle.coherence.cdi.MapEventTransformerProducer
Produces MapEventTransformer based on injection point metadata.
getTransformerBuilder() - Method in class com.tangosol.coherence.config.scheme.ContinuousQueryCacheScheme
Return the ParameterizedBuilder used to construct the ValueExtractor to be used as a transformer by the ContinuousQueryCache.
getTransientExpression() - Method in class com.tangosol.coherence.config.scheme.PagedTopicScheme
Return the Expression transient. to use to determine whether the backing map is transient.
getTransientVersionCache() - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated.
Get the cache of version info for the data maintained in this backing map (and other related backing maps if this is backing a distributed cache).
getTransitionCount() - Method in interface com.tangosol.util.fsm.ExecutionContext
Obtains the number of successful transitions that have occurred on the FiniteStateMachine thus far.
getTransitionCount() - Method in interface com.tangosol.util.fsm.FiniteStateMachine
Obtains the number of transitions that have occurred in the FiniteStateMachine.
getTransitionCount() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine
Obtains the number of transitions that have occurred in the FiniteStateMachine.
getTransitions() - Method in class com.tangosol.util.fsm.AnnotationDrivenModel
Obtains the Transitions defined by the Model.
getTransitions() - Method in interface com.tangosol.util.fsm.Model
Obtains the Transitions defined by the Model.
getTransitions() - Method in class com.tangosol.util.fsm.SimpleModel
Obtains the Transitions defined by the Model.
getTrashDirectory() - Method in class com.tangosol.persistence.AbstractPersistenceManager
Return the directory used to store "safe-deleted" persisted data.
getTrigger() - Method in class com.tangosol.util.MapTriggerListener
Obtain the MapTrigger agent represented by this TriggerListener.
getTriggerExtentId(long) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Return the extent identifier that contains trigger registration information for the cache with the given identifier.
getTrustManager() - Method in class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder
Get the SSL trust manager
getTTL() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getType() - Method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Obtain the type code of this token.
getType() - Method in class com.tangosol.coherence.rest.events.SimpleMapEvent
Return the event type.
getType() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the current Block type.
getType() - Method in class com.tangosol.io.pof.reflect.PofReflectionHelper.NavigatorAndType
 
getType() - Method in interface com.tangosol.net.events.Event
Return the Event's type.
getType() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the type of the property (the class of the object declared as being returned by the accessor and passed to the mutator).
getType() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Get the class of the specific XML bean implementation.
getType() - Method in class com.tangosol.util.aggregator.QueryRecorder
Get the record type for this query recorder.
getType() - Method in interface com.tangosol.util.QueryRecord
Get the type that was specified when this query record was created.
getType() - Method in class com.tangosol.util.SimpleQueryRecord
Get the type that was specified when this query record was created.
getTypeCode() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the typecode for the node.
getTypedCache(String, TypeAssertion<K, V>) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache with the given name satisfying the specified TypeAssertion.
getTypedCache(String, ClassLoader, TypeAssertion<K, V>) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache with the given name satisfying the specified TypeAssertion.
getTypeId() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Obtain the POF type identifier for this value.
getTypeId() - Method in interface com.tangosol.io.pof.reflect.PofValue
Obtain the POF type identifier for this value.
getTypeIds() - Method in class com.tangosol.io.pof.EvolvableHolder
Return type identifiers for all the Evolvables within this holder.
getTypeMetadata() - Method in class com.tangosol.io.pof.PofAnnotationSerializer
Return the TypeMetadata instance that holds structural information regarding the class this serializer (de)serializes.
getUid() - Method in interface com.tangosol.net.Member
Return the unique identifier of the Member.
getUid() - Method in class com.tangosol.net.proxy.RemoteMember
Return the unique identifier of the Member.
getUID() - Method in interface com.oracle.coherence.grpc.proxy.GrpcConnectionMetrics.ConnectionMetricsMBean
Returns the UID for the connection.
getUndecorated() - Method in class com.tangosol.util.ExternalizableHelper.DecoratedMultiBufferReadBuffer
Return the undecorated value.
getUndecorated(ReadBuffer) - Static method in class com.tangosol.util.ExternalizableHelper
If the passed ReadBuffer is decorated, extract the original contents that the decorations were added to, otherwise return the passed Binary value.
getUndecorated(Binary) - Static method in class com.tangosol.util.ExternalizableHelper
Deprecated.
as of Coherence 3.7.2
getUnicastSocketProviderBuilder() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the cluster's unicast SocketProviderBuilder.
getUnicastSocketProviderXml() - Method in interface com.tangosol.net.ClusterDependencies
Deprecated.
getUniformElementType() - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Return the uniform element type (if this is a uniform collection).
getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniqueDbName() - Method in class com.tangosol.io.bdb.DatabaseFactory
Get a unique (within the Factory) database name.
getUnitCalculator() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getUnitCalculator() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Obtain the current UnitCalculator used by the cache.
getUnitCalculator() - Method in class com.tangosol.net.cache.LocalCache
 
getUnitCalculator() - Method in class com.tangosol.net.cache.SerializationCache
Obtain the current UnitCalculator used by the cache.
getUnitCalculator() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the current UnitCalculator used by the cache.
getUnitCalculatorBuilder() - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the UnitCalculatorBuilder used to build a UnitCalculator.
getUnitCalculatorBuilder() - Method in class com.tangosol.coherence.config.scheme.CaffeineScheme
Return the UnitCalculatorBuilder used to build a UnitCalculator.
getUnitCalculatorBuilder() - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Return the UnitCalculatorBuilder used to build a UnitCalculator.
getUnitCalculatorBuilder() - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the UnitCalculatorBuilder used to build a UnitCalculator.
getUnitCalculatorType() - Method in class com.tangosol.net.cache.LocalCache
Determine the current unit calculator type.
getUnitCalculatorType(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.UnitCalculatorBuilder
getUnitCount() - Method in class com.tangosol.coherence.config.unit.Units
Return the unit count.
getUnitFactor() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getUnitFactor() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
getUnitFactor() - Method in class com.tangosol.net.cache.LocalCache
 
getUnitFactor() - Method in class com.tangosol.net.cache.SerializationCache
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
getUnitFactor() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
getUnitFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.AbstractJournalScheme
Return the unit-factor element specifies the factor by which the units, low-units and high-units properties are adjusted.
getUnitFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.CaffeineScheme
Return the unit-factor element specifies the factor by which the units, low-units and high-units properties are adjusted.
getUnitFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Return the unit-factor element specifies the factor by which the units, low-units and high-units properties are adjusted.
getUnitFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.LocalScheme
Return the unit-factor element specifies the factor by which the units, low-units and high-units properties are adjusted.
getUnitOfOrderId() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ConverterAsynchronousProcessor
 
getUnitOfOrderId() - Method in class com.tangosol.util.aggregator.AbstractAsynchronousAggregator
Return a unit-of-order id associated with this aggregator.
getUnitOfOrderId() - Method in class com.tangosol.util.AsynchronousAgent
Return a unit-of-order id associated with this agent.
getUnitOfOrderId() - Method in class com.tangosol.util.processor.AbstractAsynchronousProcessor
Return a unit-of-order id associated with this processor.
getUnits() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
getUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Determine the number of cache units used by this Entry.
getUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the number of units that the cache currently stores.
getUnits() - Method in class com.tangosol.net.cache.LocalCache.Entry
 
getUnits() - Method in class com.tangosol.net.cache.LocalCache
 
getUnits() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
Determine the number of units of storage used by the entry.
getUnits() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Determine the number of cache units used by this Entry.
getUnits() - Method in class com.tangosol.net.cache.SerializationCache
Determine the number of units that the cache currently stores.
getUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Determine the number of cache units used by this Entry.
getUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the number of units that the cache currently stores.
getUnits() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEntry
Determine the number of cache units used by this Entry.
getUnits() - Method in interface com.tangosol.util.MapIndex
 
getUnits() - Method in class com.tangosol.util.SimpleMapIndex
Retrieve the size of this index in units (as defined by the UnitCalculator).
getUniversalName(String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Return a universal XML element name.
getUnlockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the registered action for unlock().
getUnownedPartitions(PartitionSet, int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Calculate a subset of the PartitionSet consisting of partitions that are not owned (primary or backup) by the specified member.
getUnresolvedPartitions() - Method in class com.tangosol.persistence.GUIDHelper.GUIDResolver
Retrieve a PartitionSet containing all partitions that don't have any corresponding GUIDs.
getUnsafe() - Static method in class com.tangosol.util.Unsafe
Return the singleton Unsafe instance.
getUnsafeReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeWriteBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Create a "shallow clone" of the ByteBufferWriteBuffer that uses the same underlying memory but through a different (a duplicate) ByteBuffer.
getUnsynchronizedKeyEnumerator() - Method in class com.tangosol.util.Tree
Get an enumerator of the nodes in the tree.
getUnsynchronizedKeyEnumerator(Comparable) - Method in class com.tangosol.util.Tree
Get an enumerator of the nodes in the tree.
getUpdatedPartitions() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the set of updated partitions; may be null.
getUpdater() - Method in class com.tangosol.util.extractor.CompositeUpdater
Retrieve the ValueUpdater part.
getUpdater() - Method in class com.tangosol.util.processor.PropertyManipulator
Retrieve the underlying ValueUpdater reference.
getUpdater() - Method in class com.tangosol.util.UniversalManipulator
Retrieve the underlying ValueUpdater reference.
getUpdater() - Method in interface com.tangosol.util.ValueManipulator
Retrieve the underlying ValueUpdater reference.
getUpperBound() - Method in class com.tangosol.util.filter.BetweenFilter
Obtain the upper bound of the range being used to evaluate values by this BetweenFilter.
getUpTimeMillis() - Static method in class com.oracle.coherence.common.base.TimeHelper
Return the number of milliseconds which have elapsed since the JVM was started.
getUpTimeMillis() - Static method in class com.tangosol.util.Base
Return the number of milliseconds which have elapsed since the JVM was started.
getURI() - Method in class com.tangosol.coherence.jcache.CoherenceBasedCacheManager
 
getURL() - Method in class com.tangosol.net.URLPasswordProvider
Returns the URL to read the password from.
getUsedCapacity() - Method in class com.tangosol.io.nio.BinaryMap
Determine the number of types in the buffer that are in use by Entry blocks.
getUserContext() - Method in interface com.tangosol.net.Service
Return the user context object associated with this Service.
getUserContext() - Method in class com.tangosol.net.WrapperService
Return the user context object associated with this Service.
getUsername() - Method in class com.tangosol.net.security.UsernameAndPassword
Return the username.
getUserPrincipal() - Method in class com.tangosol.coherence.rest.providers.SecurityFilter.Authorizer
 
getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferReader
Determine the user type that is currently being parsed.
getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Determine the user type that is currently being parsed.
getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferWriter
Determine the user type that is currently being written.
getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Determine the user type that is currently being written.
getUserTypeId() - Method in interface com.tangosol.io.pof.PofReader
Determine the user type that is currently being parsed.
getUserTypeId() - Method in interface com.tangosol.io.pof.PofWriter
Determine the user type that is currently being written.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(Class) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(Class) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Object) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(String) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(String) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifierInternal(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifierInternal(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class name.
getUuid() - Method in interface com.tangosol.net.Member
Return the universal unique id of the Member.
getValidator() - Method in interface com.tangosol.util.TransactionMap
Retrieve the topmost Validator in TransactionMap's validation chain.
getValue() - Method in class com.oracle.coherence.mp.config.ConfigPropertyChanged
The new value of the configuration property that was modified.
getValue() - Method in class com.tangosol.coherence.dsltools.base.IdentifierBaseToken
Return the string representation of this LeafBaseToken.
getValue() - Method in class com.tangosol.coherence.dsltools.base.LeafBaseToken
Return the string representation of this LeafBaseToken.
getValue() - Method in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
Return the string representation of this LeafBaseToken.
getValue() - Method in class com.tangosol.coherence.dsltools.base.OperatorBaseToken
Return the string representation of this LeafBaseToken.
getValue() - Method in class com.tangosol.coherence.dsltools.base.PunctuationBaseToken
Return the string representation of this LeafBaseToken.
getValue() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
Get a string value that identifies this token
getValue() - Method in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Obtain the string value for the node.
getValue() - Method in interface com.tangosol.coherence.federation.ChangeRecord.Entry
Obtain the value corresponding to this entry.
getValue() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
 
getValue() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEvent
Return current value.
getValue() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheEntryEvent
 
getValue() - Method in class com.tangosol.coherence.rest.EntryResource
Get the entry value.
getValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the Entry value in the block, lazy loading it if necessary.
getValue() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the deserialized value which this PofValue represents.
getValue() - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the deserialized value which this PofValue represents.
getValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return the value corresponding to this entry.
getValue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return the result of the load operation.
getValue() - Method in interface com.tangosol.net.events.partition.cache.EntryEvent
Return the value of the entry on which the action represented by this EntryEvent occurred.
getValue() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface com.tangosol.net.topic.Subscriber.Element
Return the received value
getValue() - Method in exception class com.tangosol.net.topic.TopicPublisherException
Returns the deserialized value that failed to be published.
getValue() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as an Object.
getValue() - Method in interface com.tangosol.run.xml.XmlValue
Get the value as an Object.
getValue() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.AbstractSafeLongArray.SafeIterator
 
getValue() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
getValue() - Method in class com.tangosol.util.AbstractSparseArray.Node
Get the value associated with the node.
getValue() - Method in class com.tangosol.util.AnyEvent
Gets the associated value.
getValue() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
getValue() - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray.ConverterLongArrayIterator
 
getValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
getValue() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
getValue() - Method in class com.tangosol.util.ExternalizableHelper.IntDecoratedObject
Return the underlying value.
getValue() - Method in class com.tangosol.util.filter.ComparisonFilter
Get the object to compare the reflection result with.
getValue() - Method in interface com.tangosol.util.InvocableMap.Entry
Return the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.InvocableMapHelper.RoutingMapTriggerEntry
Return an OriginalValue from the underlying entry.
getValue() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in interface com.tangosol.util.LongArray.Iterator
Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
getValue() - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Get the value associated with the node.
getValue() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.SafeHashMap.Entry
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.SafeSortedMap.NullableEntry
 
getValue() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
getValue() - Method in class com.tangosol.util.SimpleMapEntry
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.SparseArray.ObjectNode
Get the value associated with the node.
getValue() - Method in class com.tangosol.util.ThreadLocalObject
Get the value stored by this instance of ThreadLocalObject.
getValue() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
getValue() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
getValue(int) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the deserialized value which this PofValue represents.
getValue(int) - Method in class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
Return the deserialized value which this PofValue represents.
getValue(int) - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the deserialized value which this PofValue represents.
getValue(Class) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return the deserialized value which this PofValue represents.
getValue(Class) - Method in interface com.tangosol.io.pof.reflect.PofValue
Return the deserialized value which this PofValue represents.
getValue(Object) - Method in class com.tangosol.coherence.rest.util.PropertySpec
Extract the value of this property from a target object.
getValue(String) - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
getValue(String) - Method in class com.oracle.coherence.mp.config.CoherenceDefaultsConfigSource
 
getValue(String) - Method in class com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
 
getValue(String) - Method in class com.tangosol.coherence.config.ResourceMapping
Get value of sParamName associated with this CacheMapping
getValue(String, Class<T>) - Method in class com.tangosol.coherence.config.ResourceMapping
Get value of sParamName associated with this CacheMapping
getValue(Supplier<V>) - Method in interface com.tangosol.util.InvocableMap.Entry
Return the value corresponding to this entry, or the default value returned by the defaultValueSupplier, if the entry value is null.
getValue(V) - Method in interface com.tangosol.util.InvocableMap.Entry
Return the value corresponding to this entry, or the specified defaultValue, if the entry value is null.
getValueAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
getValueBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Get the raw value buffer.
getValueClass() - Method in class com.tangosol.coherence.rest.config.ResourceConfig
Determine the class of the cached values.
getValueClassName() - Method in class com.tangosol.coherence.config.CacheMapping
Obtains the name of the value class for NamedCaches using this CacheMapping.
getValueClassName() - Method in class com.tangosol.coherence.config.TopicMapping
Obtains the name of the value class for NamedTopics using this TopicMapping.
getValueClassName() - Method in class com.tangosol.net.cache.TypeAssertion.WithTypesAssertion
Get Value ClassName
getValueClassName() - Method in class com.tangosol.net.ValueTypeAssertion.WithValueTypeAssertion
Get Value ClassName
getValueConverter() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache
Get value converter for this.
getValueExtractor() - Method in class com.tangosol.util.aggregator.AbstractAggregator
Determine the ValueExtractor whose values this aggregator is aggregating.
getValueExtractor() - Method in class com.tangosol.util.filter.BetweenFilter
Obtain the ValueExtractor used by this filter.
getValueExtractor() - Method in class com.tangosol.util.filter.ExtractorFilter
Obtain the ValueExtractor used by this filter.
getValueExtractor() - Method in class com.tangosol.util.ForwardOnlyMapIndex
Obtain the ValueExtractor object that the MapIndex uses to extract an indexable Object from a value stored in the indexed Map.
getValueExtractor() - Method in interface com.tangosol.util.MapIndex
Obtain the ValueExtractor object that the MapIndex uses to extract an indexable Object from a value stored in the indexed Map.
getValueExtractor() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a ValueExtractor.
getValueExtractor() - Method in class com.tangosol.util.SimpleMapIndex
Obtain the ValueExtractor object that the MapIndex uses to extract an indexable Object from a value stored in the indexed Map.
getValueExtractor(InjectionPoint) - Method in class com.oracle.coherence.cdi.ExtractorProducer
Create an instance of a ValueExtractor based on injection point metadata.
getValueFromInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
getValueFromInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
getValueIndex() - Method in class com.tangosol.util.ImmutableArrayList
Create a reverse index from value to position if this List is big enough to warrant it.
getValueInternal() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Returns the value corresponding to this entry, or NO_VALUE if this Entry is synthetid.
getValueLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the length of the Entry value in the block.
getValues(int, int, String, PropertySet, String) - Method in class com.tangosol.coherence.rest.CacheResource
Return the cache values (or a subset of their properties) that satisfy the specified criteria.
getValues(PropertySet) - Method in class com.tangosol.coherence.rest.EntrySetResource
Return the entries' values or a subset of their properties.
getValues(UriInfo, int, int, String, PropertySet) - Method in class com.tangosol.coherence.rest.NamedQueryResource
Return the cache values that satisfy criteria defined by this resource.
getValueToInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService.
getValueToInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService.
getValueType() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
getValueType() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheMXBean
 
getValueType() - Method in class com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheConfiguration
 
getVariance(SimpleAssignmentStrategy.AnalysisContext, boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the maximum load variance in the partition assignments represented by the analysis context.
getVersion() - Method in class com.tangosol.io.pof.reflect.PofUserType
Return the data version of this value.
getVersion() - Method in class com.tangosol.net.partition.VersionedOwnership
Return the ownership version.
getVersion() - Method in interface com.tangosol.net.partition.VersionedPartitions.VersionedIterator
Return the current version.
getVersion() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
 
getVersion() - Method in class com.tangosol.util.MapEvent
Return the version that represents the change that caused this MapEvent.
getVersion(int) - Method in class com.tangosol.net.partition.DefaultVersionedPartitions
 
getVersion(int) - Method in interface com.tangosol.net.partition.VersionedPartitions
Return the version last received for the given partition.
getVersion(String) - Static method in class com.tangosol.persistence.GUIDHelper
Parse the specified GUID and return the partition-version.
getVersionCache() - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated.
Obtain the NamedCache object that holds the version data.
getVersionId() - Method in class com.tangosol.io.pof.PofBufferReader
Determine the version identifier of the user type that is currently being parsed.
getVersionId() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Determine the version identifier of the user type that is currently being parsed.
getVersionId() - Method in class com.tangosol.io.pof.PofBufferWriter
Determine the version identifier of the user type that is currently being written.
getVersionId() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Determine the version identifier of the user type that is currently being written.
getVersionId() - Method in interface com.tangosol.io.pof.PofReader
Determine the version identifier of the user type that is currently being parsed.
getVersionId() - Method in interface com.tangosol.io.pof.PofWriter
Determine the version identifier of the user type that is currently being written.
getVersionIndicator() - Method in class com.tangosol.coherence.rest.util.JsonMap
 
getVersionIndicator() - Method in interface com.tangosol.util.Versionable
Get the version indicator for this object.
getVersionMap() - Method in class com.tangosol.run.jca.SimpleValidator
Obtain a map that holds the version objects for resources enlisted into a transaction.
getVersions() - Method in interface com.tangosol.net.partition.VersionAwareMapListener
Return a data structure that holds a mapping of partition -> version.
getViewName() - Method in interface com.tangosol.net.management.ViewMBean
Returns name of this cache.
getViewName() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
getWaitingThread() - Method in class com.oracle.coherence.common.base.SingleWaiterMultiNotifier
Return the thread which is waiting on this notifier.
getWaitMillis() - Method in class com.tangosol.util.WrapperConcurrentMap
Return the number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
getWeaker() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return the next weakest BackupStrength.
getWellKnownAddresses() - Method in interface com.tangosol.net.ClusterDependencies
Obtain the AddressProvider that provides the well known addresses (WKA) represented by InetSocketAddress objects.
getWhere(NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Return the AST node that represents the where clause from the given AST node.
getWildcardMatch(String) - Method in class com.tangosol.coherence.config.ResourceMapping
Determines the value the wildcard * declared in the resource name pattern for the ResourceMapping matches.
getWorker() - Method in class com.tangosol.util.Daemon
Accessor to obtain the Daemon worker object.
getWorkerThreadCount() - Method in interface com.tangosol.net.ServiceDependencies
Deprecated.
Since 12.2.1, replaced by returning the same value from ServiceDependencies.getWorkerThreadCountMin() and ServiceDependencies.getWorkerThreadCountMax().
getWorkerThreadCountMax() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the maximum number of background worker threads.
getWorkerThreadCountMin() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the minimum number of background worker threads.
getWorkerThreadPriority() - Method in interface com.tangosol.net.ServiceDependencies
Obtain the priority of the worker threads.
getWrapper() - Method in exception class com.tangosol.util.WrapperException
 
getWriteBatchFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the write-batch factor.
getWriteBatchFactor(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the write-batch-factor element is used to calculate the "soft-ripe" time for write-behind queue entries.
getWriteBehindMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the number of milliseconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
getWriteBehindSeconds() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the number of seconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
getWriteBuffer(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Obtain a WriteBuffer starting at a particular offset within this WriteBuffer.
getWriteBuffer(int) - Method in interface com.tangosol.io.WriteBuffer
Obtain a WriteBuffer starting at a particular offset within this WriteBuffer.
getWriteBuffer(int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Obtain a WriteBuffer for a portion of this WriteBuffer.
getWriteBuffer(int, int) - Method in interface com.tangosol.io.WriteBuffer
Obtain a WriteBuffer for a portion of this WriteBuffer.
getWriteDelay(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the time interval to defer asynchronous writes to the cache store for a write-behind queue.
getWriteDelaySeconds(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the write behind delay in seconds.
getWriteHoldCount() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriteMaxBatchSize() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the maximum size of the write-behind batch.
getWriteMaxBatchSize(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the maximum number of entries to write in a single storeAll operation.
getWriteQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the queue of entries that are yet to be written.
getWriter() - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Return the PrintWriter that can be used by commands to display output.
getWriter() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Writer.
getWriteRequeueThreshold() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the maximum size of the write-behind queue for which failed CacheStore write operations are requeued or 0 if write-behind requeueing is disabled.
getWriteRequeueThreshold(ParameterResolver) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Return the size of the write-behind queue at which additional actions could be taken.
getWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the write-behind thread.
getXml() - Method in interface com.tangosol.coherence.config.builder.ServiceBuilder
Deprecated.
getXml() - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Deprecated.
getXmlConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the XML Configuration.
getXmlConfig(ClassLoader, URL) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return the XML config relating to the provided ClassLoader and URL, or null.
getXmlDocument() - Method in class com.tangosol.run.xml.XmlDocumentReference
Retrieves a copy of the XmlDocument specified by the XmlDocumentReference.
getXmlDocument(ClassLoader) - Method in class com.tangosol.run.xml.XmlDocumentReference
Retrieves a copy of the XmlDocument specified by the XmlDocumentReference.
getXmlElement() - Method in class com.tangosol.run.xml.SimpleAttribute
Return the XmlElement in which the XmlAttribute is defined.
getXmlElement() - Method in interface com.tangosol.run.xml.XmlAttribute
Get the XmlElement in which the XmlAttribute is defined.
getXmlInitParams(ParameterResolver) - Method in class com.tangosol.coherence.config.builder.storemanager.BdbStoreManagerBuilder
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.
getXmlName() - Method in class com.tangosol.run.xml.PropertyAdapter
Return the XML element name used to generate an XML.
getXmlValue() - Method in class com.tangosol.run.xml.SimpleAttribute
Return the XmlValue defined by the XmlAttribute.
getXmlValue() - Method in interface com.tangosol.run.xml.XmlAttribute
Get the XmlValue defined by thge XmlAttribute.
getYear() - Method in class com.tangosol.io.pof.RawDate
Determine the date's year value.
getYears() - Method in class com.tangosol.io.pof.RawYearMonthInterval
Determine the number of years in the year-month interval.
GlobalSocketProviderProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse a <global-socket-provider> and produce the global SocketProviderBuilder.
GlobalSocketProviderProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.GlobalSocketProviderProcessor
 
grabBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Grab a block object for the specified offset.
greater(ValueExtractor<T, ? extends E>, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted value is greater than the specified value.
greaterEqual(ValueExtractor<T, ? extends E>, E) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted value is greater than or equal to the specified value.
GreaterEqualsFilter<T,E> - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for "Greater or Equal" condition.
GreaterEqualsFilter() - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Default constructor (necessary for the ExternalizableLite interface).
GreaterEqualsFilter(ValueExtractor<? super T, ? extends E>, E) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
GreaterEqualsFilter(String, E) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
GreaterEqualsOperator - Class in com.tangosol.coherence.dslquery.operator
A class representing the conditional greater than or equal to operator.
GreaterEqualsOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.GreaterEqualsOperator
Construct a GreaterEqualsOperator.
GreaterFilter<T,E> - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for "Greater" condition.
GreaterFilter() - Constructor for class com.tangosol.util.filter.GreaterFilter
Default constructor (necessary for the ExternalizableLite interface).
GreaterFilter(ValueExtractor<? super T, ? extends E>, E) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, E) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterOperator - Class in com.tangosol.coherence.dslquery.operator
A class representing the greater than operator.
GreaterOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.GreaterOperator
Construct a GreaterOperator.
GroupAggregator<K,V,T,E,R> - Class in com.tangosol.util.aggregator
The GroupAggregator provides an ability to split a subset of entries in an InvocableMap into a collection of non-intersecting subsets and then aggregate them separately and independently.
GroupAggregator() - Constructor for class com.tangosol.util.aggregator.GroupAggregator
Default constructor (necessary for the ExternalizableLite interface).
GroupAggregator(ValueExtractor<? super T, ? extends E>, InvocableMap.EntryAggregator<? super K, ? super V, R>, Filter) - Constructor for class com.tangosol.util.aggregator.GroupAggregator
Construct a GroupAggregator based on a specified ValueExtractor and underlying EntryAggregator.
GroupAggregator.Parallel<K,V,T,E,R> - Class in com.tangosol.util.aggregator
Deprecated.
As of Coherence 12.2.1. Use GroupAggregator instead.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
groupBy(ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
groupBy(ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractAsyncRepository
Return the grouping of entities by the specified extractor.
groupBy(ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in class com.oracle.coherence.repository.AbstractRepository
Return the grouping of entities by the specified extractor.
grouping(InvocableMap.EntryAggregator<K, V, R>, Filter, String...) - Static method in class com.tangosol.util.Aggregators
Create an instance of group aggregator based on a specified property or method name(s) and an InvocableMap.EntryAggregator.
grouping(InvocableMap.EntryAggregator<K, V, R>, String...) - Static method in class com.tangosol.util.Aggregators
Create an instance of group aggregator based on a specified property or method name(s) and an InvocableMap.EntryAggregator.
grouping(ValueExtractor<? super T, ? extends E>, InvocableMap.EntryAggregator<? super K, ? super V, R>, Filter) - Static method in class com.tangosol.util.Aggregators
Create an instance of group aggregator based on a specified property or method name(s) and an InvocableMap.EntryAggregator.
grouping(ValueExtractor<? super T, ? extends E>, InvocableMap.EntryAggregator<K, V, R>) - Static method in class com.tangosol.util.Aggregators
Create an instance of group aggregator based on a specified property or method name(s) and an InvocableMap.EntryAggregator.
groupingBy(ValueExtractor<? super U, ? extends K>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function, and returning the results in a Map.
groupingBy(ValueExtractor<? super U, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, D>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingBy(ValueExtractor<? super U, ? extends K>, RemoteCollector<? super T, A, D>) - Static method in class com.tangosol.util.stream.RemoteCollectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupMembersByRole(Set<Member>) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Group the specified set of Members by their roles.
GROUPS_PER_LINE - Static variable in class com.tangosol.io.Base64OutputStream
The number of Base64 character groups in one line.
grow() - Method in class com.tangosol.util.Dequeue
Increase the capacity of the Dequeue.
grow() - Method in class com.tangosol.util.SafeHashMap
Resize the bucket array, rehashing all Entries.
grow() - Method in class com.tangosol.util.SegmentedHashMap
Resize the bucket array, rehashing all Entries.
grow(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Grow the underlying byte array to at least the specified size.
grow(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Request that the buffer be grown based on the number of bytes currently required.
grow(int) - Method in interface com.tangosol.io.nio.ByteBufferManager
Request that the buffer be grown based on the number of bytes currently required.
grow(int) - Method in class com.tangosol.util.SegmentedHashMap
Resize the bucket array to the specified size, rehashing all Entries.
Grpc - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance should run as a non-cluster member gRPC client.
GRPC - Enum constant in enum class com.tangosol.net.SocketProviderFactory.Dependencies.ProviderType
 
GrpcConnectionMetrics - Class in com.oracle.coherence.grpc.proxy
A holder for gRPC connection metrics.
GrpcConnectionMetrics.ConnectionMetricsMBean - Interface in com.oracle.coherence.grpc.proxy
A MBean to track gRPC connections.
GrpcFixed - Enum constant in enum class com.tangosol.net.Coherence.Mode
The Coherence instance should run as a non-cluster member gRPC client, configured with a fixed address and port.
GrpcMetricsInterceptor - Class in com.oracle.coherence.grpc.proxy
A ServerInterceptor that enables capturing of gRPC metrics.
GrpcMetricsInterceptor(GrpcProxyMetrics) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
GrpcProxyMetrics - Class in com.oracle.coherence.grpc.proxy
The gRPC Proxy metrics MBean implementation.
GrpcProxyMetrics(String, DaemonPoolExecutor.DaemonPoolManagement) - Constructor for class com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
GrpcProxyMetricsMBean - Interface in com.oracle.coherence.grpc.proxy
The gRPC Proxy metrics MBean.
GrpcProxyService - Interface in com.oracle.coherence.grpc.proxy
An interface implemented by gRPC proxy services.
GrpcServerConfiguration - Interface in com.oracle.coherence.grpc.proxy
A class that can configure gRPC server builders prior to them being used to start the servers.
GrpcServerController - Class in com.oracle.coherence.grpc.proxy
A controller class that starts and stops the default gRPC server by responding to DefaultCacheServer lifecycle events.
GrpcServerController.Listener - Class in com.oracle.coherence.grpc.proxy
A listener that will start the gRPC server base on Coherence or DefaultCacheServer lifecycle events.
GrpcServiceDependencies - Interface in com.oracle.coherence.grpc.proxy
The dependencies for a gRPC bindable service.
GrpcServiceDependencies.DefaultDependencies - Class in com.oracle.coherence.grpc.proxy
The default GrpcServiceDependencies implementation.
guard(Guardable) - Method in interface com.tangosol.net.Guardian
Register the specified Guardable based on the Guardian's SLA parameters.
guard(Guardable, long, float) - Method in interface com.tangosol.net.Guardian
Register the specified Guardable with the specified SLA parameters.
GUARD_RECOVERY - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
The recovery threshold to use for guarded execution of write-behind/refresh-ahead threads.
Guardable - Interface in com.tangosol.net
A Guardable is a logical execution unit whose lifetime may be guarded by a Guardian.
Guardian - Interface in com.tangosol.net
A Guardian is responsible for monitoring the registered Guardable objects.
GUARDIAN_EARLY_THRESHOLD - Static variable in class com.tangosol.net.GuardSupport
The threshold before which than which a guardian considers itself early in checking its guardables.
GUARDIAN_LATE_THRESHOLD - Static variable in class com.tangosol.net.GuardSupport
The threshold past which a guardian considers itself late in checking its guardables.
GUARDIAN_LOG_INTERVAL - Static variable in class com.tangosol.net.GuardSupport
The minimum interval at which the Guardian should log thread dumps.
GUARDIAN_MAX_CHECK_INTERVAL - Static variable in class com.tangosol.net.GuardSupport
The maximum interval at which the Guardian thread should call check() to verify its guardables.
Guardian.GuardContext - Interface in com.tangosol.net
A GuardContext represents the lifecycle status of a Guardable.
guardIfNeeded() - Method in class com.tangosol.util.Daemon
If this Daemon has a Guardian and SLA policy specified, ensure that it is registered with its Guardian.
GuardSupport - Class in com.tangosol.net
A concrete implementation of Guardian/Guardable interactions.
GuardSupport(Guardian) - Constructor for class com.tangosol.net.GuardSupport
Construct a GuardSupport for the specified Guardian.
GuardSupport.Context - Class in com.tangosol.net
Base implementation for GuardContext's used by GuardSupport.
GUIDHelper - Class in com.tangosol.persistence
Static helper methods to encode and decode the attributes related to the storage of a persistent form of a partition.
GUIDHelper() - Constructor for class com.tangosol.persistence.GUIDHelper
 
GUIDHelper.GUIDResolver - Class in com.tangosol.persistence
Resolver used during a recovery to discover the newest available GUID for a given partition.
GUIDResolver(int) - Constructor for class com.tangosol.persistence.GUIDHelper.GUIDResolver
Construct a GUIDResolver for the specified partition-count.

H

handle(Callback[]) - Method in class com.tangosol.net.security.SimpleHandler
Invoke an array of Callbacks.
handleEnsureServiceException(RuntimeException) - Method in class com.tangosol.net.DefaultCacheServer
Invoked if starting a service raises an exception.
handleError(Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will call StreamObserver.onError(Throwable) if the error parameter is not null.
handleError(Resp, Throwable) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will return the response if there is no error or if there is an error then ensure that it is a StatusRuntimeException.
handleErrorOrComplete(Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that will call StreamObserver.onError(Throwable) if the error parameter is not null otherwise calls StreamObserver.onCompleted().
handleMapOfEntries(RequestHolder<?, Map<Binary, Binary>>, Throwable, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleSetOfEntries(RequestHolder<?, Set<Map.Entry<Binary, Binary>>>, Throwable, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous entry set request sending the results, or any errors to the StreamObserver.
handleStream(RequestHolder<?, ? extends Iterable<Binary>>, Throwable, StreamObserver<BytesValue>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Send an Iterable of Binary instances to a StreamObserver, converting the Binary instances to a BytesValue.
handleStream(Iterable<Resp>, Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that streams results from an Iterable to a StreamObserver and completes the StreamObserver, or if an error is provided calls StreamObserver.onError(Throwable).
handleStream(Stream<Resp>, Throwable, StreamObserver<Resp>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
A handler method that streams results to a StreamObserver and completes the StreamObserver or if an error is provided calls StreamObserver.onError(Throwable).
handleStreamOfEntries(RequestHolder<?, ?>, Stream<Map.Entry<Binary, Binary>>, StreamObserver<Entry>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle the result of the asynchronous invoke all request sending the results, or any errors to the StreamObserver.
handleUnary(R, Throwable, StreamObserver<R>) - Static method in class com.oracle.coherence.grpc.proxy.ResponseHandlers
Handle an unary request.
hasArchivedSnapshot(String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Return true if the specified snapshot exists for this archiver.
hasCurrent() - Method in class com.tangosol.run.xml.SimpleParser
Determine if there is a current token.
hasDomain(String) - Static method in class com.tangosol.net.management.MBeanHelper
Return true if the Canonical name is prefixed with the domain name.
hasElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Return true iff the specified element has a child element of the specified name.
hasEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if an event has occurred against the Entry for which this Status exists.
hasEvent() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if an event has occurred against the Entry for which this Status exists.
hasExpiry() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Determine if this Status represents an entry that will automatically expire.
hasExpiry() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if this Status represents an entry that will automatically expire.
hasFilterAnnotation() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Returns true if this listener has a filter annotation to resolve.
hash(boolean[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the boolean array value.
hash(boolean[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the boolean array value.
hash(boolean, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the boolean value.
hash(boolean, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the boolean value.
hash(byte[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the byte array value.
hash(byte[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the byte array value.
hash(byte, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the byte value.
hash(byte, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the byte value.
hash(char[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the char array value.
hash(char[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the char array value.
hash(char, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the char value.
hash(char, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the char value.
hash(double[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the double array value.
hash(double[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the double array value.
hash(double, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the double value.
hash(double, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the double value.
hash(float[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the float array value.
hash(float[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the float array value.
hash(float, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the float value.
hash(float, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the float value.
hash(int[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the int array value.
hash(int[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the int array value.
hash(int, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the int value.
hash(int, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the int value.
hash(long[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the long array value.
hash(long[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the long array value.
hash(long, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the long value.
hash(long, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the long value.
hash(short[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the short array value.
hash(short[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the short array value.
hash(short, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the short value.
hash(short, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the short value.
hash(Object) - Method in class com.tangosol.run.xml.ArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
compute a hash code for the passed object.
hash(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
compute a hash code for the passed object.
hash(Object[], int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the Object array value.
hash(Object[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Object array value.
hash(Object, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the Object value.
hash(Object, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Object value.
hash(String) - Static method in class com.oracle.coherence.common.base.HashHelper
Shift the value into a different charset order.
hash(String) - Static method in class com.tangosol.util.HashHelper
Shift the value into a different charset order.
hash(Collection, int) - Static method in class com.oracle.coherence.common.base.HashHelper
Calculate a running hash using the Collection value.
hash(Collection, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Collection value.
hashCode() - Method in class com.oracle.coherence.caffeine.CaffeineCache
 
hashCode() - Method in class com.oracle.coherence.cdi.AnnotationInstance
 
hashCode() - Method in class com.oracle.coherence.cdi.AnnotationLiteral
 
hashCode() - Method in class com.oracle.coherence.common.base.IdentityHolder
 
hashCode() - Method in class com.oracle.coherence.common.base.MutableLong
 
hashCode() - Method in class com.oracle.coherence.concurrent.locks.LockOwner
 
hashCode() - Method in class com.oracle.coherence.concurrent.PermitAcquirer
 
hashCode() - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 
hashCode() - Method in class com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter
 
hashCode() - Method in class com.tangosol.coherence.config.builder.SimpleParameterizedBuilderRegistry.RegistryKey
 
hashCode() - Method in class com.tangosol.coherence.config.SchemeMappingRegistry.SchemeMappingKey
hashCode() - Method in class com.tangosol.coherence.config.xml.processor.TopicMappingProcessor
 
hashCode() - Method in class com.tangosol.coherence.dsltools.precedence.OPToken
 
hashCode() - Method in class com.tangosol.coherence.jcache.AbstractCoherenceBasedCompleteConfiguration
 
hashCode() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntry
 
hashCode() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
 
hashCode() - Method in class com.tangosol.coherence.jcache.common.JCacheIdentifier
 
hashCode() - Method in class com.tangosol.coherence.rest.util.PropertySet
Return hash code for this object.
hashCode() - Method in class com.tangosol.coherence.rest.util.PropertySpec
Return hash code for this object.
hashCode() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Computes the hash code of the BerkeleyDBBinaryStoreManager.
hashCode() - Method in class com.tangosol.io.pof.PofPrincipal
Return a hashcode for this Principal.
hashCode() - Method in class com.tangosol.io.pof.RawDate
Obtain the hashcode for this object.
hashCode() - Method in class com.tangosol.io.pof.RawDateTime
Obtain the hashcode for this object.
hashCode() - Method in class com.tangosol.io.pof.RawDayTimeInterval
hashCode() - Method in class com.tangosol.io.pof.RawQuad
Obtain the hashcode for this object.
hashCode() - Method in class com.tangosol.io.pof.RawTime
Obtain the hashcode for this object.
hashCode() - Method in class com.tangosol.io.pof.RawTimeInterval
hashCode() - Method in class com.tangosol.io.pof.RawYearMonthInterval
hashCode() - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Determine a hash value for the SimplePofPath object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Returns the hash code value for this entry.
hashCode() - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Determine a hash value for the EventRouter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns the hash code value for this map.
hashCode() - Method in class com.tangosol.net.cache.TypeAssertion.WithTypesAssertion
hashCode() - Method in class com.tangosol.net.ClusterPermission
Return the hash code value for this ClusterPermission object.
hashCode() - Method in class com.tangosol.net.CompositeAddressProvider
Return the hash code for this AddressProvider.
hashCode() - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
Return the hash code for this SocketAddressProvider.
hashCode() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Return the hash code for this ProvidedAddress.
hashCode() - Method in class com.tangosol.net.ConfigurableAddressProvider
Return the hash code for this AddressProvider.
hashCode() - Method in class com.tangosol.net.events.NamedEventInterceptor
hashCode() - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
Determine a hash value for the ObjectNameExcludeFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.net.management.ViewMBeanImpl
 
hashCode() - Method in class com.tangosol.net.partition.DefaultVersionedPartitions
 
hashCode() - Method in class com.tangosol.net.partition.Ownership
Determine the hash code for this Ownership object.
hashCode() - Method in class com.tangosol.net.partition.PartitionSet
Returns a hash code value for this PartitionSet.
hashCode() - Method in class com.tangosol.net.partition.SimplePartitionKey
hashCode() - Method in class com.tangosol.net.RefreshableAddressProvider
Return the hash code for this SocketAddressProvider.
hashCode() - Method in class com.tangosol.net.security.SimpleHandler
Return a hashcode for this principal.
hashCode() - Method in interface com.tangosol.net.SocketAddressProvider
Return the hash code for this SocketAddressProvider.
hashCode() - Method in class com.tangosol.net.ssl.AbstractCertificateLoader
 
hashCode() - Method in class com.tangosol.net.ssl.AbstractKeyStoreLoader
 
hashCode() - Method in class com.tangosol.net.ssl.AbstractPrivateKeyLoader
 
hashCode() - Method in class com.tangosol.net.ValueTypeAssertion.WithValueTypeAssertion
hashCode() - Method in class com.tangosol.run.xml.QualifiedName
hashCode() - Method in class com.tangosol.run.xml.SimpleDocument
Provide a hash value for this XML document and all of its contained information.
hashCode() - Method in class com.tangosol.run.xml.SimpleElement
Provide a hash value for this XML element and all of its contained information.
hashCode() - Method in class com.tangosol.run.xml.SimpleValue
Provide a hash value for this XML value.
hashCode() - Method in class com.tangosol.run.xml.XmlBean
Determine a hash code for this value object.
hashCode() - Method in interface com.tangosol.run.xml.XmlDocument
Provide a hash value for this XML document and all of its contained information.
hashCode() - Method in interface com.tangosol.run.xml.XmlElement
Provide a hash value for this XML element and all of its contained information.
hashCode() - Method in interface com.tangosol.run.xml.XmlValue
Provide a hash value for this XML value.
hashCode() - Method in class com.tangosol.util.AbstractByteSequence
hashCode() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns the hash code value for this Map.
hashCode() - Method in class com.tangosol.util.AbstractLongArray
hashCode() - Method in class com.tangosol.util.aggregator.AbstractAggregator
Returns a hash code value for this object.
hashCode() - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
 
hashCode() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Determine a hash value for the MultiExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.aggregator.GroupAggregator
Determine a hash value for the GroupAggregator object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.Binary
Returns a hash code value for the object.
hashCode() - Method in class com.tangosol.util.CacheCollator
Generates the hash code for this Collator.
hashCode() - Method in class com.tangosol.util.ClassFilter
Determine a hash value for the ClassFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.comparator.ChainedComparator
Return the hash code for this comparator.
hashCode() - Method in class com.tangosol.util.comparator.SafeComparator
Return the hash code for this comparator.
hashCode() - Method in class com.tangosol.util.CompositeKey
Returns a hash code value for this object.
hashCode() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterHolder
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterList
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterSet
hashCode() - Method in class com.tangosol.util.CopyOnWriteMap
hashCode() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Compute a hash value for the AbstractCompositeExtractor object If canonical name is non-null, return hashcode of canonical name string; otherwise, compute the hashcode as a sum of all hashCodes.
hashCode() - Method in class com.tangosol.util.extractor.AbstractExtractor
HashCode value is hashCode of non-null canonical name; otherwise, it is the identity hashCode value.
hashCode() - Method in class com.tangosol.util.extractor.CompositeUpdater
hashCode() - Method in class com.tangosol.util.extractor.ConditionalExtractor
HashCode value is hashCode of non-null canonical name; otherwise, it is the identity hashCode value.
hashCode() - Method in class com.tangosol.util.extractor.DeserializationAccelerator
HashCode value is hashCode of non-null canonical name; otherwise, it is the identity hashCode value.
hashCode() - Method in class com.tangosol.util.extractor.IdentityExtractor
Return the hashCode of canonical name.
hashCode() - Method in class com.tangosol.util.extractor.KeyExtractor
Compute hashCode from underlying ValueExtractor.
hashCode() - Method in class com.tangosol.util.extractor.PofExtractor
Return the hashCode of a non-null canonical name; otherwise, the hash code is PofNavigator.hashCode() implementation.
hashCode() - Method in class com.tangosol.util.extractor.PofUpdater
Determine a hash value for the PofUpdater object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.ReflectionExtractor
HashCode value is hashCode of non-null canonical name; otherwise, it is the hashCode of sName passed to {#link ReflectionExtractor(String)}.
hashCode() - Method in class com.tangosol.util.extractor.ReflectionUpdater
Determine a hash value for the ReflectionUpdater object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.UniversalExtractor
HashCode value is hashCode of non-null canonical name; otherwise, it is the hashCode of sName passed to {#link UniversalExtractor(String)}.
hashCode() - Method in class com.tangosol.util.extractor.UniversalUpdater
Determine a hash value for the UniversalUpdater object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.AlwaysFilter
Determine a hash value for the AlwaysFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.ArrayFilter
Determine a hash value for the ArrayFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.CacheEventFilter
Determine a hash value for the CacheEventFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.ComparisonFilter
Determine a hash value for the ComparisonFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.FilterTrigger
Determine a hash value for the FilterTrigger object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Determine a hash value for the KeyAssociatedFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.MapEventFilter
Determine a hash value for the MapEventFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Determine a hash value for the MapEventTransformerFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.NeverFilter
Determine a hash value for the NeverFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.NotFilter
Determine a hash value for the NotFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.PartitionedFilter
Determine a hash value for the PartitionedFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.PresentFilter
Determine a hash value for the PresentFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Determine a hash value for the ValueChangeEventFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.ForwardOnlyMapIndex
Returns the hash code value for this MapIndex.
hashCode() - Method in class com.tangosol.util.Fragment
 
hashCode() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Discriminator
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.ListView
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SetView
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
hashCode() - Method in class com.tangosol.util.ImmutableMultiList.ListView
Returns the hash code value for this list.
hashCode() - Method in class com.tangosol.util.ImmutableMultiList.SetView
Returns the hash code value for this set.
hashCode() - Method in class com.tangosol.util.InflatableCollection
hashCode() - Method in class com.tangosol.util.InflatableList
hashCode() - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
Return a hash code value for the IndexMapListener object.
hashCode() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Return a hash code value for the SimpleEntry object.
hashCode() - Method in class com.tangosol.util.MapListenerSupport.WrapperListener
Determine a hash value for the WrapperListener object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.NullFilter
Determine a hash value for the NullFilter object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.NullImplementation.NullMap
hashCode() - Method in class com.tangosol.util.NullImplementation.NullSet
hashCode() - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Determine a hash value for the ValueExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.CompositeProcessor
Determine a hash value for the ConditionalProcessor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.ConditionalProcessor
Determine a hash value for the ConditionalProcessor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.ConditionalPut
Determine a hash value for the ConditionalPut object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.ConditionalPutAll
Determine a hash value for the ConditionalPutAll object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.ConditionalRemove
Determine a hash value for the ConditionalRemove object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.ExtractorProcessor
Determine a hash value for the ExtractorProcessor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.PreloadRequest
Determine a hash value for the PreloadRequest object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.PropertyManipulator
Determine a hash value for the PropertyManipulator object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.PropertyProcessor
Determine a hash value for the PropertyProcessor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.UpdaterProcessor
Determine a hash value for the UpdaterProcessor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.VersionedPut
Determine a hash value for the VersionedPut object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.processor.VersionedPutAll
Determine a hash value for the VersionedPutAll object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Returns the hash code value for this Iterator.
hashCode() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns the hash code value for this map.
hashCode() - Method in class com.tangosol.util.SafeHashMap.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.SegmentedHashMap
Returns the hash code value for this Map.
hashCode() - Method in class com.tangosol.util.SimpleHolder
 
hashCode() - Method in class com.tangosol.util.SimpleMapEntry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.SimpleMapIndex
Returns the hash code value for this MapIndex.
hashCode() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
hashCode() - Method in class com.tangosol.util.SimpleResourceRegistry.RegistryKey
hashCode() - Method in class com.tangosol.util.SubList
hashCode() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Determine a hash value for the ExtractorEventTransformer object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Determine a hash value for the SemiLiteEventTransformer object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.UID
Determine a hash code for the UID object.
hashCode() - Method in class com.tangosol.util.UniversalManipulator
Determine a hash value for the UniversalManipulator object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.UUID
Determine a hash code for the UUID object.
hashCode() - Method in interface com.tangosol.util.ValueExtractor
Return the hashCode for this extractor.
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
hashCode() - Method in class com.tangosol.util.WrapperObservableMap
 
hashCode(Object) - Static method in class com.oracle.coherence.common.base.HashHelper
Return the hash code for the supplied object or 0 for null.
hashCode(Object) - Static method in class com.tangosol.util.Base
Return the hash code for the supplied object or 0 for null.
hashCode(V) - Method in interface com.oracle.coherence.common.base.Hasher
Return a hash for the specified object.
hashCode(V) - Method in class com.oracle.coherence.common.base.IdentityHasher
Return a hash for the specified object.
hashCode(V) - Method in class com.oracle.coherence.common.base.NaturalHasher
Return a hash for the specified object.
HashcodeComparator() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
hashElement(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Provide a hash value for the XML element and all of its contained information.
HashEncoded - Interface in com.tangosol.util
HashEncoded interface represents an ability to retrieve an encoded hash value; most commonly used to calculate a partition id.
Hasher<V> - Interface in com.oracle.coherence.common.base
A Hasher provides an external means for producing hash codes and comparing objects for equality.
HashHelper - Class in com.oracle.coherence.common.base
This abstract class contains helper functions for calculating hash code values for any group of java intrinsics.
HashHelper - Class in com.tangosol.util
This abstract class contains helper functions for calculating hash code values for any group of java intrinsics.
HashHelper() - Constructor for class com.oracle.coherence.common.base.HashHelper
 
HashHelper() - Constructor for class com.tangosol.util.HashHelper
 
hashValue(XmlValue) - Static method in class com.tangosol.run.xml.XmlHelper
Provide a hash value for the XML value.
hasListeners() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Determine if this map has any listeners at all.
hasListeners() - Method in class com.tangosol.net.cache.LocalCache
Determine if the LocalCache has any listeners at all.
hasListeners() - Method in class com.tangosol.net.cache.OverflowMap
Determine if the OverflowMap has any listeners at all.
hasListeners() - Method in class com.tangosol.util.ObservableHashMap
Determine if the OverflowMap has any listeners at all.
hasListeners() - Method in class com.tangosol.util.WrapperObservableMap
Determine if the OverflowMap has any listeners at all.
hasLocalSnapshot(PersistenceEnvironment<ReadBuffer>, String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Return true if the specified snapshot exists for the PersistenceEnvironment.
hasMoreElements() - Method in class com.tangosol.util.ChainedEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.ConverterCollections.ConverterEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.Dequeue
Determines if the Dequeue contains more elements.
hasMoreElements() - Method in class com.tangosol.util.FilterEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.IteratorEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.SimpleEnumerator
Tests if this enumeration contains more elements.
hasNext() - Method in class com.tangosol.coherence.dsltools.termtrees.Term.TermIterator
 
hasNext() - Method in class com.tangosol.coherence.jcache.common.CoherenceCacheEntryEventFilteringIterator
 
hasNext() - Method in class com.tangosol.coherence.jcache.common.MapEntryIteratorToCacheEntryIteratorAdapter
 
hasNext() - Method in class com.tangosol.coherence.jcache.localcache.LocalCache.EntryIterator
 
hasNext() - Method in class com.tangosol.coherence.jcache.partitionedcache.PartitionedCache.EntryIterator
 
hasNext() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.net.RefreshableAddressProvider.CircularIterator
 
hasNext() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
hasNext() - Method in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
hasNext() - Method in class com.tangosol.run.xml.SimpleParser
Determine if there is a next token.
hasNext() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.AbstractSafeLongArray.SafeIterator
 
hasNext() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.ChainedEnumerator
Tests if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
hasNext() - Method in class com.tangosol.util.ConverterCollections.ConverterEnumerator
Determine if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
hasNext() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.DeltaSet.DeltaIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.Dequeue
Tests if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.EnumerationIterator
Tests if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.FilterEnumerator
Tests if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
hasNext() - Method in class com.tangosol.util.IteratorEnumerator
Tests if this Iterator contains more elements.
hasNext() - Method in interface com.tangosol.util.LongArray.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.PagedIterator
Check whether or not the iterator has more elements.
hasNext() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class com.tangosol.util.SimpleEnumerator
Tests if this Iterator contains more elements.
hasNext() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.SimpleStreamer
 
hasNext() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
hasPendingEvents() - Method in class com.tangosol.util.fsm.NonBlockingFiniteStateMachine
Determines if there are any pending Events for the FiniteStateMachine to process.
hasPrefix() - Method in class com.tangosol.run.xml.QualifiedName
Returns boolean based on if the QualifiedName has a namespace prefix.
hasPrevious() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
hasPrevious() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
hasPrevious() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasPrevious() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
hasQueuedThread(Thread) - Method in class com.oracle.coherence.concurrent.locks.RemoteLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThread(Thread) - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThreads() - Method in class com.oracle.coherence.concurrent.locks.RemoteLock
Queries whether any threads are waiting to acquire this lock.
hasQueuedThreads() - Method in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Queries whether any threads are waiting to acquire this lock.
hasRemaining(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Determine if it is possible to write something of a specified length to the underlying buffer.
hasSession() - Method in interface com.tangosol.net.SessionProvider.Context
Return true if the context contains a non-null Session instance.
hasSession() - Method in class com.tangosol.net.SessionProvider.DefaultContext
 
hasSession(String) - Method in class com.tangosol.net.Coherence
Returns true if this Coherence instance can provide a Session with the specified name.
hasSubscription(long) - Method in interface com.tangosol.net.PagedTopicService
Determine whether a subscriber group exists.
hasTimezone() - Method in class com.tangosol.io.pof.RawTime
Determine if the time value has an explicit timezone.
hasTransformerAnnotation() - Method in class com.oracle.coherence.cdi.events.AnnotatedMapListener
Returns true if this listener has a transformer annotation to resolve.
HEAD - Static variable in interface com.tangosol.net.partition.VersionAwareMapListener
A constant that suggests to an event source to send all future events.
headBag(E) - Method in class com.tangosol.util.SortedBag
Returns a view of the portion of this bag whose elements are strictly less than toElement.
headBag(E) - Method in class com.tangosol.util.SortedBag.ViewBag
Returns a view of the portion of this bag whose elements are strictly less than toElement.
headChildrenTermEqual(Term) - Method in class com.tangosol.coherence.dsltools.termtrees.Term
Find the Term amongst the children whose functor equals the given functor.
HEADER_SIZE - Static variable in class com.tangosol.net.TcpDatagramSocket.Impl
The fixed header size for packets.
headMap(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Object) - Method in class com.tangosol.util.SafeSortedMap
 
headMap(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
headMap(Object, boolean) - Method in class com.tangosol.util.SafeSortedMap
 
headMap(Object, boolean) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
headMap(K) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedMap
headMap(TK) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
headSet(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
headSet(Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns a view of the portion of this sorted set whose elements are found in the set in a position before toElement.
headSet(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Object) - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
headSet(Object, boolean) - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
headSet(T) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
headsMatch(NodeTerm, NodeTerm) - Static method in class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder
Test to see if the AST for the group-by is equal to the head of the list from the select clause AST.
HEALTH_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the HealthCheck MBeans.
HealthCheck - Interface in com.tangosol.util
A class that can return its health status
HealthCheckClient - Class in com.tangosol.util
A simple executable class that will perform a health check query against a specific URL.
HealthCheckClient() - Constructor for class com.tangosol.util.HealthCheckClient
 
HealthProcessor - Class in com.tangosol.coherence.config.xml.processor
 
HealthProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.HealthProcessor
 
HealthProcessor.XMLHealthCheckDependencies - Class in com.tangosol.coherence.config.xml.processor
 
heartbeat() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Issue a service guardian "heartbeat" for the current thread.
heartbeat() - Method in interface com.tangosol.net.Guardian.GuardContext
Called by the Guardable to signal that it is still alive.
heartbeat() - Method in class com.tangosol.net.GuardSupport.Context
Called by the Guardable to signal that it is still alive.
heartbeat() - Static method in class com.tangosol.net.GuardSupport
Issue a heartbeat on the GuardContext associated with the current thread.
heartbeat() - Method in interface com.tangosol.net.topic.Subscriber
Send a heartbeat to the server to keep this subscriber alive.
heartbeat() - Method in class com.tangosol.util.Daemon
If this Daemon is being guarded, issue a heartbeat to the Guardian.
heartbeat(long) - Method in interface com.tangosol.net.Guardian.GuardContext
Called by the Guardable to signal that it is still alive, and that it should not be considered timed out for the specified number of milliseconds.
heartbeat(long) - Method in class com.tangosol.net.GuardSupport.Context
Called by the Guardable to signal that it is still alive, and that it should not be considered timed out for the specified number of milliseconds.
heartbeat(long) - Static method in class com.tangosol.net.GuardSupport
Issue a heartbeat of the specified duration on the GuardContext associated with the current thread.
heartbeat(long) - Method in class com.tangosol.util.Daemon
If this Daemon is being guarded, issue a heartbeat to the Guardian.
HELP_COMMAND_LINE_ARG - Static variable in class com.tangosol.net.management.MBeanConnector
Command line argument used to output usage.
HelpCommandOPToken() - Constructor for class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder.HelpCommandOPToken
Construct a HelpCommandOPToken.
Helper - Class in com.tangosol.coherence.jcache.common
Helper methods for the Coherence JCache implementation.
Helper() - Constructor for class com.tangosol.coherence.jcache.common.Helper
 
HelpQueryPlusStatement() - Constructor for class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder.HelpQueryPlusStatement
 
HelpStatementBuilder - Class in com.tangosol.coherence.dslquery.queryplus
A StatementBuilder that builds the QueryPlus "HELP" command.
HelpStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder
 
HelpStatementBuilder.HelpCommandOPToken - Class in com.tangosol.coherence.dslquery.queryplus
A CohQL OPToken representing the QueryPlus "help" command.
HelpStatementBuilder.HelpQueryPlusStatement - Class in com.tangosol.coherence.dslquery.queryplus
A class representing the QueryPlus "HELP" command.
HEX - Static variable in class com.oracle.coherence.common.base.Formatting
Hex digits.
hexValue(char) - Static method in class com.oracle.coherence.common.base.Formatting
Returns the integer value of a hexadecimal digit.
hexValue(char) - Static method in class com.tangosol.util.Base
Returns the integer value of a hexadecimal digit.
HIGH - Enum constant in enum class com.tangosol.net.events.annotation.Interceptor.Order
Indicates an intention to be higher in the chain of EventInterceptors.
higher(Object) - Method in class com.tangosol.util.SafeSortedMap.KeySet
 
higherEntry(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
higherKey(Object) - Method in class com.tangosol.util.SafeSortedMap.SubMap
 
HistoricCacheEvent(ObservableMap, int, Object, Object, Object, boolean, Object) - Constructor for class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
Create a Historic CacheEvent that contains the most recent value before the now-current value.
Holder<V> - Interface in com.oracle.coherence.common.base
A Holder is a reference like object, i.e. it simply holds another object.
honorOrder() - Method in class com.tangosol.util.filter.ArrayFilter
Ensure that the order of underlying filters is preserved by the ArrayFilter.applyIndex(java.util.Map, java.util.Set) and ArrayFilter.evaluateEntry(java.util.Map.Entry) implementations.
HostnameVerifierBuilder() - Constructor for class com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder
 
HTTP_COMMAND_LINE_ARG - Static variable in class com.tangosol.net.management.MBeanConnector
Command line argument to start HTTP server.
HTTP_PORT_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify HTTP port.
HttpAcceptorDependenciesProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor to produce a HttpAcceptorDependencies from a <http-acceptor%gt; configuration.
HttpAcceptorDependenciesProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.HttpAcceptorDependenciesProcessor
 

I

id(int) - Static method in class com.tangosol.net.AsyncNamedMap.OrderBy
Return the order that will use the specified unit-of-order for all async operations, regardless of whether they were invoked from the same client thread or not.
id(int) - Static method in class com.tangosol.net.topic.Publisher.OrderBy
Return an OrderBy that will ensure ordering of sent values across all threads which share the same id.
Identifiable - Interface in com.tangosol.run.xml
An interface for access to a key of a value object
identifier() - Element in annotation interface com.tangosol.net.events.annotation.Interceptor
A unique identifier for the interceptor.
IDENTIFIER_NODE - Static variable in class com.tangosol.coherence.dsltools.precedence.OPToken
The AST node name for an Identifier Node.
IdentifierBaseToken - Class in com.tangosol.coherence.dsltools.base
IdentifierBaseToken is a token that represents an identifier
IdentifierBaseToken(String) - Constructor for class com.tangosol.coherence.dsltools.base.IdentifierBaseToken
Construct a new IdentifierBaseToken with the given value.
IdentifierOPToken - Class in com.tangosol.coherence.dsltools.precedence
IdentifierOPToken is used to implement identifiers.
IdentifierOPToken(String) - Constructor for class com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
Construct a new IdentifierOPToken with the given parameters.
IdentifierOPToken(String, String) - Constructor for class com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
Construct a new IdentifierOPToken with the given parameters.
identity() - Static method in class com.tangosol.util.Extractors
Returns an extractor that always returns its input argument.
identity() - Static method in interface com.tangosol.util.function.Remote.DoubleUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.tangosol.util.function.Remote.Function
Returns a function that always returns its input argument.
identity() - Static method in interface com.tangosol.util.function.Remote.IntUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.tangosol.util.function.Remote.LongUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.tangosol.util.function.Remote.UnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface com.tangosol.util.ValueExtractor
Returns an extractor that always returns its input argument.
IdentityAsserter - Interface in com.tangosol.net.security
IdentityAsserter validates a token in order to establish a user's identity.
identityCast() - Static method in class com.tangosol.util.Extractors
Returns an extractor that casts its input argument.
identityCast() - Static method in interface com.tangosol.util.ValueExtractor
Returns an extractor that casts its input argument.
IdentityExtractor<T> - Class in com.tangosol.util.extractor
Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.
IdentityExtractor() - Constructor for class com.tangosol.util.extractor.IdentityExtractor
Default constructor (necessary for the ExternalizableLite interface).
IdentityHasher<V> - Class in com.oracle.coherence.common.base
IdentityHasher provides a Hasher implementation based upon an object's identity hashCode and reference equality.
IdentityHasher() - Constructor for class com.oracle.coherence.common.base.IdentityHasher
 
IdentityHolder<V> - Class in com.oracle.coherence.common.base
A Holder implementation which additionally provides an equals/hashCode implementation based on the held object's identity.
IdentityHolder() - Constructor for class com.oracle.coherence.common.base.IdentityHolder
Construct an IdentityHolder holding nothing.
IdentityHolder() - Constructor for class com.tangosol.io.pof.PofBufferReader.IdentityHolder
 
IdentityHolder(V) - Constructor for class com.oracle.coherence.common.base.IdentityHolder
Construct an IdentityHolder holding the specified object.
IdentityTransformer - Interface in com.tangosol.net.security
IdentityTransformer transforms a Subject to a token that asserts identity.
IGNORE - Enum constant in enum class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior
When an empty XmlElement is encountered, simply ignore it and don't process the XmlElement at all.
IGNORE - Enum constant in enum class com.tangosol.util.RegistrationBehavior
Specifies that registration should be ignored and skipped (without raising an error or exception) if the artifact to be registered is already known.
ILikeOperator - Class in com.tangosol.coherence.dslquery.operator
A class representing the case-insensitive "ilike" operator.
ILikeOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.ILikeOperator
Construct a
invalid @code
{@code ILikeOperator).
ImmutableArrayList - Class in com.tangosol.util
Implementation of the Collection Framework interface "List" in a read- only fashion on top of an array data structure.
ImmutableArrayList() - Constructor for class com.tangosol.util.ImmutableArrayList
Default constructor (necessary for the ExternalizableLite interface).
ImmutableArrayList(Object[]) - Constructor for class com.tangosol.util.ImmutableArrayList
Construct a List from an array.
ImmutableArrayList(Object[], int, int) - Constructor for class com.tangosol.util.ImmutableArrayList
Construct a List from a specified number of items in an array starting at the specified offset.
ImmutableArrayList(Collection) - Constructor for class com.tangosol.util.ImmutableArrayList
Construct a List containing the elements of the specified Collection.
ImmutableArrayList.ListView - Class in com.tangosol.util
ListView exposes the underlying ImmutableArrayList through the List interface, maintaining correct equals() and hashCode() semantics
ImmutableArrayList.SetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableArrayList through the Set interface, maintaining correct equals() and hashCode() semantics
ImmutableArrayList.SortedSetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableArrayList through the SortedSet interface, maintaining correct equals() and hashCode() semantics
ImmutableMultiList - Class in com.tangosol.util
Implementation of the List interface in a read-only fashion based on a collection of arrays.
ImmutableMultiList(Object[][]) - Constructor for class com.tangosol.util.ImmutableMultiList
Construct a List containing the elements of the specified array of Object arrays.
ImmutableMultiList(Collection) - Constructor for class com.tangosol.util.ImmutableMultiList
Construct a List containing the elements of the specified Collection of Object arrays.
ImmutableMultiList.ListView - Class in com.tangosol.util
ListView exposes the underlying ImmutableMultiList through the List interface, maintaining correct equals() and hashCode() semantics
ImmutableMultiList.MultiIterator - Class in com.tangosol.util
ListIterator implementation based on the ImmutableMultiList.
ImmutableMultiList.SetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableMultiList through the Set interface, maintaining correct equals() and hashCode() semantics
Impl() - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Creates a new Impl.
Impl() - Constructor for class com.tangosol.net.TcpDatagramSocket.Impl
Create a new new Impl.
Impl(SocketProvider) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Creates a new Impl using a provider.
Impl(SocketProvider) - Constructor for class com.tangosol.net.TcpDatagramSocket.Impl
Create a new Impl using a provider.
Implementation Notes - Search tag in class com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
Section
implies(Permission) - Method in class com.tangosol.net.ClusterPermission
Check if the specified permission's actions are "implied by" this object's actions.
in(ValueExtractor<T, ? extends E>, E...) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted value is contained in the specified array.
in(ValueExtractor<T, ? extends E>, Set<? extends E>) - Static method in class com.tangosol.util.Filters
Return a filter that tests if the extracted value is contained in the specified set.
incBytesWritten(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Increment the count of total number of bytes written to the wrapped DataOutput object by the specified number of bytes.
includeMessage(Throwable) - Static method in class com.tangosol.io.nio.ByteBufferOutputStream
Provide a "suffix" containing the exception message (if any).
increment(PropertyManipulator, N, boolean) - Static method in class com.tangosol.util.Processors
Construct an increment processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
increment(String, N, boolean) - Static method in class com.tangosol.util.Processors
Construct an increment processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
incrementAndGet() - Method in class com.oracle.coherence.common.base.MutableLong
Increment the long and return the new value.
incrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Atomically increments the current value.
incrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Atomically increments the current value.
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
incrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Atomically increments the current value.
incrementAndGet() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Atomically increments the current value.
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
incrementAndGet() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
incrementDirtyBytesCount(int) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Increment the counter representing the estimated number of bytes in the original buffer that have been modified.
incrementDirtyValuesCount() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Increment the counter representing the number of values within this POF hierarchy that have been modified.
incrementVersion() - Method in class com.tangosol.coherence.rest.util.JsonMap
 
incrementVersion() - Method in interface com.tangosol.util.Versionable
Update the version to the next logical version indicator.
incrementVersion(Object, Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated.
Increment value's version.
IndentingWriter - Class in com.tangosol.io
An IndentingWriter is used to indent line-based output to an underlying Writer.
IndentingWriter(Writer, int) - Constructor for class com.tangosol.io.IndentingWriter
Construct an IndentingWriter that indents a certain number of spaces.
IndentingWriter(Writer, String) - Constructor for class com.tangosol.io.IndentingWriter
Construct an IndentingWriter that indents using an indention string.
indentString(String, String) - Static method in class com.oracle.coherence.common.base.Formatting
Indent the passed multi-line string.
indentString(String, String) - Static method in class com.tangosol.util.Base
Indent the passed multi-line string.
indentString(String, String, boolean) - Static method in class com.oracle.coherence.common.base.Formatting
Textually indent the passed multi-line string.
indentString(String, String, boolean) - Static method in class com.tangosol.util.Base
Textually indent the passed multi-line string.
index() - Element in annotation interface com.oracle.coherence.cdi.PofExtractor
Returns an array of POF indexes to use to extract the value.
index() - Method in class com.oracle.coherence.cdi.PofExtractor.Literal
The POF indexes to use to extract a value.
IndexAdapter(MapIndex) - Constructor for class com.tangosol.util.InvocableMapHelper.IndexAdapter
Construct an IndexAdapter.
IndexAwareExtractor<T,E> - Interface in com.tangosol.util.extractor
IndexAwareExtractor is an extension to the ValueExtractor interface that supports the creation and destruction of an index.
IndexAwareFilter<K,V> - Interface in com.tangosol.util.filter
IndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a Map index to fully or partially evaluate itself.
IndexCalculator(BackingMapContext, SimpleMapIndex) - Constructor for class com.tangosol.util.SimpleMapIndex.IndexCalculator
Construct an IndexCalculator which allows for conversion of items into a serialized format.
Indexed - Annotation Interface in com.oracle.coherence.repository
An annotation that should be applied to accessor methods for the properties that need to be indexed.
IndexLookupRecord() - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Default constructor (necessary for the ExternalizableLite interface).
IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Copy constructor for an IndexLookupRecord.
IndexLookupRecord(ValueExtractor, MapIndex) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Construct an IndexLookupRecord.
IndexLookupRecord(String, String, boolean, long, int, String) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Construct an IndexLookupRecord.
indexOf(byte) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the first occurrence of the specified byte.
indexOf(byte, int) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the first occurrence of the specified byte, starting the search at the specified offset.
indexOf(Binary) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the first occurrence of the specified Binary.
indexOf(Binary, int) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the first occurrence of the specified Binary, starting the search at the specified offset.
indexOf(Object) - Method in class com.tangosol.util.CircularArrayList
Search for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
indexOf(Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns the index in this List of the first occurrence of the specified element, or -1 if this List does not contain this element.
indexOf(Object) - Method in class com.tangosol.util.ImmutableMultiList
Returns the index in this List of the first occurrence of the specified element, or -1 if this List does not contain this element.
indexOf(Object) - Method in class com.tangosol.util.InflatableList
indexOf(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class com.tangosol.util.SafeLinkedList
Returns the index in this List of the first occurrence of the specified element, or -1 if this List does not contain this element.
indexOf(Object) - Method in class com.tangosol.util.SubList
indexOf(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
indexOf(Object, long) - Method in class com.tangosol.util.SimpleLongArray
Return the index in this LongArray of the first occurrence of the specified element such that (index >= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
indexOf(T) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
indexOf(T, long) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
 
indexOf(V) - Method in class com.tangosol.util.AbstractLongArray
Return the index in this LongArray of the first occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified element.
indexOf(V) - Method in class com.tangosol.util.AbstractSafeLongArray
 
indexOf(V) - Method in interface com.tangosol.util.LongArray
Return the index in this LongArray of the first occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified element.
indexOf(V) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
indexOf(V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
indexOf(V, long) - Method in class com.tangosol.util.AbstractLongArray
Return the index in this LongArray of the first occurrence of the specified element such that (index is greater or equal to lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
indexOf(V, long) - Method in class com.tangosol.util.AbstractSafeLongArray
 
indexOf(V, long) - Method in interface com.tangosol.util.LongArray
Return the index in this LongArray of the first occurrence of the specified element such that (index greater or equal to lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
indexOf(V, long) - Method in class com.tangosol.util.NullImplementation.NullLongArray
 
indexOf(V, long) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperLongArray
 
indexOfExtension(String) - Static method in class com.tangosol.io.FileHelper
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - Static method in class com.tangosol.io.FileHelper
Returns the index of the last directory separator character.
indexOfLSB(byte) - Static method in class com.tangosol.util.BitHelper
Determine the least significant bit of the passed integral value.
indexOfLSB(int) - Static method in class com.tangosol.util.BitHelper
Determine the least significant bit of the passed integral value.
indexOfLSB(long) - Static method in class com.tangosol.util.BitHelper
Determine the least significant bit of the passed integral value.
indexOfMSB(byte) - Static method in class com.tangosol.util.BitHelper
Determine the most significant bit of the passed integral value.
indexOfMSB(int) - Static method in class com.tangosol.util.BitHelper
Determine the most significant bit of the passed integral value.
indexOfMSB(long) - Static method in class com.tangosol.util.BitHelper
Determine the most significant bit of the passed integral value.
InetAddressHelper - Class in com.tangosol.net
Helper class that encapsulates common InetAddress functionality.
InetAddressHelper() - Constructor for class com.tangosol.net.InetAddressHelper
 
InetAddressHelper.RoutableFilter - Class in com.tangosol.net
The RoutableFilter evaluates to true for any InetAddress which is externally routable.
InetAddressHelper.SubnetMaskFilter - Class in com.tangosol.net
SubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits
InetAddressRangeFilterBuilder - Class in com.tangosol.coherence.config.builder
InetAddressRangeFilterBuilder defers evaluating configuration parameters until Filter is instantiated.
InetAddressRangeFilterBuilder() - Constructor for class com.tangosol.coherence.config.builder.InetAddressRangeFilterBuilder
InetAddressSerializer - Class in com.tangosol.io.pof
POF serializer for java.net.InetAddress.
InetAddressSerializer() - Constructor for class com.tangosol.io.pof.InetAddressSerializer
 
InetSocketAddressSerializer - Class in com.tangosol.io.pof
POF serializer for java.net.InetSocketAddress.
InetSocketAddressSerializer() - Constructor for class com.tangosol.io.pof.InetSocketAddressSerializer
 
InFilter<T,E> - Class in com.tangosol.util.filter
Filter which checks whether the result of a method invocation belongs to a predefined set of values.
InFilter() - Constructor for class com.tangosol.util.filter.InFilter
Default constructor (necessary for the ExternalizableLite interface).
InFilter(ValueExtractor<? super T, ? extends E>, Set<? extends E>) - Constructor for class com.tangosol.util.filter.InFilter
Construct an InFilter for testing "In" condition.
InFilter(String, Set<? extends E>) - Constructor for class com.tangosol.util.filter.InFilter
Construct an InFilter for testing "In" condition.
InfixOPToken - Class in com.tangosol.coherence.dsltools.precedence
InfixOPToken is used to implement infix operators.
InfixOPToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.precedence.InfixOPToken
Construct a new InfixOPToken with the given parameters.
InfixOPToken(String, int, String) - Constructor for class com.tangosol.coherence.dsltools.precedence.InfixOPToken
Construct a new InfixOPToken with the given parameters.
InfixOPToken(String, int, String, String) - Constructor for class com.tangosol.coherence.dsltools.precedence.InfixOPToken
Construct a new InfixOPToken with the given parameters.
InfixRightOPToken - Class in com.tangosol.coherence.dsltools.precedence
InfixRightOPToken is used to implement infix operators that like to bind to the right which is typical of exponentiation rules.
InfixRightOPToken(String, int) - Constructor for class com.tangosol.coherence.dsltools.precedence.InfixRightOPToken
Construct a new InfixRightOPToken with the given parameters.
InfixRightOPToken(String, int, String) - Constructor for class com.tangosol.coherence.dsltools.precedence.InfixRightOPToken
Construct a new InfixRightOPToken with the given parameters.
InflatableCollection - Class in com.tangosol.util
A Collection implementation which optimizes memory consumption for collections that often contain just a single value.
InflatableCollection() - Constructor for class com.tangosol.util.InflatableCollection
 
InflatableCollection.InflatedCollection - Interface in com.tangosol.util
A marker interface which is used to identify internally inflated Collections.
InflatableList - Class in com.tangosol.util
A List specialization of InflatableCollection.
InflatableList() - Constructor for class com.tangosol.util.InflatableList
 
InflatableSet - Class in com.tangosol.util
A Set specialization of InflatableCollection.
InflatableSet() - Constructor for class com.tangosol.util.InflatableSet
 
InflaterInputShell(InputStream, Inflater) - Constructor for class com.tangosol.net.CompressionFilter.InflaterInputShell
Deprecated.
Create a new input stream with the specified decompressor.
InflaterInputShell(InputStream, Inflater, int) - Constructor for class com.tangosol.net.CompressionFilter.InflaterInputShell
Deprecated.
Create a new input stream with the specified decompressor and buffer size.
INFLATION_OVERHEAD - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The memory cost of inflating an InflatableSet.
info(String) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.INFO severity.
info(String, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.INFO severity.
info(Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified exception information (message and stack trace) with Logger.INFO severity.
info(Supplier<String>) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message with Logger.INFO severity.
info(Supplier<String>, Throwable) - Static method in class com.oracle.coherence.common.base.Logger
Log the specified message and the exception stack trace with Logger.INFO severity.
INFO - Static variable in class com.oracle.coherence.common.base.Logger
Severity 3 indicates information that should likely be logged.
inGroup(String) - Static method in interface com.tangosol.net.topic.Subscriber
Obtain a Subscriber.Option that specifies a group name for a Subscriber.
inGroup(String) - Static method in class com.tangosol.net.topic.Subscriber.Name
Obtain a Subscriber.Option that specifies a group name for a Subscriber.
init() - Method in class com.tangosol.run.xml.SimpleParser
Internal initialization.
init() - Method in class com.tangosol.util.extractor.UniversalExtractor
Called in constructor and deserializers.
init() - Method in class com.tangosol.util.processor.PropertyManipulator
Parse the property name and initialize necessary extractor and updator.
init(boolean) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.AbstractDoubleAggregator
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.AbstractLongAggregator
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.DistinctValues
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.DoubleAverage
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.DoubleMax
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.DoubleMin
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.DoubleSum
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.LongMax
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.LongMin
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.LongSum
Initialize the aggregation result.
init(boolean) - Method in class com.tangosol.util.aggregator.ReducerAggregator
Initialize the aggregation result.
init(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Configure the Block object to point to a specific offset within the Buffer.
init(BackingMapManagerContext) - Method in class com.tangosol.net.AbstractBackingMapManager
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
init(BackingMapManagerContext) - Method in interface com.tangosol.net.BackingMapManager
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
init(BackingMapManagerContext) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Deprecated.
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
init(BackingMapManagerContext) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
init(InvocationService) - Method in class com.tangosol.net.AbstractInvocable
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in interface com.tangosol.net.Invocable
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(DistributionManager) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.
init(DistributionManager) - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.
init(DistributionManager) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.
init(DistributionManager) - Method in class com.tangosol.util.NullImplementation.NullPartitionAssignmentStrategy
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.
init(PartitionedService) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.
init(PartitionedService) - Method in class com.tangosol.net.partition.DefaultKeyAssociator
Initialize the KeyAssociator and bind it to a PartitionedService.
init(PartitionedService) - Method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.
init(PartitionedService) - Method in interface com.tangosol.net.partition.KeyAssociator
Initialize the KeyAssociator and bind it to a PartitionedService.
init(PartitionedService) - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy
Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.
init(Service) - Method in interface com.tangosol.net.ActionPolicy
Called when the specified service loads and configures this policy.
init(Service) - Method in class com.tangosol.net.CompositeActionPolicy
Called when the specified service loads and configures this policy.
init(Service) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Called when the specified service loads and configures this policy.
init(Service) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Called when the specified service loads and configures this policy.
init(Service) - Method in class com.tangosol.net.partition.FailoverAccessPolicy
Called when the specified service loads and configures this policy.
init(Service) - Method in class com.tangosol.util.NullImplementation.NullActionPolicy
Called when the specified service loads and configures this policy.
init(ThreadPoolManager) - Method in interface com.tangosol.net.ThreadPoolSizingStrategy
Initialize the ThreadPoolSizingStrategy and bind it to the specified manager.
init(XmlElement) - Method in class com.tangosol.util.ExternalizableHelper.SimpleXmlBeanClassCache
Initialize the XmlBeanClassCache.
init(XmlElement) - Method in interface com.tangosol.util.ExternalizableHelper.XmlBeanClassCache
Initialize the XmlBeanClassCache.
init(Class, String, String[]) - Static method in class com.tangosol.run.xml.XmlBean
For backwards compatibility only - loads reflection info.
init(String, DatabaseFactory) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Initialize the BinaryStore.
init(String, String, String, int) - Method in class com.oracle.coherence.common.base.StackTrace.StackFrame
Initialize the fields of the StackFrame object.
init(S) - Method in class com.tangosol.net.AbstractServiceLoadBalancer
Called by the Service exactly once on this object as part of its initialization.
init(S) - Method in interface com.tangosol.net.ServiceLoadBalancer
Called by the Service exactly once on this object as part of its initialization.
initBeanInfo() - Method in class com.tangosol.run.xml.XmlBean
Initialize the Object, loading the XML Bean design information if necessary.
initBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Obtain a Block object for a new block that will be located at the specified offset in the ByteBuffer.
initFromArray(Object[], int) - Method in class com.tangosol.util.LiteSet
Initialize the contents of this Set from the passed array ao containing c values.
initialize() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Bind the ConfigurablePofContext to a ClassLoader, resolving all class names, etc.
initialize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Initialize the AnalysisContext.
initialize(boolean) - Method in class com.tangosol.util.SimpleMapIndex
Initialize the index's data structures.
initialize(PortableObject, PofReader) - Method in class com.tangosol.io.pof.PortableObjectSerializer
Initialize the specified (newly instantiated) PortableObject instance using the specified reader.
initialize(Object) - Method in class com.tangosol.util.SimpleMapIndex.IndexCalculator
Initialize the calculator based on the type of the specified object assuming that the indexed values are homogeneous (of the same type).
initializeActions() - Method in class com.tangosol.util.SegmentedConcurrentMap
Initialize the EntryAction's for this map.
initializeActions() - Method in class com.tangosol.util.SegmentedHashMap
Initialize the EntryAction's for this map.
initializeBuckets() - Method in class com.tangosol.io.nio.BinaryMap
Create an initial array of hash buckets.
initializeBundler(ParameterResolver, AbstractBundler, BundleManager.BundleConfig) - Method in class com.tangosol.coherence.config.scheme.BundleManager
Initialize the specified bundler using the BundleConfig.
initializeBundler(AbstractBundler, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Initialize the specified bundler using the "bundle-config" element.
initializeConfiguredProperties() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Initialize the configurable properties of this cache-map.
initializeFreeLists() - Method in class com.tangosol.io.nio.BinaryMap
Create an array of references to lists of free blocks indexed by size code.
initializeFunctionMap() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Creates the Map holding CohQL functions and populates it with the default functions available in CohQL.
initializeLanguage() - Method in class com.tangosol.coherence.dslquery.QueryPlus
Initialize the CoherenceQueryLanguage with any QueryPlus Statement extensions.
initializeOperatorMap() - Method in class com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Initialize the CohQL operators Map with all of the built-in CohQL operators and return the Map.
initialStartServices(long) - Method in class com.tangosol.net.DefaultCacheServer
Setup any necessary resources and start all services.
InitiatorDependenciesProcessor - Class in com.tangosol.coherence.config.xml.processor
An ElementProcessor that will parse an <initator-config> and produce an InitiatorDependencies.
InitiatorDependenciesProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InitiatorDependenciesProcessor
 
initListenerChannel(String, String, String) - Static method in class com.oracle.coherence.grpc.Requests
Create a MapListenerRequest that will initialise the bidirectional channel.
InitParamProcessor - Class in com.tangosol.coherence.config.xml.processor
An InitParamProcessor is responsible for processing <init-param> XmlElements to produce Parameters.
InitParamProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamProcessor
 
InitParamProcessor.CacheRefExpression - Class in com.tangosol.coherence.config.xml.processor
An Expression implementation that represents the use of a {cache-ref} macro in a Configuration File.
InitParamProcessor.CollectionRefExpression - Class in com.tangosol.coherence.config.xml.processor
An Expression implementation that represents the use of a {collection-ref} macro in a Configuration File.
InitParamProcessor.DataStructureRefExpression<E> - Class in com.tangosol.coherence.config.xml.processor
An Expression implementation that represents the use of a {cache-ref} macro in a Cache Configuration File.
InitParamProcessor.ResourceRefExpression - Class in com.tangosol.coherence.config.xml.processor
An Expression implementation that represents the use of a {resource} macro in a configuration File.
InitParamProcessor.SchemeRefExpression - Class in com.tangosol.coherence.config.xml.processor
An Expression implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.
InitParamsProcessor - Class in com.tangosol.coherence.config.xml.processor
An InitParamsProcessor is responsible for processing <init-params> XmlElements to produce ResolvableParameterLists.
InitParamsProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InitParamsProcessor
 
initRecycling(int) - Method in class com.tangosol.util.RecyclingLinkedList
Initializing the recycling data structures.
inject(B, XmlElement) - Method in class com.tangosol.config.xml.DefaultProcessingContext
Given the information available in the ProcessingContext, including the cookies, the ResourceRegistry the XmlElement, its XmlAttributes and/or children, inject appropriately named and typed values into the specified bean (using setter injection).
inject(B, XmlElement) - Method in interface com.tangosol.config.xml.ProcessingContext
Given the information available in the ProcessingContext, including the cookies, the ResourceRegistry the XmlElement, its XmlAttributes and/or children, inject appropriately named and typed values into the specified bean (using setter injection).
inject(Object) - Method in class com.oracle.coherence.cdi.CdiInjector
 
inject(T, ServiceLocator) - Static method in class com.tangosol.coherence.rest.server.InjectionBinder
Inject its fields and methods of a given resource and return the resource.
Injectable - Annotation Interface in com.tangosol.config.annotation
Denotes that a Java Bean setter method may be injected with a value.
InjectionBinder - Class in com.tangosol.coherence.rest.server
A binder for REST API dependencies.
InjectionBinder(boolean) - Constructor for class com.tangosol.coherence.rest.server.InjectionBinder
Construct InjectionBinder instance.
injectScopeNameIntoService(Service) - Method in class com.tangosol.coherence.config.scheme.AbstractServiceScheme
Get the wrapped Service from the SafeService and invoke setScopeName() on the wrapped Service.
InKeySetFilter<T> - Class in com.tangosol.util.filter
Filter that limits the underlying filter evaluation only to the specified set of keys.
InKeySetFilter() - Constructor for class com.tangosol.util.filter.InKeySetFilter
Default constructor (necessary for the ExternalizableLite interface).
InKeySetFilter(Filter<T>, Set<K>) - Constructor for class com.tangosol.util.filter.InKeySetFilter
Construct an InFilter for testing "In" condition.
InOperator - Class in com.tangosol.coherence.dslquery.operator
A class representing the "in"operator.
InOperator() - Constructor for class com.tangosol.coherence.dslquery.operator.InOperator
Construct a InOperator.
InputStreaming - Interface in com.tangosol.io
This is the interface represented by the Java InputStream class.
InputStreamPasswordProvider - Class in com.tangosol.net
A base class for PasswordProvider implementations that read the contents of an InputStream to obtain a password.
InputStreamPasswordProvider() - Constructor for class com.tangosol.net.InputStreamPasswordProvider
InputStreamPasswordProvider(boolean) - Constructor for class com.tangosol.net.InputStreamPasswordProvider
insert(Map.Entry) - Method in class com.tangosol.util.ForwardOnlyMapIndex
Update this index in response to a insert operation on a cache.
insert(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to a insert operation on a cache.
insert(Map.Entry<? extends K, ? extends V>) - Method in interface com.tangosol.util.MapIndex
Update this index in response to a insert operation on a cache.
InsertAction() - Constructor for class com.tangosol.util.SegmentedHashMap.InsertAction
 
Inserted - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any INSERTED event.
INSERTED - Enum constant in enum class com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent.Type
An INSERTED event is raised after the EventInterceptor was successfully registered with the EventDispatcher.
INSERTED - Enum constant in enum class com.tangosol.net.events.partition.cache.EntryEvent.Type
This EntryEvent is dispatched after one or more BinaryEntry(s) have been inserted into the backing-map.
Inserted.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Inserted annotation.
Inserting - Annotation Interface in com.oracle.coherence.cdi.events
A qualifier annotation used for any INSERTING event.
INSERTING - Enum constant in enum class com.tangosol.net.events.EventDispatcher.InterceptorRegistrationEvent.Type
An INSERTING event is raised prior to the EventInterceptor being registered with the EventDispatcher.
INSERTING - Enum constant in enum class com.tangosol.net.events.partition.cache.EntryEvent.Type
This EntryEvent is dispatched before one or more BinaryEntry(s) are inserted into the backing-map.
Inserting.Literal - Class in com.oracle.coherence.cdi.events
An annotation literal for the Inserting annotation.
insertInternal(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
Update this index in response to a insert operation on a cache.
insertInternal(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to a insert operation on a cache.
InsertStatement(String, Object, Object) - Constructor for class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder.InsertStatement
Construct a InsertStatement that will insert the specified key and value into the specified cache.
InsertStatementBuilder - Class in com.tangosol.coherence.dslquery.statement
An implementation of a StatementBuilder that parses a CohQL term tree to produce an instance of a InsertStatementBuilder.InsertStatement.
InsertStatementBuilder() - Constructor for class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
 
InsertStatementBuilder.InsertStatement - Class in com.tangosol.coherence.dslquery.statement
Implementation of the CohQL "INSERT" command.
INSTANCE - Static variable in class com.oracle.coherence.cdi.AlwaysFilter.Literal
INSTANCE - Static variable in class com.oracle.coherence.cdi.CacheAdd.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.CacheGet.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.CachePut.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.CacheRemove.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Activated.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Activating.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Arrived.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Assigned.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Committed.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Committing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.CommittingLocal.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.CommittingRemote.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Connecting.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Created.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Deleted.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Departed.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Departing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Destroyed.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Disconnected.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Disposing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Error.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Executed.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Executing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Inserted.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Inserting.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Lite.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Lost.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Recovered.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Removed.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Removing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Replicating.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Rollback.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Started.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Starting.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Stopped.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Stopping.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Synced.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Synchronous.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Syncing.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Truncated.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Updated.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.events.Updating.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.Remote.Literal
 
INSTANCE - Static variable in class com.oracle.coherence.cdi.View.Literal
A singleton instance of View.Literal with the cache values flag set to true.
INSTANCE - Static variable in class com.oracle.coherence.common.base.IdentityHasher
A singleton instance of the IdentityHasher.
INSTANCE - Static variable in class com.oracle.coherence.common.base.InverseComparator
InverseComparator singleton which inverts a Comparable objects natural comparison order.
INSTANCE - Static variable in class com.oracle.coherence.common.base.NaturalComparator
NaturalComparator singleton.
INSTANCE - Static variable in class com.oracle.coherence.common.base.NaturalHasher
A singleton instance of the NaturalHasher.
INSTANCE - Static variable in class com.oracle.coherence.grpc.proxy.GrpcServerController
The singleton instance of the GrpcServerController.
INSTANCE - Static variable in class com.tangosol.coherence.config.ParameterMacroExpressionParser
The singleton instance of the ParameterMacroExpressionParser.
INSTANCE - Static variable in class com.tangosol.coherence.config.xml.preprocessor.ExtendPreprocessor
This singleton instance of the ExtendPreprocessor.
INSTANCE - Static variable in class com.tangosol.coherence.config.xml.preprocessor.SchemeRefPreprocessor
This singleton instance of the SchemeRefPreprocessor.
INSTANCE - Static variable in class com.tangosol.coherence.config.xml.preprocessor.SystemPropertyPreprocessor
This singleton instance of the SystemPropertyPreprocessor.
INSTANCE - Static variable in class com.tangosol.coherence.config.xml.preprocessor.ViewSchemePreprocessor
Singleton ViewSchemePreprocessor reference.
INSTANCE - Static variable in class com.tangosol.coherence.config.xml.processor.NoOpElementProcessor
Singleton instance of NoOpElementProcessor
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.AdditionOperator
An instance of the AndOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.AndOperator
An instance of the AndOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.BetweenOperator
An instance of the BetweenOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.ContainsAllOperator
An instance of the ContainsAllOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.ContainsAnyOperator
An instance of the ContainsAnyOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.ContainsOperator
An instance of the ContainsOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.DivisionOperator
An instance of the DivisionOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.EqualsOperator
An instance of the EqualsOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.GreaterEqualsOperator
An instance of the GreaterEqualsOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.GreaterOperator
An instance of the GreaterOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.ILikeOperator
An instance of the LikeOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.InOperator
An instance of the InOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.LessEqualsOperator
An instance of the LessEqualsOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.LessOperator
An instance of the LessOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.LikeOperator
An instance of the LikeOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.MultiplicationOperator
An instance of the AndOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.NotEqualsOperator
An instance of the NotEqualsOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.OrOperator
An instance of the OrOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.SubtractionOperator
An instance of the AndOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.operator.XorOperator
An instance of the XorOperator.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.BackupStatementBuilder
An instance of BackupStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.CreateCacheStatementBuilder
An instance of CreateCacheStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.CreateIndexStatementBuilder
An instance of a CreateIndexStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.DeleteStatementBuilder
An instance of DeleteStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.DropCacheStatementBuilder
An instance of DropCacheStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder
An instance of DropIndexStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.InsertStatementBuilder
An instance of a InsertStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ArchiveSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.CreateSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ForceRecoveryStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ListArchiverStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ListServicesStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ListSnapshotsStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.RecoverSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.RemoveSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ResumeServiceStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.RetrieveSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.SuspendServiceStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.persistence.ValidateSnapshotStatementBuilder
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.RestoreStatementBuilder
An instance of a RestoreStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.SelectStatementBuilder
An instance of a SelectStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.SourceStatementBuilder
An instance of a SourceStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.TruncateCacheStatementBuilder
An instance of TruncateCacheStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dslquery.statement.UpdateStatementBuilder
An instance of a UpdateStatementBuilder.
INSTANCE - Static variable in class com.tangosol.coherence.dsltools.precedence.EndOfStatementOPToken
 
INSTANCE - Static variable in class com.tangosol.coherence.dsltools.precedence.EndOPToken
 
INSTANCE - Static variable in class com.tangosol.config.expression.SystemPropertyParameterResolver
This singleton instance of the SystemPropertyParameterResolver.
INSTANCE - Static variable in class com.tangosol.net.cache.BinaryMemoryCalculator
Singleton BinaryMemoryCalculator instance.
INSTANCE - Static variable in class com.tangosol.net.cache.LocalCache.InternalUnitCalculator
Singleton instance.
INSTANCE - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
 
INSTANCE - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
INSTANCE - Static variable in class com.tangosol.net.InetAddressHelper.RoutableFilter
Singleton instance.
INSTANCE - Static variable in interface com.tangosol.net.ScopeResolver
A default implementation of a ScopeResolver that always returns passed in scope name.
INSTANCE - Static variable in class com.tangosol.net.security.DefaultIdentityAsserter
An instance of the DefaultIdentityAsserter.
INSTANCE - Static variable in class com.tangosol.net.security.DefaultIdentityTransformer
An instance of the DefaultIdentityTransformer.
INSTANCE - Static variable in class com.tangosol.net.ssl.EmptyKeyStoreLoader
 
INSTANCE - Static variable in class com.tangosol.net.SystemDatagramSocketProvider
A default SocketProvider instance.
INSTANCE - Static variable in class com.tangosol.net.TcpDatagramSocketProvider
A default SocketProvider instance.
INSTANCE - Static variable in class com.tangosol.net.topic.BinaryElementCalculator
A singleton instance of BinaryElementCalculator.
INSTANCE - Static variable in class com.tangosol.net.topic.FixedElementCalculator
 
INSTANCE - Static variable in class com.tangosol.net.topic.Publisher.FailOnFull
Singleton instance.
INSTANCE - Static variable in class com.tangosol.net.topic.Publisher.OrderByNone
The none-order singleton.
INSTANCE - Static variable in class com.tangosol.net.topic.Publisher.OrderByThread
The thread-order singleton.
INSTANCE - Static variable in class com.tangosol.net.topic.Subscriber.CompleteOnEmpty
The CompleteOnEmpty singleton.
INSTANCE - Static variable in class com.tangosol.persistence.ArchiverHelper.DirectoryFileFilter
Deprecated.
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.comparator.SafeComparator
The trivial SafeComparator.
INSTANCE - Static variable in class com.tangosol.util.DaemonThreadFactory
A reuseable DaemonThreadFactory instance.
INSTANCE - Static variable in class com.tangosol.util.extractor.IdentityExtractor
An instance of the IdentityExtractor.
INSTANCE - Static variable in class com.tangosol.util.filter.AlwaysFilter
An instance of the AlwaysFilter.
INSTANCE - Static variable in class com.tangosol.util.filter.NeverFilter
An instance of the NeverFilter.
INSTANCE - Static variable in class com.tangosol.util.filter.PresentFilter
An instance of the PresentFilter.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullActionPolicy
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullAddressProvider
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullCacheStore
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullCollector
Singleton (unchecked) instance of a Collector.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullContinuation
Singleton instance of a NullContinuation.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullConverter
Since the Converter contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullDeltaCompressor
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullEntryProcessor
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullEnumerator
Since the enumerator contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullMap
Since the Map contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullMemberIdentityProvider
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullObservableMap
Since the Map contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPartitionAssignmentStrategy
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPersistenceEnvironment
Singleton instance of a NullPersistenceEnvironment.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPersistenceManager
Singleton instance of a NullPersistenceManager.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPersistentStore
Singleton instance of a NullPersistentStore.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPofContext
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullPofHandler
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullResourceRegistry
Singleton instance of a NullResourceRegistry.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullSet
Since the set contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullValueExtractor
Since the ValueExtractor contains no information, only one ever has to exist.
INSTANCE - Static variable in class com.tangosol.util.processor.PreloadRequest
An instance of the PreloadRequest processor.
INSTANCE - Static variable in class com.tangosol.util.transformer.SemiLiteEventTransformer
The SemiLiteEventTransformer singleton.
INSTANCE() - Static method in class com.tangosol.util.comparator.SafeComparator
Return the trivial SafeComparator.
INSTANCE() - Static method in class com.tangosol.util.extractor.IdentityExtractor
Return an instance of the IdentityExtractor.
INSTANCE() - Static method in class com.tangosol.util.filter.AlwaysFilter
Return an instance of the AlwaysFilter.
INSTANCE() - Static method in class com.tangosol.util.filter.NeverFilter
Return an instance of the NeverFilter.
INSTANCE() - Static method in class com.tangosol.util.filter.PresentFilter
Return an instance of the PresentFilter.
INSTANCE() - Static method in class com.tangosol.util.processor.PreloadRequest
Return an instance of the PreloadRequest processor.
INSTANCE_BINARY - Static variable in class com.tangosol.net.cache.LocalCache
The UnitCalculator object that measures the bytes used by entries.
INSTANCE_FIXED - Static variable in class com.tangosol.net.cache.LocalCache
The UnitCalculator object that counts each entry as one unit.
INSTANCE_HYBRID - Static variable in class com.tangosol.net.cache.LocalCache
The EvictionPolicy object for the Hybrid eviction algorithm.
INSTANCE_LFU - Static variable in class com.tangosol.net.cache.LocalCache
The EvictionPolicy object for the Least Frequently Used (LFU) eviction algorithm.
INSTANCE_LRU - Static variable in class com.tangosol.net.cache.LocalCache
The EvictionPolicy object for the Least Recently Used (LRU) eviction algorithm.
InstanceBuilder<T> - Class in com.tangosol.coherence.config.builder
An InstanceBuilder is a ParameterizedBuilder implementation that additionally supports injection based on Coherence <instance%gt; or <class-scheme> configurations.
InstanceBuilder() - Constructor for class com.tangosol.coherence.config.builder.InstanceBuilder
Construct an InstanceBuilder.
InstanceBuilder(Expression<String>, Object...) - Constructor for class com.tangosol.coherence.config.builder.InstanceBuilder
Constructs a InstanceBuilder that will realize an instance of the specifically named class.
InstanceBuilder(Class<?>, Object...) - Constructor for class com.tangosol.coherence.config.builder.InstanceBuilder
Constructs a InstanceBuilder that will realize an instance of the specified Class.
InstanceBuilder(String, Object...) - Constructor for class com.tangosol.coherence.config.builder.InstanceBuilder
Constructs a InstanceBuilder that will realize an instance of the specifically named class.
InstanceProcessor - Class in com.tangosol.coherence.config.xml.processor
An InstanceProcessor is responsible for processing <instance> XmlElements to produce ParameterizedBuilders.
InstanceProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InstanceProcessor
 
instantiate() - Method in class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
Instantiate the required class to inject and return.
instantiate() - Method in class com.tangosol.coherence.config.xml.processor.ServiceBuilderProcessor
Instantiate the required class to inject and return.
instantiateAddListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Factory Method: Instantiate a MapListener for adding items to the ContinuousQueryCache, and (if there are listeners on the ContinuousQueryCache) for dispatching inserts and updates.
instantiateAnalysisContext() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Factory method.
instantiateAny(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create an Object using "class-scheme" element.
instantiateAsyncBinaryStore(BinaryStore) - Method in class com.tangosol.io.AsyncBinaryStoreManager
Factory method: Instantiate an AsyncBinaryStore.
instantiateAsyncBinaryStore(BinaryStore, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an AsyncBinaryStore using the specified parameters.
instantiateAsyncBinaryStoreManager(BinaryStoreManager, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an AsyncBinaryStoreManager using the specified parameters.
instantiateAttribute() - Method in class com.tangosol.run.xml.SimpleElement
Instantiate an XmlValue implementation for an attribute value.
instantiateAttributeMap() - Method in class com.tangosol.run.xml.SimpleElement
Instantiate a Map implementation that will support the name to value map used to hold attributes.
instantiateBackingMap(String) - Method in interface com.tangosol.net.BackingMapManager
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackingMap(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Deprecated.
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackingMap(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Deprecated.
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackingMap(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackingMap(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackingMapManager(int, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Instantiate a BackingMapManager for a given scheme type.
instantiateBackMapListener() - Method in class com.tangosol.net.cache.OverflowMap
Factory pattern: Back Map Listener.
instantiateBackMapListener(int) - Method in class com.tangosol.net.cache.CachingMap
Factory pattern: instantiate back map listener.
instantiateBackupMap(String) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Instantiate a [thread safe] Map that should be used by a CacheService to store cached values for a NamedCache with the specified name.
instantiateBackupStrength(Set) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Create a backup strength to be used for distribution among the specified set of ownership members.
instantiateBean(String) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Convert a String into an instance of the bean.
instantiateBinaryStoreManager(XmlElement, ClassLoader, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a BinaryStoreManager using the specified XML configuration.
instantiateBlock() - Method in class com.tangosol.io.nio.BinaryMap
Factory method: Create a Block object.
instantiateBufferInput() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Factory method: Instantiate a BufferInput object to read data from the ReadBuffer.
instantiateBufferInput() - Method in class com.tangosol.io.AbstractReadBuffer
Factory method: Instantiate a BufferInput object to read data from the ReadBuffer.
instantiateBufferInput() - Method in class com.tangosol.io.MultiBufferReadBuffer
Factory method: Instantiate a BufferInput object to read data from the ReadBuffer.
instantiateBufferInput() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Factory method: Instantiate a BufferInput object to read data from the ReadBuffer.
instantiateBufferInput(boolean) - Method in class com.tangosol.io.MultiBufferReadBuffer
Factory method: Instantiate a BufferInput object to read data from the ReadBuffer.
instantiateBundle() - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler
Instantiate a new Bundle object.
instantiateBundle() - Method in class com.tangosol.net.cache.AbstractBundler
Instantiate a new Bundle object.
instantiateBundle() - Method in class com.tangosol.net.cache.AbstractEntryBundler
Instantiate a new Bundle object.
instantiateBundle() - Method in class com.tangosol.net.cache.AbstractKeyBundler
Instantiate a new Bundle object.
instantiateBundlingNamedCache(NamedCache, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a BundlingNamedCache using the "operation-bundling" element.
instantiateCacheLoaderCacheStore(CacheLoader) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a CacheLoaderCacheStore wrapper around a passed CacheLoader.
instantiateCacheResource(NamedCache, Class, Class, KeyConverter, QueryConfig, int) - Method in class com.tangosol.coherence.rest.DefaultRootResource
Create an instance of CacheResource.
instantiateCacheResourceInternal(ResourceConfig) - Method in class com.tangosol.coherence.rest.DefaultRootResource
Create an instance of CacheResource for the specified resource configuration.
instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a CacheLoader, CacheStore or BinaryEntryStore using the "cachestore-scheme" element.
instantiateCacheStoreWrapper(BinaryEntryStore) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a StoreWrapper wrapper around the passed BinaryEntryStore.
instantiateCacheStoreWrapper(CacheStore) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a StoreWrapper wrapper around the passed CacheStore.
instantiateCacheStoreWrapper(CacheStore) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated.
Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
instantiateCacheStoreWrapper(NonBlockingEntryStore) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a StoreWrapper wrapper around the passed NonBlockingEntryStore.
instantiateCalculator() - Method in class com.tangosol.util.SimpleMapIndex
Factory method used to create a new calculator.
instantiateClusterPolicy(Map<String, Integer>) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for the a cluster service.
instantiateCollection() - Method in class com.tangosol.run.xml.CollectionAdapter
 
instantiateCollection() - Method in class com.tangosol.util.InflatableCollection
Factory method used to create a new Collection.
instantiateCollection() - Method in class com.tangosol.util.InflatableList
Factory method used to create a new Collection.
instantiateCollection() - Method in class com.tangosol.util.InflatableSet
Factory method used to create a new Collection.
instantiateCollection(Collection<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Create a Converter Collection.
instantiateCollection(Collection<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Collection.
instantiateConditionalRemoveAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for ConditionalRemoveAction
instantiateContainsValueAction() - Method in class com.tangosol.util.SegmentedHashMap
Factory for ContainsValueAction
instantiateContext(boolean) - Method in class com.tangosol.util.SegmentedConcurrentMap.SizeAction
Instantiate a context appropriate for applying SizeAction to count the number of entries in the map.
instantiateContext(Guardable, long, float) - Method in class com.tangosol.net.GuardSupport
 
instantiateContext(Object) - Method in class com.tangosol.util.SegmentedHashMap.ContainsValueAction
Instantiate a context appropriate for applying ContainsValueAction to lookup oValue in the map.
instantiateControlMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Create the concurrency control map for this backing map.
instantiateConverterMap(Map<K, V_FRONT>) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Provides out-bound conversion (i.e. conversion to values clients expect) of internal values.
instantiateCrawler(AbstractSparseArray.Node<V>, int, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Instantiate a new Crawler at the specified location and direction.
instantiateCrawler(AbstractSparseArray.Node, int, boolean) - Method in class com.tangosol.util.PrimitiveSparseArray
Instantiate a new Crawler at the specified location and direction.
instantiateDefaultComparator() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate a default member Comparator.
instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
instantiateDocument() - Method in class com.tangosol.run.xml.SimpleParser
Factory method to instantiate an XmlDocument implementation.
instantiateElement(String, Object) - Method in class com.tangosol.run.xml.SimpleElement
Instantiate an XmlElement implementation for an element.
instantiateElementList() - Method in class com.tangosol.run.xml.SimpleElement
Instantiate a List implementation that will hold child elements.
instantiateEntry() - Method in class com.tangosol.net.cache.LocalCache
Factory method.
instantiateEntry() - Method in class com.tangosol.util.ObservableHashMap
Factory method.
instantiateEntry() - Method in class com.tangosol.util.SafeHashMap
Factory pattern: instantiate an un-initialized Entry object.
instantiateEntry(Binary, Binary) - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern: Instantiate an Entry object.
instantiateEntry(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Factory pattern: instantiate a Map.Entry object for the specified key.
instantiateEntry(Object, Object) - Method in class com.tangosol.net.cache.SerializationCache.EntrySet
Factory pattern.
instantiateEntry(Object, Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet
Factory pattern.
instantiateEntry(Object, Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Instantiate an Entry instance.
instantiateEntry(Object, Object) - Method in class com.tangosol.util.OpenHashMap.EntrySet
Factory pattern.
instantiateEntry(Object, Object, int) - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for Entry.
instantiateEntry(Object, Object, int) - Method in class com.tangosol.util.SegmentedHashMap
Factory for Entry.
instantiateEntry(Object, Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: instantiate a queue entry.
instantiateEntry(Object, Object, Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: instantiate a queue entry.
instantiateEntry(K, V) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Factory pattern.
instantiateEntry(K, V, int) - Method in class com.tangosol.util.SafeHashMap
Factory pattern: instantiate initialized Entry object.
instantiateEntryAttributes(SerializationCache.EntryAttributes, long, long, int) - Method in class com.tangosol.net.cache.SerializationCache
Factory pattern: Construct an attribute holder for an entry.
instantiateEntryResource(NamedCache, Object, Class) - Method in class com.tangosol.coherence.rest.CacheResource
Create an instance of EntryResource for the specified resource configuration.
instantiateEntrySet() - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern.
instantiateEntrySet() - Method in class com.tangosol.net.cache.LocalCache
Factory pattern.
instantiateEntrySet() - Method in class com.tangosol.net.cache.OverflowMap
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: instantiate an entry set for this backing map.
instantiateEntrySet() - Method in class com.tangosol.net.cache.SerializationCache
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Instantiate an Entry Set.
instantiateEntrySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.util.ChainedMap
(Factory pattern) Instantiate an Entry Set or subclass thereof.
instantiateEntrySet() - Method in class com.tangosol.util.OpenHashMap
Factory pattern: Create a Set that represents the entries in the Map.
instantiateEntrySet() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
instantiateEntrySet() - Method in class com.tangosol.util.SegmentedHashMap
Factory for EntrySet
instantiateEntrySet(Collection<Map.Entry<FK, FV>>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Create a Converter Entry Set.
instantiateEntrySet(Set<Map.Entry<FK, FV>>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Entry Set.
instantiateEntrySetResource(NamedCache, Set, Class) - Method in class com.tangosol.coherence.rest.CacheResource
Create an instance of EntrySetResource for the specified resource configuration.
instantiateEnvironment(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactory
Create a EnvironmentHolder within the specified parent directory.
instantiateEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Create the bundler for the erase operations.
instantiateEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Create the bundler for the erase operations.
instantiateEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Create the bundler for the erase operations.
instantiateEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Create the bundler for the erase operations.
instantiateEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Create a self-processing event queue.
instantiateEventRouter(MapListener<? super K, ? super V_FRONT>, boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Factory Method: Instantiate a listener on the internal map that will direct events to the passed listener, either synchronously or asynchronously as appropriate.
instantiateEventsVisitor(long, Filter, long, Map<Long, MapEvent>, Converter<Long, ReadBuffer>, Converter<ReadBuffer, Long>, Converter<Object, ReadBuffer>, Converter<ReadBuffer, Object>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a PersistentStore.Visitor that can read a PersistentStore and populate the provided mapEvents with events that are larger than the provided version (inclusive) and match the given Filter.
instantiateEventsVisitor(long, Set, long, Map<Long, MapEvent>, Converter<Long, ReadBuffer>, Converter<ReadBuffer, Long>, Converter<Object, ReadBuffer>, Converter<ReadBuffer, Object>) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Create a PersistentStore.Visitor that can read a PersistentStore and populate the provided mapEvents with events that are larger than the provided version (inclusive) and within the given set of keys.
instantiateExclusiveClosable() - Method in class com.tangosol.persistence.AbstractPersistenceManager.AbstractPersistentStore
Return an AutoCloseable that will transition this PersistentStore out of exclusive mode.
instantiateExplainStep(Filter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Instantiate a new explain step for the given filter and add it to this result's list of steps.
instantiateExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "external-scheme" element.
instantiateFactory(ClassLoader, XmlElement, XmlElement, String, String, ParameterResolver) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Create a new instance of ConfigurableCacheFactory based on a given ClassLoader and cache configuration XML.
instantiateFakeBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
Factory method: Instantiate a FakeBinaryStore.
instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "flashjournal-scheme" element.
instantiateForwardIndex() - Method in class com.tangosol.util.ConditionalIndex
Instantiate the forward index.
instantiateForwardIndex() - Method in class com.tangosol.util.ForwardOnlyMapIndex
Instantiate the forward index.
instantiateForwardIndex() - Method in class com.tangosol.util.SimpleMapIndex
Instantiate the forward index.
instantiateFrontMapListener() - Method in class com.tangosol.net.cache.CachingMap
Factory pattern: instantiate front map listener.
instantiateFrontMapListener() - Method in class com.tangosol.net.cache.OverflowMap
Factory pattern: Front Map Listener.
instantiateFrontMapListener() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Factory pattern: Front Map Listener.
instantiateGetEntryAction() - Method in class com.tangosol.util.SegmentedHashMap
Factory for GetEntryAction
instantiateInsertAction() - Method in class com.tangosol.util.SegmentedHashMap
Factory for InsertAction
instantiateInternalCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Create the internal cache used by the ContinuousQueryCache.
instantiateInternalKeySet() - Method in class com.tangosol.net.cache.OverflowMap
Factory pattern: Create a read-only Set of keys in the Overflow Map
instantiateInternalListener() - Method in class com.tangosol.net.cache.LocalCache
Factory pattern: Instantiate an internal MapListener to listen to this cache and report changes to the CacheStore.
instantiateInternalListener() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Create a MapListener that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.
instantiateInternalListener() - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated.
Factory pattern: Create a MapListener that listens to the internal cache and routes those events to anyone listening to this VersionedBackingMap.
instantiateInternalListener() - Method in class com.tangosol.util.WrapperObservableMap
Instantiate a MapListener to listen to the wrapped map.
instantiateInternalMap(Comparator) - Method in class com.tangosol.util.SortedBag
Factory for the sorted internal map to use to hold the bag elements.
instantiateInverseIndex(boolean, Comparator) - Method in class com.tangosol.util.SimpleMapIndex
Instantiate the inverse index.
instantiateIterator() - Method in class com.tangosol.net.cache.OverflowMap.EntrySet
Factory pattern.
instantiateIterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Factory pattern.
instantiateIterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Factory pattern: Create a values Iterator.
instantiateIterator() - Method in class com.tangosol.util.OpenHashMap.EntrySet
Factory pattern.
instantiateIterator() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Factory pattern.
instantiateIterator() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Factory for EntrySetIterator.
instantiateIterator(LongArray.Iterator<F>) - Method in class com.tangosol.util.ConverterCollections.ConverterLongArray
Instantiate a new Iterator wrapping the provided iterator.
instantiateIterator(Iterator<F>, Converter<F, T>) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Create a Converter Iterator.
instantiateKeyIterator() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Create a mutable Iterator over the keys in the Map
instantiateKeyMap() - Method in class com.tangosol.net.cache.SerializationMap
Instantiate a key-map.
instantiateKeySet() - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern.
instantiateKeySet() - Method in class com.tangosol.net.cache.LocalCache
Factory pattern.
instantiateKeySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: instantiate a key set for this backing map.
instantiateKeySet() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Factory pattern: Create a Set that represents the keys in the Map
instantiateKeySet() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Factory pattern: Create a Set that represents the keys in the Map
instantiateKeySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
Factory pattern: Create a Set that represents the keys in the Map
instantiateKeySet() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Create a Set that represents the keys in the Map
instantiateKeySet() - Method in class com.tangosol.util.OpenHashMap
Factory pattern: Create a Set that represents the keys in the Map
instantiateKeySet() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
instantiateKeySet() - Method in class com.tangosol.util.SegmentedHashMap
Factory for KeySet.
instantiateList(List<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Create a Converter List.
instantiateListIterator(ListIterator<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Create a Converter ListIterator.
instantiateLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Create the bundler for the load operations.
instantiateLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Create the bundler for the load operations.
instantiateLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Create the bundler for the load operations.
instantiateLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Create the bundler for the load operations.
instantiateLoadCalculator(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Instantiate the load calculator.
instantiateLoadComparator(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return a comparator for primary or backup partition load.
instantiateLocalCache(int, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a LocalCache using the specified parameters.
instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "local-scheme" element.
instantiateLock(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Factory pattern.
instantiateLockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for LockAction
instantiateMap() - Method in class com.tangosol.coherence.rest.util.JsonMap
 
instantiateMap() - Method in class com.tangosol.run.xml.MapAdapter
 
instantiateMap() - Method in class com.tangosol.util.MapSet
Factory pattern: Provide an underlying Map for this Set implementation to store its contents in.
instantiateMap() - Method in class com.tangosol.util.SafeHashSet
Factory pattern: Provide an underlying Map for this Set implementation to store its contents in.
instantiateMap() - Method in class com.tangosol.util.SegmentedHashSet
Factory pattern: Provide an underlying Map for this Set implementation to store its contents in.
instantiateMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "class-scheme" element.
instantiateMap(Class) - Method in class com.tangosol.util.CopyOnWriteMap
Create a new instance of Map based on the provided Class.
instantiateMap(Map<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Map.
instantiateMapEvent(int, Object, Object, Object) - Method in class com.tangosol.net.cache.LocalCache
Factory pattern: instantiate a new CacheEvent corresponding to the specified parameters.
instantiateMapListener(AbstractRepositoryBase.Listener<? super T>) - Method in class com.oracle.coherence.repository.AbstractRepositoryBase
Factory method for AbstractRepositoryBase.Listener adapter to MapListener.
instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a MapListener using the using the "class-scheme" element.
instantiateMemberListener() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Instantiate a member listener to subscribe to service membership events.
instantiateModificationSet(int) - Method in class com.tangosol.util.SubSet
Instantiate a new modification set containing either removed or retained items.
instantiateNamedQueryResource(NamedCache, NamedQuery, int) - Method in class com.tangosol.coherence.rest.CacheResource
Create an instance of NamedQueryResource for the specified resource configuration.
instantiateNearCache(Map, NamedCache, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an NearCache using the specified parameters.
instantiateNilValue(int, int) - Method in class com.tangosol.io.pof.reflect.PofSparseArray
Instantiate a PofSparseArray.NilPofValue (factory method).
instantiateNilValue(int, int) - Method in class com.tangosol.io.pof.reflect.PofUniformSparseArray
Instantiate a PofSparseArray.NilPofValue (factory method).
instantiateNode(long, long) - Method in class com.tangosol.util.PrimitiveSparseArray
Create a new Node with the specified key and value.
instantiateNode(long, Long) - Method in class com.tangosol.util.PrimitiveSparseArray
Factory pattern: create a new Node with the specified key and value.
instantiateNode(long, V) - Method in class com.tangosol.util.AbstractSparseArray
Factory pattern: create a new Node with the specified key and value.
instantiateNode(long, V) - Method in class com.tangosol.util.SparseArray
Factory pattern: create a new Node with the specified key and value.
instantiateNode(Object) - Method in class com.tangosol.util.RecyclingLinkedList
Instantiate a Node.
instantiateNode(Object) - Method in class com.tangosol.util.SafeLinkedList
Instantiate a Node.
instantiateNotOwnedFilter(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate and return a NotOwnedFilter with the specified ownership.
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
Return the OPToken for this command.
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.HelpStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder
 
instantiateOpToken() - Method in class com.tangosol.coherence.dslquery.queryplus.WheneverStatementBuilder
 
instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "overflow-scheme" element.
instantiateOverflowMap(ObservableMap, Map, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an OverflowMap using the specified parameters.
instantiateOverloadedFilter(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate a filter that matches members with an over-load.
instantiatePagedExternalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "paged-external-scheme" element.
instantiatePagedStore(int) - Method in class com.tangosol.net.cache.SerializationPagedCache
Factory method: Instantiate a PagedBinaryStore.
instantiateParser(Reader) - Method in class com.tangosol.coherence.dslquery.ExecutionContext
Instantiate an instance of an OPParser to parse the CohQL statements provided by the specified Reader.
instantiatePartitionedBackingMap(MapBuilder, ParameterResolver, MapBuilder.Dependencies, CachingScheme) - Method in class com.tangosol.net.ExtensibleConfigurableCacheFactory.Manager
Instantiate a partitioned backing map (an instance of ObservableSplittingBackingMap) using ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager.
instantiatePartitionedCachePolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[], AddressProvider) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for a PartitionedCache service.
instantiatePeriodicTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
Create a task that will automatically be run on a periodic basis.
instantiatePersistenceTools(OfflinePersistenceInfo) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Factory method to create a PersistenceTools implementation.
instantiatePersistenceTools(OfflinePersistenceInfo, String) - Method in class com.tangosol.persistence.AbstractSnapshotArchiver
Instantiate an instance of PersistenceTools relevant to this archiver and the provided snapshot.
instantiatePersistenceVisitor(CachePersistenceHelper.Visitor) - Static method in class com.tangosol.persistence.CachePersistenceHelper
Instantiate a visitor for the PersistentStore backed by the
instantiatePersistentStore(String) - Method in class com.tangosol.persistence.AbstractPersistenceManager
Factory method for PersistentStore implementations managed by this PersistenceManager.
instantiatePofValue(PofValue, int, ReadBuffer, PofContext, int, ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
Creates a PofValue instance.
instantiateProxyPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for the a proxy service.
instantiateQueue() - Method in class com.tangosol.net.LoadBalancer
Factory method: Create a queue.
instantiateQueueDaemon() - Method in class com.tangosol.io.AsyncBinaryStore
Factory method: Instantiate a QueueDaemon.
instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a backing Map using the "ramjournal-scheme" element.
instantiateReadBuffer(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Factory method: Instantiate a ReadBuffer for a portion of this ReadBuffer.
instantiateReadBuffer(int, int) - Method in class com.tangosol.io.ByteArrayReadBuffer
Factory method: Instantiate a ReadBuffer for a portion of this ReadBuffer.
instantiateReadBuffer(int, int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Factory method: Instantiate a ReadBuffer for a portion of this ReadBuffer.
instantiateReadBuffer(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Factory method: Instantiate a ReadBuffer for a portion of this ReadBuffer.
instantiateReadBuffer(int, int) - Method in class com.tangosol.util.Binary
Factory method: Instantiate a ReadBuffer for a portion of this ReadBuffer.
instantiateReadLatch(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a new read latch the given key.
instantiateReadQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a new ReadQueue object.
instantiateReadThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate the refresh-ahead thread.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, NonBlockingEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, NonBlockingEntryStore, boolean, int, double) - Method in class com.tangosol.coherence.config.scheme.ReadWriteBackingMapScheme
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateRemoveAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for RemoveAction
instantiateRemoveAction() - Method in class com.tangosol.util.SegmentedHashMap
Factory for RemoveAction
instantiateRemoveListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Factory Method: Instantiate a MapListener for evicting items from the ContinuousQueryCache.
instantiateRequestHandler(LoadBalancer.Queue) - Method in class com.tangosol.net.LoadBalancer
Factory method: Create a RequestHandler.
instantiateResponseHandler(LoadBalancer.RequestHandler) - Method in class com.tangosol.net.LoadBalancer
Factory method: Create a ResponseHandler.
instantiateRoot(String) - Method in class com.tangosol.run.xml.SaxParser
Instantiate an XmlElement implementation for a root element.
instantiateSafeIterator(boolean, long) - Method in class com.tangosol.util.AbstractSafeLongArray
Instantiate a SafeIterator around the specified delegate iterator.
instantiateSafeIterator(boolean, long) - Method in class com.tangosol.util.ReadHeavyLongArray
 
instantiateSafetyFilter(Ownership, int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate and return a SafetyFilter with the specified ownership.
instantiateScopeResolver() - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Instantiate the default ScopeResolver.
instantiateSerializationCache(BinaryStore, int, boolean) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct an SerializationCache using the specified parameters.
instantiateSerializationCache(BinaryStore, int, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationCache using the specified parameters.
instantiateSerializationCache(BinaryStore, int, ClassLoader) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct an SerializationCache using the specified parameters.
instantiateSerializationCache(BinaryStore, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationCache using the specified parameters.
instantiateSerializationMap(ParameterResolver, BinaryStore, boolean, ClassLoader, int, int) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Instantiate a SerializationMap, SerializationCache, SimpleSerializationMap, or any sub-class thereof.
instantiateSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct an SerializationMap using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationMap using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean, ClassLoader, int, int, String, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Instantiate a SerializationMap, SerializationCache, SimpleSerializationMap, or any sub-class thereof.
instantiateSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct an SerializationMap using the specified parameters.
instantiateSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationMap using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Method in class com.tangosol.coherence.config.scheme.PagedExternalScheme
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Method in class com.tangosol.coherence.config.scheme.PagedExternalScheme
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializer() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Create a Serializer appropriate for the mode this cache is operating under (i.e., binary vs non-binary).
instantiateSerializer(XmlElement, int, Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Create a PofSerializer from the provided XML serializer element.
instantiateSerializer(Class<? extends PofSerializer>, Integer, Class<?>) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Instantiate specified PofSerializer.
instantiateSet() - Method in class com.tangosol.util.LiteSet
(Factory pattern) Instantiate a Set object to store items in once the "lite" threshold has been exceeded.
instantiateSet() - Method in class com.tangosol.util.SimpleMapIndex
Factory method used to create a new set containing the keys associated with a single value.
instantiateSet(Set<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Set.
instantiateSimpleOverflowMap(ObservableMap, Map, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a SimpleOverflowMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct a SimpleSerializationMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a SimpleSerializationMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.coherence.config.scheme.ExternalScheme
Construct a SimpleSerializationMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a SimpleSerializationMap using the specified parameters.
instantiateSizeAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for SizeAction
instantiateSortedMap(SortedMap<FK, FV>, Converter<FK, TK>, Converter<TK, FK>, Converter<FV, TV>, Converter<TV, FV>) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Create a Converter SortedMap.
instantiateSortedSet(SortedSet<F>, Converter<F, T>, Converter<T, F>) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Create a Converter SortedSet.
instantiateStatus() - Method in class com.tangosol.net.cache.OverflowMap
Factory method: Instantiate a Status object.
instantiateStatus() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Factory method: Instantiate a Status object.
instantiateStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Create the bundler for the store operations.
instantiateStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Create the bundler for the store operations.
instantiateStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.NonBlockingEntryStoreWrapper
Create the bundler for the store operations.
instantiateStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Create the bundler for the store operations.
instantiateStrengthComparator(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate a StrengthComparator for the specified reference ownership.
instantiateSubclass(String, Class, ClassLoader, Object[], XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an instance of the specified class using the specified parameters.
instantiateTraceStep(Filter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Instantiate a new trace step for the given filter and add it to this result's list of steps.
instantiateUnderloadedFilter(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate a filter that matches members with an under-load.
instantiateUnlockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for UnlockAction
instantiateUnmodifiableIterator(LongArray.Iterator<V>) - Method in class com.tangosol.util.CopyOnWriteLongArray
Factory pattern: instantiate an UnmodifiableIterator.
instantiateValues() - Method in class com.tangosol.util.AbstractKeyBasedMap
Factory pattern: Instantiate the values Collection.
instantiateValues() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Instantiate the values Collection.
instantiateValuesCollection() - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.net.cache.LocalCache
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.util.SegmentedHashMap
Factory for ValuesCollection.
instantiateVersionCacheListener() - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated.
Factory method: Provide a MapListener that listens to the VersionCache and invalidates local entries accordingly.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.
instantiateVersionedNearCache(Map, NamedCache, NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated.
Construct an VersionedNearCache using the specified parameters.
instantiateWorker() - Method in class com.tangosol.util.Daemon
Instantiate a DaemonWorker that will be used as a daemon.
instantiateWrapperStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Factory method: Instantiate a WrapperBinaryStore.
instantiateWriteQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a new WriteQueue object.
instantiateWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate the write-behind thread.
Instruction - Interface in com.tangosol.util.fsm
A marker interface for Instructions to FiniteStateMachines.
Instruction.ProcessEvent<S> - Class in com.tangosol.util.fsm
An Instruction for a FiniteStateMachine to process an Event.
Instruction.TransitionTo<S> - Class in com.tangosol.util.fsm
INT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of ints.
IntAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Construct a SimpleAdapter.
IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Construct an IntArrayAdapter.
intBinaryOperator(Remote.IntBinaryOperator) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntBinaryOperator.
intConsumer(Remote.IntConsumer) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntConsumer.
IntDecoratedObject(Object, int) - Constructor for class com.tangosol.util.ExternalizableHelper.IntDecoratedObject
Construct an IntDecorated object with the specified value and decoration.
INTEGERLITERAL - Static variable in class com.tangosol.coherence.dsltools.base.LiteralBaseToken
The numberic code for a integer literal
INTEGERLITERAL - Static variable in class com.tangosol.coherence.dsltools.termtrees.AtomicTerm
The numberic code for a integer literal
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class com.oracle.coherence.grpc.proxy.GrpcMetricsInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class com.oracle.coherence.grpc.proxy.ServerLoggingInterceptor
 
Interceptor - Annotation Interface in com.tangosol.net.events.annotation
Interceptor is an annotation that can be applied to EventInterceptor implementations.
Interceptor.Order - Enum Class in com.tangosol.net.events.annotation
This enum provides an indication of whether the EventInterceptor should request to be first in the chain of EventInterceptors, hence have a HIGH priority.
InterceptorMetadataResolver - Interface in com.tangosol.net.events
Supports custom resolution of interceptor class in cases when the interceptor may be proxied, such as when using CDI.
InterceptorProcessor - Class in com.tangosol.coherence.config.xml.processor
A ElementProcessor for the <interceptor> element.
InterceptorProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InterceptorProcessor
Construct an InterceptorProcessor.
InterceptorRegistry - Interface in com.tangosol.net.events
An InterceptorRegistry manages the registration of EventInterceptors and facilitates the introduction of EventInterceptors to EventDispatchers.
InterceptorsProcessor - Class in com.tangosol.coherence.config.xml.processor
A ElementProcessor for the <interceptors> element.
InterceptorsProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InterceptorsProcessor
 
INTERNAL_SERVICE - Static variable in class com.tangosol.net.security.LocalPermission
"Service.getInternalService" permission.
InternalCacheSchemeProcessor - Class in com.tangosol.coherence.config.xml.processor
A InternalCacheSchemeProcessor is responsible for processing an internal-cache-scheme XmlElements to produce a MapBuilder.
InternalCacheSchemeProcessor() - Constructor for class com.tangosol.coherence.config.xml.processor.InternalCacheSchemeProcessor
 
internalClose(Consumer<? super BinaryStore>) - Method in class com.tangosol.io.AsyncBinaryStore
Close the store.
InternalConverter<T> - Interface in com.tangosol.coherence.jcache.common
Converts values of a specified type to and from an internal representation.
InternalKeySet() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet
 
InternalKeySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Default constructor.
InternalListener() - Constructor for class com.tangosol.net.cache.LocalCache.InternalListener
 
InternalListener() - Constructor for class com.tangosol.util.WrapperObservableMap.InternalListener
 
InternalMapListener() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
 
InternalMapListener() - Constructor for class com.tangosol.net.cache.VersionedBackingMap.InternalMapListener
Deprecated.
 
InternalMapListener(MapListenerSupport, Converter, Converter) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.InternalMapListener
Construct the MapListener to be registered with the internal ObservableMap.
interrupted() - Static method in class com.oracle.coherence.common.base.Blocking
Return true if the thread is interrupted or timed out.
intersects(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the specified partition set intersects with this set.
intersects(Object[], Object[]) - Static method in class com.tangosol.persistence.GUIDHelper
Return a List of stores (GUIDs) that allows the caller to derive whether the provided sets are disjoint, intersect or equal.
intFunction(Remote.IntFunction<R>) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntFunction.
intPredicate(Remote.IntPredicate) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntPredicate.
introduceEventDispatcher(String, EventDispatcher) - Method in class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
 
introduceEventDispatcher(String, EventDispatcher) - Method in class com.oracle.coherence.mp.config.CoherenceConfigSource
 
introduceEventDispatcher(String, EventDispatcher) - Method in interface com.tangosol.net.Coherence.LifecycleListener
 
introduceEventDispatcher(String, EventDispatcher) - Method in interface com.tangosol.net.events.EventDispatcherAwareInterceptor
Introduce and possibly bind this EventInterceptor to the specified EventDispatcher.
introduceEventDispatcher(String, EventDispatcher) - Method in class com.tangosol.net.events.NamedEventInterceptor
Introduce and possibly bind this EventInterceptor to the specified EventDispatcher.
intSupplier(Remote.IntSupplier) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntSupplier.
intToDoubleFunction(Remote.IntToDoubleFunction) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntToDoubleFunction.
intToLongFunction(Remote.IntToLongFunction) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntToLongFunction.
intUnaryOperator(Remote.IntUnaryOperator) - Static method in class com.tangosol.util.function.Remote
Capture serializable IntUnaryOperator.
intValue() - Method in class com.oracle.coherence.common.base.MutableLong
 
intValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
Returns the current value of this AsyncAtomicInteger as an int.
intValue() - Method in interface com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Returns the current value of this DistributedAtomicLong as an int after a narrowing primitive conversion.
intValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicInteger
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncLocalAtomicLong
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicInteger
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.AsyncRemoteAtomicLong
 
intValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicInteger
Returns the current value of this AtomicInteger as an int.
intValue() - Method in interface com.oracle.coherence.concurrent.atomic.AtomicLong
Returns the current value of this AtomicLong as an int after a narrowing primitive conversion.
intValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.LocalAtomicLong
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
 
intValue() - Method in class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
 
intValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as an int