Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01

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


A

ABOVE - Static variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
AbstractAggregator - Class in com.tangosol.util.aggregator
Abstract base class implementation of InvocableMap.EntryAggregator that supports parallel aggregation.
AbstractAggregator() - Constructor for class com.tangosol.util.aggregator.AbstractAggregator
Default constructor (necessary for the ExternalizableLite interface).
AbstractAggregator(ValueExtractor) - 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.
AbstractBackingMapManager - Class in com.tangosol.net
Abstract base of the BackingMapManager implementations.
AbstractBackingMapManager() - Constructor for class com.tangosol.net.AbstractBackingMapManager
Default constructor.
AbstractBigDecimalAggregator - Class in com.tangosol.util.aggregator
Abstract aggregator that processes Comparable 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) - 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
 
AbstractBinaryEntryBundler.Bundle() - Constructor for class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Default constructor.
AbstractBinaryStore - Class in com.tangosol.io
Abstract implementation of the BinaryStore interface.
AbstractBinaryStore() - Constructor for class com.tangosol.io.AbstractBinaryStore
 
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.
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
 
AbstractBundler.Bundle() - Constructor for class com.tangosol.net.cache.AbstractBundler.Bundle
Default constructor.
AbstractBundler.Statistics - Class in com.tangosol.net.cache
Statistics class contains the latest bundler statistics.
AbstractBundler.Statistics() - Constructor for class com.tangosol.net.cache.AbstractBundler.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 This implementation is not intended to be thread safe.
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.
AbstractByteArrayReadBuffer.ByteArrayBufferInput() - Constructor for class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Default constructor.
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.AggregateByteSequence(ByteSequence, ByteSequence) - Constructor for class com.tangosol.util.AbstractByteSequence.AggregateByteSequence
Construct an AggregateByteSequence from two ByteSequence objects.
AbstractByteSequence.PartialByteSequence - Class in com.tangosol.util
A naive ByteSequence that represents a portion of another ByteSequence.
AbstractByteSequence.PartialByteSequence(ByteSequence, int, int) - Constructor for class com.tangosol.util.AbstractByteSequence.PartialByteSequence
Construct a PartialByteSequence from a ByteSequence.
AbstractCacheLoader - Class in com.tangosol.net.cache
An abstract base class for the JCache CacheLoader.
AbstractCacheLoader() - Constructor for class com.tangosol.net.cache.AbstractCacheLoader
 
AbstractCacheStore - Class in com.tangosol.net.cache
An abstract base class for the JCache CacheLoader.
AbstractCacheStore() - Constructor for class com.tangosol.net.cache.AbstractCacheStore
 
AbstractComparableAggregator - 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) - Constructor for class com.tangosol.util.aggregator.AbstractComparableAggregator
Construct an AbstractComparableAggregator object.
AbstractComparableAggregator(ValueExtractor, Comparator) - 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 - 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.
AbstractDoubleAggregator - 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) - 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.
AbstractEncryptionFilter - Class in com.tangosol.net.security
Deprecated. As of Coherence 3.7, deprecated with no replacement.
AbstractEncryptionFilter() - Constructor for class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated.  
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
 
AbstractEntryBundler.Bundle() - Constructor for class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Default constructor.
AbstractEventInterceptor - Class in com.tangosol.net.events
An abstract base implementation of EventInterceptor.
AbstractEventInterceptor() - Constructor for class com.tangosol.net.events.AbstractEventInterceptor
Construct an EventInterceptor that subscribes to all events registering at the end of the interceptor chain.
AbstractEventInterceptor(boolean) - Constructor for class com.tangosol.net.events.AbstractEventInterceptor
Construct an EventInterceptor that subscribes to all events.
AbstractEventInterceptor(Set, boolean) - Constructor for class com.tangosol.net.events.AbstractEventInterceptor
Construct an EventInterceptor with specified Event types and chain position.
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
 
AbstractExtractor - Class in com.tangosol.util.extractor
Abstract base for ValueExtractor implementations.
AbstractExtractor() - Constructor for class com.tangosol.util.extractor.AbstractExtractor
 
AbstractHttpServer - Class in com.tangosol.coherence.rest.server
Abstract base class for HttpServer implementations.
AbstractHttpServer() - Constructor for class com.tangosol.coherence.rest.server.AbstractHttpServer
 
AbstractHttpSessionCollection - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Default constructor (required).
AbstractHttpSessionCollection.ApplicationScopeController - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.ApplicationScopeController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
Deprecated.  
AbstractHttpSessionCollection.DistributedController - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.DistributedController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.DistributedController
Deprecated.  
AbstractHttpSessionCollection.ExitAgent - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.ExitAgent() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Deprecated. Default constructor.
AbstractHttpSessionCollection.ExitAgent(String) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Deprecated. Construct an ExitAgent to unlock a specific session.
AbstractHttpSessionCollection.ExitObserver - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.ExitObserver() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated.  
AbstractHttpSessionCollection.ExitTask - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.ExitTask(String) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
Deprecated. Construct an ExitTask to unlock a specific session.
AbstractHttpSessionCollection.GlobalScopeController - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.GlobalScopeController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.GlobalScopeController
Deprecated.  
AbstractHttpSessionCollection.HybridController - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.HybridController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.HybridController
Deprecated.  
AbstractHttpSessionCollection.LocalController - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionCollection.LocalController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.LocalController
Deprecated.  
AbstractHttpSessionModel - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Default constructor for deserialization.
AbstractHttpSessionModel(AbstractHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Session creation constructor.
AbstractInvocable - Class in com.tangosol.net
An abstract base for Invocable and PriorityTask implementations.
AbstractInvocable() - Constructor for class com.tangosol.net.AbstractInvocable
 
AbstractJournalRM - Class in com.tangosol.io.journal
The AbstractJournalRM represents a Journal Resource Manager that manages storage for journaled data, and acts as a shared resource for any number of journals that share a common configuration.
AbstractJournalRM(Cluster) - Constructor for class com.tangosol.io.journal.AbstractJournalRM
Construct an AbstractJournalRM.
AbstractJournalRM.CollectorDaemon - Class in com.tangosol.io.journal
The CollectorDaemon evaluates the JournalFile objects to see which ones should be evacuated, it evacuates those that should be, and it deletes those that have been successfully evacuated.
AbstractJournalRM.CollectorDaemon() - Constructor for class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Construct a CollectorDaemon.
AbstractJournalRM.JournalFile - Class in com.tangosol.io.journal
A JournalFile object is created for each file used to store the journal contents.
AbstractJournalRM.JournalFile(int) - Constructor for class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Construct a Journal File.
AbstractJournalRM.JournalImpl - Class in com.tangosol.io.journal
A Journal implementation managed by this Journal Resource Manager.
AbstractJournalRM.JournalImpl() - Constructor for class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
 
AbstractKeyBasedMap - Class in com.tangosol.util
AbstractKeyBasedMap is a base class for Map implementations.
AbstractKeyBasedMap() - Constructor for class com.tangosol.util.AbstractKeyBasedMap
 
AbstractKeyBasedMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
AbstractKeyBasedMap.EntrySet() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet
 
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.Entry(Object, Object) - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Construct an Entry.
AbstractKeyBasedMap.EntrySet.EntrySetIterator - Class in com.tangosol.util
An Iterator over the EntrySet that is backed by the Map.
AbstractKeyBasedMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
 
AbstractKeyBasedMap.KeySet - Class in com.tangosol.util
A set of keys backed by this map.
AbstractKeyBasedMap.KeySet() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.KeySet
 
AbstractKeyBasedMap.ValuesCollection - Class in com.tangosol.util
A Collection of values backed by this map.
AbstractKeyBasedMap.ValuesCollection() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
 
AbstractKeyBasedMap.ValuesCollection.ValuesIterator - Class in com.tangosol.util
An Iterator over the values Collection that is backed by the AbstractKeyBasedMap.
AbstractKeyBasedMap.ValuesCollection.ValuesIterator() - Constructor for class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
 
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
 
AbstractKeyBundler.Bundle() - Constructor for class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Default constructor.
AbstractKeySetBasedMap - 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.EntrySet() - Constructor for class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
 
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.KeyIterator(Iterator) - Constructor for class com.tangosol.util.AbstractKeySetBasedMap.KeyIterator
Construct a KeyIterator.
AbstractKeySetBasedMap.KeySet - Class in com.tangosol.util
A set of keys backed by this map.
AbstractKeySetBasedMap.KeySet() - Constructor for class com.tangosol.util.AbstractKeySetBasedMap.KeySet
 
AbstractKeySetBasedMap.ValuesCollection - Class in com.tangosol.util
A Collection of values backed by this map.
AbstractKeySetBasedMap.ValuesCollection() - Constructor for class com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
 
AbstractLongAggregator - 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) - 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 - 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 - Class in com.tangosol.coherence.rest.io
Abstract base class for built-in marshallers.
AbstractMarshaller(Class) - Constructor for class com.tangosol.coherence.rest.io.AbstractMarshaller
Construct a marshaller instance.
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
 
AbstractProcessor - 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) method.
AbstractProcessor() - Constructor for class com.tangosol.util.processor.AbstractProcessor
 
AbstractProxyServiceLoadBalancer - Class in com.tangosol.net.proxy
An abstract base for ProxyServiceLoadBalancer implementations.
AbstractProxyServiceLoadBalancer() - Constructor for class com.tangosol.net.proxy.AbstractProxyServiceLoadBalancer
 
AbstractQueryRecorderFilter - 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.
AbstractReadBuffer.AbstractBufferInput() - Constructor for class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Default constructor.
AbstractReapTask - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
AbstractReapTask(SessionHelper, SessionReaperStatistics, Iterator) - Constructor for class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. Construct an AbstractReapTask.
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, ClassLoader) - Constructor for class com.tangosol.net.cache.AbstractSerializationCache
Construct a serialization cache on top of a BinaryStore, using the passed ClassLoader for deserialization.
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.
AbstractSparseArray - 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.Crawler(AbstractSparseArray.Node, int, boolean) - Constructor for class com.tangosol.util.AbstractSparseArray.Crawler
Crawler constructor.
AbstractSparseArray.Node - Class in com.tangosol.util
An AVL tree node.
AbstractSparseArray.Node() - Constructor for class com.tangosol.util.AbstractSparseArray.Node
 
AbstractStableIterator - Class in com.tangosol.util
An abstract Iterator implementation that is stable between the AbstractStableIterator.hasNext() and AbstractStableIterator.next() methods, and between the AbstractStableIterator.next() and AbstractStableIterator.remove() methods.
AbstractStableIterator() - Constructor for class com.tangosol.util.AbstractStableIterator
Default constructor.
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.
AbstractUpdater - Class in com.tangosol.util.extractor
Abstract base for ValueUpdater implementations.
AbstractUpdater() - Constructor for class com.tangosol.util.extractor.AbstractUpdater
 
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.
AbstractWriteBuffer.AbstractBufferOutput() - Constructor for class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Construct an AbstractBufferOutput that will begin writing at the start of the containing WriteBuffer.
AbstractWriteBuffer.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.
accept() - Method in interface com.tangosol.net.AddressProvider
This method should be called by the client immediately after it determines that it can successfully use an address returned by the AddressProvider.getNextAddress() method.
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 AddressProvider.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 AddressProvider.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 AddressProvider.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 AddressProvider.getNextAddress() method.
accept() - Method in class com.tangosol.net.WrapperServerSocket
accept() - Method in class com.tangosol.net.WrapperServerSocketChannel
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.
Action - Interface in com.tangosol.net
An Action represents a controllable action or behavior that a Service might perform.
ACTION_IGNORE - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in restoring the original Entry's value.
ACTION_REMOVE - Static variable in class com.tangosol.util.filter.FilterTrigger
Evaluation failure results in a 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.
activate(String, HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Move the session into an active state, if it is not already.
activate(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Activate the session model.
activate(String, HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Move the session into an active state, if it is not already.
ACTIVE - Static variable in class com.tangosol.coherence.transaction.Status
The transaction is in the active state.
ADAPTER_INIT_PARAMS - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Parameters for finding the default adapter constructor.
add(BinaryEntry) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Add the specified binary entry to the Bundle.
add(Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Add the specified entry to the Bundle.
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(ReadWriteBackingMap.Entry, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Add an entry to the queue.
add(Object) - Method in class com.tangosol.net.CompositeAddressProvider
Ensures that this collection contains the specified element (optional operation).
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(Object) - Method in class com.tangosol.net.LoadBalancer.Queue
Add an object to the end of the queue.
add(int) - Method in class com.tangosol.net.partition.PartitionSet
Add the specified partition to the set.
add(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Add the specified PartitionSet to this set.
add(Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Appends the specified element to the end of this list.
add(int, Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Inserts the specified element at the specified position in this list.
add(Object) - 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(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
Appends the specified element to the end of this List (optional operation).
add(int, Object) - Method in class com.tangosol.util.CircularArrayList
Insert the element at the specified position in this list.
add(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Ensures that this Collection contains the specified element.
add(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Ensures that this Collection contains the specified element.
add(int, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Inserts the specified element into the list.
add(Object) - 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(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
Ensures that this collection contains the specified element (optional operation).
add(int, Object) - Method in class com.tangosol.util.InflatableList
Inserts the specified element at the specified position in this list (optional operation).
add(EventListener) - Method in class com.tangosol.util.Listeners
Add a listener.
add(Object) - Method in class com.tangosol.util.LiteSet
Ensures that this Set contains the specified element.
add(Object) - 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(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(int, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Inserts the specified element at the specified position in this list (optional operation).
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(int, Object) - Method in class com.tangosol.util.SafeLinkedList
Inserts the specified element at the specified position in 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(String) - Method in class com.tangosol.util.StringTable
Add the passed string to the table.
add(T) - Method in class com.tangosol.util.SubList
Appends the specified element to the end of this list (optional operation).
add(int, T) - Method in class com.tangosol.util.SubList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.tangosol.util.SubSet
Ensures that this Collection contains the specified element.
add(Comparable) - Method in class com.tangosol.util.Tree
Add the passed key to the tree.
add(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Ensures that this collection contains the specified element (optional operation).
add(int, E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Inserts the specified element into the list (optional operation).
add(E) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Ensures that this collection contains the specified element (optional operation).
addAddress(InetSocketAddress) - Method in class com.tangosol.net.CompositeAddressProvider
Add an address.
addAll(Set) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Add the specified set of binary entries to the Bundle.
addAll(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Add the specified collection of entries to the Bundle.
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(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(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(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(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(int, Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterList
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.InflatableList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Listeners) - Method in class com.tangosol.util.Listeners
Add all listeners from another Listeners object.
addAll(Collection) - 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) - 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(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(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(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(Collection) - Method in class com.tangosol.util.SubList
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 (optional operation).
addAll(int, Collection) - Method in class com.tangosol.util.SubList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in class com.tangosol.util.SubSet
Adds all of the elements in the specified collection to this collection.
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.util.WrapperCollections.AbstractWrapperCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Adds all of the elements in the specified collection to this collection (optional operation).
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.
addBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Once the current buffer is full, allocate a new one and make it the current buffer.
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.
addElement(Object) - Method in class com.tangosol.util.Dequeue
Adds an element to the dequeue.
addElements(XmlElement, Iterator) - Static method in class com.tangosol.run.xml.XmlHelper
Add the elements from the iterator to the passed XML.
addEnteredThread() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Add the currently running thread to the list of threads that have entered this session model.
addEnumeration(Enumeration) - Method in class com.tangosol.util.ChainedEnumerator
Add the Enumeration to the end of the chain.
addEventInterceptor(String, EventInterceptor, Set, boolean) - Method in interface com.tangosol.net.events.EventDispatcher
Add a uniquely identified EventInterceptor to this dispatcher to be used to process Events.
addHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Sign up the specified listener to receive HttpSessionBindingEvent objects.
addHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Sign up the specified listener to receive HttpSessionBindingEvent objects.
addHttpSessionListener(HttpSessionListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Sign up the specified listener to receive HttpSessionEvent objects.
addHttpSessionListener(HttpSessionListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Sign up the specified listener to receive HttpSessionEvent objects.
addIgnoreAttributeName(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Register a name to ignore events for.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.NearCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
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(ValueExtractor, boolean, Comparator) - Method in interface com.tangosol.util.QueryMap
Add an index to this QueryMap.
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.
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.
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.
addLocalClass(Class) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.HybridController
Deprecated. Add a class which should never be distributed in the coherence cache.
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(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, Object, boolean) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Add a map listener for a specific key.
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) - Method in class com.tangosol.net.cache.ContinuousQueryCache
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, Object, boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener) - Method in class com.tangosol.net.cache.NearCache
Add a standard map listener.
addMapListener(MapListener, Object, boolean) - Method in class com.tangosol.net.cache.NearCache
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.NearCache
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener) - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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, Object, boolean) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Add a map listener that receives events based on a filter evaluation.
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, Object, boolean) - Method in class com.tangosol.net.cache.OverflowMap
Add a map listener for a specific key.
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) - 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, Object, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Add a map listener for a specific key.
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, Object, boolean) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Add a map listener for a specific key.
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) - 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, Object, 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.tangosol.util.ConverterCollections.ConverterObservableMap
Add a map listener that receives events based on a filter evaluation.
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, Object, boolean) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Add a map listener for a specific key.
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) - Method in class com.tangosol.util.ObservableHashMap
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, Object, boolean) - Method in class com.tangosol.util.ObservableHashMap
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.util.ObservableHashMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener) - 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, Object, boolean) - Method in interface com.tangosol.util.ObservableMap
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in interface com.tangosol.util.ObservableMap
Add a map listener that receives events based on a filter evaluation.
addMapListener(MapListener) - 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, Object, boolean) - Method in class com.tangosol.util.WrapperObservableMap
Add a map listener for a specific key.
addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.util.WrapperObservableMap
Add a map listener that receives events based on a filter evaluation.
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.
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.
address - Variable in class com.tangosol.net.LoadBalancer.AddressPort
The address.
AddressProvider - Interface in com.tangosol.net
The AddressProvider is an interface that serves as a means to provide addresses to a consumer.
addSafeListener(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Ensure that the specified map has an 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.
addUnits(Object) - Method in class com.tangosol.util.SimpleMapIndex
Increase the size for the index by the estimated size of the specified added value.
addWait(Collection) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Add a collection to a wait list.
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.
adjust() - Method in class com.tangosol.net.cache.AbstractBundler
Adjust this Bundler's parameters according to the available statistical information.
adjustDepth(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Adjust the complex data structure depth.
adjustDoubleBalance(AbstractSparseArray.Node, AbstractSparseArray.Node, int) - Method in class com.tangosol.util.AbstractSparseArray
Adjust the balance factor of a node and its decendentans prior to a a double rotation.
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.
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.OldCache
Deprecated. Adjust current size.
adopt(Map) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a Map 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(Object[]) - Method in class com.tangosol.run.xml.XmlBean
Helper to adopt a collection of XmlBean objects.
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, boolean) - Method in class com.tangosol.util.AbstractSparseArray.Node
Adopt a child node
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(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() - 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.PartitionedIterator
Advance to the next object.
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.AbstractStableIterator
Advance to the next object.
advance() - Method in class com.tangosol.util.BinaryRadixTree.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.SafeSortedMap.ViewMap.EntryIterator
Advance to the next object.
advance() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Advance to the next object in the iteration.
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.
aggregate(String, String, AggregatorRegistry) - Method in class com.tangosol.coherence.rest.CacheResource
Perform an aggregating operation against the entries that satisfy the specified criteria.
aggregate(String, AggregatorRegistry) - Method in class com.tangosol.coherence.rest.EntrySetResource
Perform an aggregating operation against the entries.
aggregate(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.NearCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - 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(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - 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(Set) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
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) - Method in class com.tangosol.util.aggregator.Count
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set) - Method in class com.tangosol.util.aggregator.GroupAggregator
Process a set of InvocableMap Entry objects using the underlying extractor to split the entries into non-intersecting (distinct) groups and then apply the underlying aggregator separately to each group.
aggregate(Set) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set) - Method in class com.tangosol.util.aggregator.QueryRecorder
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - 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(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - 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(Collection, InvocableMap.EntryAggregator) - Method in interface com.tangosol.util.InvocableMap
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - Method in interface com.tangosol.util.InvocableMap
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Set) - Method in interface com.tangosol.util.InvocableMap.EntryAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.Count
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.GroupAggregator.Parallel
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in class com.tangosol.util.aggregator.QueryRecorder
Aggregate the results of the parallel aggregations.
aggregateResults(Collection) - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
Aggregate the results of the parallel aggregations.
AGGREGATOR_REQUEST_REGEX - Static variable in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Regex pattern that defines the aggregator request syntax.
AggregatorFactory - 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) - Constructor for class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Construct an AggregatorRegistry that includes built-in aggregators in addition to the specified aggregators.
ALGORITHM - Static variable in class com.tangosol.net.security.PeerX509TrustManager
The alogorithm used by this TrustManager.
ALL - Static variable in class com.tangosol.net.ClusterPermission
All actions.
ALL_ALLOWED - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
A QuorumRule that permits all actions.
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.
allocate(int) - Method in class com.tangosol.io.BufferManagerAdapter
Allocate a WriteBuffer for use by the MultiBufferWriteBuffer.
allocate(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Allocate a new ByteArrayWriteBuffer.
allocate(byte[]) - Method in class com.tangosol.io.journal.FlashJournalRM.BufferPool
Allocate a buffer from the buffer pool.
allocate() - Method in class com.tangosol.io.journal.RamJournalRM.BufferPool
Allocate a WriteBuffer from the buffer pool.
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.MultiplexingWriteBufferPool
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.
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.journal.FlashJournalRM.JournalFile
Allocate a Buffer to use with this JournalFile.
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.DirectBufferManager
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.
AlwaysFilter - Class in com.tangosol.util.filter
Filter which always evaluates to true.
AlwaysFilter() - Constructor for class com.tangosol.util.filter.AlwaysFilter
Construct an AlwaysFilter.
analyzeDistribution(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
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(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Analyze the distribution using the specified analysis context.
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.
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) - Constructor for class com.tangosol.net.management.AnnotatedStandardMBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
AnnotatedStandardMBean(Class) - Constructor for class com.tangosol.net.management.AnnotatedStandardMBean
Make a DynamicMBean using the specified mbeanInterface class.
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.
append(List, BinaryRadixTree.Node) - Method in class com.tangosol.util.BinaryRadixTree.KeyIterator
Recursively append all the nodes to the list that meet the criteria of this Iterator.
appendDefaultSerializerToUserTypes(XmlElement) - 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.
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(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(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(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.
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.
applyConfig(String, XmlElement) - Method in class com.tangosol.io.journal.AbstractJournalRM
Parse the XML configuration for the specified setting name, and configure the Journal Resource Manager accordingly.
applyConfig(String, XmlElement) - Method in class com.tangosol.io.journal.FlashJournalRM
Parse the XML configuration for the specified setting name, and configure the Journal Resource Manager accordingly.
applyConfig(String, XmlElement) - Method in class com.tangosol.io.journal.RamJournalRM
Parse the XML configuration for the specified setting name, and configure the Journal Resource Manager accordingly.
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.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, Set, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.AllFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.AlwaysFilter
Filter remaining keys using a Map of available indexes.
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) - Method in class com.tangosol.util.filter.ArrayFilter
Filter remaining keys using a Map of available indexes.
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) - 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.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 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.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.XorFilter
Apply the specified IndexAwareFilter to the specified keySet.
applyScopeToServiceName(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Apply the scope name prefix to the given service name.
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.
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.
ArrayFilter.WeightedFilter(Filter, int) - Constructor for class com.tangosol.util.filter.ArrayFilter.WeightedFilter
Construct the WeightedFilter.
ARRIVED - Static variable in class com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type
This PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys have been transferred to or restored by the current member.
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.
AssertionException - Exception in com.tangosol.util
An AssertionException is thrown when an assertion fails.
AssertionException() - Constructor for exception com.tangosol.util.AssertionException
Constructs a AssertionException with no detail message.
AssertionException(String) - Constructor for exception com.tangosol.util.AssertionException
Constructs a AssertionException with the specified detail message.
assign(long) - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Assign the ownership of this Lock to the calling thread.
AsymmetricEncryptionFilter - Class in com.tangosol.net.security
Deprecated. As of Coherence 3.7, deprecated replaced by SSL.
AsymmetricEncryptionFilter() - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Default constructor
AsymmetricEncryptionFilter.IdentityInputStream - Class in com.tangosol.net.security
Deprecated. Stream which reads an unencrypted identity header followed by an encrypted payload.
AsymmetricEncryptionFilter.IdentityInputStream(InputStream) - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated. Construct a IdentityInputStream around the supplied stream.
AsymmetricEncryptionFilter.IdentityOutputStream - Class in com.tangosol.net.security
Deprecated. Stream which writes an unencrypted identity header followed by an encrypted payload.
AsymmetricEncryptionFilter.IdentityOutputStream(OutputStream) - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Deprecated. Construct a IdentityOutputStream around the supplied stream.
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.
AsyncBinaryStore.QueueDaemon() - Constructor for class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Construct a queue daemon to process pending 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.
AttributeHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
AttributeHolder() - Constructor for class com.tangosol.coherence.servlet.AttributeHolder
Default constructor is required for deserialization purposes.
AttributeHolder(AbstractHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.AttributeHolder
 
AttributeHolder(String, Object, AbstractHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.AttributeHolder
Construct an AttributeHolder for a value.
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 interface com.tangosol.io.InputStreaming
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.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.WrapperBufferInput
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.
available() - Method in class com.tangosol.net.security.BlockCipherInputStream
await() - Method in class com.tangosol.util.SingleWaiterMultiNotifier
Wait for a notification (which may have already occurred).

B

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, 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.
BackingMapDispatcher - Interface in com.tangosol.net.events
A BackingMapDispatcher raises the following server-side BackingMapDispatcher.EntryEvents pertaining to backing-map operations: BackingMapDispatcher.EntryEvents BackingMapDispatcher.InvocationEvents
BackingMapDispatcher.EntryEvent - Interface in com.tangosol.net.events
An EntryEvent captures information relating to actions performed on BinaryEntrys.
BackingMapDispatcher.EntryEvent.Type - Class in com.tangosol.net.events
The BackingMapDispatcher.EntryEvent types.
BackingMapDispatcher.InvocationEvent - Interface in com.tangosol.net.events
An BackingMapDispatcher.InvocationEvent captures information relating to the execution of InvocableMap.EntryProcessors.
BackingMapDispatcher.InvocationEvent.Type - Class in com.tangosol.net.events
The BackingMapDispatcher.InvocationEvent types.
BackingMapManager - Interface in com.tangosol.net
A callback interface used by CacheService implementations.
BackingMapManagerContext - Interface in com.tangosol.net
The BackingMapManager context is used by the CacheService to pass information to the BackingMapManager during the service initialization.
BackupJournalRM - Class in com.tangosol.io.journal
The BackupJournalRM is a "meta" journal resource manager that is intended to be used for storage of "backup" data.
BackupJournalRM(RamJournalRM, double) - Constructor for class com.tangosol.io.journal.BackupJournalRM
Construct a BackupJournalRM based on a RamJournalRM.
BackupJournalRM.FlashConsumer - Class in com.tangosol.io.journal
The FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.
BackupJournalRM.FlashConsumer() - Constructor for class com.tangosol.io.journal.BackupJournalRM.FlashConsumer
 
BackupJournalRM.JournalImpl - Class in com.tangosol.io.journal
A Journal implementation managed by this Journal Resource Manager.
BackupJournalRM.JournalImpl(Journal, Journal) - Constructor for class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Construct a Journal that writes to the RAM journal until the configured load factor is exceeded, a which point it will write to the flash journal instead.
BackupJournalRM.RamConsumer - Class in com.tangosol.io.journal
The RamConsumer is a pass-through consumer used to obtain a ram journal instance.
BackupJournalRM.RamConsumer() - Constructor for class com.tangosol.io.journal.BackupJournalRM.RamConsumer
 
balance - Variable in class com.tangosol.util.AbstractSparseArray.Node
The AVL balance factor of the sub-tree.
balancedInsertion(AbstractSparseArray.Node, AbstractSparseArray.Node) - Method in class com.tangosol.util.AbstractSparseArray
Insert a node into a tree and rebalance.
balancePostRemove(AbstractSparseArray.Node, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Rebalance the tree following the removal of a node.
barEntry(long) - Method in class com.tangosol.util.ThreadGate
Bar entry of 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
 
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.
BASE_VALUE - Static variable in class com.tangosol.util.SafeSortedMap
Placeholder for a non-existent (deleted) value.
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() - Method in interface com.tangosol.util.TransactionMap
Start a transaction for this TransactionMap.
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.
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, 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.
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.
BerkeleyDBBinaryStore.DatabaseHolder(String) - Constructor for class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Construct a DatabaseHolder, including a Database.
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.
BetweenFilter - 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 the ExternalizableLite interface).
BetweenFilter(String, Comparable, Comparable) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(ValueExtractor, Comparable, Comparable) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, int, int) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, long, long) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, float, float) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BetweenFilter(String, double, double) - Constructor for class com.tangosol.util.filter.BetweenFilter
Construct a BetweenFilter for testing "Between" condition.
BIGDECIMAL_ZERO - Static variable in class com.tangosol.io.pof.PofHelper
The default BigDecimal value.
BigDecimalAverage - Class in com.tangosol.util.aggregator
Calculates an average for values of any numberic 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) - 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 - 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) - 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 - 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) - 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 - 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) - 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.
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.
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.
BinaryEntry - 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 - Interface in com.tangosol.net.cache
BinaryEntryStore is analogous to the CacheStore, but operates on BinaryEntry objects.
BinaryMap - Class in com.tangosol.io.nio
Implements the Map interface to store Binary objects using Java's NIO buffers.
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(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() - Constructor for class com.tangosol.io.nio.BinaryMap
Construct a BinaryMap.
BinaryMap.Block - Class in com.tangosol.io.nio
A Block is the unit of storage within a Buffer.
BinaryMap.Block() - Constructor for class com.tangosol.io.nio.BinaryMap.Block
Construct a Block.
BinaryMap.Entry - Class in com.tangosol.io.nio
A map entry (key-value pair).
BinaryMap.Entry(Binary, Binary) - Constructor for class com.tangosol.io.nio.BinaryMap.Entry
Construct an Entry with a key and a value.
BinaryMap.EntrySet - Class in com.tangosol.io.nio
A set of entries backed by this map.
BinaryMap.EntrySet() - Constructor for class com.tangosol.io.nio.BinaryMap.EntrySet
 
BinaryMap.KeySet - Class in com.tangosol.io.nio
A set of entries backed by this map.
BinaryMap.KeySet() - Constructor for class com.tangosol.io.nio.BinaryMap.KeySet
 
BinaryMap.ValuesCollection - Class in com.tangosol.io.nio
A collection of values backed by this map.
BinaryMap.ValuesCollection() - Constructor for class com.tangosol.io.nio.BinaryMap.ValuesCollection
 
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.
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
 
BinaryRadixTree - Class in com.tangosol.util
A BinaryRadixTree is a memory-optimized radix tree (aka a Patricia trie) that is intended to efficiently store a mapping from Binary values to long values.
BinaryRadixTree() - Constructor for class com.tangosol.util.BinaryRadixTree
Construct an empty BinaryRadixTree.
BinaryRadixTree.AllKeyIterator - Class in com.tangosol.util
An Iterator that iterates all of the Binary keys in the radix tree.
BinaryRadixTree.AllKeyIterator() - Constructor for class com.tangosol.util.BinaryRadixTree.AllKeyIterator
 
BinaryRadixTree.BinaryLongMap - Class in com.tangosol.util
A Map of Binary to Long.
BinaryRadixTree.BinaryLongMap() - Constructor for class com.tangosol.util.BinaryRadixTree.BinaryLongMap
 
BinaryRadixTree.FilteredIterator - Class in com.tangosol.util
An Iterator that iterates only the Binary keys in the radix tree whose associated value matches (via some bit-mask) a specified value.
BinaryRadixTree.FilteredIterator(long, long) - Constructor for class com.tangosol.util.BinaryRadixTree.FilteredIterator
Construct an iterator of all of the keys that have values that match the specified value as seen through the passed bit-mask.
BinaryRadixTree.KeyIterator - Class in com.tangosol.util
An Iterator that iterates Binary keys from Nodes.
BinaryRadixTree.KeyIterator() - Constructor for class com.tangosol.util.BinaryRadixTree.KeyIterator
Default constructor.
BinaryStore - Interface in com.tangosol.io
A simple mapping of CacheStore operations for Binary objects into a Java 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 - 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, ClassLoader) - Constructor for class com.tangosol.net.cache.BinaryStoreCacheStore
Create a CacheStore that delegates to a BinaryStore, using the passed ClassLoader for deserialization.
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.
BinaryStoreManager - Interface in com.tangosol.io
A manager that is capable of creating and destroying BinaryStore objects.
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(AttributeHolder, AttributeHolder) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Bind the specified session attribute, replacing the specified attribute if it exists.
bind(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket
bind(int, InetAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
bind(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Bind the socket to the specified address.
bind(SocketAddress) - Method in class com.tangosol.net.WrapperServerSocket
bind(SocketAddress, int) - Method in class com.tangosol.net.WrapperServerSocket
bind(SocketAddress) - Method in class com.tangosol.net.WrapperSocket
bindService(String) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Bind this assignment strategy to the specified partitioned service, and return the bound service.
BitHelper - Class in com.tangosol.util
A collection of methods for bit-based operations.
BitHelper() - Constructor for class com.tangosol.util.BitHelper
 
BLOCK_BUF - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. The buffer to use for buffered I/O.
BLOCK_SIZE - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. The size (in bytes) to perform buffered I/O on.
BlockCipherInputStream - Class in com.tangosol.net.security
InputStream which supports block ciphers, and data sizes which exceed the Cipher's block size.
BlockCipherInputStream(InputStream, Cipher) - Constructor for class com.tangosol.net.security.BlockCipherInputStream
Construct a BlockCipherInputStream around the supplied stream and decrypt output data with the supplied cipher.
BlockCipherInputStream(InputStream, Cipher, int) - Constructor for class com.tangosol.net.security.BlockCipherInputStream
Construct a BlockCipherInputStream around the supplied stream and decrypt output data with the supplied cipher.
BlockCipherOutputStream - Class in com.tangosol.net.security
InputStream which supports block ciphers, and data sizes which exceed the Cipher's block size.
BlockCipherOutputStream(OutputStream, Cipher) - Constructor for class com.tangosol.net.security.BlockCipherOutputStream
Construct a BlockCipherOutputStream around the supplied stream and encrypt output data with the supplied cipher.
BlockCipherOutputStream(OutputStream, Cipher, int) - Constructor for class com.tangosol.net.security.BlockCipherOutputStream
Construct a BlockCipherOutputStream around the supplied stream and encrypt output data with the supplied cipher.
BOOLEAN_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of bytes.
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.
BufferManagerAdapter - Class in com.tangosol.io
The BufferManagerAdapter is a WriteBufferPool implementation that is backed by a BufferManager.
BufferManagerAdapter(BufferManager) - Constructor for class com.tangosol.io.BufferManagerAdapter
Construct BufferManagerAdapter based on the specified BufferManager.
buildCache(String, Properties) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Returns a Hibernate cache region (creating a clustered NamedCache instance if necessary).
buildFactory(XmlElement, ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Construct a ConfigurableCacheFactory for the specified XML configuration.
buildPlan() - Method in class com.tangosol.util.filter.LikeFilter
Build a plan for processing the LIKE functionality.
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(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(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(Map) - Method in class com.tangosol.net.cache.BundlingNamedCache.PutBundler
A pass through the the underlying putAll() operation.
bundle(Collection) - Method in class com.tangosol.net.cache.BundlingNamedCache.RemoveBundler
A pass through the the underlying keySet().removeAll() operation.
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.GetBundler() - Constructor for class com.tangosol.net.cache.BundlingNamedCache.GetBundler
 
BundlingNamedCache.PutBundler - Class in com.tangosol.net.cache
 
BundlingNamedCache.PutBundler() - Constructor for class com.tangosol.net.cache.BundlingNamedCache.PutBundler
 
BundlingNamedCache.RemoveBundler - Class in com.tangosol.net.cache
 
BundlingNamedCache.RemoveBundler() - Constructor for class com.tangosol.net.cache.BundlingNamedCache.RemoveBundler
 
BYTE_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of bytes.
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.Allocator(int) - Constructor for class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Construct an Allocator for ByteArrayWriteBuffers of a given size.
ByteArrayWriteBuffer.ByteArrayBufferOutput - Class in com.tangosol.io
ByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.
ByteArrayWriteBuffer.ByteArrayBufferOutput() - Constructor for class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Construct an ByteArrayBufferOutput that will begin writing at the start of the containing WriteBuffer.
ByteArrayWriteBuffer.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.
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.
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.
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.
ByteBufferReadBuffer.ByteBufferInput(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Default constructor.
ByteBufferWriteBuffer - Class in com.tangosol.io.nio
A WriteBuffer implementation on top of a Java NIO ByteBuffer.
ByteBufferWriteBuffer(ByteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer
Construct a ByteBufferWriteBuffer on an NIO ByteBuffer.
ByteBufferWriteBuffer(ByteBufferWriteBuffer) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer
Perform a shallow clone of the supplied ByteBufferWriteBuffer.
ByteBufferWriteBuffer.ByteBufferOutput - Class in com.tangosol.io.nio
This is a simple implementation of the BufferOutput interface on top of a ByteBuffer.
ByteBufferWriteBuffer.ByteBufferOutput(int) - Constructor for class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Construct a ByteBufferOutput on top of an NIO ByteBuffer.
ByteSequence - Interface in com.tangosol.util
Represents a sequence of bytes.

C

CACHE_CONFIG_PATH - Static variable in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
The system property specifying the path to the cache configuration used to configure the hibernate L2 caches.
CACHE_CONFIGURATION_PATH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the resource that will be used to configure the session management module's own ConfigurableCacheFactory.
CACHE_NAME - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing the cache name.
CACHE_REF - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
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.
CacheAdapter - Class in com.tangosol.run.jca
CacheAdapter encapsulates the operations neccessary to communicate with Coherence™ resource adapter (coherence-tx.rar).
CacheAdapter() - Constructor for class com.tangosol.run.jca.CacheAdapter
Construct the adapter using a default InitialContext, standard JNDI name, "optimistic" concurrency, "committed" isolation level an no timeout.
CacheAdapter(Context, String, int, int, int) - Constructor for class com.tangosol.run.jca.CacheAdapter
Construct the adapter using the specified Context and JNDI name
CacheAdapter.CacheConnectionSpec - Class in com.tangosol.run.jca
CacheConnectionSpec is an implementation of ConnectionSpec interface used to pass the connection info to the adapter.
CacheAdapter.CacheConnectionSpec(String, String, String, String, int, int, int) - Constructor for class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
Construct a ConnectionSpec based on the specified parameters.
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.
CacheDelegator - Interface in com.tangosol.coherence.servlet
An interface for a class that will perform all cluster cache related operations
CacheEvent - 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, int, Object, Object, Object, boolean) - Constructor for class com.tangosol.net.cache.CacheEvent
Constructs a new CacheEvent.
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.
CacheFactoryLogHandler - Class in com.tangosol.coherence.servlet
 
CacheFactoryLogHandler() - Constructor for class com.tangosol.coherence.servlet.CacheFactoryLogHandler
 
CacheLoader - Interface in com.tangosol.net.cache
A JCache CacheLoader.
CacheLoaderCacheStore - Class in com.tangosol.net.cache
A read-only CacheStore that wraps a CacheLoader.
CacheLoaderCacheStore(CacheLoader) - Constructor for class com.tangosol.net.cache.CacheLoaderCacheStore
The CacheLoader to delegate to.
CacheLoaderCacheStore.Iterable - Class in com.tangosol.net.cache
An extension to the CacheLoaderCacheStore that implements the IterableCacheLoader interface.
CacheLoaderCacheStore.Iterable(IterableCacheLoader) - Constructor for class com.tangosol.net.cache.CacheLoaderCacheStore.Iterable
The CacheLoader to delegate to.
CacheMap - Interface in com.tangosol.net.cache
A CacheMap is a Map that supports caching.
CACHENAME_DEATHCERTS - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The name of the clustered cache that stores the IDs of "recently departed" sessions.
CACHENAME_LOCAL_ATTRIBUTES - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The name of the local cache that stores the session attributes that are not distributed (if there is a distribution controller or attributes are allowed to become local when serialization fails).
CACHENAME_LOCAL_SESSIONS - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The name of the local cache that stores the sessions that are not yet distributed (if there is a distribution controller).
CACHENAME_OVERFLOW - Static variable in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. The name of the clustered cache that stores the attributes that are too large to store as part of the session objects.
CACHENAME_SESSIONS - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The name of the clustered cache that stores the sessions.
CacheResource - Class in com.tangosol.coherence.rest
RESTful wrapper around a Coherence NamedCache.
CacheResource(NamedCache, Class, Class, MarshallerRegistry) - Constructor for class com.tangosol.coherence.rest.CacheResource
Construct a new CacheResource.
CacheResource(NamedCache, Class, Class, KeyConverter, MarshallerRegistry) - 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.
CacheStatistics - Interface in com.tangosol.net.cache
An interface for exposing Cache statistics.
CacheStore - 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, IterableCacheLoader) - Constructor for class com.tangosol.net.cache.CacheStoreMap
Construct a read-only CacheStoreMap.
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.ReadWriteMap - Class in com.tangosol.net.cache
A Map implementation that delegates straight through to a CacheStore.
CacheStoreMap.ReadWriteMap(CacheStore, boolean) - Constructor for class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Construct a read/write CacheStoreMap.
CachingMap - 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, Map) - 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, Map, 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.BackMapListener - Class in com.tangosol.net.cache
MapListener for back map responsible for keeping the front map coherent with the back map.
CachingMap.BackMapListener() - Constructor for class com.tangosol.net.cache.CachingMap.BackMapListener
 
CachingMap.FrontMapListener - Class in com.tangosol.net.cache
MapListener for front map responsible for deregistering back map listeners upon front map eviction.
CachingMap.FrontMapListener() - Constructor for class com.tangosol.net.cache.CachingMap.FrontMapListener
 
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.
calculateAverage(MBeanServer, String, String) - Static method in class com.tangosol.net.management.MBeanHelper
Calculate the average of the attribute values across all the MBeans with a given name pattern.
calculateBasePartition(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.
calculateBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the bucket for the specified hash code.
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.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.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 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.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.
calculateFairShare(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the "fair share" (F) load.
calculateFilters(Map, Set) - Method in class com.tangosol.util.filter.ArrayFilter
Calculate the effectiveness and sort all the participating filters according to their effectiveness.
calculateHeadWeight() - Method in class com.tangosol.util.SafeSortedMap.Split
Estimate the weight of the head portion of the Split.
calculateIteratorEffectiveness(int) - Static method in class com.tangosol.util.filter.ComparisonFilter
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.
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.
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.
calculateNaturalPartition(int) - Method in class com.tangosol.util.Binary
Calculate the partition ID to which the specified Binary should be naturally assigned.
calculatePreviousBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the old bucket for the specified hash code.
calculateRandomLevel() - Method in class com.tangosol.util.SafeSortedMap
Randomly generate a level value 0 <= L <= MAX_LEVEL, in such a way that the probability p(l) of generating level l is equal to p(l)=(1/span)^(l+1) and p(0)=1-(sum of p(l) over l=1..MAX_LEVEL).
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(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) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Calculate a cache cost for the specified object.
calculateUnits(Object, Object) - Method in class com.tangosol.net.cache.OldCache.InternalUnitCalculator
Deprecated. Calculate a cache cost for the specified cache entry key and value.
calculateUnits(Object, Object) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Calculate a cache cost for the specified cache entry key and value.
calculateUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Aggregate the number of units across all of the partition backing maps.
calculateVersion(Object) - Method in class com.tangosol.run.jca.SimpleValidator
Generate the Comparable version indicator for a given resource value.
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.
cancel() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Cancel the load operation.
cancel(Throwable) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Cancel the load operation due to an exception.
cancel() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
cancelOutstandingReads(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Cancel any outstanding asynchronous reads for a key.
cancelPostedWork() - Method in class com.tangosol.coherence.commonj.WorkManager
Cancel all posted work that has not yet completed.
capacity() - Method in class com.tangosol.util.Dequeue
Determine the current capacity of this dequeue.
cardinality() - Method in class com.tangosol.net.partition.PartitionSet
Returns the number of marked partitions.
casNext(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Atomically set the next EntryNode to the specified node iff the current next EntryNode matches the expected node.
casNext(SafeSortedMap.SkipNode, SafeSortedMap.SkipNode) - Method in class com.tangosol.util.SafeSortedMap.SkipNode
Atomically set the specified next SkipNode iff the current next node matches the expected node.
casTopNode(SafeSortedMap.IndexNode, SafeSortedMap.IndexNode) - Method in class com.tangosol.util.SafeSortedMap
Atomically set specified IndexNode to the top node iff the current top node is the expected top node.
casValue(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Atomically set the value of this EntryNode to the specified value iff the current value matches the assumed value.
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.
cEntries - Variable in class com.tangosol.util.SegmentedHashMap.Segment
The number of Entry objects (including synthetics) in this segment.
CFG_KEY_REAPER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The key in the configuration cache for coordating cluster-wide session reaping.
chainComparators(Comparator, Comparator, Comparator) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Helper method to return a Comparator chaining the specified comparators.
ChainedComparator - 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, Comparator) - Constructor for class com.tangosol.util.comparator.ChainedComparator
Construct a ChainedComparator with the specified comparators.
ChainedComparator(Comparator, Comparator, Comparator) - Constructor for class com.tangosol.util.comparator.ChainedComparator
Construct a ChainedComparator with the specified comparators.
ChainedComparator(Comparator[]) - 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(Iterator) - Constructor for class com.tangosol.util.ChainedEnumerator
Construct an enumerator that will first enumerate the passed Iterator.
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, 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.
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(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.
ChainedExtractor - Class in com.tangosol.util.extractor
Composite ValueExtractor implementation based on an array of extractors.
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 ValueExractor array.
ChainedExtractor(ValueExtractor, ValueExtractor) - 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.
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.
ChainedMap.EntrySet() - Constructor for class com.tangosol.util.ChainedMap.EntrySet
 
changeState(int, Daemon.DaemonWorker) - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Change the state of the daemon.
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.
channel() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
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.
check() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Verify that the stream is still open.
check(String) - Method in class com.tangosol.io.nio.BinaryMap
Debugging support: Validate the buffer's data structures, the hash buckets, free lists, etc.
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
checkActive() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Make sure that the model is 'active', 'usable' and 'valid'.
checkAndInvalidate(String) - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. Check the specified session to see if it has expired, and in that case invalidate it.
checkBackupBalance(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check that 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.
checkClientTrusted(X509Certificate[], String) - Method in class com.tangosol.net.security.PeerX509TrustManager
Determine if the leaf certificate in the given certificate chain is contained in the trusted peer key store.
checkCompatible(ValidatingConfiguration) - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
checkConfigConsistency(ValidatingConfiguration) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Check that configuration is consistent with that of existing members.
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(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check the distribution to ensure that backups are created for any "endangered" partitions.
checkEntry(Map.Entry) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Check the passed value to verify that it does belong in this ContinuousQueryCache.
checkEntry(Object, Object) - 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.OldCache
Deprecated. as of Coherence 3.5, use OldCache.evict()
checkForDeadSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Discard the HttpSession objects that are no longer alive.
checkInitializing() - Method in class com.tangosol.io.journal.AbstractJournalRM
Verify that the AbstractJournalRM is still initializing.
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.
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.
checkNotInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Verify that the ConfigurablePofContext has not already been initialized.
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.
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.
checkPeerTrusted(X509Certificate[], String) - Method in class com.tangosol.net.security.PeerX509TrustManager
Determine if the leaf certificate in the given certificate chain is contained in the trusted peer key store.
checkPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Check for an item known to the WriteBehind queue.
checkPermission(NamedCache) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Check if the current user is allowed to "join" the cache.
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.
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.
checkReadOnly() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Check the read-only setting to verify that the cache is NOT read-only.
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(String, Set, Set, Set, Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Check whether the cluster 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.
checkServerTrusted(X509Certificate[], String) - Method in class com.tangosol.net.security.PeerX509TrustManager
Determine if the leaf certificate in the given certificate chain is contained in the trusted peer key store.
checkShrinkFromOther() - Method in class com.tangosol.util.LiteMap
After a mutation operation has reduced the size of an underlying Map, check if the delegation model should be replaced with a more size- efficient storage approach, and switch accordingly.
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.
checkSize() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Check if the cache is too big, and if it is prune it by discarding the lowest priority cache entries.
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.
checkType(int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a type identifier.
checkUsable() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Make sure that the model is 'usable'.
checkValid() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Make sure that the model is 'usable' and 'valid'.
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.
checkYearMonthInterval(int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a year-month interval.
chooseServer() - Method in class com.tangosol.coherence.commonj.WorkManager
Choose a Member to run a next Work at.
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.
CLASS_LOADER - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing the class loader.
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
 
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.
CLEANUP_FINALIZERS - Static variable in class com.tangosol.io.nio.DirectBufferManager
Use Runtime.runFinalization() to trigger finalization (default).
CLEANUP_GC - Static variable in class com.tangosol.io.nio.DirectBufferManager
Use Runtime.gc() to trigger finalization.
CLEANUP_NONE - Static variable in class com.tangosol.io.nio.DirectBufferManager
Do not perform any buffer cleanup.
cleanupBuffers() - Method in class com.tangosol.io.nio.DirectBufferManager
Determines if and how to induce the JVM to run finalizers.
clear() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Clear the entire cache.
clear() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove all entries from the Cache.
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 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 all key/value mappings.
clear() - Method in class com.tangosol.net.cache.LocalCache
Removes all mappings from this map.
clear() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove everything from the cache.
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 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.AbstractSparseArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.util.BinaryRadixTree
Initialize the tree to an empty state.
clear() - Method in class com.tangosol.util.CircularArrayList
Removes all of the elements from this collection (optional operation).
clear() - Method in interface com.tangosol.util.ConcurrentMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.util.CopyOnWriteLongArray
Remove all nodes from the LongArray.
clear() - Method in class com.tangosol.util.DeltaSet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.InflatableCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.tangosol.util.LiteMap
Clear all key/value mappings.
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.NullSet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.ObservableHashMap
Remove everything from the cache.
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
Removes all mappings from this map (optional operation).
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.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
Removes all of the elements from this list (optional operation).
clear() - Method in class com.tangosol.util.SubSet
Removes all of the elements from this Collection.
clear() - Method in class com.tangosol.util.Tree
Remove all nodes from the tree.
clear() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Removes all mappings from this map (optional operation).
clear() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Removes all mappings from this map (optional operation).
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.
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.
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.
clearStoredConfiguration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Removes the stored configuration which is used to check configuration consistency.
clearStoredConfiguration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Removes the stored configuration which is used to check configuration consistency.
clearStoredConfiguration() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Removes the storeSessd configuration.
clearValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Zero the value portion of the block.
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 ByteArrayReadBuffer 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(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() - 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(Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Make a clone of the passed object.
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.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(byte[], int, int) - Static method in class com.tangosol.util.Binary
Create a clone of the specified binary region.
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.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.LiteMap
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.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.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.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.
cloneEntryList(SafeHashMap.Entry) - Method in class com.tangosol.util.SafeHashMap
Clone an entire linked list of entries.
cloneOwnership(Ownership, int) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Clone the specified ownership for the purpose of enacting a transfer of the specified storage index.
close() - Method in class com.tangosol.coherence.servlet.CacheFactoryLogHandler
 
close() - Method in interface com.tangosol.coherence.transaction.Connection
Close the logical connection.
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 interface com.tangosol.io.InputStreaming
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.journal.AbstractJournalRM
Deprecated. use the Disposable interface
close() - Method in class com.tangosol.io.journal.BackupJournalRM
Deprecated. use the Disposable interface
close() - Method in class com.tangosol.io.journal.JournalBinaryStore
Deprecated. use the Disposable interface
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 interface com.tangosol.io.OutputStreaming
Closes this OutputStream and releases any associated system 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.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.WrapperBufferInput
Close the InputStream and release any system resources associated with it.
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.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 class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated. Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
close() - Method in class com.tangosol.net.WrapperServerSocket
close() - Method in class com.tangosol.net.WrapperSocket
close() - Method in class com.tangosol.run.jca.CacheAdapter
Close the connection assosiated with this adapter.
close(long) - Method in interface com.tangosol.util.Gate
Close the gate.
close() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
close() - Method in class com.tangosol.util.NullImplementation.NullWriter
 
close(long) - Method in class com.tangosol.util.ThreadGate
Close the gate.
close(long) - Method in class com.tangosol.util.ThreadGateLite
Close the gate.
close(long) - Method in class com.tangosol.util.WrapperReentrantGate
Close the gate.
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.
closeSession(Session) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Close a Hibernate Session.
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.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).
CLUSTER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representation of the ObjectName for the ClusterMBean.
ClusterEncryptionFilter - Class in com.tangosol.net.security
Deprecated. As of Coherence 3.7, deprecated replaced by SSL.
ClusterEncryptionFilter() - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated.  
ClusterEncryptionFilter.DemultiplexingInputStream - Class in com.tangosol.net.security
Deprecated. WrapperInputStram which chooses the appropriate wrapper based on the protocol context.
ClusterEncryptionFilter.DemultiplexingInputStream(InputStream) - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
Deprecated. Construct a DemultiplexingInputStream.
ClusterEncryptionFilter.MultiplexingOutputStream - Class in com.tangosol.net.security
Deprecated. WrapperOutputStram which chooses the appropriate wrapper based on the protocol context.
ClusterEncryptionFilter.MultiplexingOutputStream(OutputStream) - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
Deprecated. Construct a MultiplexingOutputStream.
ClusterException - Exception in com.tangosol.net
Deprecated. As of release 3.4, replaced by PortableException
ClusterException() - Constructor for exception com.tangosol.net.ClusterException
Deprecated. Constructs a ClusterException with no detail message.
ClusterException(String) - Constructor for exception com.tangosol.net.ClusterException
Deprecated. Constructs a ClusterException with the specified detail message.
ClusterException(Throwable) - Constructor for exception com.tangosol.net.ClusterException
Deprecated. Construct a ClusterException from a Throwable object.
ClusterException(String, Throwable) - Constructor for exception com.tangosol.net.ClusterException
Deprecated. Construct a ClusterException from a Throwable object and an additional description.
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.
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.
codec() - Method in interface com.tangosol.io.pof.annotation.PortableProperty
A codec to use to short-circuit determining the type via either method return type or field type.
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 Codecs.AbstractCodec 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.AbstractCodec() - Constructor for class com.tangosol.io.pof.reflect.Codecs.AbstractCodec
 
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.DefaultCodec() - Constructor for class com.tangosol.io.pof.reflect.Codecs.DefaultCodec
 
CoherenceCache - Class in com.tangosol.coherence.hibernate
Provides a cache wrapper for storing Hibernate objects in Coherence NamedCache instances.
CoherenceCache(NamedCache, Properties) - Constructor for class com.tangosol.coherence.hibernate.CoherenceCache
Construct a Hibernate cache instance.
CoherenceCacheProvider - Class in com.tangosol.coherence.hibernate
Serves as the integration point for the Coherence Cache Provider for Hibernate.
CoherenceCacheProvider() - Constructor for class com.tangosol.coherence.hibernate.CoherenceCacheProvider
 
CoherenceHttpSessionCollection - Interface in com.tangosol.coherence.servlet
 
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".
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.
CollectionHelper - Class in com.tangosol.util
This abstract class contains helper functions for manipulating collections and enumerations.
CollectionHelper() - Constructor for class com.tangosol.util.CollectionHelper
 
collectListeners(MapEvent) - Method in class com.tangosol.util.MapListenerSupport
Collect all Listeners that should be notified for a given event.
collectMembershipInfo() - Method in class com.tangosol.coherence.commonj.WorkManager
Inform all the members about this node's role (client or server) and collect the information regarding other nodes' roles
collectServiceSchemes(XmlElement) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
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
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).
com.tangosol.coherence.commonj - package com.tangosol.coherence.commonj
Contains Coherence-based WorkManager implementation classes.
com.tangosol.coherence.hibernate - package com.tangosol.coherence.hibernate
Contains classes related to the Coherence Cache Provider for Hibernate.
com.tangosol.coherence.jpa - package com.tangosol.coherence.jpa
Contains classes related to the Coherence CacheStore for JPA.
com.tangosol.coherence.rest - package com.tangosol.coherence.rest
Contains classes related to the Coherence REST API.
com.tangosol.coherence.rest.io - package com.tangosol.coherence.rest.io
Contains classes related to REST marshalling.
com.tangosol.coherence.rest.server - package com.tangosol.coherence.rest.server
Contains classes related to embedded HTTP server integration.
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.coherence.servlet - package com.tangosol.coherence.servlet
Contains classes related to the HTTP Session Replication Module.
com.tangosol.coherence.servlet.management - package com.tangosol.coherence.servlet.management
Contains Coherence*Web MBean classes.
com.tangosol.coherence.toplink - package com.tangosol.coherence.toplink
Contains classes related to the Coherence CacheStore for TopLink.
com.tangosol.coherence.transaction - package com.tangosol.coherence.transaction
Contains classes related to the Coherence Transaction Framework.
com.tangosol.coherence.transaction.exception - package com.tangosol.coherence.transaction.exception
Contains classes related to the Coherence Transaction Framework.
com.tangosol.coherence.weblogic - package com.tangosol.coherence.weblogic
Contains classes related to the Coherence Cache Provider for WebLogic Portal.
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.journal - package com.tangosol.io.journal
Contains classes related to the journaling services.
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
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
 
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.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.processor - package com.tangosol.util.processor
Contains concrete InvocableMap.EntryProcessor implementations.
com.tangosol.util.transformer - package com.tangosol.util.transformer
Contains concrete MapEventTransformer implementations.
commit() - Method in interface com.tangosol.coherence.transaction.Connection
Commit the active transaction.
commit() - Method in interface com.tangosol.util.TransactionMap
Commit the changes made to the TransactionMap.
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.
COMMITTED - Static variable in class com.tangosol.coherence.transaction.Status
The transaction has been committed.
COMMITTING - Static variable in class com.tangosol.coherence.transaction.Status
The transaction is in the process of being committed.
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.
compactEntryInfoMap(Map, Object, PortalCacheProvider.CacheImpl.EntryInfo) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove the given EntryInfo from the specified Map if it is safe to do so.
compactEntryInfoMap(Map, Object, PortalCacheProvider.CacheImpl.EntryInfo) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Remove the given EntryInfo from the specified Map if it is safe to do so.
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 - 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) - Constructor for class com.tangosol.util.aggregator.ComparableMax
Construct a ComparableMax aggregator.
ComparableMax(ValueExtractor, Comparator) - 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 - 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) - Constructor for class com.tangosol.util.aggregator.ComparableMin
Construct a ComparableMin aggregator.
ComparableMin(ValueExtractor, Comparator) - 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() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
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
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
compare(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
compare(InetAddress, InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Compare two InetAddresses for ordering purposes.
compare(Object, Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
Compares its two arguments for order.
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(Object, Object) - Method in class com.tangosol.util.comparator.ChainedComparator
Compares its two arguments for order.
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.comparator.ExtractorComparator
Compares extracted values (by specified ValueExtractor) of given arguments for order.
compare(Object, Object) - Method in class com.tangosol.util.comparator.InverseComparator
Use the wrapped Comparator to compare the two arguments for order and negate the result.
compare(Object, Object) - Method in class com.tangosol.util.comparator.SafeComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.tangosol.util.extractor.AbstractExtractor
Compares its two arguments for order.
compareEntries(QueryMap.Entry, QueryMap.Entry) - Method in class com.tangosol.util.comparator.ChainedComparator
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 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.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.
compareTo(Object) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Compare this WorkItem with the specified object for order.
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.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.
ComparisonFilter - 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, Object) - Constructor for class com.tangosol.util.filter.ComparisonFilter
Construct a ComparisonFilter.
ComparisonFilter(String, Object) - Constructor for class com.tangosol.util.filter.ComparisonFilter
Construct a ComparisonFilter.
ComparisonValueExtractor - 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(String, String) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Constuct a ComparisonValueExtractor based on two method names.
ComparisonValueExtractor(String, String, Comparator) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Constuct a ComparisonValueExtractor based on two method names and a Comparator object.
ComparisonValueExtractor(ValueExtractor, ValueExtractor) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Constuct a ComparisonValueExtractor based on two specified extractors.
ComparisonValueExtractor(ValueExtractor, ValueExtractor, Comparator) - Constructor for class com.tangosol.util.extractor.ComparisonValueExtractor
Constuct a ComparisonValueExtractor based on two specified extractors and a Comparator object.
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(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Complete the load operation.
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.
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 ComposititeAddressProvider from the specified AddressProvider.
CompositeAddressProvider.AddressIterator - Class in com.tangosol.net
An Iterator over the addresses in this AddressProvider.
CompositeAddressProvider.AddressIterator(List) - Constructor for class com.tangosol.net.CompositeAddressProvider.AddressIterator
 
CompositeAddressProvider.SingleProvider - Class in com.tangosol.net
AddressProvider wrapper for a single address dynamically added to this AddressSet.
CompositeAddressProvider.SingleProvider(InetSocketAddress) - Constructor for class com.tangosol.net.CompositeAddressProvider.SingleProvider
Constructor
CompositeAggregator - 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
Parallel implementation of the CompositeAggregator.
CompositeAggregator.Parallel() - Constructor for class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Default constructor (necessary for the ExternalizableLite interface).
CompositeAggregator.Parallel(InvocableMap.ParallelAwareAggregator[]) - Constructor for class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Construct a CompositeParallelAggregator based on a specified EntryAggregator array.
CompositeKey - 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(Object, Object) - Constructor for class com.tangosol.util.CompositeKey
Create a new CompositeKey that consists of the given primary and secondary components.
CompositeProcessor - 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[]) - Constructor for class com.tangosol.util.processor.CompositeProcessor
Construct a CompositeProcessor for the specified array of individual entry processors.
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.
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.DeflaterOutputShell(OutputStream, Deflater) - Constructor for class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Deprecated. Create a new input stream with the specified decompressor.
CompressionFilter.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.
CompressionFilter.InflaterInputShell - Class in com.tangosol.net
Deprecated. InflaterInputShell enforces the "end" call for the corresponding Inflater object.
CompressionFilter.InflaterInputShell(InputStream, Inflater) - Constructor for class com.tangosol.net.CompressionFilter.InflaterInputShell
Deprecated. Create a new input stream with the specified decompressor.
CompressionFilter.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.
computeProbabilityThresholds(int, int) - Static method in class com.tangosol.util.SafeSortedMap
Compute and return an array, indexed by level, of the probability thresholds used to determine what level an entry should be indexed to.
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.
CONCUR_EXTERNAL - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.CONCUR_EXTERNAL
CONCUR_EXTERNAL - Static variable in interface com.tangosol.util.TransactionMap
External concurrency.
CONCUR_OPTIMISTIC - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.CONCUR_OPTIMISTIC
CONCUR_OPTIMISTIC - Static variable in interface com.tangosol.util.TransactionMap
Optimistic concurrency.
CONCUR_PESSIMISTIC - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.CONCUR_PESSIMISTIC
CONCUR_PESSIMISTIC - Static variable in interface com.tangosol.util.TransactionMap
Pessimistic concurrency.
ConcurrentMap - Interface in com.tangosol.util
Map with additional concurrency features.
ConditionalExtractor - 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, boolean) - Constructor for class com.tangosol.util.extractor.ConditionalExtractor
Construct the ConditionalExtractor.
ConditionalIndex - Class in com.tangosol.util
ConditionalIndex is a MapIndex implemenation 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 - 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, InvocableMap.EntryProcessor) - Constructor for class com.tangosol.util.processor.ConditionalProcessor
Construct a ConditionalProcessor for the specified filter and the processor.
ConditionalPut - 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, Object) - 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, Object, 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 - 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) - 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 - 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.
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: <socket-address>   <address>...
ConfigurableAddressProvider(XmlElement) - Constructor for class com.tangosol.net.ConfigurableAddressProvider
Construct an instance of ConfigurableAddressProvider based on the specified XML element.
ConfigurableAddressProvider(XmlElement, boolean) - Constructor for class com.tangosol.net.ConfigurableAddressProvider
Construct an instance of ConfigurableAddressProvider based on the specified XML element.
ConfigurableAddressProvider.AddressHolder - Class in com.tangosol.net
A stateful holder for an obtaining an InetSocketAddress object.
ConfigurableAddressProvider.AddressHolder(String, int) - Constructor for class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Construct an AddressHolder for the specified host and port.
ConfigurableCacheFactory - Interface in com.tangosol.net
An interface for XML driven cache factory.
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.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
ConfiguableLocalAddressProvider is an AddressProvider which is only capable of return local addresses.
ConfigurableLocalAddressProvider(XmlElement) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Construct an instance of ConfigurableLocalAddressProvider based on the specified XML element.
ConfigurableLocalAddressProvider(XmlElement, boolean) - Constructor for class com.tangosol.net.ConfigurableLocalAddressProvider
Construct an instance of ConfigurableLocalAddressProvider based on the specified XML element.
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).
ConfigurablePofContext() - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Default constructor.
ConfigurablePofContext(String) - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Create a ConfigurablePofContext that will load configuration information from the specified locator.
ConfigurablePofContext(XmlElement) - Constructor for class com.tangosol.io.pof.ConfigurablePofContext
Create a ConfigurablePofContext that will use the passed configuration information.
ConfigurablePofContext.PofConfig - Class in com.tangosol.io.pof
The information related to the configuration of a particular PofContext for a specific URI and ClassLoader.
ConfigurablePofContext.PofConfig() - Constructor for class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
 
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.ClusterQuorumPolicy(Map) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Construct a ClusterQuorumPolicy with the specified quorum map.
ConfigurableQuorumPolicy.MembershipQuorumPolicy - Class in com.tangosol.net
MembershipQuorumPolicy is a quorum policy that is stateless and based solely on service membership sizes.
ConfigurableQuorumPolicy.MembershipQuorumPolicy() - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Create a MembershipQuorumPolicy.
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener - Class in com.tangosol.net
QuorumListener is used to subscribe the quorum policy to receive service membership events.
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener() - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
 
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule - Class in com.tangosol.net
A quorum rule defines a set of allowable actions beyond the rule's threshold size.
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule(int, int) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Construct a state with the specified threshold and numeric representation.
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy - Class in com.tangosol.net
PartitionedCacheQuorumPolicy defines a configurable quorum policy that is applicable to a DistributedCacheService.
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Construct a PartitionedCacheQuorumPolicy with the specified rule.
ConfigurableQuorumPolicy.ProxyQuorumPolicy - Class in com.tangosol.net
ProxyQuorumPolicy defines a configurable quorum policy that is applicable to a proxy service.
ConfigurableQuorumPolicy.ProxyQuorumPolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Construct a ProxyQuorumPolicy with the specified rule.
ConfigurableQuorumPolicy.WrapperQuorumPolicy - Class in com.tangosol.net
WrapperQuorumPolicy is a ConfigurableQuorumPolicy that wraps an arbitrary ActionPolicy instance.
ConfigurableQuorumPolicy.WrapperQuorumPolicy(ActionPolicy) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Create a WrapperQuorumPolicy around the specified ActionPolicy, instantiated by the specified configuration.
ConfigurableSerializerFactory - Class in com.tangosol.io
A SerializerFactory implementation that creates instances of a Serializer class configured using an XmlElement of the following structure: <!
ConfigurableSerializerFactory() - Constructor for class com.tangosol.io.ConfigurableSerializerFactory
 
ConfigurationImpl - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
ConfigurationImpl() - Constructor for class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
configure(XmlElement, SessionHelper) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. 
configure(XmlElement, SessionHelper) - Method in interface com.tangosol.coherence.servlet.CoherenceHttpSessionCollection
 
configure(int, int) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called immediately after construction.
configure(XmlElement, SessionHelper) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. 
configure(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configure the new Environment.
configure(XmlElement) - Method in class com.tangosol.io.journal.AbstractJournalRM
Configure the controllable service.
configure(XmlElement) - Method in class com.tangosol.io.journal.FlashJournalRM
The Flash Journal Resource Manager supports the following additional configuration options above the configuration options for AbstractJournalRM.
configure(XmlElement) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the controllable service.
configure(XmlElement) - Method in class com.tangosol.net.ConfigurableAddressProvider
Configure this ConfigurableAddressProvider based on the specified XML.
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.TcpSocketProvider
Configure the socket.
configure(XmlElement) - Method in class com.tangosol.net.WrapperService
Configure the controllable service.
configure(XmlElement) - Method in interface com.tangosol.util.Controllable
Configure the controllable service.
configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Configures a backing map according to the scheme.
configureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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 - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
configureEviction(int, ConfigurableCacheMap.EvictionPolicy) - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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.
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(JSONMarshaller) - Method in class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Configure a JAXB marshaller.
configureJaxbMarshaller(Marshaller) - Method in class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Configure a JAXB marshaller.
configureJaxbUnmarshaller(JSONUnmarshaller) - Method in class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Configure a JAXB unmarshaller.
configureJaxbUnmarshaller(Unmarshaller) - Method in class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Configure a JAXB unmarshaller.
configureLogger() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated.  
configureObjectMapper(ObjectMapper) - Method in class com.tangosol.coherence.rest.io.JsonJacksonMarshaller
Configure a Jackson ObjectMapper.
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.
configureScope(String, ClassLoader, XmlElement, ConfigurableCacheFactory) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
For a given cache configuration URI and ClassLoader, configure the scope name for the associated ConfigurableCacheFactory.
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.OldCache
Deprecated. Configure the unit calculator type and implementation.
configureUnitCalculator(XmlElement, ConfigurableCacheMap, DefaultConfigurableCacheFactory.CacheInfo, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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.
congestionCheck(int) - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Check if a change to the backlog causes a change to the congestion state.
congestionDelay() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Wait until write congestion subsides.
CONNECT - Static variable in interface com.tangosol.net.ProxyService.ProxyAction
Singleton action for accepting a client connection.
connect(SocketAddress) - Method in class com.tangosol.net.WrapperSocket
connect(SocketAddress, int) - Method in class com.tangosol.net.WrapperSocket
connect(SocketAddress) - Method in class com.tangosol.net.WrapperSocketChannel
connect(String, String, String) - Method in class com.tangosol.run.jca.CacheAdapter
Connect the adapter to the specified clustered service.
connect(String, String, String, String) - Method in class com.tangosol.run.jca.CacheAdapter
Connect the adapter to the specified clustered service.
Connection - Interface in com.tangosol.coherence.transaction
Represents a logical connection to a Coherence data grid.
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.
ConnectionClosedException - Exception in com.tangosol.coherence.transaction.exception
Indicates that an attempt was made to use a closed Connection.
ConnectionClosedException(String) - Constructor for exception com.tangosol.coherence.transaction.exception.ConnectionClosedException
Create a new ConnectionClosedException.
ConnectionFactory - Interface in com.tangosol.coherence.transaction
A factory for connections to a Coherence data grid.
ConnectionFactory.ConnectionSpec - Interface in com.tangosol.coherence.transaction
The connection spec is used to pass connection properties to connection factory during a connection request.
ConnectionSpecImpl - Class in com.tangosol.coherence.transaction
The connection spec implementation used to pass the connection info to the connection request on the connection factory.
ConnectionSpecImpl() - Constructor for class com.tangosol.coherence.transaction.ConnectionSpecImpl
Constructor
ConnectionSpecImpl(String) - Constructor for class com.tangosol.coherence.transaction.ConnectionSpecImpl
Constructor
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
Returns true if this collection contains the specified element.
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(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(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.AbstractLongArray
Determine if the LongArray contains the specified element.
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.CircularArrayList
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns true if this Collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.CopyOnWriteLongArray
Determine if the LongArray contains the specified element.
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
Returns true if this collection contains the specified element.
contains(EventListener) - Method in class com.tangosol.util.Listeners
Check if a listener is in the list of listeners.
contains(Object) - Method in class com.tangosol.util.LiteMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.LiteSet
Returns true if this Set contains the specified element.
contains(Object) - Method in interface com.tangosol.util.LongArray
Determine if the LongArray 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.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.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(String) - Method in class com.tangosol.util.StringTable
Determine if the passed string is in the table.
contains(Object) - Method in class com.tangosol.util.SubList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.tangosol.util.SubSet
Returns true if this Collection contains the specified element.
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.util.WrapperCollections.AbstractWrapperCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns true if this collection contains the specified element.
containsAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns true if this Collection contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns true if this Collection contains all of the elements in the specified Collection.
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.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.SubList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class com.tangosol.util.SubSet
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns true if this collection contains all of the elements in the specified collection.
ContainsAllFilter - 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, 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.
ContainsAnyFilter - 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, 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.
ContainsFilter - 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, Object) - Constructor for class com.tangosol.util.filter.ContainsFilter
Construct an ContainsFilter for testing containment of the given object.
ContainsFilter(String, Object) - Constructor for class com.tangosol.util.filter.ContainsFilter
Construct an ContainsFilter for testing containment of the given object.
containsKey(String, AbstractHttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
Check if the cluster cache contains a session obj.
containsKey(String, AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
containsKey(String, AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
containsKey(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Determine in an entry exists in the Cache.
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
Check whether or not this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Returns true if the cache contains the specified key.
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.BinaryRadixTree.BinaryLongMap
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
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.LiteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
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
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns true if this map contains a mapping for the specified key.
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.WrapperCollections.AbstractWrapperMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns true if this map contains a mapping for the specified key.
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(Object) - Method in class com.tangosol.net.cache.CachingMap
Check whether or not this CachingMap maps one or more keys to the specified value.
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
Returns true if this map maps one or more keys to the specified value.
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.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
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.tangosol.util.WrapperObservableMap
Returns true if this Map maps one or more keys to the specified value.
contendForSegment(int) - Method in class com.tangosol.util.SegmentedHashMap
Wait for a segment to be unlocked.
contextDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by the Coherence ServletContextListener on contextDestroyed() if an event listener is registered.
contextInitialized() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by the Coherence ServletContextListener on contextInitialized() if an event listener is registered.
Continuation - Interface in com.tangosol.util
Continuation interface is used to implement asynchronous post-processing, the pattern that is also known as the "Continuation-passing style".
ContinuousQueryCache - Class in com.tangosol.net.cache
Create a materialized view of a NamedCache using the Coherence Continuous Query capability.
ContinuousQueryCache(NamedCache, Filter) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a locally materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache, Filter, boolean) - Constructor for class com.tangosol.net.cache.ContinuousQueryCache
Create a materialized view of a NamedCache using a Filter.
ContinuousQueryCache(NamedCache, Filter, MapListener) - 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.AddListener() - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.AddListener
 
ContinuousQueryCache.EventRouter - 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.EventRouter(MapListener) - 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.
ContinuousQueryCache.RemoveListener - Class in com.tangosol.net.cache
A MapListener for evicting items from the ContinuousQueryCache.
ContinuousQueryCache.RemoveListener() - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
 
ContinuousQueryCache.ServiceListener - Class in com.tangosol.net.cache
MemberListener for the underlying cache's service.
ContinuousQueryCache.ServiceListener() - Constructor for class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
 
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(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
Extracts the key from the Status 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
Convert a collection from one set of objects to a new set of objects.
convert(Iterator, Converter) - Static method in class com.tangosol.util.CollectionHelper
Convert an Iterator from one set of objects to a new set of objects.
convert(Enumeration, Converter) - Static method in class com.tangosol.util.CollectionHelper
Convert an Enumeration from one set of objects to a new set of objects.
convert(Object) - Method in interface com.tangosol.util.Converter
Convert the passed object to another object.
convert(Object) - Method in class com.tangosol.util.NullImplementation.NullConverter
Convert the passed object to another object.
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.
convertClassToEntry(String) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Convert the given Java class name to its corresponding Jar entry name.
convertDouble(XmlValue) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Convert the value in the specified XmlValue to a double.
convertEntryToClass(String) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Convert the given Jar entry name to its corresponding Java class name.
Converter - Interface in com.tangosol.util
Provide for "pluggable" object conversions.
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 - Class in com.tangosol.util
An abstract Map Entry that lazily converts the key and value.
ConverterCollections.AbstractConverterEntry(Map.Entry) - Constructor for class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Constructor.
ConverterCollections.ConverterCacheEvent - Class in com.tangosol.util
A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.
ConverterCollections.ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Constructor.
ConverterCollections.ConverterCacheEvent(ObservableMap, CacheEvent, Converter, Converter, BackingMapManagerContext) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Construct a ConverterMapEvent.
ConverterCollections.ConverterCacheMap - Class in com.tangosol.util
A Converter CacheMap views an underlying CacheMap through a set of key and value Converters.
ConverterCollections.ConverterCacheMap(CacheMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCacheMap
Constructor.
ConverterCollections.ConverterCollection - Class in com.tangosol.util
A Converter Collection views an underlying Collection through a Converter.
ConverterCollections.ConverterCollection(Collection, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterCollection
Constructor.
ConverterCollections.ConverterConcurrentMap - Class in com.tangosol.util
A Converter ConcurrentMap views an underlying ConcurrentMap through a set of key and value Converters.
ConverterCollections.ConverterConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Constructor.
ConverterCollections.ConverterEntry - Class in com.tangosol.util
A Map Entry that lazily converts the key and value.
ConverterCollections.ConverterEntry(Map.Entry, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntry
Constructor.
ConverterCollections.ConverterEntrySet - Class in com.tangosol.util
A Converter Entry Set views an underlying Entry Set through a set of key and value Converters.
ConverterCollections.ConverterEntrySet(Collection, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet
Constructor.
ConverterCollections.ConverterEntrySet.ConverterEntry - Class in com.tangosol.util
A Map Entry that lazily converts the key and value.
ConverterCollections.ConverterEntrySet.ConverterEntry(Map.Entry) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Constructor.
ConverterCollections.ConverterEntrySet.ConverterIterator - Class in com.tangosol.util
A Map Entry Iterator that converts the key and value types.
ConverterCollections.ConverterEntrySet.ConverterIterator(Iterator) - Constructor for class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Constructor.
ConverterCollections.ConverterInvocableMap - Class in com.tangosol.util
A Converter InvocableMap views an underlying InvocableMap through a set of key and value Converters.
ConverterCollections.ConverterInvocableMap(InvocableMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Constructor.
ConverterCollections.ConverterList - Class in com.tangosol.util
A Converter List views an underlying List through a Converter.
ConverterCollections.ConverterList(List, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterList
Constructor.
ConverterCollections.ConverterListIterator - Class in com.tangosol.util
A Converter ListIterator views an underlying ListIterator through a Converter.
ConverterCollections.ConverterListIterator(ListIterator, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterListIterator
Constructor.
ConverterCollections.ConverterMap - Class in com.tangosol.util
A Converter Map views an underlying Map through a set of key and value Converters.
ConverterCollections.ConverterMap(Map, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMap
Constructor.
ConverterCollections.ConverterMapEvent - Class in com.tangosol.util
A ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.
ConverterCollections.ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent
Construct a ConverterMapEvent.
ConverterCollections.ConverterMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent
Construct a ConverterMapEvent.
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.ConverterMapEventBinaryEntry(boolean) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Constructor.
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry - Class in com.tangosol.util
ConverterMapEventEntry provides the Map Entry interface to the information encapsulated inside the ConverterMapEvent.
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry(boolean) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Constructor.
ConverterCollections.ConverterMapListener - Class in com.tangosol.util
A converter MapListener that converts events of the underlying MapListener for the underlying map.
ConverterCollections.ConverterMapListener(ObservableMap, MapListener, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterMapListener
Constructor.
ConverterCollections.ConverterNamedCache - Class in com.tangosol.util
A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.
ConverterCollections.ConverterNamedCache(NamedCache, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterNamedCache
Constructor.
ConverterCollections.ConverterObservableMap - Class in com.tangosol.util
A Converter ObservableMap views an underlying ObservableMap through a set of key and value Converters.
ConverterCollections.ConverterObservableMap(ObservableMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterObservableMap
Constructor.
ConverterCollections.ConverterQueryMap - Class in com.tangosol.util
A Converter QueryMap views an underlying QueryMap through a set of key and value Converters.
ConverterCollections.ConverterQueryMap(QueryMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterQueryMap
Constructor.
ConverterCollections.ConverterSet - Class in com.tangosol.util
A Converter Set views an underlying Set through a Converter.
ConverterCollections.ConverterSet(Set, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSet
Constructor.
ConverterCollections.ConverterSortedMap - Class in com.tangosol.util
A Converter SortedMap views an underlying SortedMap through a set of key and value Converters.
ConverterCollections.ConverterSortedMap(SortedMap, Converter, Converter, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSortedMap
Constructor.
ConverterCollections.ConverterSortedSet - Class in com.tangosol.util
A Converter SortedSet views an underlying SortedSet through a Converter.
ConverterCollections.ConverterSortedSet(SortedSet, Converter, Converter) - Constructor for class com.tangosol.util.ConverterCollections.ConverterSortedSet
Constructor.
ConverterEnumerator - Class in com.tangosol.util
Provide an implementation of an enumerator which converts each of the items which it enumerates.
ConverterEnumerator(Enumeration, Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Construct the Converter enumerator based on an Enumeration.
ConverterEnumerator(Iterator, Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Construct the Converter enumerator based on an Iterator.
ConverterEnumerator(Object[], Converter) - Constructor for class com.tangosol.util.ConverterEnumerator
Construct the Converter enumerator based on an array of objects.
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
Convert the value in the specified XmlValue to an int.
convertInt(XmlValue, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Convert the value in the specified XmlValue to an int.
convertLong(XmlValue) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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.
convertToDate(Object) - Static method in class com.tangosol.io.pof.PofHelper
Convert a date, time or date/time value to a Java Date.
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.
copyArray(LongArray) - 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.
copyEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Copy an entry from one application archive to another.
copyEntry(ApplicationEntry, InputStream, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Copy an entry from a stream to an application archive.
copyFrom(SafeHashMap.Entry) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Copy this Entry's information from another Entry.
copyFrom(SafeHashMap.Entry) - Method in class com.tangosol.util.SafeHashMap.Entry
Copy this Entry's information from another Entry.
CopyOnWriteLongArray - 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(Class) - Constructor for class com.tangosol.util.CopyOnWriteLongArray
Construct a CopyOnWriteLongArray with an underlying array of the specified type.
CopyOnWriteLongArray(LongArray) - Constructor for class com.tangosol.util.CopyOnWriteLongArray
Construct a CopyOnWriteLongArray, initialized with the contents of the specified LongArray.
CopyOnWriteLongArray.UnmodifiableIterator - Class in com.tangosol.util
Unmodifiable view of a LongArray.Iterator.
CopyOnWriteLongArray.UnmodifiableIterator(LongArray.Iterator) - Constructor for class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Construct a wrapper for the specified Iterator.
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.
Count - Class in com.tangosol.util.aggregator
Calculates a number of values in an entry set.
Count() - Constructor for class com.tangosol.util.aggregator.Count
Default constructor (necessary for the ExternalizableLite interface).
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.
create(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. This method creates a new session, returning the session model for the new session.
create(HttpSession, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. This method attempts to create a new session with a specific ID, returning the session model for the new session.
create(HttpSession, String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. This method attempts to create a new session with a specific ID, returning the session model for the new session.
create(HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. This method creates a new session, returning the session model for the new session.
create(HttpSession, String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. This method attempts to create a new session with a specific ID, returning the session model for the new session.
CREATE - Static variable in class com.tangosol.net.ClusterPermission
Create action.
create() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
createAddressProvider(XmlElement, ClassLoader) - Static method in class com.tangosol.net.ConfigurableAddressProvider
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.
createBinaryStore() - Method in class com.tangosol.io.AsyncBinaryStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Return a new BinaryStore.
createBinaryStore() - Method in interface com.tangosol.io.BinaryStoreManager
Factory method: Returns a new BinaryStore.
createBinaryStore() - Method in class com.tangosol.io.journal.AbstractJournalRM
Create a new BinaryStore that will journal its information using this Journal Resource Manager.
createBinaryStore() - Method in class com.tangosol.io.journal.BackupJournalRM
Create a new BinaryStore that will journal its information using this Journal Resource Manager.
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.
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.DirectStoreManager
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.
createConnection() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory
Create a connection to a Coherence data grid.
createConnection(String) - Method in interface com.tangosol.coherence.transaction.ConnectionFactory
Create a connection to a Coherence data grid.
createConnection(ClassLoader) - Method in interface com.tangosol.coherence.transaction.ConnectionFactory
Create a connection to a Coherence data grid.
createConnection(String, ClassLoader) - Method in interface com.tangosol.coherence.transaction.ConnectionFactory
Create a connection to a Coherence data grid.
createConnection(ConnectionFactory.ConnectionSpec) - Method in interface com.tangosol.coherence.transaction.ConnectionFactory
Create a connection to a Coherence data grid using the specified connection specification.
createConnection() - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence data grid.
createConnection(String) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence data grid.
createConnection(ClassLoader) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence data grid.
createConnection(String, ClassLoader) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence data grid.
createConnection(ConnectionFactory.ConnectionSpec) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence data grid using the specified connection specification.
createDefaultMarshaller(Class, String) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create default marshaller for the specified class and media type.
createDelegateEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Create a new delegate class entry that extends the given class entry and delegates all methods to a wrapped instance of the class entry.
createDelegateMethod(ClassFile, Method, String, Method) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Creates a delegate method in the given ClassFile that delegates the given method to the object returned by the given accessor method.
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.
createEntityFromId(Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Create a transient entity instance given an entity id
createExtractor(String) - Static method in class com.tangosol.util.QueryHelper
Make a new ValueExtracter 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.
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, Map) - 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.
createHttpSession() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Create a new HttpSession object.
createIndex(boolean, Comparator, Map, BackingMapContext) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Create an index and associate it with the corresponding extractor.
createIndex(boolean, Comparator, Map, BackingMapContext) - Method in interface com.tangosol.util.extractor.IndexAwareExtractor
Create an index and associate it with the corresponding extractor.
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(String, InvocableMap.EntryAggregator) - 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, 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.
createInstance(ValueExtractor, InvocableMap.EntryAggregator) - Static method in class com.tangosol.util.aggregator.GroupAggregator
Create an instance of GroupAggregator based on a specified extractor and an EntryAggregator.
createInstance(ValueExtractor, InvocableMap.EntryAggregator, 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.
createJournal(Journal.JournalConsumer) - Method in class com.tangosol.io.journal.AbstractJournalRM
Create a new Journal that exposes the storage capabilities of this Journal Resource Manager.
createJournal(Journal.JournalConsumer) - Method in class com.tangosol.io.journal.BackupJournalRM
Create a new Journal that exposes the storage capabilities of this Journal Resource Manager.
createKey(Class, String) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create a key for the marshallers map.
createMarshaller(Class, String, Class) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Create marshaller instance.
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.
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.
createProvider(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Create and return a SocketProvider based upon a supplied configuration.
createRequestContext(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Given the specified request and response, provide a request context.
createSerializer(ClassLoader) - Method in class com.tangosol.io.ConfigurableSerializerFactory
Create a new Serializer.
createSerializer(ClassLoader) - Method in interface com.tangosol.io.SerializerFactory
Create a new Serializer.
createServiceHelper() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Create a ServiceHelper.
createSessionExpiryFilter(Filter) - Method in interface com.tangosol.coherence.servlet.SessionExpiryFilterFactory
Creates a new session expiry filter.
createTemporaryEnvironment() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Create a temporary Environment.
CTX_ATTR_CONTEXT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the application server context's attribute that Coherence stores its servlet context object under.
CTX_ATTR_HELPER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the application server context's attribute that Coherence stores its session helper object under.
CTX_INIT_ALLOW_LOCAL_ATTRIBUTES - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies whether non-serializable attributes should be preserved as local.
CTX_INIT_APPLICATION_NAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the web application.
CTX_INIT_APPLICATION_NAME_GENERATED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Whether the application name was generated by Coherence*Web
CTX_INIT_ATTR_OVERFLOW_THRESHOLD - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property for the "split" model that overrides the length that attributes must be below to be stored inside a session ("embedded") or above which they will be stored in the separated "overflow" cache ("external").
CTX_INIT_ATTR_OVERFLOW_THRESHOLD - Static variable in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. The configuration property for the "split" model that overrides the length that attributes must be below to be stored inside a session ("embedded") or above which they will be stored in the separated "overflow" cache ("external").
CTX_INIT_ATTR_OVERFLOW_THRESHOLD_DEFAULT - Static variable in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated.  
CTX_INIT_CACHE_DELEGATOR_CLASS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that defines the cache delegator class.
CTX_INIT_CACHENAME_CONTEXT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the Coherence cache that will be used to hold the servlet context data if the servlet context is clustered by Coherence.
CTX_INIT_CACHENAME_DEATHCERTS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the clustered cache that stores the IDs of "recently departed" sessions.
CTX_INIT_CACHENAME_LOCAL_ATTRIBUTES - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the local cache that stores non-distributed session attributes (if allowed.)
CTX_INIT_CACHENAME_LOCAL_SESSIONS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the local cache that stores non-distributed sessions when the SessionDistributionController option is implemented.
CTX_INIT_CACHENAME_MANAGEMENT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the clustered cache that stores the sessions management configuration data.
CTX_INIT_CACHENAME_OVERFLOW - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the clustered cache that stores the "overflowing" (split-out due to size) session attributes.
CTX_INIT_CACHENAME_OVERFLOW - Static variable in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. The configuration property that overrides the name of the clustered cache that stores the "overflowing" (split-out due to size) session attributes.
CTX_INIT_CACHENAME_SESSIONS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the name of the clustered cache that stores the sessions.
CTX_INIT_CLUSTER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the application server context's initialization parameter that specifies whether the ServletContext attribute values will be clustered.
CTX_INIT_CLUSTER_OWNED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True if the cluster software is deployed as part of the application and thus must be shut down fully by the application when it shuts down.
CTX_INIT_COLLECTION - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the application server context's initialization parameter that specifies the fully qualified class name of the HttpSessionCollection implementation to use.
CTX_INIT_CONFIGURATION_CONSISTENCY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that indicates whether configuration consistency should be checked.
CTX_INIT_COOKIE_DOMAIN - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The domain of the session cookie.
CTX_INIT_COOKIE_MAX_AGE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The maximum age in seconds of the session cookie.
CTX_INIT_COOKIE_NAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the session cookie.
CTX_INIT_COOKIE_PATH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The path of the session cookie.
CTX_INIT_COOKIE_SECURE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to ensure that the session cookie is only sent from a web client over a SSL connection.
CTX_INIT_COOKIES_ENABLED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to enable session cookies.
CTX_INIT_DAEMON_ASSUME_LOCALITY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to assume that the sessions in the cache are split across only the servers that are doing reaping.
CTX_INIT_DAEMON_COORDINATED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to coordinate reaping in the cluster such that only one server will perform reaping within a given reaping cycle, and it will check all session ids in the cluster.
CTX_INIT_DAEMON_CYCLE_SECS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The number of seconds that the daemon rests between reaping.
CTX_INIT_DAEMON_MAX_THREADS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Configuration parameter for setting the minimum number of threads for the session reaper daemon.
CTX_INIT_DAEMON_MIN_THREADS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Configuration parameter for setting the maximum number of threads for the session reaper daemon.
CTX_INIT_DAEMON_PARALLEL - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Configuration parameter for enabling parallel session reaping.
CTX_INIT_DAEMON_PRIORITY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The priority for the session reaper daemon.
CTX_INIT_DAEMON_QUEUE_SIZE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Configuration parameter for setting the queue size of the session reaper work manager.
CTX_INIT_DAEMON_SWEEP_MODULO - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The number of times that the reaper reaps the sessions that are being used locally before it will check sessions that may be orphaned or expired elsewhere in the cluster.
CTX_INIT_DIST_CONTROLLER_CLASS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies an implementation of the SessionDistributionController interface to use.
CTX_INIT_ENABLE_ATTR_LISTENER_OPTIMIZATION - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determines if attribute listeners should be executed if the same instance of a session attribute is being replaced in the session.
CTX_INIT_ENABLE_SESSION_ACCESS_DEBUG_LOGGING - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Configuration property to enable debug logging for Session access.
CTX_INIT_ENABLE_SESSION_ACCESS_DEBUG_LOGGING - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Enable Debug logging for Session access, creation, invalidation, and attribute access/insertion/update/removal
CTX_INIT_ENABLE_SUSPECT_ATTRIBUTES - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Whether we try to determine suspect attributes.
CTX_INIT_FACTORY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the application server context's initialization parameter that specifies the fully qualified class name of the SessionHelper Factory to use.
CTX_INIT_FILTER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. In the filter's configuration, the name of the filter class that is wrapped by the Coherence filter.
CTX_INIT_LISTENS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The comma-delimited list of names of application classes that wish to receive events from the web container.
CTX_INIT_LOG_THREADS_HOLDING_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies whether an diagnostic invocation service is executed when a member is unable to acquire the cluster lock for a session.
CTX_INIT_SCOPE_CONTROLLER_CLASS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies an implementation of the AttributeScopeController interface to use.
CTX_INIT_SERVICENAME_OWNERSHIP - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies the name of the invocation service that will be used to manage sticky session ownership.
CTX_INIT_SERVLET - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. In the servlet's configuration, the name of the servlet class that is wrapped by the Coherence servlet.
CTX_INIT_SESSION_ACCESS_DEBUG_LOGGING_FILTER - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Configuration property to enable debug logging for Session access.
CTX_INIT_SESSION_ACCESS_DEBUG_LOGGING_FILTER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Comma separated list of session attribute prefixes not to be logged
CTX_INIT_SESSION_AFFINITY_TOKEN - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies session id affinity suffix token.
CTX_INIT_SESSION_APP_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies application level session locking.
CTX_INIT_SESSION_EXPIRE_SECS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the session expirty time.
CTX_INIT_SESSION_EXPIRY_FILTER_FACTORY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Parameter name for specifying a custom session expiry filter factory
CTX_INIT_SESSION_GET_LOCK_TIMEOUT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies session lock acquisition timeout.
CTX_INIT_SESSION_ID_GENERATOR_CLASS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies the fully qualified class name of the HttpSessionIdGenerator implementation to use.
CTX_INIT_SESSION_ID_LENGTH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the session id length.
CTX_INIT_SESSION_LAZY_ACCESS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that allows lazy access to a session.
CTX_INIT_SESSION_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies that session locking is enabled.
CTX_INIT_SESSION_LOG_INVALIDATION_EXCEPTIONS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies if Coherence*Web is to log exceptions thrown by session attribute listeners during invalidation.
CTX_INIT_SESSION_MEMBER_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies member level session locking.
CTX_INIT_SESSION_RETAIN_MILLIS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The length of time to defer async exit on a session that is accessed "out of context".
CTX_INIT_SESSION_STICKY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies whether sticky sessions optimizations will be used.
CTX_INIT_SESSION_STRICT_SPEC - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies strict spec adherence.
CTX_INIT_SESSION_THREAD_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that specifies thread level session locking.
CTX_INIT_SESSIONCONTEXT_ENABLED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to allow the application to iterate sessions from the session context, thus disobeying the deprecation in the servlet spec.
CTX_INIT_SHUTDOWN_DELAY_SECS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The configuration property that overrides the shutdown delay time.
CTX_INIT_URLDECODE_DEFAULT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to use the container's decoding of the URL session ID.
CTX_INIT_URLENCODE_DEFAULT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to use the container's encoding of the URL session ID.
CTX_INIT_URLENCODE_ENABLED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. True to enable URL encoding of session ids.
CTX_INIT_URLENCODE_NAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The parameter name to encode the session id into the URL with.
current() - Method in class com.tangosol.run.xml.SimpleParser
Returns the current token and advances to the next token.
current - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
currentNode() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the current Node in the iteration.

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.
Daemon.DaemonWorker() - Constructor for class com.tangosol.util.Daemon.DaemonWorker
 
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.
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(BerkeleyDBBinaryStoreManager) - Constructor for class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Construct a EnvironmentHolder for a given Berkeley DB Environment.
DatabaseFactory.EnvironmentHolder.DirectoryLock - Class in com.tangosol.io.bdb
Directory based lock.
DatabaseFactory.EnvironmentHolder.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.
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.
DatagramPacketOutputStream - Class in com.tangosol.net
Provides an OutputStream on top of a DatagramPacket.
DatagramPacketOutputStream(DatagramPacket) - Constructor for class com.tangosol.net.DatagramPacketOutputStream
 
DATE_FORMAT - Static variable in class com.tangosol.coherence.rest.DefaultKeyConverter
DateFormat instance that will be used to convert Date keys.
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.
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.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.
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.
DECO_CUSTOM - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for a client specific (opaque) value information.
DECO_EXPIRY - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for the value expiry information.
DECO_STORE - Static variable in interface com.tangosol.net.BackingMapManagerContext
The decoration id for the persistent state of the decorated value.
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(char) - Static method in class com.tangosol.io.Base64InputStream
Decode one base64 alphabet character.
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.DefaultCodec
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(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain a session ID from a request object by examining the cookies attached to the request.
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) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated.  
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.
decodeUrl(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Decodes the session ID from the URL represented by the passed request.
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.
DecorationOnlyDeltaCompressor - Class in com.tangosol.io
DecorationOnlyDeltaCompressor is a DeltaCompressor which optimizes for "decoration-only" updates.
DecorationOnlyDeltaCompressor() - Constructor for class com.tangosol.io.DecorationOnlyDeltaCompressor
 
decReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Decrement the reference count.
decrement() - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Decrement the Long value of the ThreadLocalCounter for the current thread by one.
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 assosiated 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 assosiated with the current thread.
decrypt(SignedObject, PublicKey) - Method in class com.tangosol.net.security.DefaultController
Decrypt the specified SignedObject using the specified public key.
decryptPrivate(byte[]) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Decrypt the supplied data with the local private key.
dedupe() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Give the in-memory radix key stores a chance to de-dupe their byte[] values, similar to the concept behind String's intern() method.
dedupe(byte[][]) - Method in class com.tangosol.io.journal.BackupJournalRM.FlashConsumer
This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated.
dedupe(byte[][]) - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated.
dedupe(byte[][]) - Method in interface com.tangosol.io.journal.Journal.JournalConsumer
This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated.
dedupe(byte[][]) - Method in class com.tangosol.io.journal.JournalBinaryStore
This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated.
dedupe(byte[][]) - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
This method may be invoked by the Journal implementation to request that any immutable byte arrays managed by the consumer be de-duplicated.
DEFAULT_ADDRESS - Static variable in class com.tangosol.coherence.rest.server.AbstractHttpServer
Default HTTP server address.
DEFAULT_ALGORITHM - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Default cryptography algorithm
DEFAULT_BUF_SIZE - Static variable in class com.tangosol.io.MultiplexingWriteBufferPool
The default size of the smallest WriteBuffer.
DEFAULT_CACHE_CONFIG_PATH - Static variable in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
The cache configuration file that defines Coherence caches for Hibernate
DEFAULT_CODEC - Static variable in class com.tangosol.io.pof.reflect.Codecs
A singleton instance of a Codecs.DefaultCodec
DEFAULT_CTXNAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The default cache name for the ServletContext attribute map.
DEFAULT_EXPIRE - Static variable in class com.tangosol.net.cache.LocalCache
By default, the cache entries never expire.
DEFAULT_EXPIRE - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, the cache entries expire after one hour.
DEFAULT_FACTORY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The default class name for the SessionHelper factory implementation.
DEFAULT_FLUSH - Static variable in class com.tangosol.net.cache.OldCache
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_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_JITTER_THRESHOLD - Static variable in class com.tangosol.util.SafeClock
The default jitter threshold.
DEFAULT_KEY_LENGTH - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Default cryptography key length
DEFAULT_KEY_MASK - Variable in class com.tangosol.net.cache.LocalCache
The default key mask that ignores nothing.
DEFAULT_KEYSTORE_PATH - Static variable in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Default KeyStore path
DEFAULT_KEYSTORE_TYPE - Static variable in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Default KeyStore type
DEFAULT_KEYSTORE_TYPE - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Default KeyStore type.
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_LEASE_MILLIS - Static variable in class com.tangosol.coherence.hibernate.CoherenceCache
The default lock lease millis
DEFAULT_LOCK_OBTAIN_MILLIS - Static variable in class com.tangosol.coherence.hibernate.CoherenceCache
The default lock attempt millis
DEFAULT_MAX_LEVEL - Static variable in class com.tangosol.util.SafeSortedMap
The default limit on the index-level.
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_MGTNAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The default cache name for the session management configuration data.
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_PORT - Static variable in class com.tangosol.coherence.rest.server.AbstractHttpServer
Default HTTP server port.
DEFAULT_PROVIDER - Static variable in class com.tangosol.net.SocketProviderFactory
The factory's default SocketProvider.
DEFAULT_PRUNE - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, when the cache prunes, it reduces its entries by this percentage.
DEFAULT_RECYCLE_MAX - Static variable in class com.tangosol.util.RecyclingLinkedList
The default maximum number of Nodes to recycle.
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 (3000).
DEFAULT_RMI_HOST - Static variable in class com.tangosol.net.management.MBeanConnector
Default RMI host (localhost).
DEFAULT_RMI_REGISTRY_PORT - Static variable in class com.tangosol.net.management.MBeanConnector
Default RMI registry port (9000).
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_SPAN - Static variable in class com.tangosol.util.SafeSortedMap
The default span value.
DEFAULT_TRANSFORMATION - Static variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Default transformation
DEFAULT_UNITS - Static variable in class com.tangosol.net.cache.LocalCache
By default, the cache size (in units) is infinite.
DEFAULT_UNITS - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, the cache size (in units).
DEFAULT_WAIT_MILLIS - Static variable in class com.tangosol.net.DefaultCacheServer
The default number of milliseconds between checks for service restart.
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.
DefaultCacheDelegator - Class in com.tangosol.coherence.servlet
 
DefaultCacheDelegator() - Constructor for class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
DefaultCacheFactoryBuilder - Class in com.tangosol.net
Implementation of CacheFactoryBuilder that maintains a single ConfigurableCacheFactory instance regardless of the requesting ClassLoader if a URI is not provided.
DefaultCacheFactoryBuilder() - Constructor for class com.tangosol.net.DefaultCacheFactoryBuilder
 
DefaultCacheServer - Class in com.tangosol.net
DefaultCacheServer is a simple command line facility that starts all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.
DefaultCacheServer(DefaultConfigurableCacheFactory) - Constructor for class com.tangosol.net.DefaultCacheServer
Construct a DefaultCacheServer using the provided factory.
DefaultCacheServer.ShutdownProcess - Class in com.tangosol.net
ShutdownHook implementation.
DefaultCacheServer.ShutdownProcess() - Constructor for class com.tangosol.net.DefaultCacheServer.ShutdownProcess
 
DefaultConfigurableCacheFactory - Class in com.tangosol.net
DefaultConfigurableCacheFactory provides a facility to access caches declared in a "cache-config.dtd" compliant configuration file.
DefaultConfigurableCacheFactory() - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a default DefaultConfigurableCacheFactory using the default configuration file name.
DefaultConfigurableCacheFactory(String) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a DefaultConfigurableCacheFactory using the specified path to a "cache-config.dtd" compliant configuration file or resource.
DefaultConfigurableCacheFactory(String, ClassLoader) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a DefaultConfigurableCacheFactory using the specified path to a "cache-config.dtd" compliant configuration file or resource.
DefaultConfigurableCacheFactory(XmlElement) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a DefaultConfigurableCacheFactory using the specified configuration XML.
DefaultConfigurableCacheFactory(XmlElement, ClassLoader) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a DefaultConfigurableCacheFactory using the specified configuration XML.
DefaultConfigurableCacheFactory.CacheInfo - Class in com.tangosol.net
CacheInfo is a placeholder for cache attributes retrieved during parsing the corresponding cache mapping element.
DefaultConfigurableCacheFactory.CacheInfo(String, String, Map) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Construct a CacheInfo object.
DefaultConfigurableCacheFactory.Manager - Class in com.tangosol.net
BackingMapManager implementation that uses the configuration XML to create the required backing maps and provides client access to those maps.
DefaultConfigurableCacheFactory.Manager() - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
 
DefaultConfigurableCacheFactory.PartitionedBackingMapManager - Class in com.tangosol.net
BackingMapManager implementation used by PartitionAwareBackingMap(s) to lazily configure the enclosing PABM based on the configuration settings of the enclosed maps.
DefaultConfigurableCacheFactory.PartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Constructor for class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
 
DefaultConnectionFactory - Class in com.tangosol.coherence.transaction
Connection factory used to obtain a logical connection to a Coherence cache service.
DefaultConnectionFactory() - Constructor for class com.tangosol.coherence.transaction.DefaultConnectionFactory
Construct a connection factory.
DefaultConnectionFactory(String) - Constructor for class com.tangosol.coherence.transaction.DefaultConnectionFactory
Construct a connection factory based on the specified configuration.
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.
DefaultHttpServer - Class in com.tangosol.coherence.rest.server
Implementation of HttpServer that uses Sun's lightweight HTTP server to handle requests.
DefaultHttpServer() - Constructor for class com.tangosol.coherence.rest.server.DefaultHttpServer
 
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.
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 com.sun.jersey.api.core.ScanningResourceConfig 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(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
 
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.
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.
DelegatingWriteBuffer.DelegatingBufferOutput(int) - Constructor for class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Construct an AbstractBufferOutput that will begin writing at the start of the containing WriteBuffer.
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(Object, Filter) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Delete an existing value.
delete(Map.Entry) - Method in interface com.tangosol.util.MapIndex
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.
DELETED - Static variable in class com.tangosol.io.AsyncBinaryStore
A special token that is used to signify a queued erase operation.
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.SimpleMapIndex
Update this index in response to a remove operation on a cache.
deleteModel(AbstractHttpSessionCollection, AbstractHttpSessionModel) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
Delete the session from the cluster cache.
deleteModel(AbstractHttpSessionCollection, AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
deleteModel(AbstractHttpSessionCollection, AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
deleteModelFromLocalCaches(String, AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated.  
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.
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.
DeltaSet.DeltaIterator() - Constructor for class com.tangosol.util.DeltaSet.DeltaIterator
Construct an iterator for a delta set.
DEPARTING - Static variable in class com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type
This PartitionedServiceDispatcher.TransferEvent is dispatched when a set of BinaryEntrys are being transferred from the current member.
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.
Description - 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.
deserialize(ReadBuffer.BufferInput) - Method in class com.tangosol.io.DefaultSerializer
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.ConfigurablePofContext
Deserialize an object from a ReadBuffer by reading its state using the specified BufferInput object.
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.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.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.JavaPofSerializer
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(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(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 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.XmlSerializablePofSerializer
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader 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.
deserializeValue(Binary) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Take the Binary form of the attribute value and turn it into the object value.
destroy() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Release local (JVM) resources associated with this cache.
destroy(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Destroy the specified session.
destroy(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Destroy the specified session.
destroy() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Release and destroy this instance of NamedCache.
destroy() - Method in class com.tangosol.net.cache.NearCache
Release and destroy this instance of NamedCache.
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 NamedCache.
DESTROY - Static variable in class com.tangosol.net.ClusterPermission
Create action.
destroy() - Method in interface com.tangosol.net.NamedCache
Release and destroy this instance of NamedCache.
destroy() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Release and destroy this instance of NamedCache.
destroy() - Method in class com.tangosol.util.ThreadGate
Destroy the thread gate.
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.journal.AbstractJournalRM
Lifecycle method: Destroy a BinaryStore previously created by this manager.
destroyBinaryStore(BinaryStore) - Method in class com.tangosol.io.journal.BackupJournalRM
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(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 interface com.tangosol.net.ConfigurableCacheFactory
Release and destroy this instance of NamedCache.
destroyCache(NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release and destroy this instance of NamedCache.
destroyCache(NamedCache) - Method in class com.tangosol.net.WrapperCacheService
Release and destroy the specified cache.
destroyIndex(Map) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Destroy an existing index and remove it from the given map of indexes.
destroyIndex(Map) - Method in interface com.tangosol.util.extractor.IndexAwareExtractor
Destroy an existing index and remove it from the given map of indexes.
destroyLocalAttributesCache(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Destroy the cache of local-only session attributes for the specified session ID.
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.
DFT_BACKLOG_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default maximum backlog (16MB).
DFT_BLOCK_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default block size (256KB).
DFT_COLLECT_PCT - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default collection factor (collect files that are 25% or less utilized).
DFT_COLLECT_PCT - Static variable in class com.tangosol.io.journal.RamJournalRM
Default collection factor (collect files that are 84% or less utilized).
DFT_FILE_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default size of a file (2GB).
DFT_FILE_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Default size of a "file" i.e. a buffer (2MB).
DFT_POOL_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default pool size (16MB).
DFT_POOL_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Default pool size (16MB).
DFT_PURGE_DELAY_MILLIS - Static variable in class com.tangosol.io.journal.FlashJournalRM
Default delay until a tmp file is eligible for purging. 2 hours is the default.
DFT_TOTAL_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Default total size of RAM used (1GB).
DFT_VALUE_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Default maximum value size (16KB).
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.
DirectBufferManager - Class in com.tangosol.io.nio
Manages a growable direct ByteBuffer.
DirectBufferManager(int, int) - Constructor for class com.tangosol.io.nio.DirectBufferManager
Construct a DirectBufferManager that supports a buffer of a certain initial and maximum size.
DirectStoreManager - Class in com.tangosol.io.nio
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the DirectBufferManager to provide BinaryStore objects.
DirectStoreManager(int, int) - Constructor for class com.tangosol.io.nio.DirectStoreManager
Construct a DirectStoreManager that uses BinaryMap objests built on the DirectBufferManager(s) with certain initial and maximum size.
disableServer(Member) - Method in class com.tangosol.coherence.commonj.WorkManager
Remove a Member from a list of active server nodes and terminate all work posted to that server.
discard() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. When the session model is no longer usable, it is discarded.
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.OldCache.Entry
Deprecated. 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.
dispatch(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Dispatch the event to the corresponding listeners.
dispatch(Listeners) - Method in class com.tangosol.net.MemberEvent
Dispatch this event to the specified listeners collection.
dispatch(EventListener[]) - Method in class com.tangosol.net.MemberEvent
Dispatch this event to the specified array of listeners.
dispatch(Listeners) - Method in class com.tangosol.util.MapEvent
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(MapListener) - Method in class com.tangosol.util.MapEvent
Dispatch this event to the specified MapListener.
dispatch(Listeners) - Method in class com.tangosol.util.ServiceEvent
Dispatch this event to the specified listeners collection.
dispatch(EventListener[]) - Method in class com.tangosol.util.ServiceEvent
Dispatch this event to the specified array of listeners.
dispatchAttributeEvent(int, ServletContextAttributeEvent) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Dispatch a wrapped event to the application listeners.
dispatchEvent(CacheEvent) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Dispatch the passed event.
dispatchEvent(MapEvent) - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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.util.ObservableHashMap
Dispatch the passed event.
dispatchEvent(MapEvent) - Method in class com.tangosol.util.WrapperObservableMap
Dispatch the passed event.
dispatchInternalAttributeEvent(int, ServletContextAttributeEvent) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Dispatch a wrapped event to the application listeners.
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(Object, int, Object, 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.
Disposable - Interface in com.tangosol.util
The Disposable interface is used for life-cycle management of resources.
dispose() - Method in class com.tangosol.io.journal.AbstractJournalRM
dispose() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
dispose() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
dispose() - Method in class com.tangosol.io.journal.BackupJournalRM
dispose() - Method in class com.tangosol.io.journal.BackupJournalRM.FlashConsumer
dispose() - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
dispose() - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
dispose() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
dispose() - Method in class com.tangosol.io.journal.JournalBinaryStore
dispose() - Method in class com.tangosol.io.journal.JournalService
Shut down and release the RAM, flash and backup Journal Resource Managers.
dispose() - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
dispose() - Method in class com.tangosol.io.journal.RamJournalRM.JournalFile
dispose() - Method in class com.tangosol.io.MultiBufferWriteBuffer
dispose() - Method in class com.tangosol.io.MultiplexingWriteBufferPool
dispose() - Method in class com.tangosol.io.nio.BinaryMapStore
DistinctValues - 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) - 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.
DistributionManager - Interface in com.tangosol.net.partition
A DistributionManager coordinates the distribution of partitions for a partitioned service.
doBalancePrimary(SimpleAssignmentStrategy.AnalysisContext, Member, PartitionSet, Member[]) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Do balancing transfers for primary distribution.
done() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. Indicate that the reaping is done in this cycle.
DOUBLE_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of doubles.
DoubleAverage - Class in com.tangosol.util.aggregator
Calculates an average for values of any numberic 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) - 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.
DoubleMax - 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) - 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 - 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) - 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.
doubleRotate(AbstractSparseArray.Node, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Double rotate a node in a given direction.
DoubleSum - 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) - 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.
doubleValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as a double.
doWait(long) - Method in class com.tangosol.util.ThreadGate
Wait up to the specified number of milliseconds for notification.
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.
dump() - Method in class com.tangosol.util.SafeSortedMap
Return a human-readable description of this map's internal state.
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.

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_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.
effectiveIndex(int) - Method in class com.tangosol.util.CircularArrayList
Calculate the effective index taking into account offsets and the circular nature of CircularArrayList.
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.
EMPTY - Static variable in class com.tangosol.io.Base64InputStream
Empty binary data.
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_BYTE_ARRAY - Static variable in class com.tangosol.net.security.BlockCipherInputStream
Initial value for m_abBlockClear
EMPTY_BYTES - Static variable in class com.tangosol.io.MultiByteArrayInputStream
Empty array of bytes.
ENABLED - Static variable in class com.tangosol.net.security.Security
Indicates if security is enabled by the operational configuration.
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.
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(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Encode a session ID into a cookie and attach it to the response object.
encodeGeneration(int, int) - Static method in class com.tangosol.io.MultiplexingWriteBufferPool
Return the buffer allocation size for a given generation.
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.
encodeTicket(int, long, int) - Method in class com.tangosol.io.journal.AbstractJournalRM
Encode a file number, offset and length into a "ticket".
encodeTicket(ByteSequence) - Method in class com.tangosol.io.journal.AbstractJournalRM
Encode a Binary into a "ticket".
encodeTicket(int, long, int) - Method in class com.tangosol.io.journal.FlashJournalRM
Encode a file number, offset and length into a "ticket".
encodeTicket(int, long, int) - Method in class com.tangosol.io.journal.RamJournalRM
Encode a file number, offset and length into a "ticket".
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.
encodeUrl(String, HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String, String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Encodes the specified URL by including the given session ID in it.
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 assosiated 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 assosiated with the current thread.
encrypt(Serializable, PrivateKey) - Method in class com.tangosol.net.security.DefaultController
Encrypt the specified object using the specified private key.
encryptPrivate(byte[], Member) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Encrypt the supplied data for privacy using the supplied Member's public key.
end() - Method in class com.tangosol.io.pof.LoggingPofHandler
End a complex data structure.
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.
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.
engineGetTrustManagers() - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
Return one trust manager for each type of trust material.
engineInit(KeyStore) - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
Initialize this factory with a source of certificate authorities and related trust material.
engineInit(ManagerFactoryParameters) - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
Initialize this factory with a source of provider-specific key material.
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.
enqueue(Binary) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.
enqueue(Binary) - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.
enqueue(Binary) - Method in class com.tangosol.io.journal.RamJournalRM.JournalFile
Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.
enqueueBuffer(FlashJournalRM.JournalFile, FlashJournalRM.Buffer, int) - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Notify the writer thread that a buffer needs to be written.
ensureAdded() - Method in class com.tangosol.util.DeltaSet
Get a mutable set of items that were added to the delta set.
ensureAttributeSerializationFailureMap() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Ensure that the map of attributes that cannot be written exists, creating it if necessary, and return it.
ensureBackupJournalRM() - Method in class com.tangosol.io.journal.JournalService
Ensure there is a configured BackupJournalRM.
ensureBackupJournalRM(Cluster) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the BackupJournalRM is configured and started.
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.
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.
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.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 a cache for the given name using the corresponding XML configuration.
ensureCache(String, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure a cache for the given name using the corresponding XML configuration.
ensureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Obtain the NamedCache reference for the cache service defined by the specified scheme.
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.
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.
ensureCluster() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Ensure the coherence cluster.
ensureCluster() - Static method in class com.tangosol.net.CacheFactory
Obtain a Cluster object running Coherence services.
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).
ensureConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the NamedCache used to store configuration and management information for the session management implementation if it exists, otherwise create it.
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.
ensureCurrentJournalFile() - Method in class com.tangosol.io.journal.AbstractJournalRM
Obtain the current JournalFile that is being appended to, creating a new one if necessary.
ensureCurrentJournalFile() - Method in class com.tangosol.io.journal.FlashJournalRM
Obtain the current JournalFile that is being appended to, creating a new one if necessary.
ensureData() - Method in class com.tangosol.net.security.BlockCipherInputStream
Ensure that there is some data available for read, blocking on the wrapped stream if necessary.
ensureDelegate() - Method in class com.tangosol.net.WrapperSocketProvider
Return the delegate SocketProvider, creating one if necessary.
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(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.
ensureElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
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.
ensureFactory(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Find, or if needed create a DatabaseFactory for the specified manager.
ensureFlashJournalRM() - Method in class com.tangosol.io.journal.JournalService
Ensure there is a configured FlashJournalRM.
ensureFlashJournalRM(Cluster) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the FlashJournalRM is configured and started.
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.
ensureHttpSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the HttpSession object for the specified ID.
ensureIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Ensure that the map of indexes maintained by this cache exists.
ensureInitialized() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Called by all API-implementing methods for lazy initialization.
ensureInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Fully initialize the ConfigurablePofContext if it has not already been initialized.
ensureInputStream() - Method in class com.tangosol.io.WrapperInputStream
Return the underlying InputStream.
ensureInternalBinary() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Obtain the non-null internally managed binary value.
ensureInternalBinary() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Obtain the non-null internally managed binary value.
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.
ensureInvocationService() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Obtain the Coherence InvocationService used by the CacheProvider, initializing it if it hasn't already been initialized.
ensureIterator() - Method in class com.tangosol.net.RefreshableAddressProvider
Return the cache iterator.
ensureJournalService(Cluster) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the JournalService is registered as a cluster resource.
ensureListener(MapIndex) - Static method in class com.tangosol.util.InvocableMapHelper
Ensure a MapListener for the given index.
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).
ensureLocalAttributesCache(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of local-only session attributes for the specified session ID.
ensureLocalCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the LocalCache of non-serializable entries, creating it first if necessary.
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.
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.
ensureOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
Return the underlying OutputStream.
ensureProvider(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Return an instance of the specified provider, creating it if necessary.
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.
ensureRamJournalRM() - Method in class com.tangosol.io.journal.JournalService
Ensure there is a configured RAMJournalRM.
ensureRAMJournalRM(Cluster) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the RamJournalRM is configured and started.
ensureReadOnly() - Method in class com.tangosol.run.xml.XmlBean
Make sure that this value is read-only (immutable).
ensureReferenceRegistry() - Method in class com.tangosol.io.pof.PofBufferReader
Obtain the registry for identity-reference pairs, creating it if necessary.
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(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.
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.
ensureRetained() - Method in class com.tangosol.util.SubSet
Get a mutable set of items that are retained in the subset.
ensureSecurityException(Throwable) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Convert the passed exception to a SecurityException if necessary.
ensureSecurityException(Throwable, String) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Convert the passed exception to a SecurityException if necessary.
ensureService(String, String) - Method in interface com.tangosol.net.Cluster
Obtains a Service object for the specified service name and type.
ensureService(String) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Ensure a service for the given name using the corresponding XML configuration.
ensureService(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure a service for the given name using the corresponding XML configuration.
ensureService(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the service for the specified scheme.
ensureServiceInternal(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensure the service for the specified scheme.
ensureServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the clustered attribute map if it exists, otherwise create it (if the ServletContext is supposed to be clustered).
ensureSessionHelper(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Find the existing (or create new) Coherence SessionHelper that will act as a coordinator to manage the creation and lookup of container objects, fake container objects (the Coherence implementation of the Servlet spec interfaces), and helper classes (such as the SessionHelper itself, the servlet model collection, etc.).
ensureSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the daemon thread that is used for scheduled tasks, creating it if necessary.
ensureSet(Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Return the specified set, or an empty set if null.
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.
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.
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.
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.
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.
ensureType(int) - Method in class com.tangosol.run.xml.SimpleValue
Change the type of the internal representation of the XmlValue.
ensureUpdatedPartitions() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Ensure and return the set of updated partitions.
ensureWrappedServletContext(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Make sure that there is a ServletContext wrapper for the specified servlet context for this application, creating one if necessary.
enter(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain any necessary ownership for the specified session.
enter(String, boolean, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain any necessary ownership for the specified session.
enter() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Increment the usage count of the session by this thread.
enter(String, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Obtain any necessary ownership for the specified session.
enter(String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Obtain any necessary ownership for the specified session.
enter(long) - Method in interface com.tangosol.util.Gate
Enter the gate.
enter(long) - Method in class com.tangosol.util.ThreadGate
Enter the gate.
enter(long) - Method in class com.tangosol.util.ThreadGateLite
Enter the gate.
enter(long) - Method in class com.tangosol.util.WrapperReentrantGate
Enter the gate.
enterSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain any necessary ownership for the specified session.
enterWriteAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Specify that the attributes are now being written.
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_TO_KEY_CONVERTER - Static variable in class com.tangosol.util.InvocableMapHelper
Trivial Entry-to-Key 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.
EntryAwareComparator - 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.
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.FrontMapListener
Invoked when a map entry has been removed.
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.ConverterCollections.ConverterMapListener
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) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
Invoked when a map entry has been removed.
entryDeleted(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been removed.
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 compatibilty).
EntryExtractor(int) - Constructor for class com.tangosol.util.extractor.EntryExtractor
Construct an EntryExtractor based on the entry extraction target.
EntryFilter - 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.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.ConverterCollections.ConverterMapListener
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) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
Invoked when a map entry has been inserted.
entryInserted(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been inserted.
EntryResource - Class in com.tangosol.coherence.rest
REST resource representing a single cache entry.
EntryResource(NamedCache, Object, Class, MarshallerRegistry) - Constructor for class com.tangosol.coherence.rest.EntryResource
Construct EntryResource.
entrySet() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Returns a Set view of the mappings contained in this cache.
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 class com.tangosol.net.cache.CachingMap
Obtain an set view of the mappings contained in this map.
entrySet(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
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.ContinuousQueryCache
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.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.NearCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns an set view of the mappings contained in this map.
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, 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() - 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
Returns a set view of the mappings contained in this map.
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, 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) - 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 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() - Method in class com.tangosol.util.EntrySetMap
 
entrySet() - Method in class com.tangosol.util.LiteMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.NullImplementation.NullMap
 
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, 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() - 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
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns a set view of the mappings contained in this map.
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.WrapperCollections.AbstractWrapperMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns a set view of the mappings contained in this map.
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.OldCache.InternalEvictionPolicy
Deprecated. 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.SerializationCache.InternalEvictionPolicy
This method is called by the cache to indicate that an entry has been touched.
entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Invoked when a map entry has been updated.
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.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.ConverterCollections.ConverterMapListener
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) - Method in interface com.tangosol.util.MapListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
Invoked when a map entry has been updated.
entryUpdated(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been updated.
EnumerationIterator - Class in com.tangosol.util
Provide a implementation of an Iterator based on data from an Enumeration.
EnumerationIterator(Enumeration) - 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
 
ENVIRONMENT_NAME_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for temporary environment names.
equals(Object) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Compare this WorkItem with the specified object for equality.
equals(Object) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Indicates whether some other object is "equal to" this one.
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.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 interface com.tangosol.net.AddressProvider
AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
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.ClusterPermission
Checks two Permission objects for equality.
equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider
AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
AddressProvider 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 AddressHolder 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.management.ObjectNameExcludeFilter
Compare the ObjectNameExcludeFilter with another object to determine equality.
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.RefreshableAddressProvider
AddressProvider 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 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.aggregator.AbstractAggregator
Compares this object with another object for equality.
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(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.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
Compares the specified object with this entry for equality.
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
Compares the specified object with this collection for equality.
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
Compares the specified object with this map for equality.
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.extractor.AbstractCompositeExtractor
Compare the AbstractCompositeExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Compare the ValueExtractor with another object to determine equality.
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
Compare the KeyExtractor with another object to determine equality.
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.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.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.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
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SetView
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
Compares the specified object with this collection for equality.
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
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.InflatableList
Compares the specified object with this collection for equality.
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.WrapperSynchronousListener
Compare the WrapperSynchronousListener with another object to determine equality.
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.NullFlatRegistry
 
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.EntryNode.MapEntry
Compares the specified object with this entry for equality.
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.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.StringTable
Test for equality of two string tables.
equals(Object) - Method in class com.tangosol.util.SubList
Compares the specified object with this list for equality.
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.UUID
Determine if two UUIDs are equal.
equals(Object) - Method in interface com.tangosol.util.ValueExtractor
Compare the ValueExtractor with another object to determine equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Compares the specified object with this map 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 - 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, Object) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, Object) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.EqualsFilter
Construct an EqualsFilter for testing equality.
EqualsFilter(String, double) - 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.
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.
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.
erase(Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Erase a Hibernate entity given an id (key)
erase(Object) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Remove the specified key from the underlying store if present.
erase(Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Remove the specified key from the underlying store if present.
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.journal.JournalBinaryStore
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(Object) - Method in class com.tangosol.net.cache.AbstractCacheStore
Remove the specified key from the underlying store if present.
erase(BinaryEntry) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Remove the specified entry from the underlying store.
erase(Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Remove the specified key from the underlying store if present.
erase(Object) - Method in interface com.tangosol.net.cache.CacheStore
Remove the specified key from the underlying store if present.
erase(Object) - Method in class com.tangosol.net.cache.MapCacheStore
Remove the specified key from the underlying store if present.
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.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(Object) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Remove the specified key from the underlying store if present.
eraseAll(Collection) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Erase a set of Hibernate entities given an collection of ids (keys)
eraseAll(Collection) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Collection) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Remove the specified keys 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.journal.JournalBinaryStore
Remove all data from the underlying store.
eraseAll() - Method in class com.tangosol.io.nio.BinaryMapStore
Remove all data from the underlying store.
eraseAll(Collection) - Method in class com.tangosol.net.cache.AbstractCacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Set) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Remove the specified entries from the underlying store.
eraseAll(Collection) - Method in interface com.tangosol.net.cache.CacheStore
Remove the specified keys from the underlying store if present.
eraseAll(Collection) - 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.net.cache.ReadWriteBackingMap.StoreWrapper
Remove the specified entries 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.
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.StoreWrapper
Remove the specified entries from the underlying store.
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.StoreWrapper
Remove the specified entry from the underlying store.
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.
error(SAXParseException) - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Routine called when a error occurs in parser.
evacuate(AbstractJournalRM.JournalFile) - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Evacuate all the remaining valid data from the specified JournalFile.
evacuate() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Called by the CollectorDaemon to evacuate all remaining data from the JournalFile.
evacuate(long, long) - Method in class com.tangosol.io.journal.BackupJournalRM.FlashConsumer
This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file.
evacuate(long, long) - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file.
evacuate(long, long) - Method in interface com.tangosol.io.journal.Journal.JournalConsumer
This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file.
evacuate(long, long) - Method in class com.tangosol.io.journal.JournalBinaryStore
This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file.
evacuate(long, long) - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
This method may be invoked by the Journal implementation to request that the consumer evacuate a particular journal file.
evacuateRam() - Method in class com.tangosol.io.journal.BackupJournalRM
Move all data that is owned by the consumers of this BackupJournalRM from the RAM journal to the flash journal.
EVAL_COST - Static variable in class com.tangosol.util.filter.ExtractorFilter
The evaluation cost as a factor to the single index access operation.
evaluate(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
Filters keys out that are not in the front map.
evaluate(EventDispatcher) - Method in class com.tangosol.net.events.AbstractEventInterceptor
Evaluate whether this EventInterceptor should be registered with the specified EventDispatcher.
evaluate(Object) - Method in class com.tangosol.net.InetAddressHelper.RoutableFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Apply the test to the object.
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 object.
evaluate(Object) - Method in class com.tangosol.util.filter.AlwaysFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.AnyFilter
Apply the test to the object.
evaluate(Object) - Method in interface com.tangosol.util.Filter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.InKeySetFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.KeyFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.LimitFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.MapEventFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.NeverFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.NotFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.PartitionedFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.PresentFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.PriorityFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.filter.XorFilter
Apply the test to the object.
evaluate(Object) - Method in class com.tangosol.util.NullFilter
Filter interface: evaluate().
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
Evaluate the given entry using this index's filter.
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) - Method in class com.tangosol.util.filter.AlwaysFilter
Apply the test to a Map Entry.
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) - Method in class com.tangosol.util.filter.ArrayFilter
Apply the test to a Map Entry.
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) - Method in interface com.tangosol.util.filter.EntryFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.ExtractorFilter
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, QueryContext, QueryRecord.PartialResult.TraceStep) - Method in class com.tangosol.util.filter.XorFilter
Check if the given entry passes the filter's evaluation.
evaluateEntry(Filter, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Check if the entry passes the filter evaluation.
evaluateEntry(Filter, Object, Object) - Static method in class com.tangosol.util.InvocableMapHelper
Check if an entry, expressed as a key and value, passes the filter evaluation.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsAllFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsAnyFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.EqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.GreaterEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.GreaterFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.InFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LessEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LessFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LikeFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.NotEqualsFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.RegexFilter
Evaluate the specified extracted value.
evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
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.
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 - Interface in com.tangosol.net.events
An Event object captures the necessary information required to adequately describe some activity that has occurred.
EventDispatcher - Interface in com.tangosol.net.events
An EventDispatcher is responsible for dispatching Events to EventInterceptors for processing.
EventInterceptor - Interface in com.tangosol.net.events
An EventInterceptor provides an implementation that is capable of intercepting and processing Events.
eventOccurred(AnyEvent) - Method in interface com.tangosol.util.AnyListener
 
evict() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Flush items that have expired.
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() - 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(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Evict a specified key from the cache, as if it had expired from the cache.
evict() - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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.OverflowMap
Flush items that have expired.
evict(Map) - Static method in class com.tangosol.net.cache.OverflowMap
If the passed Map supports it, evict its expired data.
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() - 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(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() - 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.
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.OldCache
Deprecated. 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.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.
EVICTION_POLICY_EXTERNAL - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The cache can prune using an external eviction policy.
EVICTION_POLICY_HYBRID - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, the cache prunes based on a hybrid LRU+LFU algorithm.
EVICTION_POLICY_LFU - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The cache can prune based on a pure Least Frequently Used (LFU) algorithm.
EVICTION_POLICY_LRU - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The cache can prune based on a pure Least Recently Used (LRU) algorithm.
Evolvable - Interface in com.tangosol.io
The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.
EvolvablePortableObject - Interface in com.tangosol.io.pof
Extension of the PortableObject interface that supports forwards- and backwards-compatibility of POF data streams.
EVT_ADDED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The internal enum for an attribute-added event.
EVT_REMOVED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The internal enum for an attribute-removed event.
EVT_REPLACED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The internal enum for an attribute-replaced event.
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.
EXECUTED - Static variable in class com.tangosol.net.events.BackingMapDispatcher.InvocationEvent.Type
This BackingMapDispatcher.InvocationEvent is dispatched after an InvocableMap.EntryProcessor has been executed.
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.
executeTask(Runnable) - Method in class com.tangosol.util.TaskDaemon
Schedule a task to be run by the daemon "as soon as possible".
EXECUTING - Static variable in class com.tangosol.net.events.BackingMapDispatcher.InvocationEvent.Type
This BackingMapDispatcher.InvocationEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries.
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.AbstractSparseArray
Determine if the specified index is in use.
exists(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Determine if the specified index is in use.
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.SimpleLongArray
Determine if the specified index is in use.
exit(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release ownership for the specified session.
exit(String, boolean, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release ownership for the specified session.
exit() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Decrement the usage count of the session by this thread.
exit(String, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Release ownership for the specified session.
exit(String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Release ownership for the specified session.
exit() - Method in interface com.tangosol.util.Gate
Exit the gate.
exit() - Method in class com.tangosol.util.ThreadGate
Exit the gate.
exit() - Method in class com.tangosol.util.ThreadGateLite
Exit the gate.
exit() - Method in class com.tangosol.util.WrapperReentrantGate
Exit the gate.
exitSession(String, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Release ownership for the specified session.
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.
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 - Static variable in class com.tangosol.util.aggregator.QueryRecorder.RecordType
Produce a QueryRecord object that contains an estimated cost of the query execution.
explain(QueryContext, QueryRecord.PartialResult.ExplainStep, Set) - Method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record the projected query execution cost by this filter.
explain(Filter, 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(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 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.
EXT_CLASS_NAMES - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. An array of container-specific ApplyPatch extension class names.
extendEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Process the given class entry, making any non-private final methods non-final and if necessary, adding a default contructor.
ExternalizableHelper - Class in com.tangosol.util
Helpers for the Serializable, Externalizable and the ExternalizableLite interface.
ExternalizableHelper() - Constructor for class com.tangosol.util.ExternalizableHelper
 
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.
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.
extract(ValueExtractor) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Extract a value out of the Entry's value.
extract(ValueExtractor) - 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(Object) - Method in class com.tangosol.util.extractor.AbstractExtractor
Extract the value from the passed object.
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.IdentityExtractor
Simply return the passed object.
extract(Object) - Method in class com.tangosol.util.extractor.KeyExtractor
Extract the value from the passed object.
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.extractor.ReflectionExtractor
Extract the value from the passed object.
extract(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
Get the result of ValueExtractor invocation.
extract(ValueExtractor) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Extract a value out of the Entry's value.
extract(Object) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Extract the value from the passed object.
extract(ValueExtractor) - Method in interface com.tangosol.util.QueryMap.Entry
Extract a value out of the Entry's value.
extract(ValueExtractor) - Method in class com.tangosol.util.SimpleMapEntry
 
extract(Object) - Method in interface com.tangosol.util.ValueExtractor
Extract the value from the passed object.
extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.GlobalScopeController
Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
extractAttributeName(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.AttributeScopeController
Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
extractAttributeNames(String[]) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Given an array of potentially qualified attribute name, return an array of the original (fully unqualified) attribute names.
extractBinary(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Extract a Binary from the passed ticket.
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.
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.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.
extractFileId(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Extract a file index (a file ID) from the passed ticket.
extractFileId(long) - Method in class com.tangosol.io.journal.FlashJournalRM
Extract a file index (a file ID) from the passed ticket.
extractFileId(long) - Method in class com.tangosol.io.journal.RamJournalRM
Extract a file index (a file ID) from the passed ticket.
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(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.
extractFromEntry(ValueExtractor, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Extract a value from the specified entry using the specified extractor.
extractLength(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Extract a file offset from the passed ticket.
extractLength(long) - Method in class com.tangosol.io.journal.FlashJournalRM
Extract a file offset from the passed ticket.
extractLength(long) - Method in class com.tangosol.io.journal.RamJournalRM
Extract a file offset from the passed ticket.
extractOffset(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Extract a file offset from the passed ticket.
extractOffset(long) - Method in class com.tangosol.io.journal.FlashJournalRM
Extract a file offset from the passed ticket.
extractOffset(long) - Method in class com.tangosol.io.journal.RamJournalRM
Extract a file offset from the passed ticket.
ExtractorComparator - 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) - Constructor for class com.tangosol.util.comparator.ExtractorComparator
Construct a ExtractorComparator with the specified extractor.
ExtractorEventTransformer - 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) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractor.
ExtractorEventTransformer(String) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent's values based on the specified method name.
ExtractorEventTransformer(ValueExtractor, ValueExtractor) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractors.
ExtractorFilter - 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) - 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.
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 - 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) - 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.
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(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).
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).
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

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?
fForward - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
FILE_CFG_CACHE - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The default configuration file name.
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, ServletRequest, ServletResponse, FilterChain) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Issue the service call to the specified servlet, given the passed request and response objects.
Filter - Interface in com.tangosol.util
Provide for "pluggable" conditional behavior.
filterArray(Object[], Filter) - Static method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Apply the specified filter to the elements of the specified array.
FilterBuildingException - Exception in com.tangosol.util
FilterBuildingException is the RuntimeException thrown by the QueryHelper when building a Filter.
FilterBuildingException() - Constructor for exception com.tangosol.util.FilterBuildingException
Construct a new FilterBuildingException.
FilterBuildingException(String, String) - Constructor for exception 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 com.tangosol.util.FilterBuildingException
Construct a new FilterBuildingException with the given error string, the string that was being parsed and a base exception.
filterDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by each Coherence Filter wrapper on destroy().
FilterEnumerator - Class in com.tangosol.util
Provide a generic implementation of an enumerator which can enumerate items based on an inclusion test.
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.
FilterEnumerator(Object[], Filter) - Constructor for class com.tangosol.util.FilterEnumerator
Construct the Filter enumerator based on an array of objects.
filterInitialized() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by each Coherence Filter wrapper on init().
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.
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) - Constructor for class com.tangosol.util.filter.FilterTrigger
Construct a FilterTrigger based on the specified Filter object and ACTION_ROLLBACK.
FilterTrigger(Filter, 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 datbase 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.
finalize() - Method in class com.tangosol.net.RefreshableAddressProvider
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class com.tangosol.run.jca.CacheAdapter
Perform cleanup during garbage collection.
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.
findAll(long, long) - Method in class com.tangosol.util.BinaryRadixTree
Obtain an iterator of all of the keys that have values that match the specified value as seen through the passed bit-mask.
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.
findChild(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.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.
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(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.
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 the specified value.
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.
findInsertionPoint(long) - Method in class com.tangosol.util.AbstractSparseArray
Find the point at which a Node with the specified index would be inserted.
findMBeanServer() - Static method in class com.tangosol.net.management.MBeanHelper
Find an MBeanServer that Coherence MBeans are registered with.
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.
findMethod(String) - Method in class com.tangosol.coherence.rest.DefaultKeyConverter
Find a static method with a specified name that accepts a single String argument.
findMethod(Class, String, Class[], boolean) - Static method in class com.tangosol.util.ClassHelper
Find a Method that matches the specified name and parameter types.
findNearest(SafeSortedMap.IndexNode, Object, int, boolean) - Method in class com.tangosol.util.SafeSortedMap
Return the SkipNode closest to the specified key, or null.
findNearestIndexedEntry(SafeSortedMap.IndexNode, Object, int) - Method in class com.tangosol.util.SafeSortedMap
Return the EntryNode nearest to the specified key according to the specified search mode, or the synthetic base node if there is none.
findPredecessor(SafeSortedMap.IndexNode, Object) - Method in class com.tangosol.util.SafeSortedMap
Return an EntryNode that compares strictly less than the specified key, or the synthetic base node if there is none.
findPublicKeys(Subject) - Method in class com.tangosol.net.security.DefaultController
Find a set of public keys for the specified Subject.
findScheme(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the configuration XML find a "scheme" element associated with a given scheme name.
findScheme(XmlElement, String) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the specified configuration XML, find a "scheme" element associated with the specified scheme name.
findSchemeMapping(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the configuration XML find a "cache-mapping" element associated with a given cache name.
findServiceScheme(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the configuration XML find a "scheme" element associated with a given service name.
finishConnect() - Method in class com.tangosol.net.WrapperSocketChannel
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.
fireEvent(MapEvent, boolean) - Method in class com.tangosol.util.MapListenerSupport
Fire the specified map event.
fireSessionDestroyedListeners(String, AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated.  
first() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns the first (lowest) element currently in this sorted set.
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.WrapperCollections.AbstractWrapperSortedSet
Returns the first (lowest) element currently in this sorted set.
firstKey() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns the first (lowest) key currently in this sorted map.
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
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns the first (lowest) key currently in this sorted map.
firstNode() - Method in class com.tangosol.util.SafeSortedMap
Return the first valid EntryNode, or null if there are none.
firstNode() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Return the first Node in this ViewMap, or null if there are none.
FIXED - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
FlashJournalRM - Class in com.tangosol.io.journal
A FlashJournalRM manages disk I/O for temporary journal-based files, and acts as a shared resource for any number of journals that share a common configuration.
FlashJournalRM(Cluster) - Constructor for class com.tangosol.io.journal.FlashJournalRM
Construct a FlashJournalRM.
FlashJournalRM.Buffer - Class in com.tangosol.io.journal
A Buffer is a handy shell with some helper methods around a byte[] and a ByteBuffer.
FlashJournalRM.Buffer(int) - Constructor for class com.tangosol.io.journal.FlashJournalRM.Buffer
Instantiate a buffer.
FlashJournalRM.BufferPool - Class in com.tangosol.io.journal
The BufferPool class recycles up to a maximum number of Buffer objects.
FlashJournalRM.BufferPool(int, int) - Constructor for class com.tangosol.io.journal.FlashJournalRM.BufferPool
Instantiate a buffer pool to provide buffers to the journal appending process.
FlashJournalRM.JournalFile - Class in com.tangosol.io.journal
A JournalFile is created for each OS file used to store the journal contents.
FlashJournalRM.JournalFile(int) - Constructor for class com.tangosol.io.journal.FlashJournalRM.JournalFile
Construct a Journal File.
FlashJournalRM.PreparerDaemon - Class in com.tangosol.io.journal
The PreparerDaemon takes the enqueued Binary values for the JournalFile objects, and lays them out in Buffer objects from the BufferPool, enqueuing them for the WriterDaemon to write.
FlashJournalRM.PreparerDaemon() - Constructor for class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Construct a PreparerDaemon.
FlashJournalRM.WriterDaemon - Class in com.tangosol.io.journal
The WriterDaemon takes the enqueued Buffer objects from the PreparerDaemon, and appends them to a JournalFile.
FlashJournalRM.WriterDaemon() - Constructor for class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Construct a WriterDaemon.
FlashJournalRM.WriterDaemon.FileFullTask - Class in com.tangosol.io.journal
A task that gets queued to perform cleanup on a file (on the WriterDaemon thread) when the file is full (no more writes will occur to the file).
FlashJournalRM.WriterDaemon.FileFullTask(FlashJournalRM.JournalFile) - Constructor for class com.tangosol.io.journal.FlashJournalRM.WriterDaemon.FileFullTask
Construct a FileFullInfo "struct".
FlashJournalRM.WriterDaemon.PendingWriteTask - Class in com.tangosol.io.journal
A task that gets queued to perform an asynchronous appending write on the WriterDaemon thread.
FlashJournalRM.WriterDaemon.PendingWriteTask(FlashJournalRM.JournalFile, FlashJournalRM.Buffer, int) - Constructor for class com.tangosol.io.journal.FlashJournalRM.WriterDaemon.PendingWriteTask
Construct a PendingWriteInfo "struct".
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.
FLOAT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of floats.
floatValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as a float.
flush() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Flush the changes to this model to whatever data structure (for example, a cache) that is responsible for managing the model's data.
flush() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Called to flush the value to its data storage.
flush() - Method in class com.tangosol.coherence.servlet.CacheFactoryLogHandler
 
flush() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Flush the changes to this model to whatever data structure (for example, a cache) that is responsible for managing the model's data.
flush() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Called to flush the value to its data storage.
flush(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove the entry with the given key from the EntryInfo Map and from the delegate NamedCache if it is a LocalCache.
flush(Object, boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove the entry with the given key from the EntryInfo Map.
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 interface com.tangosol.io.OutputStreaming
Flushes this OutputStream and forces any buffered output bytes to be written.
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.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.ReadWriteBackingMap
Flush the write-behind queue, writing everything immediately.
flush(ReadWriteBackingMap.WriteQueue, ReadWriteBackingMap.StoreWrapper) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Flush the write-behind queue, writing everything immediately.
flush() - Method in class com.tangosol.net.cache.SerializationCache
Deprecated. use SerializationCache.evict()
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 class com.tangosol.net.security.BlockCipherOutputStream
flush() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
flush() - Method in class com.tangosol.util.NullImplementation.NullWriter
 
flushAccumulator() - Method in class com.tangosol.io.Base64OutputStream
Flushes the bytes accumulated by the write(int) method.
flushCache(String, Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Flush all clustered replicas of the Cache with the given name.
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_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_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.
forceSync() - Method in class com.tangosol.io.AsyncBinaryStore
Indicate the future write operations must be synchronous.
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.
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.
formatCacheName(NamedCache) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Format a NamedCache object into a human readable string.
formatDate(int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Format a date in the form YYYY-MM-DD.
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.
formatListeners(Listeners) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Format a Listeners object into a human readable string.
formatMapKeys(Map) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Format a map into a list of keys.
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.
formatStatus(int) - Static method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return a string representation of the specified status value.
formatStatusName(int) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Return a human readable name for the specified status value.
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
formatUTF(byte[], int, int, String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Format the passed String as UTF into the passed byte array.
formatUTF(byte[], int, char[], int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Format the passed characters as UTF into the passed byte array.
FOUND - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
FREE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
State of a block that is available for use.
free() - Method in class com.tangosol.io.nio.BinaryMap.Block
Free this Entry block.
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.
fromdir - Variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
fromInt(int) - Static method in class com.tangosol.util.aggregator.QueryRecorder.RecordType
Convert an integer value to an RecordType
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.
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.

G

Gate - Interface in com.tangosol.util
The Gate interface acts as an abstraction between the ThreadGate implementation that preceeds JDK 1.5 locks and the ThreadGateLite that uses the ReentrantReadWriteLock.
GATE_CLOSED - Static variable in class com.tangosol.util.ThreadGate
GATE_CLOSED: A single thread is inside the gates; other threads cannot enter.
GATE_CLOSING - Static variable in class com.tangosol.util.ThreadGate
GATE_CLOSING: A thread is waiting to be the only thread inside the gates; other threads can only exit.
GATE_DESTROYED - Static variable in class com.tangosol.util.ThreadGate
GATE_DESTROYED: Life-cycle is complete; the object is no longer usable.
GATE_OPEN - Static variable in class com.tangosol.util.ThreadGate
GATE_OPEN: Threads may enter and exit the gates.
generateEnvironmentName() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Generate a potentially unique Environment name.
generateKey(String, int) - Static method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Generate a secret key according the the supplied parameters.
generateSessionId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Generate a potential session ID.
generateSessionId(int) - Method in interface com.tangosol.coherence.servlet.HttpSessionIdGenerator
Deprecated. Generate a potential session identifier.
generateSessionId(int) - Method in class com.tangosol.coherence.servlet.RandomHttpSessionIdGenerator
Deprecated. Generate a potential session identifier.
generateWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager
Generate a unique (for this WorkManager) work id.
get(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get an object from the cache.
get(PropertySet) - Method in class com.tangosol.coherence.rest.EntryResource
Return the entry value or a subset of its properties.
get(PropertySet) - Method in class com.tangosol.coherence.rest.EntrySetResource
Return the entries' values or a subset of their properties.
get(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain the HttpSessionModel for the specified session, or null if it does not exist.
get(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Obtain the HttpSessionModel for the specified session, or null if it does not exist.
get(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the cached value associated with the given key.
get(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Return the cached value associated with the given key.
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
Obtain the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.net.cache.LocalCache
If the specified item is in the cache, return it.
get(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. If the specified item is in the cache, return it.
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(XmlBean) - Method in class com.tangosol.run.xml.PropertyAdapter
Extract the property value from the passed bean reference.
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(long) - Method in class com.tangosol.util.AbstractLongArray
Return the value stored at the specified index.
get(long) - Method in class com.tangosol.util.AbstractSparseArray
Return the value stored at the specified index.
get(Object) - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Returns the value to which this map maps the specified key.
get(Binary) - Method in class com.tangosol.util.BinaryRadixTree
Find the specified key in the tree and return the value associated with it.
get(Object) - Method in class com.tangosol.util.ChainedMap
Returns the value to which this map maps the specified key.
get(int) - Method in class com.tangosol.util.CircularArrayList
Returns the element at the specified position in this list.
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(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns the element at the specified position in this list.
get(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns the value to which this map maps the specified key.
get(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Return the value stored at the specified index.
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
Returns the element at the specified position in this list.
get(Object) - Method in class com.tangosol.util.LiteMap
Returns the value to which this map maps the specified key.
get(long) - Method in interface com.tangosol.util.LongArray
Return the value stored at the specified index.
get(Object) - Method in interface com.tangosol.util.MapIndex
Using the index information if possible, get the value associated with the specified key.
get(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
get(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PropertyProcessor
Get the property value from the passed Entry object.
get(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns the element at the specified position in this list.
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(int) - Method in class com.tangosol.util.SafeLinkedList
Returns the element at the specified position in this List.
get(Object) - Method in class com.tangosol.util.SafeSortedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.SegmentedHashMap
Returns the value to which this map maps the specified key.
get(long) - Method in class com.tangosol.util.SimpleLongArray
Return the value stored at the specified index.
get(Object) - Method in class com.tangosol.util.SimpleMapIndex
Using the index information if possible, get the value associated with the specified key.
get(String) - Method in class com.tangosol.util.StringTable
Find the specified string in the table and return its value.
get(int) - Method in class com.tangosol.util.SubList
Returns the element at the specified position in this list.
get() - Method in class com.tangosol.util.ThreadLocalObject
Get the value of the ThreadLocalObject for the current thread.
get(Comparable) - Method in class com.tangosol.util.Tree
Find the specified key and return its value.
get(int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Returns the element at the specified position in this list.
get(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.tangosol.util.WrapperObservableMap
Returns the value to which this map maps the specified key.
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.
getAbstractHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the AbstractHttpSessionCollection currently in use.
getAcceptedIssuers() - Method in class com.tangosol.net.security.PeerX509TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getAcceptedWork() - Method in class com.tangosol.coherence.commonj.WorkManager
Return a catalog of accepted ScheduleWork tasks as known by the server side keyed by the origin Member where the value is a map of ScheduleWork tasks keyed by the WorkId.
getAccessor() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to call the property accessor.
getAction() - Method in class com.tangosol.util.filter.FilterTrigger
Obtain the action code for this FilterTrigger.
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.
getActiveCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of active sessions.
getActiveCount() - Method in class com.tangosol.util.ThreadGate
Return the number of unmatched completed enter calls.
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.
getActualAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Get the map of session attributes that are part of this session (not "local".)
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 class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Obtain the underlying address.
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.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.
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.AggregatorRegistry
Returns a configured aggregator.
getAggregator(String[]) - Method in class com.tangosol.coherence.rest.util.aggregator.DefaultAggregatorFactory
Return an aggregator instantiated by calling an aggregator class constructor.
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.
getAggregators() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Obtain the EntryAggregator array.
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 interface com.tangosol.net.cache.CacheMap
Get all the specified keys, if they are in the cache.
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.CachingMap
Get all the specified keys, if they are in the cache.
getAll(Collection) - Method in class com.tangosol.net.cache.ContinuousQueryCache
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.OldCache
Deprecated. 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) - Method in class com.tangosol.net.cache.WrapperNamedCache
Get all the specified keys, if they are in the Map.
getAll(Collection) - Method in class com.tangosol.util.AbstractKeyBasedMap
Get all the specified keys, if they are in the Map.
getAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
Get all the specified keys, if they are in the cache.
getAllLocalAddresses() - Static method in class com.tangosol.net.InetAddressHelper
Return a list of all InetAddress objects bound to all the network interfaces on this machine.
getAllLocalMTUs() - Static method in class com.tangosol.net.InetAddressHelper
Return a map of all InetAddress and MTUs bound to all the network interfaces on this machine.
getAllocations() - Static method in class com.tangosol.io.nio.DirectBufferManager
Return the total number of buffers allocated by the DirectBufferManager.
getAnnouncingMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
Return the set of Members who are "announcing".
getAppControlCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache used to control concurrent access to a session by multiple applications, if application locking is used.
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.
getApplicationName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getApplicationName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Return the name of the web application.
getAssociatedKey() - Method in interface com.tangosol.net.cache.KeyAssociation
Determine the key object to which this key object is associated.
getAssociatedKey(Object) - Method in class com.tangosol.net.partition.DefaultKeyAssociator
Determine the key object to which the specified key 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.
getAssociatedKey() - Method in class com.tangosol.util.CompositeKey
Determine the key object to which this 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.
getAsyncExitDelayMillis() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getAsynchronousListeners() - Method in class com.tangosol.util.Listeners
Get the array of asynchronous event listeners.
getAttribute(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns the object bound with the specified name in this session, or null if no object is bound under the name.
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(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.
getAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Get a view of the session's attributes as a Map.
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.
getAttributeNameArray() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns an array of attribute names for this session.
getAttributeNameArray() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns an array of attribute names for this session.
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
Obtain the attribute map.
getAttributeSerializationFailureMap() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Get the map of attributes that cannot be written.
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.
getAverageExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Calculate the average size (in bytes) of the session attributes stored in the external attribute cache since the last time statistics were reset.
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.
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.
getAverageModelLifetime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Calculate the average lifetime (in seconds) of session model objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
getAverageModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Calculate the average size (in bytes) of session model objects placed in the session storage clustered cache since the last time statistics were reset.
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.
getAverageReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Gets the average reap duration since the statistics was reset.
getAverageReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Gets the average reap duration since the statistics was reset.
getAverageReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the average reap duration since the statistics was reset.
getAverageReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the average reap duration since the statistics was reset.
getAverageReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
getAverageReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
getAverageReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
getAverageReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
getAverageStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the average time spent per store() operation.
getAvgBlockWriteMillis() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the average number of milliseconds to write each block.
getAvgEvacuationMillis() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Determine the average number of milliseconds to evacuate a file.
getAvgMultiBlockWriteMillis() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the average number of milliseconds to write each block using the NIO "scatter/gather" functionality.
getAvgSingleBlockWriteMillis() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the average number of milliseconds to write each block using the NIO "single buffer write" functionality.
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
Return the backing map that this BackingMapContext is associated with.
getBackingMap(String) - Method in interface com.tangosol.net.BackingMapManagerContext
Deprecated. As of Coherence 3.7, use of this method is discouraged. Instead, use getBackingMapContext.getBackingMap.
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(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Get the backing Map associated with a given cache.
getBackingMap(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a backing map for the specified key.
getBackingMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Obtain the backing map that corresponds to a specified partition.
getBackingMap() - Method in interface com.tangosol.util.BinaryEntry
Obtain a reference to the backing map that this Entry corresponds to.
getBackingMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Obtain a reference to the backing map that this Entry corresponds to.
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(String) - Method in interface com.tangosol.net.BackingMapManagerContext
Obtain a reference to the BackingMapContext 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.BackingMapDispatcher
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(String) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Obtain a reference to the BackingMapContext that corresponds to the specified cache name.
getBackingMapContext() - Method in interface com.tangosol.util.QueryContext
Return the corresponding BackingMapContext.
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.
getBackingMapEntry(String, Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
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() - 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.
getBacklogCount() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the number of serialized values that have not yet been persisted to disk.
getBacklogCount() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the number of serialized values that have not yet been persisted to disk.
getBacklogCount() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the number of serialized values that have not yet been persisted to disk.
getBacklogSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the total size in bytes of the serialized values that have not yet been persisted to disk.
getBacklogSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the total size in bytes of the serialized values that have not yet been persisted to disk.
getBacklogSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the total size in bytes of the serialized values that have not yet been persisted to disk.
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.
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
Return the configured backup count.
getBackupCount() - Method in interface com.tangosol.net.PartitionedService
Determine the configured redundancy count that this service has been configured to maintain.
getBackupJournal() - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
Obtain the instance of the backup journal.
getBackupLoadCalculator() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the LoadCalculator used to calculate the backup partition load.
getBackupOwner(int, int) - Method in interface com.tangosol.net.PartitionedService
Determine the backup owner of the specified partition.
getBackupStrength() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the BackupStrength for this analysis context.
getBaseBufferSize(int) - Static method in class com.tangosol.io.MultiplexingWriteBufferPool
Return the base buffer size for the specified minimum buffer size.
getBaseMap() - Method in interface com.tangosol.util.TransactionMap
Return the base map, which contains this TransactionMap's committed data.
getBaseNode() - Method in class com.tangosol.util.SafeSortedMap
Return the base entry node.
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.
getBelow() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
Return the node below this one in the skip-list.
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.coherence.servlet.OptimizedHolder
Obtain the binary form of the value.
getBinary() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as binary.
getBinary(Binary) - 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 interface com.tangosol.run.xml.XmlValue
Get the value as binary.
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.
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.
getBinaryStoreCount() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the number of active BinaryStore objects that are using this Journal.
getBinaryStoreCount() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the number of active BinaryStore objects that are using this Journal.
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.
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.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.
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(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the specific number of bytes of data stored in the specified block.
getBlockDataSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the maximum number of bytes of data that will be stored in each block.
getBlockWriteCount() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the total number of blocks written by this daemon.
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(boolean) - 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 interface com.tangosol.run.xml.XmlValue
Get the value as a boolean.
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.
getBooleanValue(XmlElement, String, boolean) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
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(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.
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.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.
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(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() - Method in class com.tangosol.io.nio.BinaryMap
Get the DataOutputStream that maps to the underlying ByteBuffer.
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() - 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 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.journal.FlashJournalRM
Obtain the BufferPool instance.
getBufferPool() - Method in class com.tangosol.io.journal.RamJournalRM
Obtain the BufferPool instance.
getBufferPool() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the factory used to create WriteBuffer objects.
getBufferSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the size of the buffers used to write a chunk of data at a time to an underlying journal file.
getBufferSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the size of the buffers used to write a chunk of data at a time to an underlying journal file.
getBufferSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the size of the buffers used to write a chunk of data at a time to an underlying journal file.
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.
getByAddress(byte[]) - Static method in class com.tangosol.net.InetAddressHelper
Return an InetAddress object given the raw IP address.
getById(int) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Get a Registry Entry by its ID.
getByName(String) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Get a Registry Entry by its name.
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.journal.FlashJournalRM.Buffer
Obtain the underlying byte[].
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.
getByteBuffer() - Method in class com.tangosol.io.journal.FlashJournalRM.Buffer
Obtain the ByteBuffer for this buffer.
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.
getByteCount() - Method in class com.tangosol.io.journal.JournalBinaryStore
Calculate the total amount of data currently stored in the journal by this BinaryStore.
getBytesWritten() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the number of bytes written.
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(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain a session management cache by name.
getCache(String, CacheConfig) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a Cache implementation with the given name.
getCache(String) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Obtain an existing P13N Cache by 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(String) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache configured by the current ConfigurableCacheFactory.
getCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Return an instance of a cache configured by the current ConfigurableCacheFactory.
getCache() - Method in class com.tangosol.util.CacheCollator
 
getCacheDelegator() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache delegator.
getCacheDelegatorClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
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.
getCacheEntries(int, int, String, PropertySet, String) - Method in class com.tangosol.coherence.rest.CacheResource
Return the cache entries values (or a subset of their properties) that satisfies the specified criteria.
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.OldCache
Deprecated. Locate a cache Entry in the cache based on its key.
getCacheEntry(Object) - Method in class com.tangosol.net.cache.SerializationCache
Locate a cache Entry in the cache based on its key.
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.tangosol.net.partition.ObservableSplittingBackingCache
Locate a cache Entry in the cache based on its key.
getCacheEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Return the underlying CacheEvent.
getCacheFactory() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Get the ConfigurableCacheFactory instance
getCacheFactory() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Obtain the "container" DefaultConfigurableCacheFactory 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.
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.
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.OldCache
Deprecated. 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 interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since that 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 that 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 that last statistics reset) for the get() operations for which an entry existed in this map.
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.
getCacheMap() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
Return the underlying CacheMap.
getCacheMap(CacheMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of CacheMap.
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.OldCache
Deprecated. 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 interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since that 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 that 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 that last statistics reset) for the get() operations for which no entry existed in this map.
getCacheName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return the name of the Cache to flush.
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
Return the cache name.
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.DefaultConfigurableCacheFactory.CacheInfo
Obtain the cache name.
getCacheName() - Method in interface com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent
Return the cache name associated with this event.
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.
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.
getCacheProvider() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the PortalCacheProvider that created this CacheImpl
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 that last statistics reset) spent on cache pruning.
getCachePrunesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
getCachePrunesMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
getCacheReloader() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Return the CacheReloader used to refresh the corresponding Map.Entry value.
getCacheResource(String, RestConfig) - Method in class com.tangosol.coherence.rest.DefaultRootResource
Returns a resource representing single named cache.
getCacheService() - Method in interface com.tangosol.net.BackingMapManagerContext
Return the CacheService associated with this context.
getCacheService() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return the CacheService that this NamedCache is a part of.
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.tangosol.net.cache.CachingMap
Obtain the CacheStatistics for this cache.
getCacheStatistics() - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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.
getCacheStoreTimeoutMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the timeout used for CacheStore operations, or 0 if no timeout is specified.
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.
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.journal.RamJournalRM.BufferPool
Determine the maximum number of buffers in the pool.
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.
getCertificate(Member) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the Certificate assocaited with the specified Member.
getCertificateLocal() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the filter's certificate.
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 class com.tangosol.net.WrapperServerSocket
getChannel() - Method in class com.tangosol.net.WrapperSocket
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(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Obtain a temp buffer used to avoid allocations when building Strings from UTF binary data.
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).
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.
getCipher(int, Key) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Return a cached thread-local initialized Cipher.
getCipherParams() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Return the Cipher's parameters
getCipherTransformation() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Return the Cipher's transformation
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, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
Determine the class associated with the given 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.
getClassExtracted() - Method in class com.tangosol.util.extractor.PofExtractor
Obtain the Class of the extracted value.
getClassLoader() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the class loader for which the configuration should be used.
getClassLoader() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the class loader for which the configuration should be used.
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() - 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(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.
getCleanupMethod() - Static method in class com.tangosol.io.nio.DirectBufferManager
Return the method used for buffers cleanup when the threshold is met.
getCleanupThreshold() - Static method in class com.tangosol.io.nio.DirectBufferManager
Return the value used to calculate the size threshold for the uncollected buffers that triggers a cleanup operation.
getCloner() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to deep-clone the property value.
getCloseCount() - Method in class com.tangosol.util.ThreadGate
Return the number of unmatched completed close/barEntry calls.
getClosingThread() - Method in class com.tangosol.util.ThreadGate
Return the thread that is closing the gates.
getCluster() - Method in class com.tangosol.io.journal.AbstractJournalRM
Returns the Cluster for which the AbstractJournalRM is storing data.
getCluster() - Static method in class com.tangosol.net.CacheFactory
Return a Cluster object for Coherence services.
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.
getClusterCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of existent distributed session models.
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.
getClusterName() - Method in interface com.tangosol.net.Cluster
Determine the configured name for the Cluster.
getClusterName() - Method in interface com.tangosol.net.MemberIdentity
Return the name of the cluster with which this member is associated.
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.
getCodec(Class) - Static method in class com.tangosol.io.pof.reflect.Codecs
Based on the Class<Codec> clz provided either instantiate if it is unknown or use a default codec.
getCoherenceInstance() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Return the Coherence object instance.
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() - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain the AbstractHttpSessionCollection that is being used in the current application.
getCollection() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine the collection that this model belongs to.
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() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return the underlying Collection.
getCollection(Collection, Converter, Converter) - 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.
getCollectionClassName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the fully qualified class name of the HttpSessionCollection implementation in use.
getCollectionClassName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the fully qualified class name of the HttpSessionCollection implementation in use.
getCollectorDaemon() - Method in class com.tangosol.io.journal.AbstractJournalRM
Obtain the CollectorDaemon instance.
getCollectorLoadFactor() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the load factor threshold at which files become eligible for garbage collection (compaction).
getCollectorLoadFactor() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the load factor threshold at which files become eligible for garbage collection (compaction).
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.
getCommonName(Principal) - Method in class com.tangosol.net.security.PeerX509TrustManager
Return the common name of the given principal
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 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.
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.
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.
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.
getConcurrency() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
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, Converter, Converter, Converter, Converter) - 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.coherence.servlet.AbstractHttpSessionCollection
Deprecated. 
getConfig() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Retrieve the manager's configuration.
getConfig() - Method in class com.tangosol.io.ConfigurableSerializerFactory
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.io.journal.AbstractJournalRM
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 assosiated 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 interface com.tangosol.net.ConfigurableCacheFactory
Obtain the factory configuration XML.
getConfig() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Obtain the factory configuration XML.
getConfig() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated.  
getConfig() - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.SocketOptions
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.SocketProviderFactory
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.net.WrapperSocketProvider
Determine the current configuration of the object.
getConfig() - Method in interface com.tangosol.run.xml.XmlConfigurable
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Determine the current configuration of the assosiated BackingMapManager.
getConfigClassLoader() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Return the class loader used to load the configuration for this factory.
getConfigLocation() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
getConfigUnsafe() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Obtain a mutable reference to the factory configuration XML.
getConfigurableCacheFactory() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain the ConfigurableCacheFactory used by the SessionHelper.
getConfigurableCacheFactory() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Obtain the ConfigurableCacheFactory used by this PortalCacheFactory.
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(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(String, ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
Return the ConfigurableCacheFactory for a given URI and 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 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.
getConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the NamedCache used to store configuration and management information for the session management implementation.
getConfigurationConsistencyVerifier() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get a ConfigurationConsistencyVerifier instance.
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.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the configuration URI used to create the connection.
getConfigURI() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the configuration URI used to create the connection.
getConnectionCount() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the connection count.
getConnectionLimit() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the maximum number of simultaneous connections allowed.
getConnectionPendingCount() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the number of connections that are pending.
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.
getConsumer() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Obtain the JournalConsumer (typically a JournalBinaryStore) instance associated with this JournalImpl.
getConsumer() - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Obtain the JournalConsumer (typically a JournalBinaryStore) instance associated with this JournalImpl.
getConsumer() - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
Obtain the underlying consumer that this RamConsumer delegates to.
getContainerName() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Return the name of the target web container for this utility.
getContainsValueAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for containsValue().
getContentionObserver() - Method in class com.tangosol.util.SegmentedConcurrentMap
Return the ContentionObserver for this SegmentedConcurrentMap.
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.
getContextAttributeListeners() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the application listeners that listen to servlet context attribute events.
getContextClassLoader() - Method in interface com.tangosol.io.ClassLoaderAware
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.io.DefaultSerializer
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.io.journal.AbstractJournalRM
Retrieve the context ClassLoader for this object.
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.WrapperService
Retrieve the context ClassLoader for this object.
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.
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) - 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.
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.OldCache.Entry
Deprecated. Determine when the cache entry was created.
getCreationTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the creation time for this session.
getCreationTime() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns the creation time for this session.
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.
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.
getCurrentResult(WorkItem) - Method in class com.tangosol.coherence.commonj.WorkManager
Retrieve a current WorkStatus (partial result) for a given Work.
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.
getCurrentTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the current time value in milliseconds.
getDaemon() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated.  
getDaemon() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
getDaemonActiveCount() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the number of daemon threads that are currently processing messages.
getDaemonCheckCollectionModulo() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine how many times the daemon will perform its check before checking the session models that the collection considers "local".
getDaemonCount() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return number of daemon threads that are used to process messages.
getDaemonCycleMillis() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the number of milliseconds per reap cycle.
getDaemonMaxThreads() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getDaemonMinThreads() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getDaemonPriority() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the configured priority for the session reaper daemon.
getDaemonQueueSize() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getData() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return the work feedback data.
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.
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(Date) - 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 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(Timestamp) - 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 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.
getDeathCertCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of previously used session IDs (IDs of previously existent HttpSessionModel objects).
getDeathCertCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getDecimal() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a decimal.
getDecimal(BigDecimal) - 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 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.
getDecryptionBlockSize() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the filter's decryption block size.
getDefaultCollectorLoadFactor() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the default percentage at which a file is eligible for garbage collection.
getDefaultCollectorLoadFactor() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the default percentage at which a file is eligible for garbage collection.
getDefaultCollectorLoadFactor() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the default percentage at which a file is eligible for garbage collection.
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 the default domain name as configured in the Coherence operational configuration descriptor ("default-domain-name" element).
getDefaultFactory(ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Return a default cache factory for the specified loader.
getDefaultMaxFileSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the default maximum file size for this Journal Resource Manager.
getDefaultMaxFileSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the default maximum file size for this Journal Resource Manager.
getDefaultMaxFileSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the default maximum file size for this Journal Resource Manager.
getDefaultMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the default maximum interval, in seconds, that a session will be kept alive without any activity.
getDefaultMaxValueSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the default maximum value size for this Journal Resource Manager.
getDefaultMaxValueSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the default maximum value size for this Journal Resource Manager.
getDefaultMaxValueSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the default maximum value size for this Journal Resource Manager.
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
 
getDelaySeconds() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
getDelegate() - Method in class com.tangosol.net.WrapperSelector
Return the Selector to which this selector delegates.
getDelegate() - Method in class com.tangosol.net.WrapperSocketProvider
Return the delegate SocketProvider.
getDelegate() - Method in class com.tangosol.util.UnsafeSubSet.WrapperSet
Return the Set to which all operations should be delegated to.
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.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.
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.
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 class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Return a string representation of this EntryInfo's attributes.
getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return a string representation of this CacheImpl's attributes.
getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return a string representation of this EntryInfo's attributes.
getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a string representation of this CacheProvider's attributes.
getDescription() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Format the Daemon attributes into a String for inclusion in the String returned from the Daemon.toString() method.
getDescription() - Method in class com.tangosol.io.journal.AbstractJournalRM
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.toString() method.
getDescription() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.JournalFile.toString() method.
getDescription() - Method in class com.tangosol.io.journal.BackupJournalRM.FlashConsumer
Format a String description of the Consumer.
getDescription() - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
Format a String description of the Consumer.
getDescription() - Method in class com.tangosol.io.journal.FlashJournalRM
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.toString() method.
getDescription() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.JournalFile.toString() method.
getDescription() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Format the Daemon attributes into a String for inclusion in the String returned from the Daemon.toString() method.
getDescription() - Method in interface com.tangosol.io.journal.Journal.JournalConsumer
Format a String description of the Consumer.
getDescription() - Method in class com.tangosol.io.journal.JournalBinaryStore
Format a String description of the Consumer.
getDescription() - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
Format a String description of the Consumer.
getDescription() - Method in class com.tangosol.io.journal.RamJournalRM
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.toString() method.
getDescription() - Method in class com.tangosol.io.journal.RamJournalRM.JournalFile
Format the object attributes into a String for inclusion in the String returned from the AbstractJournalRM.JournalFile.toString() method.
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(MBeanOperationInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieves a description for the particular {MBeanOperationInfo} by finding a Description annotation on the operation.
getDescription(MBeanAttributeInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Retrieves a description for the particular MBeanAttributeInfo by finding a Description annotation on the getter method for the attribute, if not found on the getter attribute, the setter method will be checked.
getDescription(MBeanInfo) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
Returns the description for the MBean interface.
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(int) - Static method in class com.tangosol.net.partition.PartitionEvent
Convert an event ID into a human-readable string.
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.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.MapEvent
Get the event's description.
getDescription(int) - Static method in class com.tangosol.util.MapEvent
Convert an event ID into a human-readable string.
getDescription() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
Get the event's description.
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.SafeSortedMap.IndexNode
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.
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.journal.FlashJournalRM
Determine the directory used to store the underlying disk files for the journal.
getDirectory() - Method in class com.tangosol.io.nio.MappedStoreManager
Obtain the directory to use for MappedBufferManager(s).
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.
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.
getDistControllerClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getDistributedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
Deprecated. use CacheAdapter.getNamedCache(java.lang.String, java.lang.ClassLoader) instead.
getDistributedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
Return the default distributed (partitioned) cache configuration.
getDistributionController() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the SessionDistributionController for the session collection, if one was specified.
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.
getDomainName() - Method in interface com.tangosol.net.management.Registry
Domain name for managed beans registered by Coherence clustered services.
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(double) - 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 interface com.tangosol.run.xml.XmlValue
Get the 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 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.
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.
getEffectiveness() - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
Get the effectiveness value of the wrapped filter.
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(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.
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.
getElementAdapter() - Method in class com.tangosol.run.xml.CollectionAdapter
 
getElementCount() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Obtain the total element count.
getElementCountInMemory() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the size of the cache in memory (object count) Not supported (returns total cache size, including disk).
getElementCountOnDisk() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the size of the cache on disk (object count) Not supported (returns -1).
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 class com.tangosol.run.xml.IterableAdapter
 
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(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.
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.
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.
getEncryptionBlockSize() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the filter's encryption block size.
getEnteredThreads() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Retrieve the list of all threads that have entered this session model.
getEntityClassMetadata() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the Hibernate ClassMetadata for the Hibernate entity
getEntityManager() - Method in class com.tangosol.coherence.jpa.JpaCacheLoader
Creates and returns an EntityManager.
getEntityName() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the Hibernate entity name
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.net.cache.OldCache
Deprecated. Locate an Entry in the hash map based on its key.
getEntry() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the underlying Map.Entry.
getEntry(Map.Entry, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of a MapEntry that uses Converters to retrieve the Entry's data.
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.
getEntryBlockCount() - Method in class com.tangosol.io.nio.BinaryMap
Returns the number of entry blocks.
getEntryInfoMap() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the ConcurrentMap of EntryInfo objects for this CacheImpl.
getEntryInternal(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Locate an Entry in the hash map based on its key.
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
 
getEntryNode() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
Return the EntryNode below this one in the skip-list.
getEntryProcessor() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of an EntryProcessor.
getEntryResource(String) - Method in class com.tangosol.coherence.rest.CacheResource
Return a REST sub-resource representing a single cache entry.
getEntrySet() - Method in interface com.tangosol.net.events.BackingMapDispatcher.EntryEvent
Return the immutable Set of BinaryEntrys on which the action represented by this BackingMapDispatcher.EntryEvent occurred.
getEntrySet() - Method in interface com.tangosol.net.events.BackingMapDispatcher.InvocationEvent
Return an immutable Set of BinaryEntrys being processed by the entry processor.
getEntrySet() - Method in interface com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent
Return an immutable Set of read-only BinaryEntrys associated with this PartitionedServiceDispatcher.TransferEvent.
getEntrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return the underlying Entry Set.
getEntrySet(Collection, Converter, Converter, Converter, Converter) - 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.
getEnumeration() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the null enumerator.
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.
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.
getErrorCount() - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Returns the number of Errors encountered.
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.
getEstimatedReaperSessionCount() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Determine the estimated number of sessions that will be reaped by the reaper when it runs next.
getEstimatedSize() - Method in class com.tangosol.util.BinaryRadixTree.FilteredIterator
{inheritDoc}
getEstimatedSize() - Method in class com.tangosol.util.BinaryRadixTree.KeyIterator
Guess how many items might theoretically be in the iterator.
getEvacuationMask() - Method in class com.tangosol.io.journal.AbstractJournalRM
Obtain the bit mask that is used to identify tickets that need to be evacuated for a particular file id.
getEvacuationMask() - Method in class com.tangosol.io.journal.FlashJournalRM
Obtain the bit mask that is used to identify tickets that need to be evacuated for a particular file id.
getEvacuationMask() - Method in class com.tangosol.io.journal.RamJournalRM
Obtain the bit mask that is used to identify tickets that need to be evacuated for a particular file id.
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.
getEventTypes() - Method in class com.tangosol.net.events.AbstractEventInterceptor
Return the set of event types that this EventInterceptor subscribes to.
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.OldCache
Deprecated. Obtain the current EvictionPolicy used by the cache.
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.
getEvictionType() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the current eviction type.
getEvictionType() - Method in class com.tangosol.net.cache.OldCache.InternalEvictionPolicy
Deprecated. Determine the OldCache eviction type represented by this InternalEvictionPolicy.
getException() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a deserialization exception (if any).
getException() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
 
getException() - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Returns a saved parser exception.
getExecutionTimeoutMillis() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
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.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.
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.
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.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Return the time-to-live of the corresponding Map.Entry.
getExpiryDelay() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Get the "time to live" value for this entry.
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.OldCache
Deprecated. Determine the default "time to live" for each individual cache entry.
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.
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.OldCache.Entry
Deprecated. Determine when the cache entry will expire, if ever.
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.
getExpiryTime() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
Determine the date/time at which the entry expires.
getExtensionsMap() - Static method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Construct a map with URL suffix to media type mappings.
getExternalAttributeCache() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Obtain the cache used to store the large session attributes.
getExternalAttributeUpdates() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Return the number of updates to session attributes stored in the external attribute cache since the last time statistics were reset.
getExternalBinary() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Obtain the binary form of the value from the external cache.
getExternalCache() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Obtain the cache that holds split-out (external) attribute values.
getExternalKey() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Build a key that will be used to access the binary value for this attribute holder that in the external cache.
getExtractor() - Method in class com.tangosol.util.aggregator.GroupAggregator
Obtain the underlying ValueExtractor.
getExtractor() - Method in class com.tangosol.util.extractor.CompositeUpdater
Retreive the ValueExtractor part.
getExtractor() - Method in class com.tangosol.util.extractor.KeyExtractor
Obtain the underlying ValueExtractor.
getExtractor() - Method in class com.tangosol.util.processor.PropertyManipulator
Retreive the underlying ValueExtractor reference.
getExtractor() - Method in interface com.tangosol.util.ValueManipulator
Retreive the underlying ValueExtractor reference.
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.coherence.servlet.SessionHelper
Deprecated. Determine the factory to use to instantiate container-specific implementations of the Servlet specification interfaces.
getFactory() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Get the DatabaseFactory used to create the underlying Database.
getFactory(String, ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Helper method to return a CCF instance for the specified URI and class loader.
getFactory(String, ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Helper method to return a CCF instance for the specified URI and class loader.
getFactory() - Method in interface com.tangosol.net.SocketProvider
Return the factory associated with this provider.
getFactory() - Method in class com.tangosol.net.SystemSocketProvider
Return the factory associated with this provider.
getFactory() - Method in class com.tangosol.net.WrapperSocketProvider
Return the factory associated with this provider.
getFactoryClassName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the fully qualified class name of the SessionHelper.Factory implementation in use.
getFactoryClassName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the fully qualified class name of the SessionHelper.Factory implementation in use.
getFactoryManager() - Static method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Get the DatabaseFactoryManager.
getFairShare(boolean) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the (primary or backup) fair-share partition load.
getFairShare() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
Return the fair-share load.
getFairShare() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Return the fair-share partition load.
getFile() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Obtain the File that this JournalFile object represents.
getFile() - Method in class com.tangosol.io.nio.MappedBufferManager
Obtain the RandomAccessFile that the buffer is constructed on.
getFileCount() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the number of Journal files used by this Journal.
getFileCount() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the number of Journal files used by this Journal.
getFileId() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the file id (0-511) for this JournalFile.
getFillLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Get the size of the fill in the block.
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 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 underying 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
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.
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.
getFilterSet() - Method in class com.tangosol.util.MapListenerSupport
Obtain a set of all filters that have associated global listeners.
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.AbstractSparseArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in interface com.tangosol.util.LongArray
Determine the first index that exists in the LongArray.
getFirstIndex() - Method in class com.tangosol.util.SimpleLongArray
Determine the first index that exists in the LongArray.
getFirstMap() - Method in class com.tangosol.util.ChainedMap
Get the first (front) map.
getFirstPartitionCache() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Obtain the first one of the backing caches.
getFlashConsumer() - Method in class com.tangosol.io.journal.RamJournalRM
Obtain the FlashConsumer object used to read/write flash.
getFlashJournal() - Method in class com.tangosol.io.journal.RamJournalRM
Obtain the Journal used to read/write flash.
getFlashJournalRM() - Method in class com.tangosol.io.journal.BackupJournalRM
Obtain the underlying FlashJournalRM.
getFlashJournalRM() - Method in class com.tangosol.io.journal.RamJournalRM
Obtain the FlashJournalRM used to store large values or whatever values don't fit in the configured amount of RAM.
getFlatRegistry() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a FlatRegistry.
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.
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.
getFlushDelay() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the delay between cache flushes.
getFlushDelay() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the delay between cache flushes.
getFlushDelay() - Method in class com.tangosol.net.cache.SerializationCache
Determine the delay between cache flushes.
getFlushDelay() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the delay between cache flushes.
getFlushTime() - Method in class com.tangosol.net.cache.OldCache
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.
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.
getFullStackTrace() - Method in exception com.tangosol.io.pof.PortableException
Return an array of Strings containing the full representation of the stack trace.
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.
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.
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.
getHashCode() - Method in class com.tangosol.run.xml.XmlBean
Get the cached hash code.
getHead() - Method in class com.tangosol.util.SafeSortedMap.Split
Return front of the split.
getHeadWeight() - Method in class com.tangosol.util.SafeSortedMap.Split
Return the estimated weight of the head portion of the SafeSortedMap.Split.
getHighestLoadFactor() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the high-water mark load factor for the entire journal.
getHighestLoadFactor() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the high-water mark load factor for the entire journal.
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.OldCache
Deprecated. Determine the limit of the cache size in units.
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.
getHitCount() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the current Cache hit count.
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.OldCache
Deprecated. Determine the rough probability (0 <= p <= 1) that any particular OldCache.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.
getHitRate() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Returns an integer percentage of Cache requests which returned a non-expired value.
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.
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.
getHttpServletRequest() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Deprecated. Get the wrapped HttpServletRequest.
getHttpServletResponse() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Deprecated. Get the wrapped HttpServletResponse.
getHttpSession() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine the HttpSession that this model is bound to.
getHttpSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the HttpSession object for the specified ID.
getHttpSession(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Return the HttpSession associated with the given request.
getHttpSessionAttributeListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the list of listeners that are registered for session attribute modification events.
getHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the HttpSessionCollection object that manages the HttpSessionModel objects.
getHttpSessionCollectionClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getHttpSessionCollectionConfiguration() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the instantiated Configuration
getHttpSessionContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the HttpSessionContext.
getHttpSessionListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the list of listeners that are registered for session life cycle events.
getHttpSessionMap() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the map of session ID to session object for HttpSession objects managed in this application within this JVM/classloader.
getId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the session identifier for this session.
getId() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns the session identifier for this session.
getId() - Method in interface com.tangosol.coherence.transaction.TransactionId
The transaction id represented as a long value.
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.util.MapEvent
Return this event's id.
getId() - Method in class com.tangosol.util.ServiceEvent
Return this event's ID.
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.
getIdentityTransformer() - Method in interface com.tangosol.net.OperationalContext
Return an IdentityTransformer that can be used to transform a Subject into an identity assertion.
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.
getIgnoreMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Get the map of keys to ignore events for, with the corresponding thread object requesting that the key be ignored.
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.
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 outtage "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.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.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 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.
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.
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 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.
getInetAddress() - Method in class com.tangosol.net.WrapperServerSocket
getInetAddress() - Method in class com.tangosol.net.WrapperSocket
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.
getInputStream() - Method in class com.tangosol.io.WrapperInputStream
Obtain the underlying InputStream.
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.
getInputStream(InputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated.  
getInputStream(InputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Requests an InputStream that wraps the passed InputStream.
getInputStream(InputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated.  
getInputStream() - Method in class com.tangosol.net.WrapperSocket
getInputStream() - Method in class com.tangosol.util.Binary
Get an InputStream to read the Binary object's contents from.
getInsertAction() - Method in class com.tangosol.util.SegmentedHashMap
Return the registered action for insert.
getInstance() - Static method in class com.tangosol.util.NullFilter
Returns an instance of the null enumerator.
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(int) - 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(int) - 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.
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.
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.
getInternalArray() - Method in class com.tangosol.util.CopyOnWriteLongArray
Return the internal LongArray.
getInternalBinary() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Obtain the internally managed binary value.
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
Obtain a set of keys that are represented by this Map.
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.
getInternalValue() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Obtain the internally managed object value.
getInternalValue() - Method in class com.tangosol.run.xml.SimpleValue
Get the internal value of this XmlValue.
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.
getIntValue(XmlElement, String, int) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
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.
getInvocableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Return the underlying InvocableMap.
getInvocableMap(InvocableMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of InvocableMap.
getInvocationService(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain a session management invocation service by name.
getInvocationService() - Method in class com.tangosol.net.WrapperInvocationService
Return the wrapped InvocationService.
getInvocationServiceName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine the name of the InvocationService used by the CacheProvider to send messages to remote cluster nodes.
getIsolation() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the transaction isolation for this connection.
getIsolation() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the transaction isolation for this connection.
getIsolation() - Method in interface com.tangosol.coherence.transaction.TransactionState
Obtain isolation level of the transaction.
getIsolation() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
getIsolationLevel() - Method in interface com.tangosol.coherence.transaction.Connection
Determine the isolation level for the connection.
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(Iterator, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of Iterator that uses a Converter to view an underlying Iterator.
getIterator() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the null iterator.
getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
 
getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
getIteratorForPotentiallyExpiredIds(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
getJavaTypeId(Object, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
Return an identifier that represents the Java type of the specified object.
getJournal() - Method in class com.tangosol.io.journal.JournalBinaryStore
Obtain the underlying journaling system used by this BinaryStore.
getJournal() - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
Obtain the flash Journal instance.
getJournalFile(int) - Method in class com.tangosol.io.journal.AbstractJournalRM
Obtain a JournalFile by its ID.
getJournalFile(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Obtain a JournalFile by its ID.
getJournalFile(int) - Method in class com.tangosol.io.journal.RamJournalRM
Obtain a JournalFile by its ID.
getJsonConfiguration() - Method in class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Return a JSON marshaller configuration.
getKeepAlive() - Method in class com.tangosol.net.WrapperSocket
getKey() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return the optional key to flush.
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 class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Return the filter's encryption key.
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
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Returns the key corresponding to this entry.
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.SimpleEntry
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.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.EntryNode
Return the key that this node represents.
getKey() - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.SimpleMapEntry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Returns the key corresponding to this entry.
getKey() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Returns the key corresponding to this entry.
getKeyAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
getKeyAssociator() - Method in interface com.tangosol.net.PartitionedService
Determine the key associatior that this service has been configured to use.
getKeyCount() - Method in class com.tangosol.io.journal.JournalBinaryStore
Determine the number of keys currently stored in the journal by this BinaryStore.
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(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.KeyFilter
Get the set of keys that are evaluated to true by this filter.
getKeySet() - Method in class com.tangosol.util.MapListenerSupport
Obtain a set of all keys that have associated key listeners.
getKeyStore(String, String, char[]) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Return a loaded KeyStore.
getKeyStore() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the filter's KeyStore.
getKeyString(SelectionKey) - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
Return a description of the SelectionKey.
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.
getLastAccessedTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAnalysisContext() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Return the last AnalysisContext.
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.
getLastFlushedTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the last time this session was flushed, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastIndex() - Method in class com.tangosol.util.AbstractLongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.AbstractSparseArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in interface com.tangosol.util.LongArray
Determine the last index that exists in the LongArray.
getLastIndex() - Method in class com.tangosol.util.SimpleLongArray
Determine the last index that exists in the LongArray.
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.
getLastReapCycle() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the start time for the last reap cycle.
getLastReapCycle() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the start time for the last reap cycle.
getLastReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the time in milliseconds it took for the last reap cycle to finish.
getLastReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the time in milliseconds it took for the last reap cycle to finish.
getLastReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the duration for the last reap cycle.
getLastReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the duration for the last reap cycle.
getLastReapTime() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Determine the last time that session reaping started.
getLastReapTime() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the start time for the last reap cycle.
getLastSafeTimeMillis() - Method in class com.tangosol.util.SafeClock
Returns the last "safe" time as computed by a previous call to the SafeClock.getSafeTimeMillis(long) 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.OldCache.Entry
Deprecated. Determine when the cache entry was last touched.
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.
getLatestOldValue(MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Obtain the latest old value from the passed event.
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.
getLeavingMembers() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the set of members that are leaving the associated service
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.
getLevel() - Method in class com.tangosol.util.SafeSortedMap.IndexNode
Return the index-level that this IndexNode represents.
getLibrary() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Return the library to be patched by this utility.
getLibraryName() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Return the name of the web container library modified by this utility.
getList() - Method in class com.tangosol.util.ConverterCollections.ConverterList
Return the underlying List.
getList(List, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of 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, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of List.
getListener() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the associated WorkListener.
getListeners() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the application listeners.
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, Converter, Converter) - 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(PartitionSet) - Method in interface com.tangosol.net.partition.SimpleAssignmentStrategy.LoadCalculator
Return the load for the specified set of partitions.
getLoad(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
Return the load for the specified partition.
getLoad(PartitionSet) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
Return the load for the specified set of partitions.
getLoadAllQuery() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the parameterized loadAll HQL query string
getLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Obtain the bundler for the "load" operations.
getLoadFactorLimit() - Method in class com.tangosol.io.journal.BackupJournalRM
Determine the high-water mark load factor for the RAM journal above which all writes are delegated to the flash journal.
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.tangosol.coherence.rest.server.AbstractHttpServer
Return the address the server should listen on.
getLocalAddress(Filter) - Static method in class com.tangosol.net.InetAddressHelper
Obtain the "best" local host address which matches the supplied filter.
getLocalAddress(String) - Static method in class com.tangosol.net.InetAddressHelper
Return the local InetAddress represented by the specified string.
getLocalAddress() - Method in class com.tangosol.net.WrapperSocket
getLocalAttributeCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the local cache that stores non-distributed session attributes or null if local session attribute storage is disabled.
getLocalAttributeCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the local cache that stores non-distributed session attributes or null if local session attribute storage is disabled.
getLocalAttributeCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the number of non-distributed session attributes stored in the local session attribute cache or -1 if local session attribute storage is disabled.
getLocalAttributeCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the number of non-distributed session attributes stored in the local session attribute cache or -1 if local session attribute storage is disabled.
getLocalAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Get the map of session attributes that are owned by this model but are stored in a "local" manner.
getLocalAttributesCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of local-only session attributes.
getLocalAttributesCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getLocalCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of existent local-only session models.
getLocalCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the LocalCache of non-serializable objects.
getLocalClassSet() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the Set of cached non-serializable classes.
getLocalHost() - Static method in class com.tangosol.net.InetAddressHelper
Obtain the local host address.
getLocalizedMessage() - Method in exception com.tangosol.util.WrapperException
Creates a localized description of this WrapperException.
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.PartitionedServiceDispatcher.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.
getLocalMember() - Method in class com.tangosol.net.proxy.AbstractProxyServiceLoadBalancer
Return the Member object representing the local cluster member.
getLocalMTU(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Return the MTU for the specified local address.
getLocalMTU(NetworkInterface) - Static method in class com.tangosol.net.InetAddressHelper
Return the MTU for the specified NetworkInterface.
getLocalPort() - Method in class com.tangosol.coherence.rest.server.AbstractHttpServer
Return the port number the server should listen on.
getLocalPort() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getLocalPort() - Method in class com.tangosol.net.WrapperServerSocket
getLocalPort() - Method in class com.tangosol.net.WrapperSocket
getLocalSessionCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getLocalSessionCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the local cache that stores non-distributed sessions or null if local session storage is disabled.
getLocalSessionCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the local cache that stores non-distributed sessions or null if local session storage is disabled.
getLocalSessionCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the number of non-distributed sessions stored in the local session cache or -1 if local session storage is disabled.
getLocalSessionCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the number of non-distributed sessions stored in the local session cache or -1 if local session storage is disabled.
getLocalSessionIds() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Gets session ids for all sessions that are in the local map, i.e. has been accessed by this node.
getLocalSocketAddress() - Method in class com.tangosol.net.WrapperServerSocket
getLocalSocketAddress() - Method in class com.tangosol.net.WrapperSocket
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.
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.
getLockHolder() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Return the holder of this lockable entry, or null if this entry is not locked.
getLockLeaseTimeout() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the timeout (in millis) for lock leases.
getLockMap() - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain the map used for managing key- and map-level locks to ensure data consistency.
getLockObtainTimeout() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the timeout (in millis) for lock acquisition attempts.
getLockThread() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return the Thread object holding this Lock.
getLockTimeout() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getLockTypeDescription() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return a human readable decription of the Lock type
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(long) - 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 interface com.tangosol.run.xml.XmlValue
Get the 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.
getLowerBound() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Return the lower bound of this ViewMap.
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.OldCache
Deprecated. Determine the point to which the cache will shrink when it prunes.
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.
getLruArray() - Method in class com.tangosol.net.cache.SerializationCache
Get the LRU data structure.
getMachineId() - Method in interface com.tangosol.net.MemberIdentity
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.
getManagement() - Method in interface com.tangosol.net.Cluster
Returns the current management registry.
getManagementCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
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.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.
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() - 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(Map, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of Map.
getMap() - Method in class com.tangosol.util.MapEvent
Return an ObservableMap object on which this event has actually occured.
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(Map, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Map.
getMap() - Method in class com.tangosol.util.WrapperObservableMap
Get the Map that is wrapped by this wrapper.
getMapArray() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Get the mapping between partition IDs and backing maps.
getMapEntry() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Return a MapEntry view of this EntryNode, suitable for returning to the EntrySet iterator.
getMapEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return the underlying MapEvent.
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.
getMapFactories() - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Get the Map of Database factories.
getMapListener() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Return the underlying 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.OldCache
Deprecated. 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.
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.
getMaxBacklogSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the maximum allowable size, in bytes, of the backlog; when the backlog reaches this level, writes are delayed until the backlog drops below its maximum.
getMaxBacklogSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the maximum allowable size, in bytes, of the backlog; when the backlog reaches this level, writes are delayed until the backlog drops below its maximum.
getMaxBacklogSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the maximum allowable size, in bytes, of the backlog; when the backlog reaches this level, writes are delayed until the backlog drops below its maximum.
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.
getMaxCollectorSleepMillis() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the maximum sleep cycle between collections.
getMaxEntries() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the maximum number of entries the Cache can store.
getMaxEvacuationMillis() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Determine the maximum number of milliseconds to evacuate a file.
getMaxExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Return the maximum size (in bytes) of a session attribute stored in the external attribute cache since the last time statistics were reset.
getMaxFileSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the maximum allowable size, in bytes, of each individual file used to hold Journal data.
getMaxFileSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the maximum allowable size, in bytes, of each individual file used to hold Journal data.
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.BufferManagerAdapter
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
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 class com.tangosol.io.MultiplexingWriteBufferPool
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.
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.
getMaximumSegmentBufferSize(int, int, int) - Static method in class com.tangosol.io.MultiplexingWriteBufferPool
Return the maximum buffer size for a buffer in the specified segment.
getMaximumSize() - Method in class com.tangosol.net.cache.SerializationCache
Deprecated. as of Coherence 3.5, use SerializationCache.getHighUnits()
getMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getMaxIncrement() - Method in class com.tangosol.io.nio.AbstractBufferManager
 
getMaxJournalFiles() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the maximum number of journal files.
getMaxJournalFiles() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the maximum number of journal files.
getMaxJournalFilesNumber() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the maximum number of Journal files.
getMaxJournalFilesNumber() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the maximum number of Journal files.
getMaxLevel() - Method in class com.tangosol.util.SafeSortedMap
Return the maximum index-level that this map is allowed to reach.
getMaxLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
Determine the load factor for the map.
getMaxModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Return the maximum size (in bytes) of a session model object placed in the session storage clustered cache since the last time statistics were reset.
getMaxPoolSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the maximum size (in bytes) of the buffers that can be held by the pool.
getMaxPoolSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the maximum size (in bytes) of the buffers that can be held by the pool.
getMaxPoolSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the maximum size (in bytes) of the buffers that can be held by the pool.
getMaxReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Gets the maximum reap duration since the statistics was reset.
getMaxReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Gets the maximum reap duration since the statistics was reset.
getMaxReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the maximum reap duration since the statistics was reset.
getMaxReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the maximum reap duration since the statistics was reset.
getMaxReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
getMaxReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
getMaxReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
getMaxReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
getMaxTotalRam() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the total amount, in bytes, of RAM that will be used for the Journal.
getMaxTotalRam() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the total amount, in bytes, of RAM that will be used for the Journal.
getMaxTotalRam() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the total amount, in bytes, of RAM that will be used for the Journal.
getMaxValueSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the maximum allowable size, in bytes, of a Binary value.
getMaxValueSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the maximum allowable size, in bytes, of a Binary value.
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.
getMBeanObjectName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Return a string representation of the ObjectName used to register the MBean instance for this SessionHelper.
getMBeanServer() - Method in class com.tangosol.net.management.MBeanReference
Return the MbeanServer where the ObjectName is located.
getMember() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Return a Work originator's Member object.
getMember() - Method in class com.tangosol.net.MemberEvent
Return the Member associated with this event.
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.
getMemberId() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Return a Work originator's Member id.
getMemberList(Member) - Method in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
Called by the ProxyService when a new client connects to obtain an ordered list of Members to which the new client should be redirected.
getMemberList(Member) - Method in interface com.tangosol.net.proxy.ProxyServiceLoadBalancer
Called by the ProxyService 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.
getMemberName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Member.
getMemberSet() - Method in interface com.tangosol.net.Cluster
Returns a Set of Member objects, one for each Member of the cluster.
getMessage() - Method in exception com.tangosol.io.pof.PortableException
Return the detail message string of this PortableException.
getMessage() - Method in exception com.tangosol.util.WrapperException
Returns the error message string of this WrapperException object.
getMessageBacklogIncoming() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the number of messages that are queued for processing.
getMessageBacklogOutgoing() - Method in interface com.tangosol.net.proxy.ProxyServiceLoad
Return the number of messages that are queued for delivery.
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.
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.
getMinCollectorSleepMillis() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the minimum sleep cycle between collections.
getMinCollectorSleepMillis() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the minimum sleep cycle between collections.
getMinExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Determine the minimum size of an attribute such that it is considered "large" and will be stored in a separate "external" or "overflow" cache.
getMinExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Determine the minimum size of an attribute such that it is considered "large" and will be stored in a separate "external" or "overflow" cache.
getMinLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
Determine the "unload factor" for the map.
getMinModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Return the minimum size (in bytes) of a session model object placed in the session storage clustered cache since the last time statistics were reset.
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.
getMissCache() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the optional miss cache.
getMissCount() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the current Cache miss count.
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.
getModel(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain the specified session model.
getModel() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Return the AbstractHttpSessionModel to which this AttributeHolder belongs.
getModel(String, AbstractHttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
Retrieve a model from the cluster cache
getModel(String, AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
getModel(String, AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
getModelDeaths() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Return the number of session model objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
getModelUpdates() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Return the number of updates to session model objects since the last time statistics were reset.
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.
getMultiBlockWriteCount() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the number of blocks written by this daemon using the NIO "scatter/gather" functionality.
getMutator() - Method in class com.tangosol.run.xml.PropertyAdapter
Obtain the Method object that is used to call the property mutator.
getName() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine the name of the attribute.
getName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the name of the Cache.
getName() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Get the name of the underlying Database.
getName() - Method in class com.tangosol.io.pof.PofPrincipal
Return the name of this Principal.
getName() - Method in exception com.tangosol.io.pof.PortableException
Return the name of the exception.
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.OldCache.InternalEvictionPolicy
Deprecated. Obtain the name of the eviction policy.
getName() - Method in class com.tangosol.net.cache.OldCache.InternalUnitCalculator
Deprecated. Obtain the name of the unit calculator.
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.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 class com.tangosol.run.xml.PropertyAdapter
Obtain the name of the property that this PropertyAdapter handles.
getName() - Method in class com.tangosol.run.xml.SimpleElement
Get the name of the element.
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.
getNamedCache(String) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Get a NamedCache instance given a cache name.
getNamedCache(String) - Method in interface com.tangosol.coherence.transaction.Connection
Obtain an OptimisticNamedCache for the given table name.
getNamedCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the Coherence NamedCache used to implement most cache operations.
getNamedCache(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Obtain a Coherence NamedCache by name.
getNamedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
Obtain an instance of a NamedCache.
getNamedCache(String, ClassLoader, TransactionMap.Validator, boolean) - Method in class com.tangosol.run.jca.CacheAdapter
Obtain an instance of a NamedCache.
getNamedCache() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return the underlying NamedCache.
getNamedCache(NamedCache, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of NamedCache.
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.
getNano() - Method in class com.tangosol.io.pof.RawTime
Determine the time's nanosecond value.
getNanos(Date) - Static method in class com.tangosol.io.pof.PofBufferWriter
Extract the nanoseconds from the date.
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.
getNavigator() - Method in class com.tangosol.util.extractor.PofExtractor
Obtain the POF navigator for this extractor.
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.
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.
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.io.journal.FlashJournalRM.Buffer
Get the next buffer in a linked list of buffers.
getNext() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getNext() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Return the next EntryNode in the entry list.
getNext() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
Return the next node in this node-list.
getNextAddress() - Method in interface com.tangosol.net.AddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.ConfigurableAddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.RefreshableAddressProvider
Obtain a next available address to use.
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
getNextJournalFile() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the JournalFile for the file in the journal that follows the file represented by this JournalFile.
getNextJournalFile() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Determine the JournalFile for the file in the journal that follows the file represented by this JournalFile.
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.
getNextReapCycle() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Returns the time for the next reap cycle.
getNextReapCycle() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Returns the time for the next reap cycle.
getNextReapTime() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the start time for the next reap cycle.
getNextReapTime() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the start time for the next reap cycle.
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.
getNonPartialIndexes(Map) - Method in class com.tangosol.util.filter.NotFilter
Get a Map of the available non-partial indexes form the given Map of all available indexes.
getNotificationManager() - Method in interface com.tangosol.net.management.Registry
Obtain a reference to the NotificationManager for this Registry.
getNrOfInvalidatedSessions() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated.  
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(DataInput, ClassLoader, boolean) - Method in interface com.tangosol.io.ObjectStreamFactory
Obtain an ObjectInput based on the passed DataInput.
getObjectInput() - Method in class com.tangosol.io.WrapperObjectInputStream
Obtain the underlying object providing the ObjectInput interface that this object is delegating to.
getObjectName() - Method in class com.tangosol.net.management.MBeanReference
Return the ObjectName of the qualified name.
getObjectOutput(DataOutput) - Method in interface com.tangosol.io.ObjectStreamFactory
Obtain an ObjectOutput based on the passed DataOutput.
getObjectOutput() - Method in class com.tangosol.io.WrapperObjectOutputStream
Obtain the underlying object providing the ObjectOutput interface that this object is delegating to.
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(ObservableMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of ObservableMap.
getObservableMap() - Static method in class com.tangosol.util.NullImplementation
Returns an instance of the NullObservableMap.
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.journal.AbstractJournalRM.JournalFile
Determine the current append offset (or length) of this JournalFile.
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.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.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.
getOldValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Return a ValueExtractor used to transfrom the event's OldValue.
getOOBInline() - Method in class com.tangosol.net.WrapperSocket
getOpenBundle() - Method in class com.tangosol.net.cache.AbstractBundler
Retrieve any Bundle that is currently in the open state.
getOption(int) - Method in class com.tangosol.net.SocketOptions
getOption(int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
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.
getOriginal() - Method in class com.tangosol.util.UnsafeSubSet
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.
getOriginalBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Get the original buffer the changes should be applied to.
getOriginalException() - Method in exception com.tangosol.util.WrapperException
 
getOriginalValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Return an original value for this entry.
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 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
 
getOut() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Obtain the underlying BufferOutput.
getOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
Obtain the underlying OutputStream.
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.
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated.  
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Requests an OutputStream that wraps the passed OutputStream.
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated.  
getOutputStream() - Method in class com.tangosol.net.WrapperSocket
getOutputStream() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a OutputStream.
getOverflowAverageSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the average size (in bytes) of the session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOverflowAverageSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the average size (in bytes) of the session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOverflowCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getOverflowCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the clustered cache that stores the "large attributes" that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself.
getOverflowCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the clustered cache that stores the "large attributes" that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself.
getOverflowCacheName() - Method in interface com.tangosol.coherence.servlet.SplitSessionCollectionConfiguration
This method uses the ConfigurationImpl.getStringValue method to return the configured overflowCacheName value from the web.xml, System.property or defaultValue if not configured.
getOverflowMaxSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the maximum size (in bytes) of a session attribute stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOverflowMaxSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the maximum size (in bytes) of a session attribute stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOverflowThreshold() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getOverflowThreshold() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the minimum length (in bytes) that the serialized form of an attribute value must be in order for that attribute value to be stored in the separate "overflow" cache that is reserved for large attributes.
getOverflowThreshold() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the minimum length (in bytes) that the serialized form of an attribute value must be in order for that attribute value to be stored in the separate "overflow" cache that is reserved for large attributes.
getOverflowThreshold() - Method in interface com.tangosol.coherence.servlet.SplitSessionCollectionConfiguration
This method uses the ConfigurationImpl.getIntegerValue method to return the configured overflowThreshold value from the web.xml, System.property or defaultValue if not configured.
getOverflowUpdates() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the number of updates to session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOverflowUpdates() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the number of updates to session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a SplitHttpSessionCollection is not in use.
getOwnedCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of owned ("locally live") session models.
getOwnedIndex(Member, int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return the storage index of the specified partition that is owned by the specified Members, or -1 if the member is not a primary or backup owner.
getOwnedModel(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain the specified session model that this thread owns, otherwise throw an exception.
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.
getOwnedPartitions(Member) - Method in interface com.tangosol.net.PartitionedService
Determine the PartitionSet that is currently owned by a cluster Member.
getOwner(int) - Method in class com.tangosol.net.partition.Ownership
Return the owner id for the specified storage 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.
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.
getOwnershipServiceName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
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.
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(String) - Static method in class com.tangosol.util.ClassHelper
Load the default package resources for the specified class name.
getPackageResources(Class) - Static method in class com.tangosol.util.ClassHelper
Load the default package resources for the specified class.
getPage(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Get the BinaryStore for the page specified by the passed page number.
getPage() - Method in class com.tangosol.util.filter.LimitFilter
Obtain a current page number (zero-based).
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.
getPageSize() - Method in class com.tangosol.util.filter.LimitFilter
Obtain the page size (expressed as a number of entries per page).
getParallelAggregator() - Method in class com.tangosol.util.aggregator.AbstractAggregator
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in class com.tangosol.util.aggregator.Count
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in class com.tangosol.util.aggregator.GroupAggregator.Parallel
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in class com.tangosol.util.aggregator.PriorityAggregator
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in class com.tangosol.util.aggregator.QueryRecorder
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParallelAggregator() - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.tangosol.net.management.AnnotatedStandardMBean
getParameters() - Method in class com.tangosol.util.extractor.ReflectionExtractor
Return the array of arguments used to invoke the method.
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.
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 com.tangosol.util.FilterBuildingException
Answer the String that was being processed when the Exception occured
getPartialResult() - Method in exception com.tangosol.net.RequestTimeoutException
Return a partial execution result that may have been assembled prior to the timeout.
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.
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
Return the partition count.
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.
getPartitionId() - Method in interface com.tangosol.net.events.PartitionedServiceDispatcher.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(PartitionSet) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMap(int) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(PartitionSet) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
Obtain a Map view for the data in a specific set of partitions.
getPartitionMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a Map view for the data in a specific partition.
getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
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.ReadWriteSplittingBackingMap
Obtain a Map view for the data in a specific set of partitions.
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.PartitionSplittingBackingMap.MapArray
Obtain an array of all of the current partition IDs for which there are backing maps.
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.
getPartitionService() - Method in interface com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent
Return the PartitionedService on which this PartitionedServiceDispatcher.TransferEvent occurred.
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.
getPassword() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
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.
getPattern() - Method in class com.tangosol.util.filter.LikeFilter
Obtain the filter's pattern string.
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.
getPercentageAsFraction(String) - Method in class com.tangosol.io.journal.RamJournalRM
Converts the string argument, while interpreting it as a percentage value in the range of 1-99 to a float.
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.
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).
getPinnedWorkManager() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return a pinned WorkManager which represents the JVM that was used to execute this Work.
getPofConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Obtain the PofConfig that represents the initialized state of the ConfigurablePofContext.
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.
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(Class, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
Return an indentifier that represents the POF type of the specified class.
getPofTypeId(PofContext) - Method in class com.tangosol.util.extractor.PofExtractor
Compute the expected pof type id based on the class.
getPofWriter() - Method in class com.tangosol.io.pof.PofOutputStream
Obtain the underlying PofWriter.
getPolicy() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Return the wrapped ActionPolicy.
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.
getPoolSize() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine the size (in bytes) of the buffers that are currently available in the pool.
getPoolSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the size (in bytes) of the buffers that are currently available in the pool.
getPoolSize() - Method in class com.tangosol.io.journal.RamJournalRM
Determine the size (in bytes) of the buffers that are currently available in the pool.
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.WrapperSocket
getPort() - Method in class com.tangosol.util.UUID
Determine the port portion of the UUID.
getPostedWork() - Method in class com.tangosol.coherence.commonj.WorkManager
Return a catalog of WorkHolder objects for all posted Work as known by the client side keyed by the corresponding work id.
getPostedWork(long) - Method in class com.tangosol.coherence.commonj.WorkManager
Return a WorkHolder for a posted work with a given id.
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.
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.
getPreparerDaemon() - Method in class com.tangosol.io.journal.FlashJournalRM
Obtain the PreparerDaemon instance.
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.AbstractStableIterator
Obtain the previous object provided by the Iterator.
getPrevious() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getPreviousModulo() - Method in class com.tangosol.io.nio.BinaryMap
Determine the previous modulo.
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.
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 class com.tangosol.net.cache.OldCache.Entry
Deprecated. Calculate a cache priority.
getPriority() - Method in interface com.tangosol.net.MemberIdentity
Return the priority (or "weight") of the local Member.
getPrivateKey() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Return the filter's private encryption key.
getProbabilityThresholds() - Method in class com.tangosol.util.SafeSortedMap
Return the precomputed array of probability thresholds used by this map to determine what index levels to build.
getProcessName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured name for the Process (such as a JVM) in which this Member resides.
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.
getProcessor(String) - Method in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Returns a configured processor.
getProcessor() - Method in interface com.tangosol.net.events.BackingMapDispatcher.InvocationEvent
Return the InvocableMap.EntryProcessor associated with this BackingMapDispatcher.InvocationEvent.
getProcessor() - Method in class com.tangosol.util.processor.PriorityProcessor
Obtain the underlying processor.
getProperty(String, String) - Method in class com.tangosol.net.LoadBalancer
Determine the value of a String option.
getProperty(String, int) - Method in class com.tangosol.net.LoadBalancer
Determine the value of an integer option.
getProperty(String, boolean) - Method in class com.tangosol.net.LoadBalancer
Determine the value of a boolean option.
getPropertyIndex() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
 
getProviderId() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a unique identifier for this CacheProvider.
getProviderList() - Method in class com.tangosol.net.CompositeAddressProvider
Return the provider list.
getPruneDelay() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method always returns zero.
getPurgeDelayMillis() - Method in class com.tangosol.io.journal.FlashJournalRM
Return the delay since the last touch of a tmp file until it is eligible for purging.
getPutBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
Obtain the bundler for the "put" operations.
getQualifiedCacheName(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Given a Cache name as passed from the CacheFactory, return a fully-qualified Cache name that contains the CacheProvider scope identifier.
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.
getQueryMap() - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return the underlying QueryMap.
getQueryMap(QueryMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns a Converter instance of QueryMap.
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.
getQuorumRules() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return the quorum rules used by this policy.
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.
getRamJournalRM() - Method in class com.tangosol.io.journal.BackupJournalRM
Obtain the underlying RamJournalRM.
getRandom() - Method in class com.tangosol.util.SafeSortedMap
Return the random number generator for this map.
getRandomDestination() - Method in class com.tangosol.net.LoadBalancer
Determine a random AddressPort combination to route to.
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(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
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(int, int) - Method in interface com.tangosol.io.ReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
getReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadChannel() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Obtain the FileChannel used for reading from the JournalFile.
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.
getReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Returns the number of expired sessions that were reaped in the last reap cycle.
getReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Returns the number of expired sessions that were reaped in the last reap cycle.
getReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the number of sessions that were reaped during the last reap cycle.
getReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the number of sessions that were reaped during the last reap cycle.
getReapedSessionsTotal() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Returns the number of expired sessions that has been reaped since the statistics was reset.
getReapedSessionsTotal() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Returns the number of expired sessions that has been reaped since the statistics was reset.
getReaperCheckCollectionModulo() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getReaperCycleSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getReaperPriority() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getReapTaskFactory() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Getter for reap task factory.
getReceiveBufferSize() - Method in class com.tangosol.net.WrapperServerSocket
getReceiveBufferSize() - Method in class com.tangosol.net.WrapperSocket
getRecentIterator() - Method in class com.tangosol.util.ChainedEnumerator
Get the recently used iterator, if any.
getReconnectInterval() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return a reconnection interval (in milliseconds).
getRecoveryMillis() - Method in class com.tangosol.net.GuardSupport.Context
Return the recovery interval for this Guardable.
getReferenceCount() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine the reference count (unmatched enter calls) for this model.
getReferenceCount() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Determine the reference count (unmatched enter calls) for this model.
getReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Get the current reference count.
getRefreshAheadFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the refresh-ahead factor.
getRegionName() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the region (cache) name.
getRegisteredDbs() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the registered Databases.
getRegisteredInterceptors() - Method in interface com.tangosol.net.events.InterceptorRegistry
Return an immutable map of the currently registered EventInterceptors.
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.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the management registry from the CacheFactory
getReleased() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the number of bytes that have been released from this JournalFile.
getReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the CacheReloader used for the given key or null if no CacheReloader is currently set.
getReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Return the CacheReloader used for the given key or null if no CacheReloader is currently set.
getRemoteMember() - Method in interface com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent
Return the remote Member associated with this transfer operation.
getRemoteSocketAddress() - Method in class com.tangosol.net.WrapperSocket
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.
getReplicatedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
Deprecated. use CacheAdapter.getNamedCache(java.lang.String, java.lang.ClassLoader) instead.
getReplicatedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
Return the default replicated cache configuration.
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.
getResource(String) - Method in interface com.tangosol.net.Cluster
Retrieves a Disposable resource that was previously registered using Cluster.registerResource(String, Disposable).
getResourceConfig() - Method in class com.tangosol.coherence.rest.server.AbstractHttpServer
Return Jersey ResourceConfig to use.
getResources(Class, String) - Static method in class com.tangosol.util.ClassHelper
Load the named resources for the specified class.
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.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the Work once it has completed.
getResult() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
Deprecated. Obtain the result of executing this ExitTask.
getResult() - Method in class com.tangosol.net.AbstractInvocable
Determine the result from the invocation of this object.
getResult() - Method in interface com.tangosol.net.Invocable
Determine the result from the invocation of this object.
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.
getReuseAddress() - Method in class com.tangosol.net.WrapperServerSocket
getReuseAddress() - Method in class com.tangosol.net.WrapperSocket
getRipeArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
getRipeMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Determine when the entry becomes ripe to be persisted.
getRoleName() - Method in interface com.tangosol.net.MemberIdentity
Return the configured role name 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.
getRootClass() - Method in class com.tangosol.coherence.rest.io.AbstractMarshaller
Return class of the root object this marshaller is for.
getRoundRobinDestination() - Method in class com.tangosol.net.LoadBalancer
Using a round-robin algorithm, determine the next AddressPort combination to route to.
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(long) - Method in class com.tangosol.util.SafeClock
Returns a "safe" current time in milliseconds.
getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Obtain this task's scheduling priority.
getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Obtain this task's scheduling priority.
getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Obtain this task's scheduling priority.
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.
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.
getSchemeName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Obtain the scheme name.
getScopeController() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the AttributeScopeController for the session collection, if one was specified.
getScopeControllerClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getScopeIdentifier() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return the scope identifier of the CacheProvider that created this FlushAgent.
getScopeName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Return the scope name for this ConfigurableCacheFactory.
getScopeResolver() - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Obtain the scope resolver for this builder
getScopeSeparator() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine the string that separates the Cache name from the scope identifier in the fully qualified name of the delegate NamedCache.
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.
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.
getSendBufferSize() - Method in class com.tangosol.net.WrapperSocket
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.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Deprecated. Get the serializer used to serialize and deserialize session attributes.
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.
getSerializerMap() - Method in interface com.tangosol.net.OperationalContext
Return a Map of serializer factories.
getServerFinder() - Static method in class com.tangosol.net.management.MBeanHelper
Return the the MBeanServerFinder as configured in the Coherence operational configuration descriptor ("server-factory" element).
getServers() - Method in class com.tangosol.coherence.commonj.WorkManager
Return a set of Members that run the same Invocation service as this WorkManager in a "server" capacity.
getService() - Method in class com.tangosol.coherence.commonj.WorkManager
Return an InvocationService used by this WorkManager.
getService() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the InvocationService used to execute the corresponding Work.
getService() - Method in class com.tangosol.net.AbstractInvocable
Obtain the containing InvocationService.
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() - 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 interface com.tangosol.net.events.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.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.proxy.AbstractProxyServiceLoadBalancer
Obtain the containing ProxyService.
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.
getServiceBanner(Cluster) - Method in class com.tangosol.net.DefaultCacheServer
Create a list of running services in the given Cluster.
getServiceConfig(String) - Static method in class com.tangosol.net.CacheFactory
Return the configuration for the specified service type.
getServiceInfo(String) - Method in interface com.tangosol.net.Cluster
Returns a ServiceInfo object for the specified service name.
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.
getServiceName() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the name of the service that will be associated with any connection obtained with this connection spec.
getServiceName() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the name of the service that will be associated with any connection obtained with this connection spec.
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.security.PermissionInfo
Return the service name.
getServiceName() - Method in interface com.tangosol.net.ServiceInfo
Return the name of the Service.
getServiceName() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
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.
getServiceType() - Method in interface com.tangosol.net.ServiceInfo
Return the type of the Service.
getServiceType() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
getServiceVersion(Member) - Method in interface com.tangosol.net.ServiceInfo
Return a String with Service version for the specified service Member.
getServletContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the Coherence ServletContext wrapper that this SessionHelper is helping with.
getServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the clustered attribute map.
getServletContextCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the clustered cache that stores ServletContext attributes or null if the ServletContext is not clustered.
getServletContextCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the clustered cache that stores ServletContext attributes or null if the ServletContext is not clustered.
getServletContextMajorVersion() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the major version of the Java Servlet API that this servlet container supports.
getServletContextMinorVersion() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the minor version of the Servlet API that this servlet container supports.
getServletContextName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the web application ServletContext.
getServletContextName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the web application ServletContext.
getServletContextVersionMajor() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getServletContextVersionMinor() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getServletRequest() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Get the wrapped ServletRequest.
getServletResponse() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Get the wrapped ServletResponse.
getSessionAccessDebugLoggingFilter() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the Session Access Debug Logging attribute filter
getSessionAccessDebugLoggingFilter() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionAverageLifetime() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the average lifetime (in seconds) of session objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
getSessionAverageLifetime() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the average lifetime (in seconds) of session objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
getSessionAverageSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the average size (in bytes) of session objects placed in the session storage clustered cache since the last time statistics were reset.
getSessionAverageSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the average size (in bytes) of session objects placed in the session storage clustered cache since the last time statistics were reset.
getSessionCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the name of the clustered cache that stores serialized session objects.
getSessionCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the name of the clustered cache that stores serialized session objects.
getSessionChunkCount() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated.  
getSessionChunkMillis() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated.  
getSessionExpiryFilter() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Generates a session expiry filter based on the configured factories.
getSessionExpiryFilterFactoryClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionFactory() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the Hibernate SessionFactory.
getSessionFactory() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the SessionHelper.Factory currently in use.
getSessionHelper() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated.  
getSessionHelper() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the SessionHelper used by this HttpSessionManager object to expose Coherence*Web management attributes and operations.
getSessionHelper() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Get the SessionHelper.
getSessionIdAffinityToken() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdAffinityToken() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Retrieve the session id affinity suffix token if one is defined.
getSessionIdCookieDomain() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdCookieDomain() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the domain of the cookie for holding the session ID.
getSessionIdCookieMaxAge() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the max age (in seconds) of the cookie for holding the session ID.
getSessionIdCookieMaxAgeSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdCookieName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdCookieName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the name of the cookie for holding the session ID.
getSessionIdCookiePath() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdCookiePath() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the path of the cookie for holding the session ID.
getSessionIdCookieSecure() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if a web client will only send the session cookie over a SSL connection.
getSessionIdEncodingName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdEncodingName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the name of the URL parameter for session ID encoding and decoding.
getSessionIdGenerator() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Retrieve the HttpSessionIdGenerator used by this session collection to generate session identifiers.
getSessionIdGeneratorClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdIterator() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated.  
getSessionIdLength() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the length that session IDs will be created with.
getSessionIdLength() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSessionIdLength() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the length (in characters) of generated session IDs.
getSessionIdLength() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the length (in characters) of generated session IDs.
getSessionMaxSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the maximum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
getSessionMaxSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the maximum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
getSessionMinSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the minimum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
getSessionMinSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the minimum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
getSessionOwnershipInfo(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine which cluster member (if any) holds the lock for the given session ID.
getSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the daemon thread that cleans up expired sessions.
getSessionStickyCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the number of session objects that are pinned to this instance of the web application or -1 if sticky session optimizations are disabled.
getSessionStickyCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the number of session objects that are pinned to this instance of the web application or -1 if sticky session optimizations are disabled.
getSessionTimeout() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the session expiration time (in seconds) or -1 if sessions never expire.
getSessionTimeout() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the session expiration time (in seconds) or -1 if sessions never expire.
getSessionUpdates() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the number of updates of session object stored in the session storage clustered cache since the last time statistics were reset.
getSessionUpdates() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Return the number of updates of session object stored in the session storage clustered cache since the last time statistics were reset.
getSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the daemon thread that is used for scheduled tasks.
getSet(Set, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of Set that uses a Converter to view an underlying Set.
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, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of Set.
getSharedKey() - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Return the shared key, or generate one if none exists.
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.
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.
getShutdownDelayMillis() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the number of milliseconds to defer shutdown after the app appears to have stopped.
getShutdownDelaySeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSignedPermission() - Method in class com.tangosol.net.security.PermissionInfo
Return the encrypted ClusterPermission object.
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.tangosol.util.ClassHelper
Determine the simple (unqualified) name of a class.
getSingleBlockWriteCount() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine the number of blocks written by this daemon using the NIO "single buffer write" functionality.
getSingletonFactory() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Return the singleton cache factory.
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.
getSize() - Method in class com.tangosol.io.journal.FlashJournalRM.BufferPool
Determine the current size of the pool.
getSize() - Method in class com.tangosol.io.journal.RamJournalRM.BufferPool
Determine the current number of buffers in the pool.
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 class com.tangosol.util.AbstractLongArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.AbstractSparseArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.CopyOnWriteLongArray
Determine the size of the LongArray.
getSize() - Method in interface com.tangosol.util.LongArray
Determine the size of the LongArray.
getSize() - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Determine the number of Entry items that are registered.
getSize() - Method in class com.tangosol.util.SimpleLongArray
Determine the size of the LongArray.
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.
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.
getSizeCounter() - Method in class com.tangosol.util.SafeSortedMap.BaseEntryNode
Return the AtomicLong used to track the size of the base entry list.
getSizeInMemory() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the size of the cache in memory (byte count) Not supported (returns -1).
getSizeThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
Obtain the bundle size threshold value.
getSocketAddress(String, int) - Static method in class com.tangosol.net.InetAddressHelper
Return the InetSocketAddress represented by the specified string.
getSocketProviderFactory() - Method in interface com.tangosol.net.OperationalContext
Return a 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.
getSoLinger() - Method in class com.tangosol.net.WrapperSocket
getSortedMap() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Return the underlying SortedMap.
getSortedMap(SortedMap, Converter, Converter, Converter, Converter) - 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(SortedSet, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
Returns an instance of SortedSet that uses a Converter to view an underlying SortedSet.
getSortedSet() - Method in class com.tangosol.util.ImmutableArrayList
Return a java.util.SortedSet view of this ImmutableArrayList.
getSortedSet(SortedSet, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of SortedSet.
getSoTimeout() - Method in class com.tangosol.net.WrapperServerSocket
getSoTimeout() - Method in class com.tangosol.net.WrapperSocket
getSpan(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
Caculate the partition span for a logical group of keys represented by the speficified "base" key.
getSpan() - Method in class com.tangosol.util.SafeSortedMap
Return the span of this map.
getSplitHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Return the SplitHttpSessionCollection currently in use.
getSplitHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Get the SplitHttpSessionCollection that contains this model.
getSplitKey() - Method in class com.tangosol.util.SafeSortedMap.Split
Return the key around which this is SafeSortedMap.Split is defined.
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.
getState() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the current state of the AbstractJournalRM.
getState() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the current state of this JournalFile.
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.util.Daemon
Obtain the state of the daemon.
getStateDescription(int) - Static method in class com.tangosol.io.journal.AbstractJournalRM
Format the passed state identifier into a human-readable string.
getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a status of the undrlying Work.
getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the current status of dispatching the Work.
getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return the work execution status.
getStatus() - Method in interface com.tangosol.coherence.transaction.TransactionState
Obtain the status of the transaction.
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.util.ThreadGate
Return the current thread gate status.
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.
getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
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.
getStickyCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of information about sessions that are stuck to this member, if sticky ownership is used.
getStickyExitTaskCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the cache of session ExitTasks for sessions that are stuck to this member, if sticky ownership is used.
getStickyService() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Get the invocation service to use to manage sticky session ownership.
getStorageEnabledMembers() - Method in interface com.tangosol.net.DistributedCacheService
Deprecated. As of Coherence 3.6, replaced by PartitionedService.getOwnershipEnabledMembers().
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.StoreWrapper
Return the cache store object to which this wrapper delegates.
getStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Obtain the bundler for the "store" operations.
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.
getStoreOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine the number of store() operations.
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(String) - 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(String) - 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.
getStringValue(XmlElement, String, String) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getSubject() - Method in class com.tangosol.net.security.PermissionInfo
Return the encryptor subject.
getSupportedTypes() - Method in interface com.tangosol.net.events.EventDispatcher
Return the set of Event types this EventDispatcher supports.
getSupportedVersion(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the version of the spec to find the factory for based on the passed application server ServletContext object.
getSynchronousListeners() - Method in class com.tangosol.util.Listeners
Get the array of synchronous event listeners.
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
Generate a synthetic CacheInfo for a cache that has a name suffixed with the specified string.
getTail() - Method in class com.tangosol.util.SafeSortedMap.Split
Return tail of the split
getTailWeight() - Method in class com.tangosol.util.SafeSortedMap.Split
Return the estimated weight of the tail portion of the SafeSortedMap.Split.
getTargetMember() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the Member that the corresponding Work is to be executed at.
getTasks() - Method in class com.tangosol.util.TaskDaemon
Obtain the pending tasks.
getTcpNoDelay() - Method in class com.tangosol.net.WrapperSocket
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.
getThreadOwner() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Retrieve the thread that has entered this session model.
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.
getThreshold() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return the size threshold for this rule.
getTicketDescription(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Format the information encoded in a ticket into a debug string.
getTicketDescription(long) - Method in class com.tangosol.io.journal.RamJournalRM
Format the information encoded in a ticket into a debug string.
getTicketTree() - Method in class com.tangosol.io.journal.JournalBinaryStore
An internal accessor for the "tree of tickets"; this accessor is used only by client threads, and has a built-in check for if the journal has already been disposed of (which could occur on a different thread).
getTime() - Method in class com.tangosol.run.xml.SimpleValue
Get the value as a Time.
getTime(Time) - 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 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.hibernate.CoherenceCache
Get the lock timeout (lease duration, not lock acquisition).
getTimeout() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Obtain the transaction timeout for this connection.
getTimeout() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Obtain the transaction timeout for this connection.
getTimeout() - Method in class com.tangosol.net.GuardSupport.Context
Return the next timeout for this Guardable.
getTimeout() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
getTimeProperty(Properties, String, long, long) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get an adjusted time (duration) property
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.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
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.
getTopNode() - Method in class com.tangosol.util.SafeSortedMap
Return the top index node in the map.
getTotalAllocationTime() - Static method in class com.tangosol.io.nio.DirectBufferManager
Return the total time spent allocating buffers, copying the previous content and cleaning up uncollected buffers.
getTotalDataSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the amount of data currently stored by this Journal.
getTotalDataSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the amount of data currently stored by this Journal.
getTotalFileSize() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine the number of bytes in the Journal files for this Journal.
getTotalFileSize() - Method in interface com.tangosol.io.journal.JournalMBean
Determine the number of bytes in the Journal files for this Journal.
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.
getTotalReapCycles() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Determine the total number of reaping cycles that this node has performed.
getTotalReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Gets the number of sessions that were reaped since the statistics was reset.
getTotalReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Gets the number of sessions that were reaped since the statistics was 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.OldCache.Entry
Deprecated. Determine the number of times that the cache entry has been touched.
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).
getTouchCounter() - Method in class com.tangosol.net.cache.SerializationCache
Determine the next value from the touch counter.
getTrafficClass() - Method in class com.tangosol.net.WrapperSocket
getTrailingZeroCount(long) - Static method in class com.tangosol.net.partition.PartitionSet
Determine the number of trailing zero bits in the passed long value.
getTransactionIsolation() - Method in interface com.tangosol.util.TransactionMap
Retrieve this TransactionMap's current transaction isolation level.
getTransactionState() - Method in interface com.tangosol.coherence.transaction.Connection
Obtain information about the active transaction.
getTransactionTimeout() - Method in interface com.tangosol.coherence.transaction.Connection
Obtain the transaction timeout.
getTransactionTimeout() - Method in interface com.tangosol.util.TransactionMap
Retrieve transaction timeout value for this TransactionMap.
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).
getTrigger() - Method in class com.tangosol.util.MapTriggerListener
Obtain the MapTrigger agent represented by this TriggerListener.
getTtl() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Get the default time-to-live, in milliseconds, of entries in the Cache.
getTTL() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
getType() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
Return an event type.
getType() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the current Block type.
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.
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.
getUid() - Method in interface com.tangosol.net.Member
Return the unique identifier of the Member.
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 interface com.tangosol.net.cache.ConfigurableCacheMap
Obtain the current UnitCalculator used by the cache.
getUnitCalculator() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Obtain the current UnitCalculator used by the cache.
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.
getUnitCalculatorType() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the current unit calculator type.
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.OldCache
Deprecated. Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
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.
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.OldCache.Entry
Deprecated. Determine the number of cache units used by this Entry.
getUnits() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the number of units that the cache currently stores.
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.SimpleMapIndex
Retrieve the size of this index in units (as defined by the {@link #getCalculator() UnitCalculator).
getUnitsCounter() - Method in class com.tangosol.util.SimpleMapIndex
Get the counter for the size of this index.
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().
getUnqualifiedCacheName(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Given a qualified cache name as returned by the PortalCacheProvider.getQualifiedCacheName(String) method, return the unqualified name that does not contain the CacheProvider scope identifier.
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
Retreive the ValueUpdator part.
getUpdater() - Method in class com.tangosol.util.processor.PropertyManipulator
Retreive the underlying ValueUpdater reference.
getUpdater() - Method in interface com.tangosol.util.ValueManipulator
Retreive the underlying ValueUpdater reference.
getUpperBound() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Return the upper bound of this ViewMap.
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.run.jca.CacheAdapter.CacheConnectionSpec
 
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(Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(Object) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Class) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(String) - Method in interface com.tangosol.io.pof.PofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given class.
getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SimplePofContext
Determine the user type identifier associated with the given class name.
getUserTypeIdentifier(Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the user type identifier associated with the given object.
getUserTypeIdentifier(Class) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine the user type identifier associated with the given class.
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.
getValidator() - Method in interface com.tangosol.util.TransactionMap
Retrieve the topmost Validator in TransactionMap's validation chain.
getValue() - Method in class com.tangosol.coherence.rest.EntryResource
Get the entry value.
getValue() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Obtain the object form of the value.
getValue() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Obtain the object form of the value.
getValue() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Obtain the object form of the 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(Class) - 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.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() - Method in interface com.tangosol.io.pof.reflect.PofValue
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(int) - 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 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.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
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Returns the value corresponding to this entry.
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.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.SimpleEntry
Return 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.EntryNode
getValue() - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
Returns the value corresponding to this entry.
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
 
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
Returns the value corresponding to this entry.
getValue() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Returns the value corresponding to this entry.
getValueAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
getValueBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Get the raw value buffer.
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.ExtractorFilter
Obtain the ValueExtractor used by this filter.
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.
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.SafeSortedMap.EntryNode
Return the value associated with the Map entry (could be NO_VALUE).
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() - Method in class com.tangosol.coherence.rest.EntrySetResource
Get the entries' values.
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.
getVendorInfo() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Returns the name of the organization, vendor, or company that provided this implementation.
getVersion() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Return the version indicator for this model.
getVersion() - Method in class com.tangosol.io.pof.reflect.PofUserType
Return the data version of this value.
getVersion() - Method in class com.tangosol.util.ThreadGate
Return the total number of times the gate has been fully opened.
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 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.
getVersionString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return the version of this CacheProvider implementation.
getViewMap() - Method in class com.tangosol.util.SafeSortedMap
Return a view of the entire map.
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.
getWaits() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Assemble an array of collection that wait for this Work.
getWork() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a Work object.
getWorker() - Method in class com.tangosol.util.Daemon
Accessor to obtain the Daemon worker object.
getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Return a Work id.
getWorkId() - Method in exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
Return a rejected Work id.
getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the work id.
getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return the work id.
getWorkItem() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
 
getWorkManager() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Gets a WorkManager for use by the parallel reap task.
getWorkManagerMaxThreads() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the maximum number of threads used by the work manager.
getWorkManagerMinThreads() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the minimum number of threads used by the work manager.
getWorkStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Return a WorkStatus object for this feedback.
getWorkStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the WorkStatus object.
getWrappedServletContext(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine the ServletContext wrapper for the specified application server context.
getWrappedServletContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns the application server's ServletContext that this SessionHelper is helping with.
getWrapper() - Method in exception com.tangosol.util.WrapperException
 
getWriteBatchFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the write-batch factor.
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, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Obtain a WriteBuffer for a portion of 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 interface com.tangosol.io.WriteBuffer
Obtain a WriteBuffer for a portion of this WriteBuffer.
getWriteChannel() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Obtain the FileChannel used for appending to the JournalFile.
getWriteMaxBatchSize() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the maximum size of the write-behind batch.
getWriteQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the queue of entries that are yet to be written.
getWriter() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a Writer.
getWriterDaemon() - Method in class com.tangosol.io.journal.FlashJournalRM
Obtain the WriterDaemon instance.
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.
getWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the write-behind thread.
getXid() - Method in interface com.tangosol.coherence.transaction.TransactionState
Obtain the unique transaction identifier.
getXmlConfig() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the cache configuration in xml element format used to create the connection.
getXmlConfig() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the cache configuration in xml element format used to create the connection.
getXmlConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Get the XML Configuration.
getXmlName() - Method in class com.tangosol.run.xml.PropertyAdapter
Return the XML element name used to generate an XML.
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.
grabBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Grab a block object for the specified offset.
GreaterEqualsFilter - 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, Comparable) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
GreaterEqualsFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
GreaterEqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
GreaterEqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
GreaterEqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
GreaterEqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
GreaterFilter - 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, Comparable) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, int) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, long) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, float) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GreaterFilter(String, double) - Constructor for class com.tangosol.util.filter.GreaterFilter
Construct a GreaterFilter for testing "Greater" condition.
GrizzlyHttpServer - Class in com.tangosol.coherence.rest.server
Implementation of HttpServer that uses Grizzly 2 to handle requests.
GrizzlyHttpServer() - Constructor for class com.tangosol.coherence.rest.server.GrizzlyHttpServer
 
GroupAggregator - 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, InvocableMap.EntryAggregator, Filter) - Constructor for class com.tangosol.util.aggregator.GroupAggregator
Construct a GroupAggregator based on a specified ValueExtractor and underlying EntryAggregator.
GroupAggregator.Parallel - Class in com.tangosol.util.aggregator
Parallel implementation of the GroupAggregator.
GroupAggregator.Parallel() - Constructor for class com.tangosol.util.aggregator.GroupAggregator.Parallel
Default constructor (necessary for the ExternalizableLite interface).
GroupAggregator.Parallel(ValueExtractor, InvocableMap.ParallelAwareAggregator, Filter) - Constructor for class com.tangosol.util.aggregator.GroupAggregator.Parallel
Construct a Parallel aggregator based on a specified ValueExtractor and underlying ParallelAwareAggregator.
groupMembersByRole(Set) - 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(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() - 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.util.SegmentedHashMap
Resize the bucket array to the specified size, rehashing all Entries.
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.GuardContext - Interface in com.tangosol.net
A GuardContext represents the lifecycle status of a Guardable.
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 guardiables.
GUARDIAN_LATE_THRESHOLD - Static variable in class com.tangosol.net.GuardSupport
The threshold past which a guardian considers itself late in checking its guardiables.
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.
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.
GuardSupport.Context(Guardable, long, float) - Constructor for class com.tangosol.net.GuardSupport.Context
Construct a Context.

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.
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.
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.
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(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.tangosol.util.HashHelper
Calculate a running hash using the byte 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.tangosol.util.HashHelper
Calculate a running hash using the double 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.tangosol.util.HashHelper
Calculate a running hash using the int 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.tangosol.util.HashHelper
Calculate a running hash using the short value.
hash(Object, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Object value.
hash(boolean[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the boolean array value.
hash(byte[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the byte array value.
hash(char[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the char array value.
hash(double[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the double array value.
hash(float[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the float array value.
hash(int[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the int array value.
hash(long[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the long array value.
hash(short[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the short array value.
hash(Object[], int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Object array value.
hash(Collection, int) - Static method in class com.tangosol.util.HashHelper
Calculate a running hash using the Collection value.
hash(String) - Static method in class com.tangosol.util.HashHelper
Shift the value into a different charset order.
hashCode() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return a hash code value for this WorkHolder.
hashCode() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Returns a hash code value for the 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 interface com.tangosol.net.AddressProvider
Return the hash code for this AddressProvider.
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.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 AddressProvider.
hashCode() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Return the hash code for this AddressHolder.
hashCode() - Method in class com.tangosol.net.ConfigurableAddressProvider
Return the hash code for this AddressProvider.
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.partition.Ownership
Determine the hash code for this Ownership object.
hashCode() - Method in class com.tangosol.net.partition.SimplePartitionKey
hashCode() - Method in class com.tangosol.net.RefreshableAddressProvider
Return the hash code for this AddressProvider.
hashCode() - Method in class com.tangosol.net.security.SimpleHandler
Return a hashcode for this principal.
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.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
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns the hash code value for this set.
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns the hash code value for this list.
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns the hash code value for this map.
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
Determine a hash value for the WrapperSynchronousListener object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.ConverterCollections.ConverterSet
Returns the hash code value for this set.
hashCode() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Determine a hash value for the MultiExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.ConditionalExtractor
Determine a hash value for the ValueExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.IdentityExtractor
Determine a hash value for the IdentityExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.KeyExtractor
Determine a hash value for the KeyExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.extractor.PofExtractor
Determine a hash value for the PofExtractor object according to the general Object.hashCode() contract.
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
Determine a hash value for the ReflectionExtractor object according to the general Object.hashCode() contract.
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.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.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.ImmutableArrayList.ListView
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SetView
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
Returns the hash code value for this collection.
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
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.InflatableList
Returns the hash code value for this collection.
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.WrapperSynchronousListener
Determine a hash value for the WrapperSynchronousListener 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.NullFlatRegistry
 
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.SafeSortedMap.EntryNode.MapEntry
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.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.SubList
Returns the hash code value for this list.
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.UUID
Determine a hash code for the UUID object.
hashCode() - Method in interface com.tangosol.util.ValueExtractor
Determine a hash value for the ValueExtractor object according to the general Object.hashCode() contract.
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
hashCode() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns the hash code value for this map.
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns the hash code value for this collection.
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Returns the hash code value for this map entry.
hashCode() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns the hash code value for this map.
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.
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.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.OldCache
Deprecated. Determine if the OverflowMap 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.
hasMoreElements() - Method in class com.tangosol.util.ChainedEnumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.tangosol.util.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.net.cache.SimpleOverflowMap.KeyIterator
Returns true if the iteration has more elements.
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.AbstractSparseArray.Crawler
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.AbstractStableIterator
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
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class com.tangosol.util.ConverterEnumerator
Determine if this Iterator contains more elements.
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 class com.tangosol.util.LiteMap.EntryIterator
Returns true if the iteration has 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.SubSet.SubSetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Returns true if the iteration has more elements.
hasPrevious() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
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
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
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.
hasTimezone() - Method in class com.tangosol.io.pof.RawTime
Determine if the time value has an explicit timezone.
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.ConverterCollections.ConverterSortedMap
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.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
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.ViewMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headSet(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
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.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(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
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(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() - Method in class com.tangosol.net.GuardSupport.Context
Called by the Guardable to signal that it is still alive.
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() - Static method in class com.tangosol.net.GuardSupport
Issue a heartbeat on the GuardContext associated with the current thread.
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() - Method in class com.tangosol.util.Daemon
If this Daemon is being guarded, issue a heartbeat to the Guardian.
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.
helpDelete(SafeSortedMap.EntryNode, SafeSortedMap.EntryNode) - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Called when a deleted EntryNode is encountered during a map traversal to help the deletion process complete.
HibernateCacheLoader - Class in com.tangosol.coherence.hibernate
Data-driven CacheLoader implementation for Hibernate tables

These methods all follow the pattern of: open session begin transaction do work commit transaction (or rollback on exception and rethrow) close session

HibernateCacheLoader() - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheLoader
Default constructor.
HibernateCacheLoader(String) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheLoader
Constructor which accepts an entityName.
HibernateCacheLoader(String, String) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate configuration resource.
HibernateCacheLoader(String, File) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate configuration resource.
HibernateCacheLoader(String, SessionFactory) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate SessionFactory.
HibernateCacheStore - Class in com.tangosol.coherence.hibernate
Data-driven CacheStore implementation for Hibernate tables
HibernateCacheStore() - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheStore
Default constructor.
HibernateCacheStore(String) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheStore
Constructor which accepts an entityName
HibernateCacheStore(String, String) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheStore
Constructor which accepts an entityName and a hibernate configuration resource.
HibernateCacheStore(String, File) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheStore
Constructor which accepts an entityName and a hibernate configuration resource.
HibernateCacheStore(String, SessionFactory) - Constructor for class com.tangosol.coherence.hibernate.HibernateCacheStore
Constructor which accepts an entityName and a Hibernate SessionFactory.
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.
HttpRequestContext - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
HttpRequestContext(SessionHelper, HttpServletRequest, HttpServletResponse) - Constructor for class com.tangosol.coherence.servlet.HttpRequestContext
Deprecated. Construct an HttpRequestContext object to hold the state of the request and response.
HttpServer - Interface in com.tangosol.coherence.rest.server
An interface implemented by embedded HTTP servers.
HttpSessionCollection - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
HttpSessionCollection.AttributeScopeController - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
HttpSessionCollection.SessionDistributionController - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
HttpSessionIdGenerator - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
HttpSessionManager - Class in com.tangosol.coherence.servlet.management
HttpSessionManagerMBean implementation class.
HttpSessionManager(SessionHelper, SessionReaperStatistics) - Constructor for class com.tangosol.coherence.servlet.management.HttpSessionManager
Create a new HttpSessionManager object.
HttpSessionManagerMBean - Interface in com.tangosol.coherence.servlet.management
Standard MBean interface that exposes management attributes and operations for web applications that use Coherence*Web for HTTP session management.
HttpSessionModel - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.

I

Identifiable - Interface in com.tangosol.run.xml
An interface for access to a key of a value object
IdentityAsserter - Interface in com.tangosol.net.security
IdentityAsserter validates a token in order to establish a user's identity.
IdentityExtractor - 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).
IdentityTransformer - Interface in com.tangosol.net.security
IdentityTransformer transforms a Subject to a token that asserts identity.
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(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(Object[]) - Constructor for class com.tangosol.util.ImmutableArrayList
Construct a List from an array.
ImmutableArrayList(Collection) - Constructor for class com.tangosol.util.ImmutableArrayList
Construct a List containing the elements of the specified Collection.
ImmutableArrayList() - Constructor for class com.tangosol.util.ImmutableArrayList
Default constructor (necessary for the ExternalizableLite interface).
ImmutableArrayList.ListView - Class in com.tangosol.util
ListView exposes the underlying ImmutableArrayList through the List interface, maintaining correct equals() and hashCode() semantics
ImmutableArrayList.ListView() - Constructor for class com.tangosol.util.ImmutableArrayList.ListView
Create a ListView over this ImmutableArrayList.
ImmutableArrayList.SetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableArrayList through the Set interface, maintaining correct equals() and hashCode() semantics
ImmutableArrayList.SetView() - Constructor for class com.tangosol.util.ImmutableArrayList.SetView
Create a SetView over this ImmutableArrayList.
ImmutableArrayList.SortedSetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableArrayList through the SortedSet interface, maintaining correct equals() and hashCode() semantics
ImmutableArrayList.SortedSetView() - Constructor for class com.tangosol.util.ImmutableArrayList.SortedSetView
Create a SortedSetView over this ImmutableArrayList.
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.ListView() - Constructor for class com.tangosol.util.ImmutableMultiList.ListView
Create a ListView over this ImmutableMultiList.
ImmutableMultiList.MultiIterator - Class in com.tangosol.util
ListIterator implementation based on the ImmutableMultiList.
ImmutableMultiList.MultiIterator(int) - Constructor for class com.tangosol.util.ImmutableMultiList.MultiIterator
 
ImmutableMultiList.SetView - Class in com.tangosol.util
SetView exposes the underlying ImmutableMultiList through the Set interface, maintaining correct equals() and hashCode() semantics
ImmutableMultiList.SetView() - Constructor for class com.tangosol.util.ImmutableMultiList.SetView
Create a SetView over this ImmutableMultiList.
implCloseSelectableChannel() - Method in class com.tangosol.net.WrapperServerSocketChannel
implCloseSelectableChannel() - Method in class com.tangosol.net.WrapperSocketChannel
implCloseSelector() - Method in class com.tangosol.net.WrapperSelector
implConfigureBlocking(boolean) - Method in class com.tangosol.net.WrapperServerSocketChannel
implConfigureBlocking(boolean) - Method in class com.tangosol.net.WrapperSocketChannel
implies(Permission) - Method in class com.tangosol.net.ClusterPermission
Check if the specified permission's actions are "implied by" this object's actions.
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).
includeNode(BinaryRadixTree.Node) - Method in class com.tangosol.util.BinaryRadixTree.AllKeyIterator
Determine if the specified Node should be included in the Iterator.
includeNode(BinaryRadixTree.Node) - Method in class com.tangosol.util.BinaryRadixTree.FilteredIterator
{inheritDoc}
includeNode(BinaryRadixTree.Node) - Method in class com.tangosol.util.BinaryRadixTree.KeyIterator
Determine if the specified Node should be included in the Iterator.
incReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Increment the reference count.
increment() - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Increment the Long value of the ThreadLocalCounter for the current thread by one.
IncrementalReapTask - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
IncrementalReapTask(SessionHelper, SessionReaperStatistics, Iterator, int) - Constructor for class com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated. Construct an IncrementalReapTask.
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(Object, Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Increment value's version.
incrementVersion() - Method in interface com.tangosol.util.Versionable
Update the version to the next logical version indicator.
incTotalReapCycles() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Increment the total number of reaping cycles that this node has performed.
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.
IndexAwareExtractor - Interface in com.tangosol.util.extractor
IndexAwareExtractor is an extension to the ValueExtractor interface that supports the creation and destruction of an index.
IndexAwareFilter - 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.
indexOf(Object) - 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(Object, 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 >= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
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
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.CopyOnWriteLongArray
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(Object, long) - Method in class com.tangosol.util.CopyOnWriteLongArray
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(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
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 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(Object, 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 >= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
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, 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(Object) - Method in class com.tangosol.util.SubList
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.WrapperCollections.AbstractWrapperList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
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 evaulates to true for any InetAddress which is externally routable.
InetAddressHelper.RoutableFilter() - Constructor for class com.tangosol.net.InetAddressHelper.RoutableFilter
 
InetAddressHelper.SubnetMaskFilter - Class in com.tangosol.net
SubnetMaskFilter evaulates to true for any address with matches the pattern for the masked bits
InetAddressHelper.SubnetMaskFilter(InetAddress, InetAddress) - Constructor for class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
Construct a SubnetMaskFilter for the given pattern and mask.
InetAddressHelper.SubnetMaskFilter(InetAddress, int) - Constructor for class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
Construct a SubnetMaskFilter for the given pattern and mask bit count.
InetAddressHelper.SubnetMaskFilter(String) - Constructor for class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
Construct a SubnetMaskFilter for the given pattern and slash mask.
InFilter - 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, Set) - Constructor for class com.tangosol.util.filter.InFilter
Construct an InFilter for testing "In" condition.
InFilter(String, Set) - Constructor for class com.tangosol.util.filter.InFilter
Construct an InFilter for testing "In" condition.
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
 
inheritedChannel() - Method in class com.tangosol.net.SystemSocketProvider
Unsupported.
inheritedChannel() - Method in class com.tangosol.net.WrapperSocketProvider
Unsupported.
init(String, int, ConfigurableCacheFactory) - Method in class com.tangosol.coherence.commonj.WorkManager
Initialization.
init(InvocationService) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
Deprecated. Initialize the AttributeScopeController.
init(HttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.DistributedController
Deprecated. Initialize the session distribution controller, so that it has the necessary context with which to make decisions regarding when to distribute sessions and their attributes.
init(InvocationService) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
Deprecated. Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.GlobalScopeController
Deprecated. Initialize the AttributeScopeController.
init(HttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.HybridController
Deprecated. Initialize the session distribution controller, so that it has the necessary context with which to make decisions regarding when to distribute sessions and their attributes.
init(HttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.LocalController
Deprecated. Initialize the session distribution controller, so that it has the necessary context with which to make decisions regarding when to distribute sessions and their attributes.
init(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.AttributeScopeController
Deprecated. Initialize the AttributeScopeController.
init(HttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
Deprecated. Initialize the session distribution controller, so that it has the necessary context with which to make decisions regarding when to distribute sessions and their attributes.
init(File) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Initialize the utility with the installation directory of the target web container.
init(InvocationService) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Initialize the CacheProvider.
init(String, DatabaseFactory) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Initialize the BinaryStore.
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(InvocationService) - Method in class com.tangosol.net.AbstractInvocable
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(Service) - Method in interface com.tangosol.net.ActionPolicy
Called when the specified service loads and configures this policy.
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(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.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Called when the specified service loads and configures this policy.
init(BackingMapManagerContext) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
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(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(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(ProxyService) - Method in class com.tangosol.net.proxy.AbstractProxyServiceLoadBalancer
Called by the ProxyService exactly once on this object as part of its initialization.
init(ProxyService) - Method in interface com.tangosol.net.proxy.ProxyServiceLoadBalancer
Called by the ProxyService exactly once on this object as part of its initialization.
init() - Method in class com.tangosol.run.xml.SimpleParser
Internal initialization.
init(Class, String, String[]) - Static method in class com.tangosol.run.xml.XmlBean
For backwards compatibility only - loads reflection info.
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(Service) - Method in class com.tangosol.util.NullImplementation.NullActionPolicy
Called when the specified service loads and configures this policy.
init() - Method in class com.tangosol.util.processor.PropertyManipulator
Parse the property name and initialize necessary extractor and updator.
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.coherence.hibernate.HibernateCacheLoader
Initializer (must be called post-constructor)

We do this specifically so that derived classes can safely create override methods that depend on a fully constructed object state.

initialize(String, String, String, ClassLoader) - Method in class com.tangosol.coherence.jpa.JpaCacheLoader
Initialize this instance with the relevant metadata for the entity being stored.
initialize(String, String) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Initialize the instance with the relevant metadata for the entity being stored.
initialize() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Bind the ConfigurablePofContext to a ClassLoader, resolving all class names, etc.
initialize(PortableObject, PofReader) - Method in class com.tangosol.io.pof.PortableObjectSerializer
Initialize the specified (newly instantiated) PortableObject instance using the specified reader.
initialize() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Initialize the AnalysisContext.
initialize() - Method in class com.tangosol.net.RefreshableAddressProvider
Initialize the RefreshableAddressProvider and prepare it for use by populating the address-list cache and starting the refresh thread.
initialize() - Method in class com.tangosol.util.SafeSortedMap
Initialize the index nodes.
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).
initialize() - Method in class com.tangosol.util.SimpleMapIndex
Initialize the index's data structures.
initialize() - Method in class com.tangosol.util.UnsafeSubSet.WrapperSet
Initialize the underlying set.
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(AbstractBundler, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Initialize the specified bundler using the "bundle-config" element.
initializeFreeLists() - Method in class com.tangosol.io.nio.BinaryMap
Create an array of references to lists of free blocks indexed by size code.
initialValue() - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Returns the current thread's initial value for this thread-local variable.
initRecycling(int) - Method in class com.tangosol.util.RecyclingLinkedList
Initializing the recycling data structures.
initWork(WorkManager.ScheduleWork) - Method in class com.tangosol.coherence.commonj.WorkManager
Initialize the remote work agent.
InKeySetFilter - 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, Set) - Constructor for class com.tangosol.util.filter.InKeySetFilter
Construct an InFilter for testing "In" condition.
InputStreaming - Interface in com.tangosol.io
This is the interface represented by the Java InputStream class.
inRange(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Is the specified key in the range represented by this ViewMap?
insert(Object, Object) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Insert a new value.
insert(Map.Entry) - Method in interface com.tangosol.util.MapIndex
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.
INSERTED - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been inserted into the backing-map.
insertIndex(SafeSortedMap.IndexNode, SafeSortedMap.EntryNode, int) - Method in class com.tangosol.util.SafeSortedMap
Insert a index nodes for the specified newly inserted EntryNode, up to a random index-level.
INSERTING - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched before one or more BinaryEntry(s) are inserted into the backing-map.
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.
install() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Install extension classes.
INSTALL_DESCRIPTOR - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. The name of the XML file that contains information about the plugin installation.
installMemberListener() - Method in class com.tangosol.coherence.commonj.WorkManager
Install a MemberListener.
INSTANCE - Static variable in class com.tangosol.net.cache.BinaryMemoryCalculator
Singleton BinaryMemoryCalculator instance.
INSTANCE - Static variable in class com.tangosol.net.cache.OldCache.InternalUnitCalculator
Deprecated. 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 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.SystemSocketProvider
A shareable SystemSocketProvider.
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.NullBackingMapManagerContext
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullCacheStore
Singleton instance.
INSTANCE - Static variable in class com.tangosol.util.NullImplementation.NullContinuation
Singleton instance.
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.NullFlatRegistry
Since the FlatRegistry 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.NullObservableMap
Since the Map contains no information, only one ever has to exist.
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.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_BINARY - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The UnitCalculator object that measures the bytes used by entries.
INSTANCE_FIXED - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The UnitCalculator object that counts each entry as one unit.
INSTANCE_HYBRID - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The EvictionPolicy object for the Hybrid eviction algorithm.
INSTANCE_LFU - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The EvictionPolicy object for the Least Frequently Used (LFU) eviction algorithm.
INSTANCE_LRU - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. The EvictionPolicy object for the Least Recently Used (LRU) eviction algorithm.
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
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
Construct an AsyncBinaryStore using the specified parameters.
instantiateAsyncBinaryStoreManager(BinaryStoreManager, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an AsyncBinaryStoreManager using the specified parameters.
instantiateAttribute() - Method in class com.tangosol.run.xml.SimpleElement
Instantiate an XmlValue implementation for an attribute value.
instantiateAttributeHolder() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder to manage the passed value.
instantiateAttributeHolder() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder to manage the passed value.
instantiateAttributeHolder() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. Factory method: Instantiate an AttributeHolder to manage the passed 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 class com.tangosol.net.AbstractBackingMapManager
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 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
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
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
Instantiate a BackingMapManager for a given scheme type.
instantiateBackMapListener() - Method in class com.tangosol.net.cache.CachingMap
Factory pattern: instantiate back map listener.
instantiateBackMapListener() - Method in class com.tangosol.net.cache.OverflowMap
Factory pattern: Back Map Listener.
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
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(boolean) - 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.
instantiateBufferPool() - Method in class com.tangosol.io.journal.FlashJournalRM
Factory: Instantiate a pool of buffers.
instantiateBufferPool() - Method in class com.tangosol.io.journal.RamJournalRM
Factory: Instantiate a pool of buffers.
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
Create a BundlingNamedCache using the "operation-bundling" element.
instantiateCacheImpl(String, NamedCache) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Factory pattern: Create a new CacheImpl.
instantiateCacheLoaderCacheStore(CacheLoader) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a CacheLoaderCacheStore wrapper around a passed CacheLoader.
instantiateCacheStore(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a CacheLoader, CacheStore or BinaryEntryStore using the "cachestore-scheme" element.
instantiateCacheStoreWrapper(CacheStore) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a StoreWrapper wrapper around the passed CacheStore.
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.VersionedBackingMap
Deprecated. Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
instantiateCalculator() - Method in class com.tangosol.util.SimpleMapIndex
Factory method used to create a new calculator.
instantiateClusterPolicy(Map) - 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(Collection, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Create a Converter Collection.
instantiateCollection(Collection, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Collection.
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.
instantiateCollectorDaemon() - Method in class com.tangosol.io.journal.AbstractJournalRM
Factory: Instantiate a CollectorDaemon.
instantiateConditionalRemoveAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for ConditionalRemoveAction
instantiateConsumer() - Method in class com.tangosol.io.journal.RamJournalRM
Factory: Instantiate a FlashConsumer object.
instantiateContainsValueAction() - Method in class com.tangosol.util.SegmentedHashMap
Factory for ContainsValueAction
instantiateContext(Guardable, long, float) - Method in class com.tangosol.net.GuardSupport
 
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(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.
instantiateCrawler(AbstractSparseArray.Node, int, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Instantate a new Crawler at the specified location and direction.
instantiateCrawler(AbstractSparseArray.Node, int, boolean) - Method in class com.tangosol.util.PrimitiveSparseArray
Instantate a new Crawler at the specified location and direction.
instantiateDiskBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. As of Coherence 3.0, replaced by DefaultConfigurableCacheFactory.instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader) and DefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader)
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(Binary, Binary) - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern: Instantiate an Entry object.
instantiateEntry() - Method in class com.tangosol.net.cache.LocalCache
Factory method.
instantiateEntry() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Factory method.
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, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: instantiate a queue entry.
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.AbstractKeyBasedMap.EntrySet
Factory pattern.
instantiateEntry(Object, Object) - Method in class com.tangosol.util.LiteMap
(Factory pattern) Instantiate a Map Entry.
instantiateEntry() - Method in class com.tangosol.util.ObservableHashMap
Factory method.
instantiateEntry(Object, Object, int) - Method in class com.tangosol.util.SafeHashMap
Factory pattern: instantiate initialized Entry object.
instantiateEntry() - Method in class com.tangosol.util.SafeHashMap
Factory pattern: instantiate an un-initialized Entry object.
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.
instantiateEntryAttributes(SerializationCache.EntryAttributes, long, long, int) - Method in class com.tangosol.net.cache.SerializationCache
Factory pattern: Construct an attribute holder for an entry.
instantiateEntryInfo(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Factory pattern: Create a new EntryInfo.
instantiateEntryInfo(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Factory pattern: Create a new EntryInfo.
instantiateEntryInfoMap() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Factory pattern: Create the Map used for concurrency control and to store EntryInfo objects for this CacheImpl.
instantiateEntrySet() - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern.
instantiateEntrySet() - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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(Collection, Converter, Converter, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Create a Converter Entry Set.
instantiateEntrySet(Set, Converter, Converter, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Entry Set.
instantiateEntrySet() - Method in class com.tangosol.util.LiteMap
(Factory pattern) Instantiate an Entry Set.
instantiateEntrySet() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
instantiateEntrySet() - Method in class com.tangosol.util.SegmentedHashMap
Factory for EntrySet
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.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) - 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.
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
Create a backing Map using the "external-scheme" element.
instantiateFakeBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
Factory method: Instantiate a FakeBinaryStore.
instantiateFilterConfig(FilterConfig) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Given an application server's FilterConfig object, create a wrapper.
instantiateFlashConsumer() - Method in class com.tangosol.io.journal.BackupJournalRM
Factory: Instantiate a FlashConsumer object.
instantiateFlashJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a backing Map using the "flashjournal-scheme" element.
instantiateFlushAgent(String, Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Factory pattern: Create a new FlushAgent.
instantiateForwardIndex() - Method in class com.tangosol.util.ConditionalIndex
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
instantiateHttpServletRequest(HttpServletRequest, HttpServletResponse, String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create an HttpServletRequest wrapper.
instantiateHttpServletResponse(HttpServletRequest, HttpServletResponse) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create an HttpServletResponse wrapper.
instantiateHttpSession(HttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create a new HttpSession object.
instantiateHttpSession(HttpSessionCollection, String) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create an HttpSession object for an existing session ID.
instantiateHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Get the HttpSessionCollection object that manages the HttpSessionModel objects.
instantiateHttpSessionContext() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create an HttpSessionContext implementation.
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.
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(Iterator, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Create a Converter Iterator.
instantiateIterator() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Factory pattern.
instantiateIterator() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Factory for EntrySetIterator.
instantiateJournal() - Method in class com.tangosol.io.journal.AbstractJournalRM
Factory: Instantiate a JournalImpl object.
instantiateJournal() - Method in class com.tangosol.io.journal.BackupJournalRM
Instantiate a JournalImpl object.
instantiateJournal(Journal, Journal) - Method in class com.tangosol.io.journal.BackupJournalRM
Factory: Instantiate a JournalImpl object.
instantiateJournal() - Method in class com.tangosol.io.journal.RamJournalRM
Factory: Instantiate a JournalImpl object.
instantiateJournalFile(int) - Method in class com.tangosol.io.journal.AbstractJournalRM
Factory: Instantiate a JournalFile or subclass thereof.
instantiateJournalFile(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Factory: Instantiate a JournalFile or subclass thereof.
instantiateJournalFile(int) - Method in class com.tangosol.io.journal.RamJournalRM
Factory: Instantiate a JournalFile or subclass thereof.
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.OldCache
Deprecated. 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.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.SafeHashMap
Factory pattern.
instantiateKeySet() - Method in class com.tangosol.util.SegmentedHashMap
Factory for KeySet.
instantiateList(List, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Create a Converter List.
instantiateListIterator(ListIterator, Converter, Converter) - 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.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() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Factory pattern: Create the LocalCache used to cache non-serializable entries
instantiateLocalCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a backing Map using the "local-scheme" element.
instantiateLocalCache(int, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a LocalCache using the specified parameters.
instantiateLock(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Factory pattern.
instantiateLockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for LockAction
instantiateMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a backing Map using the "class-scheme" element.
instantiateMap() - Method in class com.tangosol.run.xml.MapAdapter
 
instantiateMap(Map, Converter, Converter, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Map.
instantiateMap() - Method in class com.tangosol.util.LiteMap
(Factory pattern) Instantiate a Map object to store entries in once the "lite" threshold has been exceeded.
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.
instantiateMapEvent(int, Object, Object, Object) - Method in class com.tangosol.net.cache.LocalCache
Factory pattern: instantiate a new CacheEvent corresponding to the specified parameters.
instantiateMapEvent(int, Object, Object, Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Factory pattern: instantiate a new MapEvent corresponding to the specified parameters.
instantiateMapListener(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a MapListener using the using the "class-scheme" element.
instantiateMBean() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Factory Method: Instantiate a MBean implementation for this SessionHelper.
instantiateMemberListener() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Instantiate a member listener to subscribe to service membership events.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Deprecated. Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Deprecated. Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateNearCache(Map, NamedCache, int) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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, Object) - Method in class com.tangosol.util.AbstractSparseArray
Factory pattern: create a new Node with the specified key and value.
instantiateNode(long, Object) - Method in class com.tangosol.util.PrimitiveSparseArray
Factory pattern: create a new Node with the specified key and value.
instantiateNode(long, long) - Method in class com.tangosol.util.PrimitiveSparseArray
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.
instantiateNode(long, Object) - Method in class com.tangosol.util.SparseArray
 
instantiateNotOwnedFilter(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate and return a NotOwnedFilter with the specified ownership.
instantiateOverflowBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a backing Map using the "overflow-scheme" element.
instantiateOverflowMap(ObservableMap, Map, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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
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.
instantiatePartitionedCachePolicy(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - 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.
instantiatePofValue(PofValue, int, ReadBuffer, PofContext, int, ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
Creates a PofValue instance.
instantiatePreparerDaemon() - Method in class com.tangosol.io.journal.FlashJournalRM
Factory: Instantiate a PreparerDaemon.
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.
instantiateRamConsumer() - Method in class com.tangosol.io.journal.BackupJournalRM
Factory: Instantiate a RamConsumer object.
instantiateRamJournalBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
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(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteSplittingBackingMap using the specified parameters.
instantiateRefreshThread(long) - Method in class com.tangosol.net.RefreshableAddressProvider
Start the refresh thread.
instantiateReloadableEntryInfo(boolean, CacheReloader, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Factory pattern: Create a new ReloadableEntryInfo.
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.
instantiateSafetyFilter(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Instantiate and return a SafetyFilter with the specified ownership.
instantiateSerializationCache(BinaryStore, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationCache using the specified parameters.
instantiateSerializationCache(BinaryStore, int, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationCache using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean, ClassLoader, int, int, String, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Instantiate a SerializationMap, SerializationCache, SimpleSerializationMap, or any sub-class thereof.
instantiateSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationMap using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationMap using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationPagedCache using the specified parameters.
instantiateServletConfig(ServletConfig) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Given an application server's ServletConfig object, create a wrapper.
instantiateServletContext() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Create a ServletContext wrapper implementation.
instantiateSessionHelper(ServletContext) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Deprecated. Given an application server's ServletContext object, initialize the factory and create the SessionHelper object.
instantiateSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Factory method: Instantiate a daemon thread that will clean up expired sessions.
instantiateSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Factory method: Instantiate a daemon thread that will be used for scheduled tasks.
instantiateSet(Set, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Set.
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.
instantiateSimpleOverflowMap(ObservableMap, Map, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a SimpleOverflowMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a SimpleSerializationMap using the specified parameters.
instantiateSimpleSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a SimpleSerializationMap using the specified parameters.
instantiateSizeAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
Factory for SizeAction
instantiateSortedMap(SortedMap, Converter, Converter, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Create a Converter SortedMap.
instantiateSortedSet(SortedSet, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Create a Converter SortedSet.
instantiateStartReapingTask() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Factory method: Instantiate a task that starts a reaping cycle.
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.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
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) - 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.OldCache
Deprecated. 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(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedNearCache(Map, NamedCache, NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an VersionedNearCache using the specified parameters.
instantiateWorker() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Instantiate a DaemonWorker that will be used as a daemon.
instantiateWorker() - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Instantiate a DaemonWorker that will be used as a daemon.
instantiateWorker() - Method in class com.tangosol.util.Daemon
Instantiate a DaemonWorker that will be used as a daemon.
instantiateWorkObserver() - Method in class com.tangosol.coherence.commonj.WorkManager
Instantiate a Work observer.
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.
instantiateWriterDaemon() - Method in class com.tangosol.io.journal.FlashJournalRM
Factory: Instantiate a WriterDaemon.
instantiateWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate the write-behind thread.
INT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of ints.
InterceptorRegistry - Interface in com.tangosol.net.events
An InterceptorRegistry manages the registration of EventInterceptors and their association with EventDispatchers.
interestOps() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
interestOps(int) - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
internKeys(byte[][]) - Method in class com.tangosol.util.BinaryRadixTree
To reduce memory footprint, the tree supports de-duplication of byte[] values used internally by the tree.
intersects(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the specified partition set intersects with this set.
intialStartServices() - Method in class com.tangosol.net.DefaultCacheServer
Start the services.
introduceEventDispatcher(String, EventDispatcher) - Method in class com.tangosol.net.events.AbstractEventInterceptor
Introduce and possibly bind this EventInterceptor to the specified EventDispatcher.
introduceEventDispatcher(String, EventDispatcher) - Method in interface com.tangosol.net.events.EventInterceptor
Introduce and possibly bind this EventInterceptor to the specified EventDispatcher.
intValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as an int.
invalidate() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Drop references to the underlying Collection and the Converters.
invalidateFront(Object) - Method in class com.tangosol.net.cache.CachingMap
Invalidate the key from the front.
InverseComparator - Class in com.tangosol.util.comparator
Comparator that reverses the result of another comparator.
InverseComparator() - Constructor for class com.tangosol.util.comparator.InverseComparator
Default constructor (for ExternalizableLite and PortableObject).
InverseComparator(Comparator) - Constructor for class com.tangosol.util.comparator.InverseComparator
Construct an InverseComparator.
invert() - Method in class com.tangosol.net.partition.PartitionSet
Invert all the partitions.
Invocable - Interface in com.tangosol.net
The Invocable object is a cluster-portable object that can be invoked on any set of remote members and each can optionally register a return value for the invocation.
InvocableInOrder - Interface in com.tangosol.net
The InvocableInOrder interface allows to control the ordering in which the results of Invocable tasks are returned back to the caller by the Invocation service with a thread pool.
InvocableMap - Interface in com.tangosol.util
An InvocableMap is a Map against which both entry-targeted processing and aggregating operations can be invoked.
InvocableMap.Entry - Interface in com.tangosol.util
An InvocableMap.Entry contains additional information and exposes additional operations that the basic Map.Entry does not.
InvocableMap.EntryAggregator - Interface in com.tangosol.util
An EntryAggregator represents processing that can be directed to occur against some subset of the entries in an InvocableMap, resulting in a aggregated result.
InvocableMap.EntryProcessor - Interface in com.tangosol.util
An invocable agent that operates against the Entry objects within a Map.
InvocableMap.ParallelAwareAggregator - Interface in com.tangosol.util
A ParallelAwareAggregator is an advanced extension to EntryAggregator that is explicitly capable of being run in parallel, for example in a distributed environment.
InvocableMapHelper - Class in com.tangosol.util
Helper methods for InvocableMap implementations and Filter related evaluation.
InvocableMapHelper() - Constructor for class com.tangosol.util.InvocableMapHelper
 
InvocableMapHelper.IndexAdapter - Class in com.tangosol.util
MapListener implementation that routes the map events into the corresponding MapIndex calls.
InvocableMapHelper.IndexAdapter(MapIndex) - Constructor for class com.tangosol.util.InvocableMapHelper.IndexAdapter
Construct an IndexAdapter.
InvocableMapHelper.SimpleEntry - Class in com.tangosol.util
Simple implementation of the InvocableMap.Entry interface.
InvocableMapHelper.SimpleEntry(Map, Object, boolean) - Constructor for class com.tangosol.util.InvocableMapHelper.SimpleEntry
Construct a SimpleEntry for a given map and a key.
InvocableMapHelper.SimpleEntry(Object, Object) - Constructor for class com.tangosol.util.InvocableMapHelper.SimpleEntry
Construct a SimpleEntry for a given key and value.
INVOCATION_SERVICE_NAME - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The default name of the InvocationService used by the CacheProvider.
invocationCompleted() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
invocationCompleted() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. This method is called by the InvocationService to inform the InvocationObserver that all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
invocationCompleted() - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
InvocationObserver - Interface in com.tangosol.net
The InvocationObserver is an object that asynchronously receives notification of results from the execution of Invocable objects.
InvocationService - Interface in com.tangosol.net
The InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified instance method using the passed arguments.
invoke(Class, Object, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified method using the passed arguments.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAllLocked(ConcurrentMap, Set, InvocableMap.EntryProcessor) - Static method in class com.tangosol.util.InvocableMapHelper
Invoke the passed EntryProcessor against the entries specified by the passed map and entries.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedConcurrentMap.ConditionalRemoveAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedConcurrentMap.RemoveAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedConcurrentMap.SizeAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedConcurrentMap.UnlockAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.ContainsValueAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in interface com.tangosol.util.SegmentedHashMap.EntryAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.EntryActionAdapter
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.GetEntryAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.InsertAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeFound(Object, Object, SegmentedHashMap.Entry[], int, SegmentedHashMap.Entry, SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.RemoveAction
Invoke some action, holding the segment lock, when a matching Entry is found.
invokeLocked(ConcurrentMap, InvocableMap.Entry, InvocableMap.EntryProcessor) - Static method in class com.tangosol.util.InvocableMapHelper
Invoke the passed EntryProcessor against the specified Entry.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockAction
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in class com.tangosol.util.SegmentedConcurrentMap.UnlockAction
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in interface com.tangosol.util.SegmentedHashMap.EntryAction
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in class com.tangosol.util.SegmentedHashMap.EntryActionAdapter
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in class com.tangosol.util.SegmentedHashMap.GetEntryAction
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeNotFound(Object, Object, SegmentedHashMap.Entry[], int) - Method in class com.tangosol.util.SegmentedHashMap.InsertAction
Invoke some action, holding the segment lock, when no matching Entry is found.
invokeOnAllKeys(Object, boolean, SegmentedHashMap.IterableEntryAction) - Method in class com.tangosol.util.SegmentedHashMap
Perform an action on all Entries in the map.
invokeOnKey(Object, Object, boolean, SegmentedHashMap.EntryAction) - Method in class com.tangosol.util.SegmentedHashMap
Perform an action on the specified key.
invokeStatic(Class, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified static method using the passed arguments.
IO_EXCEPTIONS_LOG_LEVEL - Static variable in class com.tangosol.net.TcpDatagramSocket
Debbuging flag for logging an IO exceptions which occur, set to a negative to disable the logging.
isActivatableAttributes() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if the session model may have attributes that need to be activated and passivated.
isActivationListener() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine if the value is an object that implements the HttpSessionActivationListener interface.
isActive(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that is in the active state.
isActive() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if the session model is active (not passivated).
isActive(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that is in the active state.
isActive() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.net.cache.NearCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map is still active.
isActive() - Method in class com.tangosol.net.cache.WrapperNamedCache
Specifies whether or not the NamedCache is active.
isActive() - Method in interface com.tangosol.net.NamedCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Specifies whether or not the NamedCache is active.
isActiveIterator() - Method in class com.tangosol.util.SafeHashMap
Determine if there are any active Iterators, which may mean that they are in the middle of iterating over the Map.
isActiveIterator() - Method in class com.tangosol.util.SegmentedHashMap
Determine if there are any active Iterators, which may mean that they are in the middle of iterating over the Map.
isAddressIncluded() - Method in class com.tangosol.util.UUID
This is true if the IP address is a real IP address.
isAllowAutoAdjust() - Method in class com.tangosol.net.cache.AbstractBundler
Check whether or not the auto-adjustment is allowed.
isAllowed(Service, Action) - Method in interface com.tangosol.net.ActionPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowed(Service, Action) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowed(Service, Action) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowed(Service, Action) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowed(Service, Action) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowed(Service, Action) - Method in class com.tangosol.util.NullImplementation.NullActionPolicy
Evaluate if the specified action is currently allowed by this policy.
isAllowLocalAttributes() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if non-serializable attributes should be preserved as local.
isAllowLocalAttributes() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isAnonymous() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if this property does not have a designated element name.
isAnyLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isAnyLocalAddress()
isAppending() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Determine the current state of this JournalFile.
isApplicationNameGenerated() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isAppLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine whether or not two or more applications should be prevented from accessing the same session simultaneously.
isAppLockingEnforced() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isAssumeLocality() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if it can be assumed that each existent session is managed on a server that is doing reaping, and thus each server can reap only the sessions that are managed on it.
isAsync() - Method in class com.tangosol.io.AsyncBinaryStore
Determine if the AsyncBinaryStore is operating in an asynchronous manner.
isAsynchronousPageDeactivation() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if a daemon should evict the items from a deactivated page to avoid blocking other work from being done.
isAttribute() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the property is stored in an XML attribute instead of an XML element.
isAttribute() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value is an element attribute.
isAttribute() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value is an element attribute.
isAttributeNameIgnored(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Test to see if events for the specified name should be ignored.
isAutoCommit() - Method in interface com.tangosol.coherence.transaction.Connection
Determine whether the connection will produce transactions that are in auto-commit mode.
isAutoCommit() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the auto commit option.
isAutoCommit() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the auto commit option.
isAutoCommit() - Method in interface com.tangosol.coherence.transaction.TransactionState
Obtain the auto-commit status of the transaction.
isAvailable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object is available.
isAvailable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is available.
isBackUpToDate() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists has the same value in the front Map as in the back Map.
isBackUpToDate() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the entry for which this Status exists has the same value in the front Map as in the back Map.
isBinaryMap() - Method in class com.tangosol.net.cache.SerializationMap
Determine if the keys and values in this map are known to be all Binary.
isBinaryMap() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Determine if the keys and values in this map are known to be all Binary.
isBinaryOnly() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Determine if the keys and values in this CacheStore are known to be all Binary.
isBindingListener() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine if the value is an object that implements the HttpSessionBindingListener interface.
isBlindPutAllowed() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the "blind put" optimization is possible.
isBlindRemoveAllowed() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the "blind remove" optimization is possible.
isBound() - Method in class com.tangosol.net.TcpDatagramSocket
isBound() - Method in class com.tangosol.net.WrapperServerSocket
isBound() - Method in class com.tangosol.net.WrapperSocket
isByteArrayPrivate() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.util.Binary
Determine if the underlying byte[] should be treated as private data.
isCacheValues() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if this ContinuousQueryCache caches values locally.
isCanceled() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return true if the load operation has been canceled.
isChanged() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Specifies whether or not the underlying value has been changed during BinaryEntryStore operations.
isCloneRequired() - Method in class com.tangosol.run.xml.DateTimeAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.IterableAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the property value must be deep-cloned.
isCloneRequired() - Method in class com.tangosol.run.xml.RestrictedStringAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SerializableAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.XmlElementAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.XmlSerializableAdapter
 
isClosed() - Method in interface com.tangosol.coherence.transaction.Connection
Determine whether the connection has been closed.
isClosed() - Method in class com.tangosol.net.WrapperServerSocket
isClosed() - Method in class com.tangosol.net.WrapperSocket
isClosed() - Method in interface com.tangosol.util.Gate
Determine if any thread has closed the gate.
isClosed() - Method in class com.tangosol.util.ThreadGate
Determine if any thread has closed the gate.
isClosed() - Method in class com.tangosol.util.ThreadGateLite
Determine if any thread has closed the gate.
isClosed() - Method in class com.tangosol.util.WrapperReentrantGate
Determine if any thread has closed the gate.
isClosedByCurrentThread() - Method in interface com.tangosol.util.Gate
Determine if the current thread has closed the gate.
isClosedByCurrentThread() - Method in class com.tangosol.util.ThreadGate
Determine if the current thread has closed the gate.
isClosedByCurrentThread() - Method in class com.tangosol.util.ThreadGateLite
Determine if the current thread has closed the gate.
isClosedByCurrentThread() - Method in class com.tangosol.util.WrapperReentrantGate
Determine if the current thread has closed the gate.
isClusterOwned() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isClusterOwned() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the responsibility for shutting down the cluster is owned by the application.
isClusterOwned() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should shutdown the cluster when it is shutdown.
isCoherent() - Method in class com.tangosol.net.cache.CachingMap
Determine if changes to the back map affect the front map so that data in the front map stays in sync.
isCollectStats() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Check whether or not statistics are collected by the wrapper.
isCollectStats() - Method in class com.tangosol.util.WrapperObservableMap
Check whether or not statistics are collected by the wrapper.
isCommentValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed comment.
isCommitting() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object represents an Entry that has been processed and the results of that processing are being committed.
isCommitting() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object represents an Entry that has been processed and the results of that processing are being committed.
isCompact(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine if the ticket is in the compact form.
isCompact(long) - Method in class com.tangosol.io.journal.RamJournalRM
Determine if the ticket is in the compact form.
isCompacting() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the map is incrementally compacting.
isCompareEntry() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator pass entries themselves for comparison to the underlying compareEntries() method.
isCompareKey() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator uses entries' keys to pass for comparison to the underlying Comparator.
isCompareValue() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator uses entries' values to pass for comparison to the underlying Comparator.
isComplete() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return true if the load operation is complete.
isComplete(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap.SizeAction
Return true iff further key evaluations for the given context are known to be unnecessary.
isComplete(Object) - Method in class com.tangosol.util.SegmentedHashMap.ContainsValueAction
Return true iff further key evaluations for the given context are known to be unnecessary.
isComplete(Object) - Method in class com.tangosol.util.SegmentedHashMap.EntryActionAdapter
Return true iff further key evaluations for the given context are known to be unnecessary.
isComplete(Object) - Method in interface com.tangosol.util.SegmentedHashMap.IterableEntryAction
Return true iff further key evaluations for the given context are known to be unnecessary.
isCompleting() - Method in class com.tangosol.coherence.transaction.Status
Determine if the status is a transient completing status.
isCompressable() - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the value encoding can be compressed by combining type and value information in such a way that type information could be lost.
isConfigurationConsistencyRequired() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isConfigured() - Method in class com.tangosol.net.SocketOptions
Return true iff the XmlSocketOptions have been configured with any options.
isConnected() - Method in class com.tangosol.net.WrapperSocket
isConnected() - Method in class com.tangosol.net.WrapperSocketChannel
isConnected() - Method in class com.tangosol.run.jca.CacheAdapter
Return the connection status.
isConnectionPending() - Method in class com.tangosol.net.WrapperSocketChannel
isConsistent() - Method in class com.tangosol.coherence.transaction.Isolation
Returns whether the isolation level guaranteed consistent reads.
isContended() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Is there contention (a thread waiting) to lock this Entry?
isContent() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value is an element's content.
isContent() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value is an element's content.
isContiguous() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Determine if the elements are contiguous.
isCurrent() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
 
isCurrentThread() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
isDaemonAssumeLocality() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the reaper daemon assumes that session data is stored only on nodes that are running the session reaper daemon thread.
isDaemonCheckCoordinated() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the reaper daemon coordinates the check across the cluster instead of just doing its own "local" scan.
isDebug() - Static method in class com.tangosol.net.cache.SerializationPagedCache
Determine the status of the internal debug flag.
isDedupEnabled() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine if this journal resource manager should de-dup the keys that its JournalBinaryStore instances are managing.
isDedupEnabled() - Method in class com.tangosol.io.journal.RamJournalRM
Determine if this journal resource manager should de-dup the keys that its JournalBinaryStore instances are managing.
isDeleted() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Return true iff this EntryNode has been deleted.
isDirty() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return true if this value has been modified, false otherwise.
isDirty() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is held by another thread.
isDiscardable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if this Status object can be discarded.
isDiscardable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if this Status object can be discarded.
isDiscardable() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is discardable.
isDiscarded() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Determine if this entry has already been discarded from the cache.
isDone() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. Determine if an agent has reported that the session was unlocked.
isDone() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated.  
isDone() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Deprecated. Indicate if the task has completed.
isDone() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Determine if the daemon thread should continue processing or should shut itself down.
isDormant() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Determine whether the daemon is dormant or not.
isEager() - Method in interface com.tangosol.coherence.transaction.Connection
Deterimine wheter connection is in eager mode.
isEager() - Method in interface com.tangosol.coherence.transaction.ConnectionFactory.ConnectionSpec
Get the eager mode value.
isEager() - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Get the eager mode value.
isElementMatch(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Check whether or not the passed element matches to the property's local name and Namespace URI.
isElementMatch(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not an element matches to the specified local name and Namespace URI.
isEmpty() - Method in class com.tangosol.io.nio.BinaryMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.CachingMap
Check whether or not this map is empty.
isEmpty() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
Returns true if this collection contains no elements.
isEmpty() - Method in class com.tangosol.net.cache.OverflowMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
isEmpty() - Method in class com.tangosol.net.cache.SerializationCache
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.LoadBalancer.Queue
Determine if the queue is empty.
isEmpty() - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the partition set is empty.
isEmpty() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Returns true if this map contains no key-value mappings.
isEmpty(Map[]) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Return true iff a subset of the maps that belong to specified partitions contains no entries.
isEmpty() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Returns true if this map contains no key-value mappings.
isEmpty(Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.CollectionAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.MapAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the specified value is empty.
isEmpty() - Method in class com.tangosol.run.xml.SimpleValue
Determine if the value is empty.
isEmpty(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not this element or any of its children elements have any content such as values or attributes.
isEmpty() - Method in interface com.tangosol.run.xml.XmlValue
Determine if the value is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.AbstractLongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.CircularArrayList
Returns true if this collection contains no elements.
isEmpty() - Method in interface com.tangosol.util.ConcurrentMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.CopyOnWriteLongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.Dequeue
Determines if the dequeue is empty.
isEmpty() - Method in class com.tangosol.util.Listeners
Check if there are no listeners.
isEmpty() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.LiteMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.LiteSet
Determine if this Set is empty.
isEmpty() - Method in interface com.tangosol.util.LongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners.
isEmpty(Filter) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners for a given filter.
isEmpty(Object) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners for a given key.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SafeHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SegmentedConcurrentMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SegmentedHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SimpleLongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.StringTable
Test for empty table.
isEmpty() - Method in class com.tangosol.util.SubList
Returns true if this list contains no elements.
isEmpty() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is empty.
isEmpty() - Method in class com.tangosol.util.Tree
Test for empty tree.
isEmpty() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns true if this map contains no key-value mappings.
isEmptyIsNull() - Method in class com.tangosol.run.xml.IterableAdapter
 
isEnableAttributeListenerOptimization() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determines if attribute listeners should be executed if the same instance of a session attribute is being replaced in the session.
isEnableAttributeListenerOptimization() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isEnabled() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return true if the Cache is enabled; false otherwise.
isEnabledSessionAccessDebugLogging() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if Session Access Debug Logging is Enabled
isEnableSessionAccessDebugLogging() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isEnableSuspectAttributes() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if suspect attributes need special treatment.
isEnableSuspectAttributes() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine if suspect attributes need special treatment.
isEnableSuspectAttributes() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isEncodingValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed encoding.
isEnteredByCurrentThread() - Method in interface com.tangosol.util.Gate
Determines if the current thread has entered the gate and not yet exited.
isEnteredByCurrentThread() - Method in class com.tangosol.util.ThreadGate
Determines if the current thread has entered the gate and not yet exited.
isEnteredByCurrentThread() - Method in class com.tangosol.util.ThreadGateLite
Determines if the current thread has entered the gate and not yet exited.
isEnteredByCurrentThread() - Method in class com.tangosol.util.WrapperReentrantGate
Determines if the current thread has entered the gate and not yet exited.
isEntry() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine if the Block is marked as an Entry.
isEntryExistent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the front map or the back map.
isEntryInBack() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the back map.
isEntryInFront() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the front map.
isEntryInFront() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the entry for which this Status exists is present in the front map.
isEntrySetRealized() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should return Cache implementations that return a fully realized set of cached values from the entrySet() method, rather than a virtual collection of cached values.
isEraseAllSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine if the wrapped store supports eraseAll() operations.
isEraseSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine if the wrapped store supports erase() operations.
isEraseUnsupported() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the CacheStore has been determined to be read-only for erase() operations.
isError() - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Returns boolean indicating if an error has occurred.
isEventDeferred(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Called when an event has occurred.
isEventFabricator() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Determine if this ObservableMap has to fabricate events itself.
isEventFabricator() - Method in class com.tangosol.util.WrapperObservableMap
Determine if this ObservableMap has to fabricate events itself.
isEvictable() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Determine if this entry has been marked as being evictable.
isEvolvable() - Method in class com.tangosol.io.pof.PofBufferWriter
Determine if the object to be written is either Evolvable or part of an Evolvable object.
isEvolvable() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Determine if the object to be written is either Evolvable or part of an Evolvable object.
isException() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "exception" state - bundled execution threw an exception and requests have to be un-bundled.
isExistent(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that exists.
isExistent(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that exists.
isExpired() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. A helper method to determine if the session data has expired.
isExpired() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. A helper method to determine if the session data has expired.
isExpired() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Determine if the cache entry has expired.
isExpired() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Determine if this Status represents an entry that will automatically expire.
isExpired() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if this Status represents an entry that will automatically expire.
isExpired() - Method in class com.tangosol.net.RefreshableAddressProvider
Check if the cached address list should be refreshed.
isExpiredInternal(long) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Check if the session has expired.
isExpiryEnabled() - Method in class com.tangosol.net.cache.OverflowMap
Determine if this OverflowMap supports entry expiry.
isExternal() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Determine if the value is stored in the external cache.
isExternalDesirable(Binary) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Decide whether or not this holder will choose to store the passed binary value in its external storage.
isFeedbackRequested() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a feedback flag.
isFinishing() - Method in class com.tangosol.util.TaskDaemon
Determine if the daemon will finish those scheduled tasks that are ripe (presently due to be run) before stopping.
isFirst() - Method in class com.tangosol.net.events.AbstractEventInterceptor
Return true iff this EventInterceptor should be added to the head of the EventDispatcher's chain of EventInterceptors.
isFlash(long) - Method in class com.tangosol.io.journal.RamJournalRM
Determine if the ticket is neither in compact or RAM form.
isForwardIndexSupported() - Method in class com.tangosol.util.ConditionalIndex
Determine whether or not this ConditionalIndex supports a forward index.
isFound(Object) - Method in class com.tangosol.util.SegmentedHashMap.ContainsValueAction
Return true iff the value was found
isFree() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine if the Block is marked as free.
isFrontPutBlind() - Method in class com.tangosol.net.cache.OverflowMap
Determine if the front Map is more efficiently updated using putAll.
isFrontPutBlind() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Determine if the front Map is more efficiently updated using putAll.
isFull() - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the partition set is full.
isFull() - Method in class com.tangosol.util.Dequeue
Determines if the dequeue is full.
isFullReapDue() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Determine if this node should run a full reaper scan.
isGenerated() - Method in class com.tangosol.util.UUID
This is true if the UUID was generated, and false if it was built.
isGuarded() - Method in class com.tangosol.util.Daemon
Return true iff this Daemon's execution is guarded.
isHeadHeavy() - Method in class com.tangosol.util.SafeSortedMap.Split
Return true if the estimated weight of the head of the split is larger than the tail.
isIgnoreCase() - Method in class com.tangosol.util.filter.LikeFilter
Check whether or not the filter is case incensitive.
isIgnored(Object) - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Check if a key should be ignored.
isImmutable(Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if the passed object is definitely of an immutable type.
isIncrementalEviction() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine if incremental eviction is enabled.
isInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext has completed its initialization.
isInitialized() - Method in class com.tangosol.util.UnsafeSubSet.WrapperSet
Check if the underlying set has been initialized.
isInputShutdown() - Method in class com.tangosol.net.WrapperSocket
isInstanceConfigEmpty(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not the specified configuration defines an instance of a class.
isInstanceOf(Object, String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed object is an instance of the specified class.
isInstanceOf(Object, Class) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed object is an instance of the specified class.
isInterfaceAllowed() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the Java type.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.net.cache.OverflowMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.WrapperConcurrentMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.WrapperObservableMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalValueDecorated(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Check whether or not the specified value in the internal form is decorated.
isInternalValueDecorated(Object, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Check whether or not the specified value in the internal form is decorated.
isIntrinsicPofType(Class) - Static method in class com.tangosol.io.pof.PofHelper
Determine if the given class can be represented as an intrinsic POF type.
isKeyComparator() - Method in class com.tangosol.util.comparator.ChainedComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator() - Method in interface com.tangosol.util.comparator.EntryAwareComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator() - Method in class com.tangosol.util.comparator.SafeComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator(Comparator) - Static method in class com.tangosol.util.comparator.SafeComparator
Check whether the specified comparator expects to compare keys or values.
isKeyConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's key has been converted.
isKeyOwned(Object) - Method in interface com.tangosol.net.BackingMapManagerContext
Determines whether or not the specified key (in the internal format) is managed (i.e. controlled) by this service member.
isKeyOwned(Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Determines whether or not the specified key (in the internal format) is managed (i.e. controlled) by this service member.
isLastAccessTimeFlushRequired() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if the LastAccessTime property (and only that property) needs to be flushed.
isLeaf() - Method in class com.tangosol.util.AbstractSparseArray.Node
Determine if this node is a part of a 2-3-4 leaf node (i.e. at least one null child).
isLimitExceeded() - Method in class com.tangosol.io.journal.BackupJournalRM
Determine if the RAM journal load factor has been exceeded.
isLinked() - Method in class com.tangosol.util.AbstractSparseArray.Node
Return true iff the node is linked to other nodes.
isLinkLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isLinkLocalAddress()
isLocal() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine whether the session is local (not distributed).
isLocal() - Method in class com.tangosol.coherence.servlet.AttributeHolder
If a session distribution controller is used, and if the session is not local (is distributed), then this property specifies whether or not this specific attribute is managed locally.
isLocal() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Determine if the corresponding Map.Entry is stored in the local Map.
isLocal() - Method in class com.tangosol.net.MemberEvent
Check whether a Member object for this event represents the local member of the cluster.
isLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Return true if the specified address is a local address.
isLocalCache(NamedCache) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the given NamedCache is a LocalCache.
isLocalMember(Member) - Method in class com.tangosol.net.proxy.AbstractProxyServiceLoadBalancer
Check whether the specified Member object represents the local member of the cluster.
isLocalStorageEnabled() - Method in interface com.tangosol.net.DistributedCacheService
Determine if local storage is enabled on this member.
isLocked() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Is this entry Locked?
isLockingEnforced() - Method in class com.tangosol.util.WrapperConcurrentMap
Obtain the flag indicatinig whether or not the locking is enforced for put, remove and clear operations.
isLogEnabled(int) - Static method in class com.tangosol.net.CacheFactory
Check if a message of the specified severity level will be logged using the Coherence logging facility.
isLogInvalidationExceptions() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isLoopbackAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isLoopbackAddress()
isManagingTransientVersion() - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Determine if this backing map is responsible for keeping the transient version cache in sync.
isMaster() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this is a "master" Bundle.
isMatch(String) - Method in class com.tangosol.util.filter.LikeFilter
Check the passed String value to see if it matches the pattern that this filter was constructed with.
isMatching(QueryRecord.PartialResult) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Determine whether or not the given result is capable of being placed in one-to-one correspondence with this result.
isMatching(QueryRecord.PartialResult.Step) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Determine whether or not the given step is capable of being placed in one-to-one correspondence with this step.
isMemberLeaving(Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified member is in the process of leaving.
isMemberLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine whether or not two or more JVMs should be prevented from accessing the same session simultaneously.
isMemberLockingEnforced() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isMinimalPutsEnabledByDefault() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Indicates whether minimal puts are enabled by default.
isModified() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if the session has been modified since it was deserialized or last marked as not-modified.
isModified() - Method in class com.tangosol.util.DeltaSet
Determine if any items were added or removed.
isModified() - Method in class com.tangosol.util.SubSet
Determine if the set has been modified.
isModified() - Method in class com.tangosol.util.UnsafeSubSet
Determine if the set has been modified.
isMonotonic() - Method in class com.tangosol.coherence.transaction.Isolation
Returns whether the isolation level guarantees monotonic reads.
isMutable() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value can be modified.
isMutable() - Method in class com.tangosol.run.xml.XmlBean
Determine if this value can be modified.
isMutable() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value can be modified.
isNameMatch(XmlElement, String, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not a universal (composite) name matches to the specified local name and Namespace URI.
isNameMutable() - Method in class com.tangosol.run.xml.SimpleElement
Determine if the name can be changed.
isNameValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed name.
isNested() - Method in class com.tangosol.run.xml.IterableAdapter
 
isNew() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewValueConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's new value has been converted.
isNioRam() - Method in class com.tangosol.io.journal.FlashJournalRM
Determine if the journal will use direct buffers (NIO RAM) instead of on-heap buffers (byte arrays).
isNioRam() - Method in interface com.tangosol.io.journal.JournalMBean
Determine if the journal will use direct buffers (NIO RAM) instead of on-heap buffers (byte arrays).
isNioRam() - Method in class com.tangosol.io.journal.RamJournalRM
Determine if the journal will use direct buffers (NIO RAM) instead of on-heap buffers (byte arrays).
IsNotNullFilter - Class in com.tangosol.util.filter
Filter which tests the result of a method invocation for inequality to null.
IsNotNullFilter() - Constructor for class com.tangosol.util.filter.IsNotNullFilter
Default constructor (necessary for the ExternalizableLite interface).
IsNotNullFilter(String) - Constructor for class com.tangosol.util.filter.IsNotNullFilter
Construct a IsNotNullFilter for testing inequality to null.
IsNullFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with null.
IsNullFilter() - Constructor for class com.tangosol.util.filter.IsNullFilter
Default constructor (necessary for the ExternalizableLite interface).
IsNullFilter(String) - Constructor for class com.tangosol.util.filter.IsNullFilter
Construct a IsNullFilter for testing equality to null.
isNullValuesAllowed() - Method in class com.tangosol.net.cache.OverflowMap
Determine if null values are permitted.
isNullValuesAllowed() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Determine if null values are permitted.
isObserved() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if the ContinuousQueryCache has any listeners that cannot be served by this Map listening to lite events.
Isolation - Class in com.tangosol.coherence.transaction
Coherence transaction isolation levels.
isOldValueConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's old value has been converted.
isOnWorkerThread() - Method in class com.tangosol.util.Daemon
Indiciate if the current execution thread is a child of this daemon.
isOpen() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is open for adding request elements.
isOrdered() - Method in interface com.tangosol.util.MapIndex
Determine if the MapIndex orders the contents of the indexed information.
isOrdered() - Method in interface com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
Indicates whether or not the associated index is ordered.
isOrdered() - Method in class com.tangosol.util.SimpleMapIndex
Determine if the MapIndex orders the contents of the indexed information.
isOrdered() - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Indicates whether or not the associated index is ordered.
isOriginalPresent() - Method in interface com.tangosol.util.MapTrigger.Entry
Determine whether or not the Entry existed before the start of the mutating operation that is being evaluated by the trigger.
isOriginalPresent() - Method in class com.tangosol.util.SimpleMapEntry
 
isOutputShutdown() - Method in class com.tangosol.net.WrapperSocket
isOwned(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that exists and that this thread has ownership for, either by a call to enter(sId) or create() without a corresponding call to exit(sId).
isOwned(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Determine if the specified session ID identifies a session that exists and that this thread has ownership for, either by a call to enter(sId) or create() without a corresponding call to exit(sId).
isOwnedByCaller() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is held by the calling thread.
isOwnedByCurrentThread() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the current thread owns this Status object.
isOwnedByCurrentThread() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the current thread owns this Status object.
isOwnedByThisThread() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if this model is owned by the current thread.
isOwnershipSticky() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the sticky session ownership option is on.
isOwnershipSticky() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isPageActive(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine if the specified page number is active.
isPartial() - Method in class com.tangosol.util.ConditionalIndex
Determine if indexed information for any entry in the indexed Map has been excluded from this index.
isPartial() - Method in interface com.tangosol.util.MapIndex
Determine if indexed information for any entry in the indexed Map has been excluded from this index.
isPartial() - Method in class com.tangosol.util.SimpleMapIndex
Determine if indexed information for any entry in the indexed Map has been excluded from this index.
isPartialNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if a partial name (for example, a prefix, class name, package name, etc. as accepted by the above methods) is legal.
isPartitionEndangered(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified partition is "endangered".
isPartitionEndangered(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified ownership is "endangered".
isPartitionStrong(int) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the ownership of the specified partition is "strong", as defined by the current BackupStrength.
isPartitionStrong(Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified ownership is "strong", as defined by the current BackupStrength.
isPassivePagedBackup() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if this is just a passive backup for a paged cache.
isPending() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "pending" state - awaiting for the execution results.
isPending() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Check whether or not the underlying address has been accepted.
isPresent() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Determine if this Entry exists in the Map.
isPresent() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Determine if this Entry exists in the Map.
isPresent() - Method in interface com.tangosol.util.InvocableMap.Entry
Determine if this Entry exists in the Map.
isPresent() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Determine if this Entry exists in the Map.
isPresent() - Method in class com.tangosol.util.SimpleMapEntry
 
isPrimary() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
Return true iff the comparator should use the primary load.
isPrimary() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Return true iff this Filter compares the primary partition load.
isProcessed() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "processed" state - ready to return the result of execution back to the client.
isProcessing() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object represents an Entry that is currently being processed.
isProcessing() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object represents an Entry that is currently being processed.
isPublicIdentifierValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed public identifier.
isPutAllOptimized(Map) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Determines whether or not the specified Map is optimized for a putAll() operation versus a regular put() operation.
isQualifiedNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed string is a legal dot-delimited identifier.
isQuoteRequired(String) - Static method in class com.tangosol.net.management.MBeanHelper
Determine if the string requires quotes.
isRam(long) - Method in class com.tangosol.io.journal.RamJournalRM
Determine if the ticket is in the RAM form.
isReadOnly() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Check whether this BinaryEntry allows data modification operations.
isReadOnly() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if this ContinuousQueryCache disallows data modification operations.
isReadOnly() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map should send data changes through the CacheStore, or should just keep them in memory.
isReadOnly() - Method in interface com.tangosol.util.BinaryEntry
Check whether this BinaryEntry allows data modification operations.
isReadOnly() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Check whether this BinaryEntry allows data modification operations.
isReaperAssumeLocality() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isReaperCheckCoordinated() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isReapingParallel() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isReferenceEnabled() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if Identity/Reference type support is enabled for this ConfigurablePofContext.
isReferenceEnabled() - Method in class com.tangosol.io.pof.PofBufferWriter
Determine if reference support is enabled.
isReferenceEnabled() - Method in class com.tangosol.io.pof.SimplePofContext
Determine if Identity/Reference type support is enabled for this SimplePofContext.
isRefinementNeeded(SimpleAssignmentStrategy.AnalysisContext, PartitionedService, PartitionedService) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Return true iff the partition assignments sync'd from the specified associated service should be further refined/balanced by the local assignment strategy.
isRefreshAhead() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map preemptively reads soon-to-be expired entries on a refresh-ahead thread.
isRegistered(String) - Method in interface com.tangosol.net.management.Registry
Check whether or not the specified name is already registered.
isRehashing() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the map is incrementally rehashing.
isReloadableCacheSupported() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should return Cache implementations that support the ReloadableCache API.
isRemoved() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Specifies whether or not the underlying value has been removed during BinaryEntryStore operations.
isReported() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Check whether or not the underlying address has been reported as unresolveable.
isReserved() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is reserved.
isRespondInOrder() - Method in class com.tangosol.net.AbstractInvocable
Determine whether this Invocable object has to preserve the order of responses according to the order of requests.
isRespondInOrder() - Method in interface com.tangosol.net.InvocableInOrder
Determine whether this Invocable object has to preserve the order of responses according to the order of requests.
isRethrowExceptions() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if exceptions caught during synchronous CacheStore operations are rethrown to the calling thread; if false, exceptions are logged.
isRoot() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return true if this instance is the root of the PofValue hierarchy.
isRunning() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine whether or not the controllable service is running.
isRunning() - Method in class com.tangosol.net.WrapperService
Determine whether or not the controllable service is running.
isRunning() - Method in interface com.tangosol.util.Controllable
Determine whether or not the controllable service is running.
isRunning() - Method in class com.tangosol.util.Daemon
Check if the daemon is running (has started and has not stopped).
isSerializerCompatible(Service, Service) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Determines whether or not the serializers for the specified services are compatible.
isServer() - Method in class com.tangosol.coherence.commonj.WorkManager
Check whether or not this node operates in a "server" mode processing remote Work requests.
isServletContextClustered() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isServletContextClustered() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the context clusters attributes.
isServletRequestWrapped(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Test to see if the passed ServletRequest is wrapped, which means that invoking a method on the passed ServletRequest object will invoke the Coherence implementation, and will do so before the container implementation is invoked.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.DistributedController
Deprecated. Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.HybridController
Deprecated. Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.LocalController
Deprecated. Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
Deprecated. Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionContextEnabled() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isSessionContextEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the session context should disobey the deprecation and allow an application to enumerate sessions.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.DistributedController
Deprecated. Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.HybridController
Deprecated. Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.LocalController
Deprecated. Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
Deprecated. Determine if the HttpSession associated with the passed session model should be distributed.
isSessionIdCookie(Cookie) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Tests to see if the supplied cookie is a session ID cookie.
isSessionIdCookieEnabled() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isSessionIdCookieEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if a cookie may be used to hold the session ID.
isSessionIdCookieSecure() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isSessionIdEncodingEnabled() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isSessionIdEncodingEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if URL encoding may be used to hold the session ID.
isSessionLazyAccess() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isSessionLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine whether concurrent access to a session is permitted.
isSessionLockingEnforced() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isShallowCloneable() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine whether a clone can be made without cloning the byte array.
isSimpleNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed string is a legal simple name.
isSingleBlockWritePreferred() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Determine if the next write should automatically use the "single buffer write" capability of NIO, instead of attempting to use the NIO scatter/gather capability.
isSingleEvacuation() - Method in class com.tangosol.io.journal.AbstractJournalRM
Determine if this journal resource manager should only evacuate one single JournalFile (at the most) per collection cycle.
isSingleEvacuation() - Method in class com.tangosol.io.journal.RamJournalRM
Determine if this journal resource manager should only evacuate one single JournalFile (at the most) per collection cycle.
isSiteLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isSiteLocalAddress()
isSkippable() - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the value encoding can be skipped.
isSparse() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Determine if the position information is encoded with the values of the complex type, and if the Complex type is terminated in the POF stream with an illegal position (-1).
isSparse() - Method in class com.tangosol.run.xml.IterableAdapter
 
isStopping() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
isStopping() - Method in class com.tangosol.util.Daemon
Check if the daemon is supposed to stop.
isStoreAllSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine if the wrapped store supports storeAll() operations.
isStoreSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Determine if the wrapped store supports store() operations.
isStoreUnsupported() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the CacheStore has been determined to be read-only for store() operations.
isStrict() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the Servlet specification is being followed strictly.
isStrict() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isStrict() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the Servlet specification is being followed strictly.
isStrict() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the buffer should be initialized and if blocks should be cleared when not in use.
isStrict() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Determine if any access to data in missing partitions is being treated as an error.
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
isStrong(Member, Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified members are mutually "strong", as defined by the backup strength.
isStrong(Member, Ownership) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified member is "strong" with respect to the specified ownership, as defined by the backup strength.
isStrong(Member, Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Return true iff the specified members are mutually "strong".
isStrongPossible(Set, Map) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff a "strong" balanced distribution is achievable for the specified set of members, split among a set of categories (e.g. machine, rack, site).
isStuck(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the specified session is stuck.
isSubclassAllowed() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext supports the serialization of an object that is an instance of a sub-class of a configured type, but not actually an instance of a class of a configured type.
isSubjectScopingEnabled() - Method in interface com.tangosol.net.OperationalContext
Indicates if Subject scoping is enabled.
isSubscribedTo(String) - Method in interface com.tangosol.net.management.NotificationManager
Determine if any subscriptions exist for the specified MBean.
isSucceeded() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Deprecated. Indicates wheter the task has succeeded (accomplished what it was intended to do) or not.
isSuspect() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine if the value needs to be serialized because it was never serialized or because it could have changed.
isSuspect(Object) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Determine if the value needs to be marked as suspect because suspect attribute handling is enabled and it is not known to be immutable
isSuspect(long) - Method in class com.tangosol.net.GuardSupport.Context
Is the Guardable represented by this GuardContext suspect (in danger of timing out soon).
isSynthetic() - Method in class com.tangosol.net.cache.CacheEvent
Return true iff this event is caused by the cache internal processing such as eviction or loading
isSynthetic() - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Check whether or not the currently performed operation is internally initiated.
isSynthetic(MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Helper method to determine if an event is synthetic.
isSynthetic() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Is this Entry synthetic?
isSynthetic() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Is this Entry synthetic?
isSynthetic(MapEvent) - Static method in class com.tangosol.util.WrapperObservableMap
Helper method to determine if an event is synthetic.
isSystemIdentifierValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed system identifier.
isTemporary() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Return if the database is temporary.
isTemporary() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Return true if this is a manager for temporary stores.
isTemporary() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Return true if this is a temporary environment.
isTerminal() - Method in class com.tangosol.coherence.transaction.Status
Determine if the status is a terminal status.
isThreadLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine whether a session should be single threaded (only one request per session accessing the session at a time) or multithreaded (any number of requests accessing the session at a time).
isThreadLockingEnforced() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isTimedOut(long) - Method in class com.tangosol.net.GuardSupport.Context
Is the Guardable represented by this GuardContext timed out?
isTrackingRemoved() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is tracking removed items versus retained items.
isTrackingRetained() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is tracking retained items versus removed items.
isTransferStrong(int, int, Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Return true iff the specified partition transfer would result in a "strong" ownership, as defined by the current BackupStrength.
isTranslateEvents() - Method in class com.tangosol.util.WrapperObservableMap
Check whether or not an event source has to be translated by the wrapper.
isTypeIdEncoded(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the type should be encoded for the current value.
isUniform() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Determine if the object encoding within the Complex type is uniform.
isUniformCollection() - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Return true if this complex value is encoded as one of uniform collection types.
isUniformEncoded() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Return true if the buffer contains only the value, without the type identifier.
isUsable() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if this session model is a usable object.
isUsable() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Determine if this session model is a usable object.
isUseDefaultSessionIdDecoding() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isUseDefaultSessionIdDecoding() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the session ID decoding (from a URL) performed by the application server's request object is sufficient.
isUseDefaultSessionIdEncoding() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
isUseDefaultSessionIdEncoding() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Determine if the session ID encoding (into a URL) performed by the application server's response object is sufficient.
isUserType(Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in interface com.tangosol.io.pof.PofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in interface com.tangosol.io.pof.PofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in interface com.tangosol.io.pof.PofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the class with the given name is a user type known to this PofContext.
isUTC() - Method in class com.tangosol.io.pof.RawTime
Determine if the time value uses UTC.
isValid() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Determine if this session model is valid.
isValid() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Determine if this session model is valid.
isValid() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object is valid.
isValid() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is valid.
isValid() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
isValidQName(String) - Method in class com.tangosol.run.xml.QNameAdapter
Specifies whether or not the specified QName value is assosiated with a known namespace declaration.
isValuesImmutable() - Method in interface com.tangosol.util.TransactionMap
Check whether or not the values stored in this TransactionMap are known to be immutable.
isVirtualErase() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if BinaryStore erase commands will be done only in memory (to the cached list of keys) and not passsed to the underlying BinaryStore, thus improving performance and cutting I/O, but potentially wasting disk space (or whatever resource the paged data are stored on.)
isWhitespace(char) - Static method in class com.tangosol.run.xml.XmlHelper
Test if the specified character is XML whitespace.
isWriteBehind() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map writes changes on a write-behind thread through the CacheStore.
isWriteThrough() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map writes changes immediately through the CacheStore.
isWritingAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Determine if the attributes are currently being written.
IterableAdapter - Class in com.tangosol.run.xml
An IterableAdapter is the base class for any data type that must be iterated over to serialize/deserialize, such as arrays, collections and maps.
IterableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.IterableAdapter
Construct a IterableAdapter.
IterableCacheLoader - Interface in com.tangosol.net.cache
A JCache CacheLoader that can iterate its underlying contents.
iterateBinaryStores() - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain an iterator of all registered (not destroyed) BinaryStore objects being used by this cache.
iterateIds() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain an iterator of the session IDs.
iterateIds() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Obtain an iterator of the session IDs.
iterateJournalFiles() - Method in class com.tangosol.io.journal.AbstractJournalRM
Iterate all of the JournalFile objects.
iterateJournals() - Method in class com.tangosol.io.journal.AbstractJournalRM
Iterate through the Journal instances that have been created by this Journal Resource Manager but have not been disposed of yet.
iterateJournals() - Method in class com.tangosol.io.journal.BackupJournalRM
Iterate through the Journal instances that have been created by this Journal Resource Manager but have not been disposed of yet.
iterateKeys() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Create an iterator over the keys in this Map.
iterateKeys(Map[]) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Create an iterator over the keys in maps that belong to partitions contained in the specified PartitionSet.
iterateKeys() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.util.AbstractKeyBasedMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Create an iterator over the keys in this Map.
iteratePotentiallyExpiredIds() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain an iterator of the session IDs that this JVM is responsible for invalidating when the sessions for those IDs have timed out.
iteratePotentiallyExpiredIds() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Obtain an iterator of the session IDs that this JVM is responsible for invalidating when the sessions for those IDs have timed out.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Obtain an iterator over the keys in the Map.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.net.cache.OldCache.EntrySet
Deprecated. Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.net.CompositeAddressProvider
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.ConfigurableAddressProvider
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray.
iterator(long) - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.CopyOnWriteLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices.
iterator(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.DeltaSet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.ImmutableArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class com.tangosol.util.ImmutableMultiList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class com.tangosol.util.InflatableCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.LiteSet
Returns an Iterator over the elements in this Set.
iterator() - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices.
iterator(long) - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.MapSet
Returns an iterator over the elements in this Set.
iterator() - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Obtain an Iterator of the Entry items in the registry.
iterator() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.SafeHashMap.KeySet
Obtain an iterator over the keys in the Map.
iterator() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.util.SafeSortedMap.ViewMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Obtain an iterator over the keys in the Map.
iterator() - Method in class com.tangosol.util.SegmentedHashMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray.
iterator(long) - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.SubList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class com.tangosol.util.SubSet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntrySet
Returns an iterator over the elements in this collection.
iteratorActivated(Iterator) - Method in class com.tangosol.util.SafeHashMap
Register the activation of an Iterator.
iteratorActivated(Iterator) - Method in class com.tangosol.util.SegmentedHashMap
Register the activation of an Iterator.
iteratorDeactivated(Iterator) - Method in class com.tangosol.util.SafeHashMap
Unregister the (formerly active) Iterator.
IteratorEnumerator - Class in com.tangosol.util
Provide a implementation of an enumerator based on data from an Iterator.
IteratorEnumerator(Iterator) - Constructor for class com.tangosol.util.IteratorEnumerator
Construct the enumerator based on an Iterator.

J

J_BIG_DECIMAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BIG_INTEGER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BINARY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BOOLEAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BOOLEAN_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BYTE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BYTE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_CHAR_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_CHARACTER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DOUBLE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DOUBLE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_FLOAT - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_FLOAT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_INT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_INTEGER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_LONG - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_LONG_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_NULL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_OBJECT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_QUAD - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DAY_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_YEAR_MONTH_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SHORT - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SHORT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_TIMESTAMP - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_USER_TYPE - Static variable in interface com.tangosol.io.pof.PofConstants
 
JE_PROPERTY_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for all Berkeley DB JE configuration settings.
JOIN - Static variable in class com.tangosol.net.ClusterPermission
Join action.
join(InetAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
joinGroup(SocketAddress, NetworkInterface) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Journal - Interface in com.tangosol.io.journal
The Journal interface represents data that is written as part of a stream of updates, with the ability to identify writes (and later read them) using a ticket system.
Journal.JournalConsumer - Interface in com.tangosol.io.journal
An interface that represents the actions that a Journal may request of an object that uses the Journal.
JOURNAL_SERVICE_NAME - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the JournalService as a registered resource.
JOURNAL_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the JournalMBean.
JournalBinaryStore - Class in com.tangosol.io.journal
A BinaryStore that writes to a Journal.
JournalBinaryStore(Journal) - Constructor for class com.tangosol.io.journal.JournalBinaryStore
Construct a JournalBinaryStore.
JournalMBean - Interface in com.tangosol.io.journal
A JournalMBean is an MBean interface providing statistics for a Journal Resource Manager as implemented by either FlashJournalRM or RamJournalRM implementations.
JournalService - Class in com.tangosol.io.journal
A JournalService manages the lifecycle for the RamJournalRM, FlashJournalRM, and the BackupJournalRM.
JournalService(Cluster) - Constructor for class com.tangosol.io.journal.JournalService
Standard constructor.
JpaCacheLoader - Class in com.tangosol.coherence.jpa
JPA implementation of the CacheLoader interface.
JpaCacheLoader(String, String, String) - Constructor for class com.tangosol.coherence.jpa.JpaCacheLoader
Constructor which accepts an entity name, class name, and persistence unit name.
JpaCacheLoader(String, String, String, ClassLoader) - Constructor for class com.tangosol.coherence.jpa.JpaCacheLoader
Constructor which accepts an entity name, class name, persistence unit name, and classloader.
JpaCacheStore - Class in com.tangosol.coherence.jpa
JPA implementation of the CacheStore interface.
JpaCacheStore(String, String, String) - Constructor for class com.tangosol.coherence.jpa.JpaCacheStore
Constructor which accepts an entity name, class name, and persistence unit name.
JpaCacheStore(String, String, String, ClassLoader) - Constructor for class com.tangosol.coherence.jpa.JpaCacheStore
Constructor which accepts an entity name, class name, persistence unit name, and classloader.
JsonJacksonMarshaller - Class in com.tangosol.coherence.rest.io
Jackson-based marshaller that marshals object to/from JSON.
JsonJacksonMarshaller(Class) - Constructor for class com.tangosol.coherence.rest.io.JsonJacksonMarshaller
Construct JsonJacksonMarshaller instance.
JsonJaxbMarshaller - Class in com.tangosol.coherence.rest.io
JAXB-based marshaller that marshals object to/from JSON.
JsonJaxbMarshaller(Class) - Constructor for class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Construct a JsonJaxbMarshaller instance.

K

key - Variable in class com.tangosol.util.AbstractSparseArray.Node
The key of the node.
KEY - Static variable in class com.tangosol.util.extractor.AbstractExtractor
Indicates that the AbstractExtractor.extractFromEntry(java.util.Map.Entry) operation should use the Entry's key.
KeyAssociatedFilter - Class in com.tangosol.util.filter
Filter which limits the scope of another filter according to the key association information.
KeyAssociatedFilter() - Constructor for class com.tangosol.util.filter.KeyAssociatedFilter
Default constructor (required by ExternalizableLite interface).
KeyAssociatedFilter(Filter, Object) - Constructor for class com.tangosol.util.filter.KeyAssociatedFilter
Construct a key associated filter.
KeyAssociation - Interface in com.tangosol.net.cache
A KeyAssociation represents a key object that has a natural association with another key object.
KeyAssociator - Interface in com.tangosol.net.partition
A KeyAssociator provides key associations on behalf of a set of keys.
KeyConverter - Interface in com.tangosol.coherence.rest
An interface that must be implemented by key converters.
KeyConverterAdapter - Class in com.tangosol.coherence.rest.io
Marshaller that marshalls objects using a cache's key converter.
KeyConverterAdapter(KeyConverter) - Constructor for class com.tangosol.coherence.rest.io.KeyConverterAdapter
Construct KeyConverterAdapter instance.
KeyExtractor - Class in com.tangosol.util.extractor
The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values.
KeyExtractor() - Constructor for class com.tangosol.util.extractor.KeyExtractor
Default constructor (necessary for the ExternalizableLite and PortableObject interfaces).
KeyExtractor(ValueExtractor) - Constructor for class com.tangosol.util.extractor.KeyExtractor
Construct a KeyExtractor based on a specified ValueExtractor.
KeyExtractor(String) - Constructor for class com.tangosol.util.extractor.KeyExtractor
Construct a KeyExtractor for a specified method name.
KeyFilter - Class in com.tangosol.util.filter
EntryFilter which checks whether an entry key belongs to a set.
KeyFilter(Set) - Constructor for class com.tangosol.util.filter.KeyFilter
Construct a key filter.
KeyPartitioningStrategy - Interface in com.tangosol.net.partition
A KeyPartitioningStrategy is a pluggable strategy for assigning keys to specific partitions.
KeyPartitioningStrategy.PartitionAwareKey - Interface in com.tangosol.net.partition
PartitionAwareKey is a well-known interface that should be respected by KeyPartitioningStrategy implementations.
keys() - Method in class com.tangosol.io.AbstractBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.io.AsyncBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Iterate all keys in the underlying store.
keys() - Method in interface com.tangosol.io.BinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.io.journal.JournalBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.io.nio.BinaryMapStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.CacheLoaderCacheStore.Iterable
Iterate all keys in the underlying store.
keys() - Method in interface com.tangosol.net.cache.IterableCacheLoader
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.MapCacheStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Iterate all keys in the underlying store.
keys() - Method in class com.tangosol.net.WrapperSelector
keys() - Method in class com.tangosol.util.BinaryRadixTree
Obtain an iterator of the keys stored in the tree.
keys() - Method in class com.tangosol.util.StringTable
Enumerate the table's strings.
keys() - Method in class com.tangosol.util.Tree
Create an in-order enumerator for the tree's keys.
keysEquals(StringTable) - Method in class com.tangosol.util.StringTable
Test for equality of the keys in two string tables.
keySet() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Returns a Set view of the keys contained in this Cache.
keySet() - Method in class com.tangosol.io.nio.BinaryMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.tangosol.net.cache.CachingMap
Obtain an set view of the keys contained in this map.
keySet(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet(Filter) - Method in class com.tangosol.net.cache.NearCache
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns an set view of the keys contained in this map.
keySet(Filter) - Method in class com.tangosol.net.cache.WrapperNamedCache
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a set view of the keys contained in this map.
keySet() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns a set view of the keys contained in this map.
keySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet() - Method in class com.tangosol.util.NullImplementation.NullMap
 
keySet(Filter) - Method in interface com.tangosol.util.QueryMap
Return a set view of the keys contained in this map for entries that satisfy the criteria expressed by the filter.
keySet() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns a set view of the keys contained in this map.
keySet() - Method in class com.tangosol.util.SafeHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.tangosol.util.SegmentedHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns a set view of the keys contained in this map.
keySet() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns a set view of the keys contained in this map.
KEYSTORE_TYPE - Static variable in class com.tangosol.net.security.DefaultController
KeyStore type used by this implementation.
killSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Forcibly destroy a session.

L

last() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class com.tangosol.util.ImmutableArrayList
Returns the last element currently in this sorted set.
last() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Returns the last (highest) element currently in this sorted set.
lastIndexOf(Object) - Method in class com.tangosol.util.AbstractLongArray
Return the index in this LongArray of the last occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object, long) - Method in class com.tangosol.util.AbstractLongArray
Return the index in this LongArray of the last occurrence of the specified element such that (index <= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(byte) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the last occurrence of the specified byte.
lastIndexOf(byte, int) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the last occurrence of the specified byte, starting the search at the specified offset and searching backwards.
lastIndexOf(Binary) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the last occurrence of the specified Binary.
lastIndexOf(Binary, int) - Method in class com.tangosol.util.Binary
Returns the offset within this Binary object of the last occurrence of the specified Binary, starting the search at the specified offset.
lastIndexOf(Object) - Method in class com.tangosol.util.CircularArrayList
Returns the index of the last occurrence of the specified object in this CycicArrayList.
lastIndexOf(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class com.tangosol.util.CopyOnWriteLongArray
Return the index in this LongArray of the last occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object, long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Return the index in this LongArray of the last occurrence of the specified element such that (index <= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns the index in this List of the last occurrence of the specified element, or -1 if this List does not contain this element.
lastIndexOf(Object) - Method in class com.tangosol.util.ImmutableMultiList
Returns the index in this List of the last occurrence of the specified element, or -1 if this List does not contain this element.
lastIndexOf(Object) - Method in class com.tangosol.util.InflatableList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in interface com.tangosol.util.LongArray
Return the index in this LongArray of the last occurrence of the specified element, or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object, long) - Method in interface com.tangosol.util.LongArray
Return the index in this LongArray of the last occurrence of the specified element such that (index <= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class com.tangosol.util.SafeLinkedList
Returns the index in this List of the last occurrence of the specified element, or -1 if this List does not contain this element.
lastIndexOf(Object, long) - Method in class com.tangosol.util.SimpleLongArray
Return the index in this LongArray of the last occurrence of the specified element such that (index <= lIndex), or NOT_FOUND if this LongArray does not contain the specified element.
lastIndexOf(Object) - Method in class com.tangosol.util.SubList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastKey() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class com.tangosol.util.SafeSortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns the last (highest) key currently in this sorted map.
lastNode() - Method in class com.tangosol.util.SafeSortedMap
Return the last valid EntryNode, or null if there are none.
lastNode() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Return the last SkipNode in this ViewMap, or null if there are none.
leave(InetAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
leaveGroup(SocketAddress, NetworkInterface) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
leaveWriteAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Specify that the attributes are no longer being written.
LEFT - Static variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
left - Variable in class com.tangosol.util.AbstractSparseArray.Node
The left child of this node.
length() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Determine the length of the buffer.
length() - Method in class com.tangosol.io.AbstractWriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine the length of the buffer.
length() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the length of the block.
length() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Determine the length of the buffer.
length() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in interface com.tangosol.io.ReadBuffer
Determine the length of the buffer.
length() - Method in interface com.tangosol.io.WriteBuffer
Determine the length of the data that is in the buffer.
length() - Method in class com.tangosol.util.AbstractByteSequence.AggregateByteSequence
Determine the number of bytes of data represented by this ByteSequence.
length() - Method in class com.tangosol.util.AbstractByteSequence.PartialByteSequence
Determine the number of bytes of data represented by this ByteSequence.
length() - Method in interface com.tangosol.util.ByteSequence
Determine the number of bytes of data represented by this ByteSequence.
LessEqualsFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for "Less or Equals" condition.
LessEqualsFilter() - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Default constructor (necessary for the ExternalizableLite interface).
LessEqualsFilter(ValueExtractor, Comparable) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessEqualsFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessEqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessEqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessEqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessEqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.LessEqualsFilter
Construct a LessEqualsFilter for testing "Less or Equals" condition.
LessFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for "Less" condition.
LessFilter() - Constructor for class com.tangosol.util.filter.LessFilter
Default constructor (necessary for the ExternalizableLite interface).
LessFilter(ValueExtractor, Comparable) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LessFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LessFilter(String, int) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LessFilter(String, long) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LessFilter(String, float) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LessFilter(String, double) - Constructor for class com.tangosol.util.filter.LessFilter
Construct a LessFilter for testing "Less" condition.
LikeFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for pattern match.
LikeFilter() - Constructor for class com.tangosol.util.filter.LikeFilter
Default constructor (necessary for the ExternalizableLite interface).
LikeFilter(String, String) - Constructor for class com.tangosol.util.filter.LikeFilter
Construct a LikeFilter for pattern match.
LikeFilter(String, String, boolean) - Constructor for class com.tangosol.util.filter.LikeFilter
Construct a LikeFilter for pattern match.
LikeFilter(String, String, char, boolean) - Constructor for class com.tangosol.util.filter.LikeFilter
Construct a LikeFilter for pattern match.
LikeFilter(ValueExtractor, String, char, boolean) - Constructor for class com.tangosol.util.filter.LikeFilter
Construct a LikeFilter for pattern match.
LimitFilter - Class in com.tangosol.util.filter
Filter which truncates the results of another filter.
LimitFilter() - Constructor for class com.tangosol.util.filter.LimitFilter
Default constructor (necessary for the ExternalizableLite interface).
LimitFilter(Filter, int) - Constructor for class com.tangosol.util.filter.LimitFilter
Construct a limit filter.
link() - Method in class com.tangosol.io.nio.BinaryMap.Block
Link this block (either an Entry or free block) into the appropriate data structures (either the hash bucket or the free list.)
link(PartitionAwareBackingMap) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Link this manager to a PartitionAwareBackingMap that uses it.
linkAfter(SafeLinkedList.Node) - Method in class com.tangosol.util.SafeLinkedList.Node
Add this Node to the List following the specified Node.
linkBefore(SafeLinkedList.Node) - Method in class com.tangosol.util.SafeLinkedList.Node
Add this Node to the List preceding the specified Node.
LISTEN_ALL - Static variable in class com.tangosol.net.cache.CachingMap
Invalidation strategy that instructs the CachingMap to listen to all back map events; this strategy is preferred when updates to the back map are frequent and with high probability come from the outside of this CachingMap; for example multiple CachingMap instances using the same back map with a large degree of key set overlap between front maps.
LISTEN_AUTO - Static variable in class com.tangosol.net.cache.CachingMap
Invalidation strategy that instructs the CachingMap implementation to switch automatically between LISTEN_PRESENT and LISTEN_ALL strategies based on the cache statistics.
LISTEN_NONE - Static variable in class com.tangosol.net.cache.CachingMap
No invalidation strategy.
LISTEN_PRESENT - Static variable in class com.tangosol.net.cache.CachingMap
Invalidation strategy that instructs the CachingMap to listen to the back map events related only to the items currently present in the front map; this strategy serves best when the changes to the back map come mostly from the CachingMap itself.
Listeners - Class in com.tangosol.util
Provide a simple, efficient, and thread-safe implementation of a list of event listeners.
Listeners() - Constructor for class com.tangosol.util.Listeners
Default constructor.
listeners() - Method in class com.tangosol.util.Listeners
Get the array of event listeners.
listIterator() - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class com.tangosol.util.ImmutableMultiList
Returns an iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.ImmutableMultiList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class com.tangosol.util.InflatableList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.InflatableList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class com.tangosol.util.SubList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.SubList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListMap - Class in com.tangosol.util
As of Coherence 3.2, the ListMap simply extends Java's own LinkedHashMap, which became available in JDK 1.4.
ListMap() - Constructor for class com.tangosol.util.ListMap
Construct a ListMap.
ListMap(Map) - Constructor for class com.tangosol.util.ListMap
Construct a ListMap with the same mappings as the given map.
LiteMap - Class in com.tangosol.util
An implementation of java.util.Map that is optimal (in terms of both size and speed) for very small sets of data but still works excellently with large sets of data.
LiteMap() - Constructor for class com.tangosol.util.LiteMap
Construct a LiteMap.
LiteMap(Map) - Constructor for class com.tangosol.util.LiteMap
Construct a LiteMap with the same mappings as the given map.
LiteMap.EntryIterator - Class in com.tangosol.util
A simple Iterator for LiteMap Entry objects.
LiteMap.EntrySet - Class in com.tangosol.util
A Set of entries backed by this Map.
LiteMap.EntrySet() - Constructor for class com.tangosol.util.LiteMap.EntrySet
 
LiteSet - Class in com.tangosol.util
An implementation of java.util.Set that is optimal (in terms of both size and speed) for very small sets of data but still works excellently with large sets of data.
LiteSet() - Constructor for class com.tangosol.util.LiteSet
Construct a LiteSet
LiteSet(Collection) - Constructor for class com.tangosol.util.LiteSet
Construct a LiteSet containing the elements of the passed Collection.
load(Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Load a Hibernate entity given an id (key)
load(Object) - Method in class com.tangosol.coherence.jpa.JpaCacheLoader
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.io.AbstractBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.io.AsyncBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in interface com.tangosol.io.BinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.io.journal.JournalBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.io.nio.BinaryMapStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.net.cache.AbstractCacheLoader
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(BinaryEntry) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Load the value from the underlying store and update the specified entry.
load(Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in interface com.tangosol.net.cache.CacheLoader
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.net.cache.CacheLoaderCacheStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.net.cache.LocalCache
Indicates to the cache that the specified key should be loaded into the cache, if it is not already in the cache.
load(Object) - Method in class com.tangosol.net.cache.MapCacheStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
load(XmlElement) - Static method in class com.tangosol.net.SocketOptions
Parse the supplied XML and return the corresponding SocketOptions.
load(Object) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.
loadAll(Collection) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Load a collection of Hibernate entities given a set of ids (keys)
loadAll(Collection) - Method in class com.tangosol.coherence.jpa.JpaCacheLoader
Return the values associated with each the specified keys in the passed collection.
loadAll(Collection) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Return the values associated with each the specified keys in the passed collection.
loadAll(Collection) - Method in class com.tangosol.net.cache.AbstractCacheLoader
Return the values associated with each the specified keys in the passed collection.
loadAll(Set) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Load the values from the underlying store and update the specified entries.
loadAll(Collection) - Method in interface com.tangosol.net.cache.CacheLoader
Return the values associated with each the specified keys in the passed collection.
loadAll(Collection) - Method in class com.tangosol.net.cache.CacheLoaderCacheStore
Return the values associated with each the specified keys in the passed collection.
loadAll() - Method in class com.tangosol.net.cache.LocalCache
Indicates to the cache that it should load data from its loader to fill the cache; this is sometimes referred to as "pre-loading" or "warming" a cache.
loadAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
Indicates to the cache that the specified keys should be loaded into the cache, if they are not already in the cache.
loadAll(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
Return the values associated with each the specified keys in the passed collection.
loadAll(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Return the values associated with each the specified keys in the passed collection.
loadAll(Collection) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Return the values associated with each the specified keys in the passed collection.
loadAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Load the values associated with each of the specified binary keys from the underlying store.
loadAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Load the values associated with each of the specified binary keys from the underlying store.
loadAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Load the values associated with each of the specified binary keys from the underlying store.
LoadBalancer - Class in com.tangosol.net
A non-sticky HTTP load-balancer.
LoadBalancer(LoadBalancer.AddressPort, LoadBalancer.AddressPort[], Properties) - Constructor for class com.tangosol.net.LoadBalancer
Instantiate a LoadBalancer object that will listen on a host address/port and redirect requests to destination addresses/ports.
LoadBalancer.AddressPort - Class in com.tangosol.net
An AddressPort is an immutable combination of an IP address and a port number.
LoadBalancer.AddressPort(InetAddress, int) - Constructor for class com.tangosol.net.LoadBalancer.AddressPort
Construct an AddressPort object.
LoadBalancer.Queue - Class in com.tangosol.net
A Queue is used to effeciently queue up items for daemon threads to work on.
LoadBalancer.Queue() - Constructor for class com.tangosol.net.LoadBalancer.Queue
Construct a queue.
LoadBalancer.RequestHandler - Class in com.tangosol.net
A RequestHandler is a daemon thread that processes a request from a queue.
LoadBalancer.RequestHandler(LoadBalancer.Queue) - Constructor for class com.tangosol.net.LoadBalancer.RequestHandler
Constructs a RequestHandler that will pull request connections (Socket objects) from a Queue.
LoadBalancer.ResponseHandler - Class in com.tangosol.net
A ResponseHandler is a daemon thread that processes an outgoing response from a destination server.
LoadBalancer.ResponseHandler(LoadBalancer.RequestHandler) - Constructor for class com.tangosol.net.LoadBalancer.ResponseHandler
Construct a ResponseHandler that belongs to the specified RequestHandler.
LoadBalancer.SocketHandler - Class in com.tangosol.net
A SocketHandler is an abstract daemon thread.
LoadBalancer.SocketHandler(String) - Constructor for class com.tangosol.net.LoadBalancer.SocketHandler
Construct a SocketHandler with a given daemon thread name.
loadClass(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Find the specified class, return a Java Class object for it.
loadConfig(String) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Load the configuration from a file or resource.
loadConfig(String, ClassLoader) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Load the configuration from a file or resource.
loadConfigAsResource(String, ClassLoader) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Load the configuration as a resource.
loadConfigFromFile(File) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Load the configuration from a file or directory.
loadConfigFromURI(String, ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Load the XML configuration from the specified URI.
loadFileOrResource(String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load the configuration from a file or resource.
loadFileOrResource(String, String, ClassLoader) - Static method in class com.tangosol.run.xml.XmlHelper
Load the configuration from a file or resource.
loadInternal(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Load the value associated with the specified key from the underlying store.
loadInternal(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Load the value associated with the specified key from the underlying store.
loadInternal(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Load the value associated with the specified key from the underlying store.
loadResource(String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load the configuration from a resource.
loadResource(String, String, ClassLoader) - Static method in class com.tangosol.run.xml.XmlHelper
Load the configuration from resource.
loadResourceInternal(String, String, ClassLoader, boolean) - Static method in class com.tangosol.run.xml.XmlHelper
Load the configuration from a file or resource.
loadXml(Class) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a file for a class.
loadXml(Class, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a file for a class using a given charset.
loadXml(Class, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a file that is collocated with the specified class with a given charset.
loadXml(InputStream) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a stream.
loadXml(InputStream, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a stream using the specified charset.
loadXml(URL) - Static method in class com.tangosol.run.xml.XmlHelper
Load the XML from the specified url using the default character set.
loadXml(URL, String) - Static method in class com.tangosol.run.xml.XmlHelper
Load the XML from the specified url using the specified character set.
loadXml(String) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a string.
loadXml(String, XmlDocument) - Static method in class com.tangosol.run.xml.XmlHelper
Load XML from a String into the specified XmlElement.
LocalCache - Class in com.tangosol.net.cache
A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.
LocalCache() - Constructor for class com.tangosol.net.cache.LocalCache
Construct the cache manager.
LocalCache(int) - Constructor for class com.tangosol.net.cache.LocalCache
Construct the cache manager.
LocalCache(int, int) - Constructor for class com.tangosol.net.cache.LocalCache
Construct the cache manager.
LocalCache(int, int, CacheLoader) - Constructor for class com.tangosol.net.cache.LocalCache
Construct the cache manager.
LocalCache.Entry - Class in com.tangosol.net.cache
A holder for a cached value.
LocalCache.Entry() - Constructor for class com.tangosol.net.cache.LocalCache.Entry
 
LocalCache.InternalListener - Class in com.tangosol.net.cache
An internal MapListener that listens to this cache and reports changes to the CacheStore.
LocalCache.InternalListener() - Constructor for class com.tangosol.net.cache.LocalCache.InternalListener
 
LocalCache.KeyMask - Class in com.tangosol.net.cache
A class that masks certain changes so that they are not reported back to the CacheStore.
LocalCache.KeyMask() - Constructor for class com.tangosol.net.cache.LocalCache.KeyMask
 
lock(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Lock a key.
lock(Object, long) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Locking, ConcurrentMap.lock(Object, long), is currently not available when using a transactional cache.
lock(Object) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Locking, ConcurrentMap.lock(Object), is currently not available when using a transactional cache.
lock(Object, long) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Attempt to lock the specified item within the specified period of time.
lock(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Attempt to lock the specified item and return immediately.
lock(Object) - Method in class com.tangosol.net.cache.NearCache
Attempt to lock the specified item and return immediately.
lock(Object, long) - Method in class com.tangosol.net.cache.NearCache
Attempt to lock the specified item within the specified period of time.
lock(Object, long) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
lock(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
lock(Object, long) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Attempt to lock the specified item within the specified period of time.
lock(Object, long) - Method in interface com.tangosol.util.ConcurrentMap
Attempt to lock the specified item within the specified period of time.
lock(Object) - Method in interface com.tangosol.util.ConcurrentMap
Attempt to lock the specified item and return immediately.
lock(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Attempt to lock the specified item and return immediately.
lock(Object, long) - Method in class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Attempt to lock the specified item within the specified period of time.
lock(Object, long) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Attempt to lock the specified item within the specified period of time.
lock(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Attempt to lock the specified item and return immediately.
lock(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
Attempt to lock the specified item and return immediately.
lock(Object, long) - Method in class com.tangosol.util.SegmentedConcurrentMap
Attempt to lock the specified item within the specified period of time.
lock(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Lock this entry for the specified lock holder.
lock(Object, long) - Method in class com.tangosol.util.WrapperConcurrentMap
Attempt to lock the specified item within the specified period of time.
lock(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Attempt to lock the specified item and return immediately.
LOCK_ALL - Static variable in class com.tangosol.io.AsyncBinaryStore
Special key to indicate that all keys should be locked.
LOCK_ALL - Static variable in interface com.tangosol.util.ConcurrentMap
Special key value indicating an intent to lock the entire map.
LOCK_ALL_PENDING - Static variable in class com.tangosol.util.SegmentedHashMap
The bit-mask used to indicate that a lock-all is pending.
LOCK_ALL_PENDING_IDX - Static variable in class com.tangosol.util.SegmentedHashMap
The mutex number used to indicate that a lock-all is pending.
LOCK_COUNT - Static variable in class com.tangosol.util.SegmentedHashMap
The number of segment-locks.
LOCK_FILE_NAME - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Name of warning file.
LOCK_LEASE_TIMEOUT - Static variable in class com.tangosol.coherence.hibernate.CoherenceCache
The system property specifying the lock lease timeout
LOCK_OBTAIN_TIMEOUT - Static variable in class com.tangosol.coherence.hibernate.CoherenceCache
The system property specifying the lock acquisition timeout
lockAll(ConcurrentMap, Collection, long) - Static method in class com.tangosol.util.InvocableMapHelper
Attempt to lock all the specified keys within a specified period of time.
lockAllBuckets() - Method in class com.tangosol.util.SegmentedHashMap
Lock everything.
lockAllBuckets(int) - Method in class com.tangosol.util.SegmentedHashMap
Lock everything, assuming that the segment for the specified bucket has already been locked.
lockAllSegments(long) - Method in class com.tangosol.util.SegmentedHashMap
Lock all segments except for the specified segments that have already been locked by the calling thread.
lockBucket(int) - Method in class com.tangosol.util.SegmentedHashMap
Attempt to lock the segment corresponding to the specified bucket.
lockInternal(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain a lock for the specified key.
lockInternalNoWait(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain a lock for the specified key, but only if no other thread has the lock at the point in time that this method is invoked.
LOCKS_ALL - Static variable in class com.tangosol.util.SegmentedHashMap
The lock representation used to indicate that all mutexes are locked.
LOCKS_NONE - Static variable in class com.tangosol.util.SegmentedHashMap
The lock representation used to indicate that no locks are set.
lockSegment(int, boolean) - Method in class com.tangosol.util.SegmentedHashMap
Attempt to lock the specified segment.
log(String, int) - Static method in class com.tangosol.net.CacheFactory
Log a message using Coherence logging facility which is driven by the "logging-config" element located in the tangosol-coherence.xml configuration file.
logAttributeSerializationFailure(AttributeHolder, Throwable) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Log a serialization failure for an attribute holder.
logAttributeSerializationFailure(AttributeHolder, Throwable) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Log a serialization failure for an attribute holder.
logEventException(RuntimeException, String, boolean) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Log an event exception.
logException(Throwable, String) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Helper to log ignored exceptions.
logException(SocketAddress, IOException) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Log an exception which is handled internally by the TcpDatagramSocket.
LOGGER - Static variable in class com.tangosol.coherence.servlet.DefaultCacheDelegator
The Logger object.
LoggingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that logs all of the stream contents for debugging / testing purposes.
LoggingPofHandler() - Constructor for class com.tangosol.io.pof.LoggingPofHandler
Default constructor: Construct a Logging POF Handler that sends all logging output to standard output.
LoggingPofHandler(PrintWriter) - Constructor for class com.tangosol.io.pof.LoggingPofHandler
Construct a Logging POF Handler that sends all logging output to the specified PrintWriter.
login(String, char[]) - Static method in class com.tangosol.net.security.Security
Perform the authentication.
login(CallbackHandler) - Static method in class com.tangosol.net.security.Security
Perform the authentication.
logInvalidationExceptions() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine whether to log exceptions thrown by the session during invalidation.
logProtocolWarning(SocketAddress, TcpDatagramSocket.Impl.ConnectionStatus, int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Periodically log a warning when connections are made using an unrecognized protocol.
logStackTraces() - Static method in class com.tangosol.net.GuardSupport
Collect stack traces for all running threads and write them to the error log.
logThreadsHoldingLock() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
LogThreadsHoldingLockAgent - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
LogThreadsHoldingLockAgent() - Constructor for class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Constructor
LogThreadsHoldingLockAgent(String) - Constructor for class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Constructor
logThreadStackTraces(String, AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated.  
LONG_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of longs.
LongArray - Interface in com.tangosol.util
An interface, similar in its methods to List, and similar in its purpose to a Java array, designed for sparse storage and indexed by long values.
LongArray.Iterator - Interface in com.tangosol.util
An Iterator that adds a "current element" concept, similar to the Map.Entry interface.
LongMax - Class in com.tangosol.util.aggregator
Calculates a maximum of numeric values extracted from a set of entries in a Map.
LongMax() - Constructor for class com.tangosol.util.aggregator.LongMax
Default constructor (necessary for the ExternalizableLite interface).
LongMax(ValueExtractor) - Constructor for class com.tangosol.util.aggregator.LongMax
Construct a LongMax aggregator.
LongMax(String) - Constructor for class com.tangosol.util.aggregator.LongMax
Construct a LongMax aggregator.
LongMin - Class in com.tangosol.util.aggregator
Calculates a minimum of numeric values extracted from a set of entries in a Map.
LongMin() - Constructor for class com.tangosol.util.aggregator.LongMin
Default constructor (necessary for the ExternalizableLite interface).
LongMin(ValueExtractor) - Constructor for class com.tangosol.util.aggregator.LongMin
Construct a LongMin aggregator.
LongMin(String) - Constructor for class com.tangosol.util.aggregator.LongMin
Construct a LongMin aggregator.
LongSum - Class in com.tangosol.util.aggregator
Sums up numeric values extracted from a set of entries in a Map.
LongSum() - Constructor for class com.tangosol.util.aggregator.LongSum
Default constructor (necessary for the ExternalizableLite interface).
LongSum(ValueExtractor) - Constructor for class com.tangosol.util.aggregator.LongSum
Construct a LongSum aggregator.
LongSum(String) - Constructor for class com.tangosol.util.aggregator.LongSum
Construct a LongSum aggregator.
longValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as a long.
lookupIdentity(int) - Method in class com.tangosol.io.pof.PofBufferReader
Look up the specified identity and return the object to which it refers.

M

m_aabArray - Variable in class com.tangosol.io.MultiByteArrayInputStream
The array of byte arrays.
m_aAdapter - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The property adapters for the XML bean.
m_aAddrPortDest - Variable in class com.tangosol.net.LoadBalancer
The AddressPort combinations that the load balancer will balance to.
m_aAggregator - Variable in class com.tangosol.util.aggregator.CompositeAggregator
The underlying EntryAggregator array.
m_ab - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
The byte array that holds the binary data.
m_ab - Variable in class com.tangosol.io.ByteArrayWriteBuffer
The byte array that holds the binary data.
m_ab - Variable in class com.tangosol.io.MultiByteArrayInputStream
The current byte array.
m_ab - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The current block of output.
m_abAccum - Variable in class com.tangosol.io.Base64OutputStream
Accumulated bytes.
m_abBlockClear - Variable in class com.tangosol.net.security.BlockCipherInputStream
The current block of unencrypted data
m_abBlockClear - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The current block of unencrypted data
m_abBlockEncrypted - Variable in class com.tangosol.net.security.BlockCipherInputStream
The current block of encrypted data
m_abBuf - Variable in class com.tangosol.net.LoadBalancer.SocketHandler
The buffer to use for reading from a stream.
m_abGroup - Variable in class com.tangosol.io.Base64InputStream
Group of bytes (stored as ints 0..255).
m_abMask - Variable in class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
 
m_abOv - Variable in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Random overlay data.
m_abPattern - Variable in class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
 
m_acache - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
A cached array of the backing ConfigurableCacheMap instances.
m_achBuf - Variable in class com.tangosol.io.AbstractWriteBuffer
A lazily instantiated temp buffer used to avoid allocations from String.toCharArray() and repeated calls to String.charAt(int).
m_achGroup - Variable in class com.tangosol.io.Base64OutputStream
An array that is used to send 4 characters at a time to the underlying Writer object.
m_aClzByTypeId - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
An array of user type classes, indexed by type identifier.
m_aComparator - Variable in class com.tangosol.util.comparator.ChainedComparator
The Comparator array.
m_actionConditionalRemove - Variable in class com.tangosol.util.SegmentedConcurrentMap
The singleton action for conditional remove.
m_actionContainsValue - Variable in class com.tangosol.util.SegmentedHashMap
The singleton action for containsValue support.
m_actionGetEntry - Variable in class com.tangosol.util.SegmentedHashMap
The singleton action for getEntryInternal support.
m_actionInsert - Variable in class com.tangosol.util.SegmentedHashMap
The singleton action for insert support.
m_actionLock - Variable in class com.tangosol.util.SegmentedConcurrentMap
The action for lock() support.
m_actionRemove - Variable in class com.tangosol.util.SegmentedHashMap
The singleton action for remove support.
m_actionSize - Variable in class com.tangosol.util.SegmentedConcurrentMap
The singleton action for size support.
m_actionUnlock - Variable in class com.tangosol.util.SegmentedConcurrentMap
The action for unlock() support.
m_address - Variable in class com.tangosol.net.CompositeAddressProvider.SingleProvider
The single address that this AddressProvider represents.
m_addrportHost - Variable in class com.tangosol.net.LoadBalancer
The AddressPort combination that the load balancer will listen on.
m_advancer - Variable in class com.tangosol.util.PagedIterator
The underlying Advancer.
m_aeBucket - Variable in class com.tangosol.util.SafeHashMap
The array of hash buckets.
m_aeBucket - Variable in class com.tangosol.util.SegmentedHashMap
The array of hash buckets.
m_aExtractor - Variable in class com.tangosol.util.extractor.AbstractCompositeExtractor
The ValueExtractor array.
m_aFilter - Variable in class com.tangosol.util.filter.ArrayFilter
The Filter array.
m_afilter - Variable in class com.tangosol.util.MapListenerSupport.FilterEvent
Filters caused the event.
m_aflProbabilityThresholds - Variable in class com.tangosol.util.SafeSortedMap
The array of pre-computed probability thresholds for each level.
m_aggregator - Variable in class com.tangosol.util.aggregator.GroupAggregator
The underlying EntryAggregator.
m_aGuardContext - Variable in class com.tangosol.net.GuardSupport
Array of GuardContexts for the registered Guardables.
m_aiOwner - Variable in class com.tangosol.net.partition.Ownership
An array of member ids representing the parition ownership.
m_ajournalfile - Variable in class com.tangosol.io.journal.AbstractJournalRM
Registry of JournalFile objects indexed by file id.
m_anodeRecycled - Variable in class com.tangosol.util.RecyclingLinkedList
The Nodes to recycle.
m_aoData - Variable in class com.tangosol.util.CircularArrayList
The array into which the elements of the list are stored.
m_aoItem - Variable in class com.tangosol.util.SimpleEnumerator
Array of items to enumerate.
m_aoParam - Variable in class com.tangosol.util.extractor.ReflectionExtractor
The parameter array.
m_aOwners - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The ownership array for this analysis context.
m_aOwnershipMembers - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
An array of the ownership members to include in the distribution, arranged in arbitrary order.
m_aProcessor - Variable in class com.tangosol.util.processor.CompositeProcessor
The underlying entry processor array.
m_arrayExpiry - Variable in class com.tangosol.net.cache.OldCache
Deprecated. Array of set of keys, indexed by the time of expiry.
m_arrayRefs - Variable in class com.tangosol.io.pof.PofBufferReader
Lazily-constructed mapping of identities to references.
m_aRules - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
The list of quorum rules.
m_aSegment - Variable in class com.tangosol.util.SegmentedHashMap
An array of the control-structures for the Map's segments.
m_aserByTypeId - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
An array of PofSerializer objects, indexed by type identifier.
m_asStackRemote - Variable in exception com.tangosol.io.pof.PortableException
A raw representation of the remote stack trace for this exception.
m_atomicLocks - Variable in class com.tangosol.util.SegmentedHashMap
The "segment-locks".
m_atomicSize - Variable in class com.tangosol.util.SafeSortedMap.BaseEntryNode
AtomicCounter used to hold the size of the base entry list.
m_atomicUpdaterNext - Static variable in class com.tangosol.util.SafeSortedMap.EntryNode
AtomicUpdater for the casNext operation.
m_atomicUpdaterNext - Static variable in class com.tangosol.util.SafeSortedMap.SkipNode
AtomicUpdater for the casNext operation.
m_atomicUpdaterTopNode - Static variable in class com.tangosol.util.SafeSortedMap
AtomicUpdater for the casTopNode operation.
m_atomicUpdaterValue - Static variable in class com.tangosol.util.SafeSortedMap.EntryNode
AtomicUpdater for the casValue operation.
m_atomicUpdaterValue - Static variable in class com.tangosol.util.SegmentedConcurrentMap
AtomicUpdater for the entry value.
m_binKey - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
The Binary key.
m_binValue - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
The Binary value.
m_binValueOrig - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
The original Binary value.
m_buf - Variable in class com.tangosol.io.DelegatingWriteBuffer
The WriteBuffer to delegate to; the "containing" WriteBuffer.
m_buf - Variable in class com.tangosol.io.nio.ByteBufferInputStream
The ByteBuffer object from which data is read.
m_buf - Variable in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
The ByteBuffer object from which data is read.
m_buffer - Variable in class com.tangosol.io.BufferManagerAdapter
The current (last allocated) buffer.
m_bufRead - Variable in class com.tangosol.io.journal.RamJournalRM.JournalFile
The buffer that accesses the file contents.
m_bufUnsafe - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Cached ReadBuffer to quickly provide an answer to ByteArrayWriteBuffer.getUnsafeReadBuffer().
m_bufWrite - Variable in class com.tangosol.io.journal.RamJournalRM.JournalFile
The buffer that stores the file contents.
m_cAccum - Variable in class com.tangosol.io.Base64OutputStream
The number of bytes accumulated (0, 1, 2 or 3).
m_cache - Variable in class com.tangosol.coherence.rest.CacheResource
NamedCache wrapped by this resource.
m_cache - Variable in class com.tangosol.coherence.rest.EntryResource
NamedCache which stores the referenced entry.
m_cache - Variable in class com.tangosol.coherence.rest.EntrySetResource
Cache which stores the referenced entries.
m_cache - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Coherence NamedCache used to implement most cache operations.
m_cacheLocal - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The LocalCache of non-serializable objects.
m_calculator - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The external unit calculator.
m_calculator - Variable in class com.tangosol.net.cache.SerializationCache
The unit calculator to use to limit size of the cache.
m_calculator - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The unit calculator.
m_calculator - Variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The ConfigurableCacheMap.UnitCalculator used to calculate the size of SimpleMapIndex.IndexCalculator.CalculatorState.CONFIGURED types. into Binary to approximate the size.
m_calculator - Variable in class com.tangosol.util.SimpleMapIndex
UnitCalculator used to estimate the cost of a value.
m_calculatorBackup - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The backup LoadCalculator.
m_calculatorPrimary - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The primary LoadCalculator.
m_cAverageBundleSize - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average bundle size for this Bundler.
m_cAverageBurstDuration - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average time for bundled request processing (burst).
m_cAverageThreadWaitDuration - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average thread waiting time caused by under-filled bundle.
m_cAvgTouch - Variable in class com.tangosol.net.cache.OldCache
Deprecated. For a prune cycle, this value is the average number of touches that an entry should have.
m_cb - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
Number of bytes in the byte array that belong to this ReadBuffer object.
m_cb - Variable in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
The capacity of the ByteArrayWriteBuffer instances to allocate.
m_cb - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Number of bytes in the byte array that have been written by this WriteBuffer.
m_cb - Variable in class com.tangosol.io.DelegatingWriteBuffer
Length in bytes of this WriteBuffer.
m_cBackupActual - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The number of backup storages to maintain.
m_cbBacklog - Variable in class com.tangosol.io.journal.FlashJournalRM
Total amount of data enqueued to be written.
m_cbBlock - Variable in class com.tangosol.io.journal.FlashJournalRM
Block size for appending to files.
m_cbBlock - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The max size of each block.
m_cbBlockDec - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. The block size used by the cipher for decrypting.
m_cbBlockEnc - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. The block size used by the cipher for encrypting.
m_cbFixed - Variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
If the state is SimpleMapIndex.IndexCalculator.CalculatorState.FIXED, contains a cached cost per instance.
m_cBlocks - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The number of flushed blocks.
m_cbMax - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Number of bytes that the byte array can be grown to.
m_cbMax - Variable in class com.tangosol.io.DelegatingWriteBuffer
Maximum number of bytes in this WriteBuffer.
m_cbMaxBacklog - Variable in class com.tangosol.io.journal.FlashJournalRM
Configurable maximum backlog; defaults to 16MB.
m_cbMaxFile - Variable in class com.tangosol.io.journal.AbstractJournalRM
Maximum size for any of the journal files.
m_cbMaxPool - Variable in class com.tangosol.io.journal.RamJournalRM
The maximum total amount of unused RAM buffers that the journal will pool.
m_cbMaxRam - Variable in class com.tangosol.io.journal.RamJournalRM
The maximum total amount of RAM that the journal will allocate.
m_cbMaxValue - Variable in class com.tangosol.io.journal.AbstractJournalRM
Configurable maximum value size.
m_cbPadBack - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The number of additional bytes to allocate and leave free at the back (end) of each block
m_cbPadFront - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The number of additional bytes to allocate and leave free at the front (start) of each block
m_cbReleased - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Amount of data that has been released.
m_cbTotal - Variable in class com.tangosol.io.journal.JournalBinaryStore
Number of bytes in the Journal currently "owned" by this BinaryStore.
m_cBundleCountSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a total number of processed bundled.
m_cBundleSizeSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a total size of processed bundled.
m_cBurstDurationSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a burst duration.
m_cbWritten - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Amount of data that has been written.
m_cCacheHits - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
The rough (ie unsynchronized) number of calls that could be answered from the front or the back and were answered by data in the front map.
m_cCacheMisses - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
The rough (ie unsynchronized) number of calls that could be answered from the front or the back and were answered by data in the back map.
m_cCachePrunes - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of evictions triggered based on the size of the cache since the last statistics reset.
m_cCachePrunesMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for prune operations since the last statistics reset.
m_cCachePuts - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of put operations since the last statistics reset.
m_cCapacity - Variable in class com.tangosol.util.SafeHashMap
The capacity of the hash map (the point at which it must resize), 1 <= n.
m_ccfSingleton - Variable in class com.tangosol.net.DefaultCacheFactoryBuilder
Singleton ConfigurableCacheFactory instance for the default URI.
m_cContend - Variable in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
The number of threads that are waiting to lock this Entry.
m_cCurUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The current number of units in the cache.
m_cCurUnits - Variable in class com.tangosol.net.cache.SerializationCache
Current number of units to in the cache.
m_cDbId - Variable in class com.tangosol.io.bdb.DatabaseFactory
Counter used to generate unique Database names for this Environment.
m_cElements - Variable in class com.tangosol.util.CircularArrayList
The size of the list (the number of elements it contains).
m_cEntries - Variable in class com.tangosol.util.SafeHashMap
The number of entries stored in the hash map, 0 <= n.
m_cEraseFailures - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Erase failures.
m_cEraseMillis - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The cumulative time spent on Erase operations.
m_cEraseOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Erase operations.
m_certificate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated.  
m_certificateLocal - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. The local Certificate
m_cExpiryDelay - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
The time-to-live of the corresponding Map.Entry.
m_cExpiryDelay - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
Field holding the BackingMapBinaryEntry.getExpiryDelay() property.
m_cExpiryDelay - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of milliseconds that a value will live in the cache.
m_cExpiryDelayMillis - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The expiry delay.
m_cFairShare - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
The cached fair-share load.
m_cFairShare - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
The cached fair-share load.
m_cFairShareBackup - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The fair-share backup partition load.
m_cFairSharePrimary - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The fair-share primary partition load.
m_cFlushDelayMillis - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The flush delay.
m_cGuardable - Variable in class com.tangosol.net.GuardSupport
The number of registered Guardables.
m_channelRead - Variable in class com.tangosol.io.journal.FlashJournalRM.JournalFile
A random access FileChannel for read purposes.
m_channelWrite - Variable in class com.tangosol.io.journal.FlashJournalRM.JournalFile
A FileOutputStream FileChannel for append purposes.
m_cHighUnits - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
High units is the number of units that triggers eviction.
m_cHitsMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for get operations that were hits since the last statistics reset.
m_cipher - Variable in class com.tangosol.net.security.BlockCipherInputStream
The Cipher to use to decrypt data
m_cipher - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The Encryption Cipher
m_cJournalFiles - Variable in class com.tangosol.io.journal.AbstractJournalRM
The number of JournalFiles that currently exist.
m_cLineGroups - Variable in class com.tangosol.io.Base64OutputStream
The number of groups left to write in the current line.
m_cLoadFailures - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Load failures.
m_cLoadMillis - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The cumulative time spent on Load operations.
m_cLoadOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Load operations.
m_cLock - Variable in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
The lock count (number of times the "lock()" was called by the locking thread).
m_cLowUnits - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
Low units is the number of units to evict down to.
m_clz - Variable in class com.tangosol.util.RestrictedCollections.RestrictedCollection
The class of Objects stored in the Collection.
m_clz - Variable in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
The class of Objects stored in the ListIterator.
m_clzBean - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The class of the specific XML bean.
m_clzEntity - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
The entity class that this CacheLoader is managing.
m_clzKey - Variable in class com.tangosol.coherence.rest.CacheResource
Key class for the entries stored in the wrapped cache.
m_clzKey - Variable in class com.tangosol.coherence.rest.DefaultKeyConverter
Key class.
m_clzKey - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The class of key stored in the Map.
m_clzType - Variable in class com.tangosol.run.xml.PropertyAdapter
The type of the property.
m_clzVal - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
The class of value stored in the Map.
m_clzVal - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The class of value stored in the Map.
m_clzValue - Variable in class com.tangosol.coherence.rest.CacheResource
Value class for the entries stored in the wrapped cache.
m_clzValue - Variable in class com.tangosol.coherence.rest.EntryResource
Class of the referenced entry's value.
m_clzValue - Variable in class com.tangosol.coherence.rest.EntrySetResource
Class of the referenced entries' values.
m_cMaxPooledBlocks - Variable in class com.tangosol.io.journal.FlashJournalRM
Maximum number of pooled blocks.
m_cMaxUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of units to allow the cache to grow to before pruning.
m_cMaxUnits - Variable in class com.tangosol.net.cache.SerializationCache
Maximum number of units to manage in the cache.
m_cMillis - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The execution time in milliseconds.
m_cMillisMultiBlockWrites - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
The number of milliseconds total spent writing blocks in groups.
m_cMillisSingleBlockWrites - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
The number of milliseconds total spent writing blocks individually.
m_cMissesMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for get operations that were misses since the last statistics reset.
m_cMultiBlockWrites - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
The number of blocks written in groups (as part of a multi-buffer write).
m_cNameSuffix - Variable in class com.tangosol.util.DaemonThreadFactory
The thread name counter.
m_cNodes - Variable in class com.tangosol.util.SafeLinkedList
The size of the List.
m_col - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The underlying Collection.
m_col - Variable in class com.tangosol.util.RestrictedCollections.RestrictedCollection
The underlying Collection.
m_collValues - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The values collection.
m_colRegisteredDbs - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Databases to close prior to deleting the Environment.
m_colValues - Variable in class com.tangosol.io.nio.BinaryMap
The collection of values backed by this map.
m_colValues - Variable in class com.tangosol.util.SafeHashMap
The collection of values backed by this map.
m_colValues - Variable in class com.tangosol.util.SegmentedHashMap
The collection of values backed by this map.
m_comparator - Variable in class com.tangosol.util.aggregator.AbstractComparableAggregator
The comparator to use for comparing extracted values.
m_comparator - Variable in class com.tangosol.util.comparator.SafeComparator
The wrapped Comparator.
m_comparator - Variable in class com.tangosol.util.extractor.ComparisonValueExtractor
An underlying Comparator object (optional).
m_comparator - Variable in class com.tangosol.util.SafeSortedMap
The comparator used to sort this map.
m_comparator - Variable in class com.tangosol.util.SimpleMapIndex
Comparator used to sort the index.
m_complex - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The Complex value that corresponds to the user type that is being written.
m_contentionObserver - Variable in class com.tangosol.util.SegmentedConcurrentMap
The ContentionObserver; may be null.
m_context - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
The BackingMapManagerContext to pass to the enclosed backing maps.
m_context - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated.  
m_context - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The BackingMapManagerContext to use for extracting binary values.
m_conv - Variable in class com.tangosol.util.ConverterEnumerator
Converter to convert each item.
m_convDown - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The Converter from this Collection to the underlying Collection.
m_convDown - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The Converter from this ListIterator to the underlying ListIterator.
m_converter - Variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The Converter used to convert SimpleMapIndex.IndexCalculator.CalculatorState.UNKNOWN types into Binary to approximate the size.
m_convKey - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The Converter to view the underlying MapEvent's key.
m_convKey - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The Converter to view an underlying CacheEvent's key.
m_convKeyDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to pass keys down to the Entry Set.
m_convKeyDown - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to pass keys down to the Map.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to view the Entry's key.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to view keys stored in the Entry Set.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to view keys stored in the Map.
m_convUp - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The Converter from the underlying Collection to this Collection.
m_convUp - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The Converter from the underlying ListIterator to this ListIterator.
m_convVal - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The Converter to view the underlying MapEvent's value.
m_convVal - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The Converter to view an underlying CacheEvent's value.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to store the Entry's value.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to pass values down to the Entry Set.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to pass keys down to the Map.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to view the Entry's value.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to view values stored in the Entry Set.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to view values stored in the Map.
m_count - Variable in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractComparableAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractDoubleAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractLongAggregator
The count of processed entries.
m_countThreads - Variable in class com.tangosol.net.cache.AbstractBundler
A counter for the total number of threads that have started any bundle related execution.
m_cPruneUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of units to prune the cache down to.
m_cPurgeDelayMillis - Variable in class com.tangosol.io.journal.FlashJournalRM
The delay from the last touch of a tmp file until it is eligible for purging.
m_cPutsMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for put operations since the last statistics reset.
m_cRecoveryMillis - Variable in class com.tangosol.net.GuardSupport.Context
The amount of time to allow for recovery
m_cRecycleMax - Variable in class com.tangosol.util.RecyclingLinkedList
The maximum number of Nodes to recycle.
m_cRecycleNodes - Variable in class com.tangosol.util.RecyclingLinkedList
The current number of Nodes being recycle.
m_cSegmentCapacity - Variable in class com.tangosol.util.SegmentedHashMap
The capacity of each segment (the point at which we should resize).
m_cSingleBlockWrites - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
The number of blocks written individually.
m_cSoftTimeoutMillis - Variable in class com.tangosol.net.GuardSupport.Context
The soft-timeout interval to use for the represented Guardable.
m_cStoreEntries - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The total number of entries written in Store operations.
m_cStoreFailures - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Store failures.
m_cStoreMillis - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The cumulative time spent on Store operations.
m_cStoreOps - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The number of Store operations.
m_cThreadWaitSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a combined thread waiting time.
m_cTimeoutMillis - Variable in class com.tangosol.net.GuardSupport.Context
The timeout interval to use for the represented Guardable.
m_ctorFromString - Variable in class com.tangosol.coherence.rest.DefaultKeyConverter
Constructor to use for conversion from string.
m_ctx - Variable in class com.tangosol.io.pof.PofBufferReader
The PofContext to use to realize user data types as Java objects.
m_ctx - Variable in class com.tangosol.io.pof.PofBufferWriter
The PofContext used by this PofBufferWriter to serialize user types.
m_ctx - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
The backing map context.
m_ctx - Variable in class com.tangosol.util.SimpleMapIndex
The context associated with this index.
m_ctxLast - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy
The last analysis context.
m_cUnits - Variable in class com.tangosol.util.SimpleMapIndex
The size footprint of the index, in units (as defined by the UnitCalculator).
m_current - Variable in class com.tangosol.util.SafeLinkedList
The Node at the "cached position" in the List.
m_cWaitMillis - Variable in class com.tangosol.util.WrapperConcurrentMap
The number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
m_daemonCollector - Variable in class com.tangosol.io.journal.AbstractJournalRM
The "garbage collector" thread that determines when journal files are ripe to be evacuated and deleted.
m_daemonPreparer - Variable in class com.tangosol.io.journal.FlashJournalRM
The "rendering" thread that renders (copies and encrypts) the queued binaries into buffers to be written.
m_daemonRefresh - Variable in class com.tangosol.net.RefreshableAddressProvider
The refresh daemon.
m_daemonRequest - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The RequestHandler that this ResponseHandler belongs to.
m_daemonResponse - Variable in class com.tangosol.net.LoadBalancer.RequestHandler
The ResponseHandler that handles the server-to-client response routing corresponding to requests routed client-to-server by this daemon.
m_daemonWriter - Variable in class com.tangosol.io.journal.FlashJournalRM
The "writing" thread that just does appends of prepared buffers to journal files.
m_db - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
The underlying Database Handle.
m_db - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
The Database handle.
m_dbConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory
Configuration to use when creating new Databases.
m_decResult - Variable in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
The running result value.
m_delegate - Variable in class com.tangosol.net.WrapperSelector
The wrapped Selector.
m_delegate - Variable in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
The delegate SelectionKey.
m_delegate - Variable in class com.tangosol.net.WrapperServerSocket
The delegate socket.
m_delegate - Variable in class com.tangosol.net.WrapperServerSocketChannel
The delegate channel.
m_delegate - Variable in class com.tangosol.net.WrapperSocket
The delegate socket.
m_delegate - Variable in class com.tangosol.net.WrapperSocketChannel
The delegate SocketChannel.
m_descEntity - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Descriptor for entity class.
m_dflHighestLoadFactor - Variable in class com.tangosol.io.journal.AbstractJournalRM
The highest percentage (as a double in the range 0.00 to 1.00) of the configured capacity that this journal has reached.
m_dflLoadFactorGC - Variable in class com.tangosol.io.journal.AbstractJournalRM
The percentage (as a double in the range 0.01 to 0.99) at which a file is eligible for garbage collection.
m_dflPruneLevel - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The percentage of the total number of units that will remain after the cache manager prunes the cache (i.e. this is the "low water mark" value); this value is in the range 0.0 to 1.0.
m_dflResult - Variable in class com.tangosol.util.aggregator.AbstractDoubleAggregator
The running result value.
m_dir - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Directory to lock.
m_dirEnv - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Environment directory.
m_dirLock - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Lock held on the directory associated with the Environment.
m_dirParent - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Parent directory for creating Environments.
m_dirParent - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configuration setting for parent directory.
m_dirTemp - Variable in class com.tangosol.io.journal.FlashJournalRM
Directory to store the temporary files.
m_dPreviousSizeThreshold - Variable in class com.tangosol.net.cache.AbstractBundler
The previous bundle size threshold value.
m_element - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_emf - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
The EntityManagerFactory from which EntityManager instances are obtained.
m_eNext - Variable in class com.tangosol.util.SafeHashMap.Entry
The next entry in the linked list (an open hashing implementation).
m_eNext - Variable in class com.tangosol.util.SegmentedHashMap.Entry
The next entry in the linked list (an open hashing implementation).
m_entry - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
The underlying entry.
m_entry - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
 
m_env - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Berkeley DB Environment for managing Databases.
m_envConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Berkeley DB Environment Configuration.
m_envHolder - Variable in class com.tangosol.io.bdb.DatabaseFactory
Holder for Environment used to create Databases.
m_eraseBundler - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The bundler for erase() operations.
m_event - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The underlying MapEvent.
m_extractor - Variable in class com.tangosol.util.aggregator.GroupAggregator
The underlying ValueExtractor.
m_extractor - Variable in class com.tangosol.util.extractor.CompositeUpdater
The ValueExtractor part.
m_extractor - Variable in class com.tangosol.util.extractor.ConditionalExtractor
The underlying extractor.
m_extractor - Variable in class com.tangosol.util.extractor.KeyExtractor
The underlying ValueExtractor.
m_extractor - Variable in class com.tangosol.util.filter.ExtractorFilter
The ValueExtractor used by this filter.
m_extractor - Variable in class com.tangosol.util.processor.ExtractorProcessor
The underlying value extractor.
m_extractor - Variable in class com.tangosol.util.processor.PropertyManipulator
The underlying ValueExtractor.
m_extractor - Variable in class com.tangosol.util.SimpleMapIndex
ValueExtractor object that this MapIndex uses to extract an indexable property value from a [converted] value stored in the resource map.
m_extractorPart - Variable in class com.tangosol.util.processor.PropertyManipulator
A partial ValueExtractor used for composite properties.
m_factory - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The CacheProvider's own ConfigurableCacheFactory.
m_factory - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Factory used to create this Database.
m_factory - Variable in class com.tangosol.net.SystemSocketProvider
The associated factory.
m_factory - Variable in class com.tangosol.net.WrapperSocketProvider
The associated factory.
m_fAttribute - Variable in class com.tangosol.run.xml.PropertyAdapter
True if the property is stored in an attribute instead of an XML element.
m_fBlind - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that put() and remove() can return null, regardless of the presence of an old value.
m_fBlocking - Variable in class com.tangosol.net.TcpSocketProvider
Specifies is the provider is to produce blocking datagram sockets.
m_fBreakLines - Variable in class com.tangosol.io.Base64OutputStream
True if lines are to be broken by BASE64_LF;
m_fClosed - Variable in class com.tangosol.io.Base64InputStream
True after close is invoked.
m_fClosed - Variable in class com.tangosol.io.Base64OutputStream
True after close is invoked.
m_fClosed - Variable in class com.tangosol.io.MultiByteArrayOutputStream
True after close is invoked.
m_fClusterOwned - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the CacheProvider should shutdown the cluster when it is shutdown.
m_fConfigured - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Specifies whether or not the enclosing PartitionAwareBackingMap has been configured (initialized).
m_fDeepClone - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Specifies whether the XML bean requires a deep clone.
m_fDeferredEvent - Variable in class com.tangosol.util.WrapperObservableMap
Specifies whether or not fabricated events could be deferred.
m_fDestructive - Variable in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
True if the BufferInput set to self-destruct.
m_fDestructive - Variable in class com.tangosol.io.MultiByteArrayInputStream
True iff the array will be null'd out as it is traversed.
m_fEmptyIsNull - Variable in class com.tangosol.run.xml.IterableAdapter
Empty-is-null option: Empty iterable values are not stored in the serialized form of the XmlBean nor in the XML form of the XmlBean.
m_fEnabled - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Enabled flag.
m_fEnforceLocking - Variable in class com.tangosol.util.WrapperConcurrentMap
Flag indicating whether or not the locking is enforced for put, remove and clear operations.
m_fEntrySetRealized - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the Cache implementations returned by this CacheProvider should return a fully realized set of cached values from the entrySet() method rather than a virtual collection of values.
m_fEOF - Variable in class com.tangosol.io.Base64InputStream
True after eof is determined.
m_fEOF - Variable in class com.tangosol.io.MultiByteArrayInputStream
True after eof is determined.
m_fEof - Variable in class com.tangosol.net.security.BlockCipherInputStream
Marker indicating if the end of the wrapped stream has been reached
m_fEraseAllSupported - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Flag that determines whether or not EraseAll operations are supported by the wrapped store.
m_fEraseSupported - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Flag that determines whether or not Erase operations are supported by the wrapped store.
m_fEraseUnsupported - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that a call to the CacheStore erase() method is assumed to be unsupported.
m_fEvolvable - Variable in class com.tangosol.io.pof.PofBufferWriter
Indicate if the object to be written is either Evolvable or part of an Evolvable object.
m_fExhausted - Variable in class com.tangosol.net.CompositeAddressProvider.SingleProvider
Is this AddressProvider exhausted?
m_fFirst - Variable in class com.tangosol.net.events.AbstractEventInterceptor
Flag indicating whether this EventInterceptor should be added at the head of the EventDispatcher's interceptor chain.
m_fForward - Variable in class com.tangosol.util.SimpleEnumerator
Iterator direction.
m_fForwardIndex - Variable in class com.tangosol.util.extractor.ConditionalExtractor
Specifies whether or not this extractor will create a ConditionalIndex that supports a forward index.
m_fHeartbeatDefault - Variable in class com.tangosol.net.GuardSupport.Context
Was the last heartbeat issued on this context for the default interval?
m_file - Variable in class com.tangosol.io.journal.FlashJournalRM.JournalFile
The file.
m_fileLib - Variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. The target web container library file.
m_filter - Variable in class com.tangosol.net.cache.CachingMap.FrontMapListener
The filter associated with this listener.
m_filter - Variable in class com.tangosol.net.management.ObjectNameExcludeFilter
The underlying filter.
m_filter - Variable in class com.tangosol.util.aggregator.GroupAggregator
The Filter object representing the "having" clause of this "group by" aggregator.
m_filter - Variable in class com.tangosol.util.extractor.ConditionalExtractor
The filter used by this extractor.
m_filter - Variable in class com.tangosol.util.filter.FilterTrigger
The underlying filter.
m_filter - Variable in class com.tangosol.util.filter.MapEventFilter
The event value(s) filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalProcessor
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalPut
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalPutAll
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalRemove
The underlying filter.
m_fIncrementalEvict - Variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies whether or not this cache will incrementally evict.
m_fInitialized - Variable in class com.tangosol.util.SafeSortedMap.ViewMap.EntryIterator
Has this iterator been initialized yet?
m_fInsert - Variable in class com.tangosol.util.processor.VersionedPut
Specifies whether or not an insert is allowed.
m_fInsert - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies whether or not an insert is allowed.
m_fInterfaceAllowed - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
True iff an interface name is acceptable in the configuration as the class of a user type.
m_flash - Variable in class com.tangosol.io.journal.RamJournalRM
The conduit between this RAM journal resource manager and the flash journal resource manager.
m_flGrowthRate - Variable in class com.tangosol.util.SafeHashMap
The rate of growth as a fraction of the current number of buckets, 0 < n, such that the hash map grows to bucketcount * (1 + growthrate)
m_flGrowthRate - Variable in class com.tangosol.util.SegmentedHashMap
The rate of growth as a fraction of the current number of buckets, 0 < n, such that the hash map grows to bucketcount * (1 + growth-rate).
m_flHeadWeight - Variable in class com.tangosol.util.SafeSortedMap.Split
The estimated weight of the head portion of the split, expressed as a ratio of the size of the headMap to the size of the underlying SafeSortedMap.
m_flLoadFactor - Variable in class com.tangosol.util.SafeHashMap
The determining factor for the hash map capacity given a certain number of buckets, such that capactiy = bucketcount * loadfactor.
m_flLoadFactor - Variable in class com.tangosol.util.SegmentedHashMap
The determining factor for the hash map capacity given a certain number of buckets, such that capacity = bucketcount * loadfactor.
m_fLocal - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Flag that determines if the corresponding Map.Entry is stored in the local Map.
m_fLoggedDirectory - Variable in class com.tangosol.io.journal.FlashJournalRM
Set to true after the directory location has been logged.
m_flPctRecover - Variable in class com.tangosol.net.GuardSupport.Context
Percentage of the timeout after which to attempt recovery of the Guardable.
m_fNewValue - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Determines whether this entry represents the old or new value.
m_fNext - Variable in class com.tangosol.util.FilterEnumerator
Is there a next item which passed the test?
m_fNotifiedFull - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Set to true when the JournalFile is notified that it is full and its contents have been fully written.
m_fOrdered - Variable in class com.tangosol.util.SimpleMapIndex
Specifies whether or not this MapIndex orders the contents of the indexed information.
m_fParallel - Variable in class com.tangosol.util.aggregator.AbstractAggregator
Set to true if this aggregator realizes that it is going to be used in parallel.
m_fPreferSingleBlockWrites - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Set to true if it becomes apparent that single block writes are preferable.
m_fPrev - Variable in class com.tangosol.util.FilterEnumerator
Is there a previous item which passed the test and can be removed?
m_fPrimary - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
Flag for primary or backup load comparison.
m_fPrimary - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
True iff this filter represents primary partition load.
m_fReferenceEnabled - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
True iff POF Identity/Reference type support is enabled.
m_fReferenceEnabled - Variable in class com.tangosol.io.pof.SimplePofContext
True if POF Identity/Reference type support is enabled.
m_fRefreshContext - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
Field used to tell the ReadWriteBackingMap.ReadThread to refresh its Guardian.GuardContext.
m_fRefreshContext - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
Field used to tell the ReadWriteBackingMap.WriteThread to refresh its Guardian.GuardContext.
m_fReloadableCacheSupported - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the CacheProvider should return Cache implementations that support the ReloadableCache API.
m_fReturn - Variable in class com.tangosol.util.processor.ConditionalPut
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.ConditionalRemove
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.VersionedPut
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies whether or not a return value is required.
m_fRoundRobin - Variable in class com.tangosol.net.LoadBalancer
Toggles between random and round-robin load balancing.
m_fSafe - Variable in class com.tangosol.net.ConfigurableAddressProvider
Specifies if the provider is only to return resolved addresses.
m_fShutdown - Variable in class com.tangosol.net.DefaultCacheServer
Flag that indicates whether of not the shutdown was initiated.
m_fSparse - Variable in class com.tangosol.run.xml.IterableAdapter
Sparse array storage option.
m_fSplitCollection - Variable in class com.tangosol.util.SimpleMapIndex
If a value extracted by the ValueExtractor is a Collection, this property specifies whether or not it should be treated as a Collection of contained attributes or indexed as a single composite attribute.
m_fStoreAllSupported - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Flag that determines whether or not StoreAll operations are supported by the wrapped store.
m_fStoreSupported - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Flag that determines whether or not Store operations are supported by the wrapped store.
m_fStoreUnsupported - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that a call to the CacheStore store() method is assumed to be unsupported.
m_fstreamLocked - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
The FileStream which the actuall lock is held on.
m_fStrict - Variable in class com.tangosol.net.cache.ReadonlyNamedCache
Specifies whether or not the "read-only" nature of this NamedCache is strictly enforced.
m_fStrict - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntrySet
Determines whether or not all of the Entry methods are protected; if set to true, then all Entry methods are protected.
m_fStrict - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Determines whether or not all of the Entry methods are protected; if set to true, then all Entry methods are protected.
m_fSubclassAllowed - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
True iff serialization of sub-classes is explicitly enabled.
m_fSynthetic - Variable in class com.tangosol.net.cache.CacheEvent
Event cause flag.
m_fTemporary - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Flag indicating if the database is temporary.
m_fTemporary - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Flag indicating if this store manages temporary data.
m_fTemporary - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Flag indicating if this is a temporary environment.
m_fTranslateEvents - Variable in class com.tangosol.util.WrapperObservableMap
Specifies whether or not events are translated by this wrapper.
m_fUseIs - Variable in class com.tangosol.util.processor.PropertyManipulator
The getter prefix flag.
m_fUseNioRam - Variable in class com.tangosol.io.journal.RamJournalRM
The option to use NIO buffers instead of on-heap byte arrays.
m_fUsePkClass - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Flag to indicate whether or not the PK is a composite class.
m_fUserTypeBegin - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
True iff the type and version identifier of the user type was written to the POF stream.
m_fUserTypeEnd - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
True iff the user type was written to the POF stream.
m_fValidate - Variable in class com.tangosol.run.xml.SimpleParser
If true, validate XML if it contains an XSD reference
m_gateLockAll - Variable in class com.tangosol.util.SegmentedConcurrentMap
The Gate controlling LOCK_ALL access for this map.
m_gateMap - Variable in class com.tangosol.util.WrapperConcurrentMap
The ThreadGate object for the entire map.
m_guardable - Variable in class com.tangosol.net.GuardSupport.Context
The Guardable represented by this GuardContext
m_guardian - Variable in class com.tangosol.net.GuardSupport
The Guardian that is managing this GuardSupport.
m_handler - Variable in class com.tangosol.io.pof.PofBufferWriter
The WritingPofHandler used to write a POF stream.
m_head - Variable in class com.tangosol.util.AbstractSparseArray
The first node of the tree (or null if the tree is empty).
m_head - Variable in class com.tangosol.util.SafeLinkedList
The first Node in the List (or null if empty).
m_iArray - Variable in class com.tangosol.io.MultiByteArrayInputStream
The index of the current byte array.
m_iArrayMarked - Variable in class com.tangosol.io.MultiByteArrayInputStream
The index of the marked byte array.
m_iFirst - Variable in class com.tangosol.util.CircularArrayList
The offset to the first element.
m_iItem - Variable in class com.tangosol.util.SimpleEnumerator
Iterator position: next item to return.
m_iLast - Variable in class com.tangosol.net.ConfigurableAddressProvider
Index of the last returned address.
m_iLast - Variable in class com.tangosol.util.CircularArrayList
The offset to one past the last element.
m_impl - Variable in class com.tangosol.net.TcpDatagramSocket
 
m_in - Variable in class com.tangosol.io.pof.PofBufferReader
The BufferInput containing the POF stream.
m_index - Variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The container index.
m_iNextDestination - Variable in class com.tangosol.net.LoadBalancer
Round-robin index.
m_iNextIter - Variable in class com.tangosol.util.ChainedEnumerator
The next Iterator (index into the m_listIter) to iterate.
m_info - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
The CacheInfo for the enclosed backing maps.
m_infoBean - Variable in class com.tangosol.run.xml.PropertyAdapter
The BeanInfo object that contains this PropertyAdapter.
m_iPos - Variable in class com.tangosol.util.SafeLinkedList
The "cached position" in the List.
m_iPrevProp - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The index of the last property written to the POF stream or -1 if the first property has yet to be written.
m_iProp - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The index of the user type being written.
m_iter - Variable in class com.tangosol.util.BinaryRadixTree.KeyIterator
An Iterator of Nodes from which this Iterator will iterate Binary keys.
m_iter - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
The underlying Iterator.
m_iter - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The underlying ListIterator.
m_iter - Variable in class com.tangosol.util.ConverterEnumerator
Iterator of Objects to convert.
m_iter - Variable in class com.tangosol.util.FilterEnumerator
Objects to filter/enumerate.
m_iter - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
 
m_iter - Variable in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
The underlying ListIterator.
m_iterAddress - Variable in class com.tangosol.net.CompositeAddressProvider.AddressIterator
The iterator of Addresses from the current provider.
m_iterator - Variable in class com.tangosol.net.RefreshableAddressProvider
The iterator used to implement the AddressProvider interface.
m_iterator - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_iteratorInternal - Variable in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
The internal Iterator
m_iterCurrent - Variable in class com.tangosol.util.ChainedEnumerator
The current Iterator.
m_iterEvict - Variable in class com.tangosol.net.cache.OldCache
Deprecated. For deferred eviction, iterator of entries to evict.
m_iterInternal - Variable in class com.tangosol.net.CompositeAddressProvider
The default iterator used to implement the AddressProvider interface.
m_iterKeys - Variable in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Key iterator.
m_iterKeys - Variable in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Key iterator.
m_iterKeys - Variable in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
A key iterator.
m_iterPage - Variable in class com.tangosol.util.PagedIterator
An Iterator for the current page.
m_iterProvider - Variable in class com.tangosol.net.CompositeAddressProvider.AddressIterator
The iterator of AddressProviders.
m_journal - Variable in class com.tangosol.io.journal.JournalBinaryStore
The journal manager for this BinaryStore.
m_jrnlfile - Variable in class com.tangosol.io.journal.AbstractJournalRM
The current JournalFile.
m_jrnlfileNext - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
The JournalFile that "comes after" this JournalFile in the journal.
m_jrnlrm - Variable in class com.tangosol.io.journal.RamJournalRM
A reference to a flash journal resource manager to use to read/write to/from flash for data that doesn't fit in memory.
m_key - Variable in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. The SecretKey
m_keyConverter - Variable in class com.tangosol.coherence.rest.CacheResource
Key converter.
m_keyPrivate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. The local PrivateKey
m_keystore - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. The KeyStore
m_keyStore - Variable in class com.tangosol.net.security.PeerX509TrustManager
The key store used by this TrustManager.
m_laClass - Variable in class com.tangosol.io.pof.SimplePofContext
A LongArray of user types, indexed by type identifier.
m_laSerializer - Variable in class com.tangosol.io.pof.SimplePofContext
A LongArray of PofSerializer objects, indexed by type identifier.
m_ldtConnectionTimestamp - Variable in class com.tangosol.net.cache.ContinuousQueryCache
The timestamp when the synchronization was last attempted.
m_ldtLastMissedSoftTimeout - Variable in class com.tangosol.net.GuardSupport.Context
The soft-timeout stamp that was violated, resulting in a recovery attempt.
m_ldtLastSafe - Variable in class com.tangosol.util.SafeClock
The last known safe time value.
m_ldtLastUnsafe - Variable in class com.tangosol.util.SafeClock
The last recorded unsafe time value.
m_ldtNextCheck - Variable in class com.tangosol.net.GuardSupport
The next time at which the Guardables should be checked.
m_ldtSoftTimeout - Variable in class com.tangosol.net.GuardSupport.Context
The next soft-timeout for the Guardable
m_ldtTimeout - Variable in class com.tangosol.net.GuardSupport.Context
The next timeout for the Guardable.
m_list - Variable in class com.tangosol.net.LoadBalancer.Queue
A list of items that have been queued.
m_listBlock - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The list of blocks.
m_listBundle - Variable in class com.tangosol.net.cache.AbstractBundler
A pool of Bundle objects.
m_listCache - Variable in class com.tangosol.net.RefreshableAddressProvider
The cached addresses.
m_listener - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
A work listener associated with the corresponding Work.
m_listener - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The underlying MapListener.
m_listenerBackService - Variable in class com.tangosol.net.cache.NearCache
The back cache service MemberListener.
m_listenerInternal - Variable in class com.tangosol.util.WrapperObservableMap
The MapListener used to listen to the wrapped ObservableMap.
m_listenersCached - Variable in class com.tangosol.util.MapListenerSupport
A cached set of Listeners.
m_listenerService - Variable in class com.tangosol.net.cache.ContinuousQueryCache
The cache service MemberListener for the underlying NamedCache.
m_listenerSupport - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.net.cache.ReadWriteBackingMap
MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.util.ObservableHashMap
The MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.util.WrapperObservableMap
The event listeners.
m_listHandler - Variable in class com.tangosol.net.LoadBalancer
The list of RequestHandler daemons.
m_listHolders - Variable in class com.tangosol.net.ConfigurableAddressProvider
A list of AddressHolder objects.
m_listIter - Variable in class com.tangosol.util.ChainedEnumerator
The Iterators.
m_listSteps - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult
The map of steps.
m_listSubSteps - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The list of child steps.
m_listWaits - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
A list of collections waiting for this Work to complete.
m_lJitter - Variable in class com.tangosol.util.SafeClock
The maximum expected jitter exposed by the underlying unsafe clock.
m_lLastPrune - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The last time that a prune was run.
m_lNextFlush - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The time before which a expired-entries flush will not be performed.
m_loadBundler - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The bundler for load() operations.
m_loader - Variable in class com.tangosol.io.journal.AbstractJournalRM
The ClassLoader supplied to this Controllable instance.
m_loader - Variable in class com.tangosol.net.cache.CacheLoaderCacheStore
The CacheLoader to delegate to.
m_loader - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
The ClassLoader to pass to the enclosed backing maps.
m_loadLocal - Variable in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
The ProxyServiceLoad associated with the "local" Member.
m_lock - Variable in class com.tangosol.io.journal.JournalBinaryStore
The read/write lock for concurrency control for the BinaryRadixTree.
m_lock - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
The read/write lock for concurrency control.
m_lock - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
The read/write lock for concurrency control.
m_lock - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The read/write lock for concurrency control.
m_lockDir - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
The actual FileLock.
m_lockExclusive - Variable in class com.tangosol.io.journal.JournalBinaryStore
The exclusive lock for performing mutating operations against the BinaryRadixTree.
m_lockExclusive - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
The exclusive lock for performing read/write operations.
m_lockExclusive - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
The exclusive lock for performing read/write operations.
m_lockExclusive - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The exclusive lock for performing read/write operations.
m_lockShared - Variable in class com.tangosol.io.journal.JournalBinaryStore
The shared lock for performing read operations against the BinaryRadixTree.
m_lockShared - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
The shared lock for performing read operations.
m_lockShared - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
The shared lock for performing read operations.
m_lockShared - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The shared lock for performing read operations.
m_lRefresh - Variable in class com.tangosol.net.RefreshableAddressProvider.RefreshThread
The interval with which to attempt to refresh the address list.
m_lResult - Variable in class com.tangosol.util.aggregator.AbstractLongAggregator
The running result value.
m_lStateOffset - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Current state of the JournalFile and the appending offset within the file.
m_lValue - Variable in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
The Node's value.
m_lWorkId - Variable in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
The work id.
m_lWorkId - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The corresponding work id.
m_manager - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy
The DistributionManager.
m_manipulator - Variable in class com.tangosol.util.processor.PropertyProcessor
The property value manipulator.
m_map - Variable in class com.tangosol.util.aggregator.ReducerAggregator
The resulting map of reduced values.
m_map - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The underlying Map.
m_map - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The converting Map the will be the source of converted events.
m_map - Variable in class com.tangosol.util.InvocableMapHelper.SimpleEntry
The map.
m_map - Variable in class com.tangosol.util.MapSet
The underlying Map.
m_map - Variable in class com.tangosol.util.processor.ConditionalPutAll
Specifies the map of new values.
m_map - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies the map of new values.
m_map - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The underlying Map.
m_map - Variable in class com.tangosol.util.WrapperObservableMap
The (wrapped) map containing all the resources.
m_mapAttribute - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Map of scheme attributes.
m_mapBack - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The "back" map, which the front overflows to.
m_mapBackingMap - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
The map of backing maps keyed by corresponding cache names.
m_mapBackingMapListeners - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
The map of backing map listeners keyed by the corresponding backing map references.
m_mapByLoader - Variable in class com.tangosol.net.ScopedCacheFactoryBuilder
Mapping used to associate class loaders with the cache factories that are configured on them.
m_mapConcurrent - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter ConcurrentMap around the underlying NamedCache.
m_mapConfig - Variable in class com.tangosol.net.SocketProviderFactory
A map of provider configurations, key'd by name.
m_mapEntryInfo - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Map of EntryInfo objects for this CacheImpl.
m_mapFactories - Variable in class com.tangosol.io.bdb.DatabaseFactoryManager
Map of DatabaseFactory objects keyed by XmlElement configuration.
m_mapFirst - Variable in class com.tangosol.util.ChainedMap
The first map.
m_mapForward - Variable in class com.tangosol.util.SimpleMapIndex
Map that contains the index values (forward index).
m_mapFront - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The "front" map, which is size-limited.
m_mapHead - Variable in class com.tangosol.util.SafeSortedMap.Split
The headMap.
m_mapIdentities - Variable in class com.tangosol.io.pof.PofBufferWriter.ReferenceLibrary
A map from objects that can be referenced to their Integer identities.
m_mapInternedConfig - Variable in class com.tangosol.net.ScopedCacheFactoryBuilder
Mapping of configuration resource URLs to the xml configuration elements loaded from those resources.
m_mapInverse - Variable in class com.tangosol.util.SimpleMapIndex
Map that contains the index contents (inverse index).
m_mapInvocable - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter InvocableMap around the underlying NamedCache.
m_mapKeyListeners - Variable in class com.tangosol.util.MapListenerSupport
The collections of MapListener objects that have signed up for key based notifications from an ObservableMap implementation keyed by the corresponding key objects.
m_mapListeners - Variable in class com.tangosol.util.MapListenerSupport
The collections of MapListener objects that have signed up for notifications from an ObservableMap implementation keyed by the corresponding Filter objects.
m_mapLoad - Variable in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
A Map of ProxyServiceLoad objects keyed by their associated Member.
m_mapLocators - Variable in class com.tangosol.io.journal.FlashJournalRM
Map of locators to Binary values that have been queued to be written.
m_mapLock - Variable in class com.tangosol.util.WrapperConcurrentMap
The map containing all the locks.
m_mapMember - Variable in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
A SortedMap of Member objects keyed by their associated ProxyServiceLoad.
m_mapMemberCertificate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Map of Member to their certificates
m_mapMiss - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The miss cache; may be null.
m_mapOptions - Variable in class com.tangosol.net.SocketOptions
A map of the specified options.
m_mapOwnedPartitions - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The map of member ownership information for this analysis context.
m_mappingPk - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Database mapping of the PK attribute.
m_mapProvider - Variable in class com.tangosol.net.SocketProviderFactory
A map of instantiated providers, key'd by name.
m_mapQuery - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter QueryMap around the underlying NamedCache.
m_mapQuorumByRole - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
The cluster membership quorum map, keyed by role name.
m_mapSecond - Variable in class com.tangosol.util.ChainedMap
The second map.
m_mapStandardKeyListeners - Variable in class com.tangosol.util.MapListenerSupport
The subset of standard (not lite) key listeners.
m_mapStandardListeners - Variable in class com.tangosol.util.MapListenerSupport
The subset of standard (not lite) global listeners.
m_mapSteps - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.AbstractRecordableStep
The Map of child steps.
m_mapTail - Variable in class com.tangosol.util.SafeSortedMap.Split
The tailMap.
m_mapTemp - Variable in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Map to use with getInternal() in order to determine differences between null values and non-present values.
m_mapTypeId - Variable in class com.tangosol.io.pof.SimplePofContext
A Map that contains mappings from a registered user type into type identifier.
m_mapTypeIdByClass - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
Once initialized, this references a thread-safe Map that contains mappings from Java classes to POF type identifiers (wrapped as Integer objects).
m_mapTypeIdByClassName - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
Once initialized, this references a thread-safe Map that contains mappings from Java class names to POF type identifiers (wrapped as Integer objects).
m_mapVersion - Variable in class com.tangosol.run.jca.SimpleValidator
The map that holds version objects for enlisted resources.
m_mapView - Variable in class com.tangosol.util.SafeSortedMap
The default ViewMap (over the entire map's range).
m_member - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The server Member that is to run the Work.
m_memberFrom - Variable in class com.tangosol.net.partition.PartitionEvent
The "from" member for events that represent transfer from a member.
m_memberPinned - Variable in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
The service Member this RemoteWorkManager is pinned to.
m_memberTo - Variable in class com.tangosol.net.partition.PartitionEvent
The "to" member for events that represent transfer to a member.
m_methFromString - Variable in class com.tangosol.coherence.rest.DefaultKeyConverter
Static method to use for conversion from string.
m_methodClone - Variable in class com.tangosol.run.xml.PropertyAdapter
The "public Object clone()" method for the property type, if available.
m_methodFactory - Variable in class com.tangosol.run.xml.RestrictedStringAdapter
The factory method.
m_methodGet - Variable in class com.tangosol.run.xml.PropertyAdapter
The property "accessor" method.
m_methodSet - Variable in class com.tangosol.run.xml.PropertyAdapter
The property "mutator" method.
m_nAction - Variable in class com.tangosol.util.filter.FilterTrigger
The action code.
m_nAdvanceFrequency - Variable in class com.tangosol.net.TcpSocketProvider
The TcpDatagramSocket advance frequency.
m_nAverageThroughput - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average bundled request throughput in size units per millisecond (total bundle size over total processing time)
m_nBeanId - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Serialization ID for the XmlBean class.
m_nBlockIndex - Variable in class com.tangosol.net.security.BlockCipherInputStream
The index into the next unread byte of unencrypted data
m_nBlockIndex - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The next available index to write into the unencrypted data block.
m_nBlockSize - Variable in class com.tangosol.net.security.BlockCipherInputStream
The Cipher's block size
m_nCalculatorType - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The type of unit calculator employed by the cache; one of the UNIT_CALCULATOR_* enumerated values.
m_nEfficiency - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The estimated cost.
m_nEvictionType - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The type of eviction policy employed by the cache; one of the EVICTION_POLICY_* enumerated values.
m_nFile - Variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
The file index.
m_nHash - Variable in class com.tangosol.util.SafeHashMap.Entry
The key's hash code.
m_nHash - Variable in class com.tangosol.util.SegmentedHashMap.Entry
The key's hash code.
m_nId - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The identity of the object to encode, or -1 if the identity shouldn't be encoded in the POF stream
m_nId - Variable in class com.tangosol.net.partition.PartitionEvent
The event's id.
m_nId - Variable in class com.tangosol.util.MapEvent
The event's id.
m_nLevel - Variable in class com.tangosol.util.SafeSortedMap.IndexNode
The level of this IndexNode
m_nLevelMax - Variable in class com.tangosol.util.SafeSortedMap
The maximum number of index levels to use for this map.
m_nMask - Variable in class com.tangosol.util.filter.MapEventFilter
The event mask.
m_nMemberId - Variable in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
The Work originator Member id.
m_nodeBelow - Variable in class com.tangosol.util.SafeSortedMap.SkipNode
The SkipNode "below" this one in the node lattice.
m_nodeEntry - Variable in class com.tangosol.util.SafeSortedMap.SkipNode
The EntryNode indexed by this node in the lattice.
m_nodeNext - Variable in class com.tangosol.util.SafeLinkedList.Node
The next Node in the List.
m_nodeNext - Variable in class com.tangosol.util.SafeSortedMap.EntryNode
The next SkipNode in the list.
m_nodeNext - Variable in class com.tangosol.util.SafeSortedMap.SkipNode
The SkipNode "below" this one in the node lattice.
m_nodeNext - Variable in class com.tangosol.util.SafeSortedMap.ViewMap.EntryIterator
The next node in the iteration, or null.
m_nodePrev - Variable in class com.tangosol.util.SafeLinkedList.Node
The previous Node in the List.
m_nodeTop - Variable in class com.tangosol.util.SafeSortedMap
The top index node.
m_nOptimizationPlan - Variable in class com.tangosol.util.MapListenerSupport
The optimization plan which indicates the fastest way to put together a set of listeners.
m_nPartition - Variable in class com.tangosol.net.partition.SimplePartitionKey
The partition id.
m_nPort - Variable in class com.tangosol.coherence.rest.server.AbstractHttpServer
Port number server should listen on.
m_nPort - Variable in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
The configured port.
m_nSharedKeySize - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Shared key length.
m_nSizeIn - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The pre-execution key set size.
m_nSizeOut - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The post-execution key set size.
m_nSpan - Variable in class com.tangosol.util.SafeSortedMap
The span of the map.
m_nState - Variable in class com.tangosol.io.journal.AbstractJournalRM
The current state of the Resource Manager; one of the STATE_* constants.
m_nState - Variable in class com.tangosol.net.GuardSupport.Context
The current state of the Context.
m_nState - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_nStrategyCurrent - Variable in class com.tangosol.net.cache.CachingMap
The current invalidation strategy, which at times could be different from the target strategy.
m_nStrategyTarget - Variable in class com.tangosol.net.cache.CachingMap
The invalidation strategy that this map is to use.
m_nStrength - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
The strength (one of the *_SAFE constants).
m_nStyle - Variable in class com.tangosol.util.comparator.EntryComparator
Comparison style utilized by this EntryComparator.
m_nTarget - Variable in class com.tangosol.util.extractor.AbstractExtractor
Specifies which part of the entry should be used by the AbstractExtractor.extractFromEntry(java.util.Map.Entry) operation.
m_nType - Variable in class com.tangosol.io.pof.reflect.AbstractPofValue
POF type identifer of this value.
m_nTypeId - Variable in class com.tangosol.io.pof.ExternalizableLitePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.ExternalizablePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The type identifier of the user type that is being written.
m_nTypeId - Variable in class com.tangosol.io.pof.PortableObjectSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.XmlSerializablePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nUnitFactor - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The unit factor.
m_nUnitFactor - Variable in class com.tangosol.net.cache.SerializationCache
The unit factor.
m_nUnitFactor - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The unit factor.
m_nVersion - Variable in class com.tangosol.io.pof.reflect.PofUserType
The data version of this value.
m_nVersionId - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The version identifier of the user type that is being written.
m_object - Variable in class com.tangosol.util.SafeLinkedList.Node
The value stored in the Node.
m_oCurr - Variable in class com.tangosol.util.PagedIterator
Currently "Active" object.
m_of - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
Offset into the byte array at which the binary data is located.
m_of - Variable in class com.tangosol.io.MultiByteArrayInputStream
The current offset in the current byte array.
m_of - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The offset into the current block of output.
m_ofbGroup - Variable in class com.tangosol.io.Base64InputStream
The offset in the group of bytes.
m_ofLimit - Variable in class com.tangosol.util.SimpleEnumerator
Iterator end position (beyond last).
m_ofMarked - Variable in class com.tangosol.io.MultiByteArrayInputStream
The marked offset in the marked byte array.
m_ofNextFlush - Variable in class com.tangosol.io.journal.FlashJournalRM.JournalFile
The offset of the next Binary to clean out of the map (ie "flush" out of memory).
m_ofStart - Variable in class com.tangosol.io.DelegatingWriteBuffer
Offset into the containing WriteBuffer where this WriteBuffer starts.
m_ofWrite - Variable in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Current write offset within the containing WriteBuffer.
m_oIterActive - Variable in class com.tangosol.util.SafeHashMap
A holder for active Iterator(s): either WeakReference(<Iterator>) or WeakHashMap(<Iterator>, null)
m_oIterActive - Variable in class com.tangosol.util.SegmentedHashMap
A holder for active Iterator(s): either WeakReference(<Iterator>) or WeakHashMap(<Iterator>, null)
m_oKey - Variable in class com.tangosol.coherence.rest.EntryResource
Referenced entry's key.
m_oKey - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The optional key to flush.
m_oKey - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
Lazily converted key in Object format.
m_oKey - Variable in class com.tangosol.util.MapEvent
A key.
m_oKey - Variable in class com.tangosol.util.SafeHashMap.Entry
The key.
m_oKey - Variable in class com.tangosol.util.SafeSortedMap.EntryNode
The key represented by this Node.
m_oKey - Variable in class com.tangosol.util.SegmentedHashMap.Entry
The key.
m_oKey - Variable in class com.tangosol.util.SimpleMapEntry
The key.
m_oKeyLower - Variable in class com.tangosol.util.SafeSortedMap.ViewMap
The key that this ViewMap is (inclusively) lower-bounded by, or null for no lower-bound.
m_oKeyUp - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Cached converted key.
m_oKeyUpper - Variable in class com.tangosol.util.SafeSortedMap.ViewMap
The key that this ViewMap is (exclusively) upper-bounded by, or null for no upper-bound
m_oLockHolder - Variable in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
The lock holder object.
m_oNext - Variable in class com.tangosol.util.FilterEnumerator
The next item which passed the test.
m_oOrigValue - Variable in class com.tangosol.util.SimpleMapEntry
The original value.
m_oResult - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The Work result.
m_oResult - Variable in class com.tangosol.util.aggregator.AbstractComparableAggregator
The running result value.
m_out - Variable in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
The BufferOutput to delegate to.
m_out - Variable in class com.tangosol.io.pof.PofBufferWriter
The BufferOutput object that the PofBufferWriter writes to.
m_out - Variable in class com.tangosol.io.WrapperOutputStream
The underlying OutputStream object to use.
m_oValue - Variable in class com.tangosol.io.pof.reflect.AbstractPofValue
Deserialized representation of this value.
m_oValue - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
Lazily converted value in Object format.
m_oValue - Variable in class com.tangosol.util.filter.ComparisonFilter
The value to compare to.
m_oValue - Variable in class com.tangosol.util.processor.ConditionalPut
Specifies the new value to update an entry with.
m_oValue - Variable in class com.tangosol.util.processor.UpdaterProcessor
A value to update the entry's value with.
m_oValue - Variable in class com.tangosol.util.processor.VersionedPut
Specifies the new value to update an entry with.
m_oValue - Variable in class com.tangosol.util.SafeHashMap.Entry
The value.
m_oValue - Variable in class com.tangosol.util.SafeSortedMap.EntryNode
The value represented by this EntryNode.
m_oValue - Variable in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
The cached entry value.
m_oValue - Variable in class com.tangosol.util.SegmentedHashMap.Entry
The value.
m_oValue - Variable in class com.tangosol.util.SimpleMapEntry
The value.
m_oValue - Variable in class com.tangosol.util.SparseArray.ObjectNode
The Node's value.
m_oValueLatestOld - Variable in class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
A previous value, but the most recent of the previous values.
m_oValueNew - Variable in class com.tangosol.util.MapEvent
A new value.
m_oValueOld - Variable in class com.tangosol.util.MapEvent
A previous value.
m_oValueOrig - Variable in class com.tangosol.net.cache.BackingMapBinaryEntry
Lazily converted original value in Object format.
m_oValueUp - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Cached converted value.
m_owners - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
The ownership
m_owners - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
The ownership
m_owners - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
The ownership.
m_pabm - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
The PartitionAwareBackingMap that uses this manager.
m_partsUpdated - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The set of partitions that have been updated in this analysis context; may be null.
m_policy - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The eviction policy; for eviction type EVICTION_POLICY_EXTERNAL.
m_policy - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
The wrapped ActionPolicy
m_policy - Variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The eviction policy.
m_pool - Variable in class com.tangosol.io.journal.FlashJournalRM
The BufferPool of Buffer objects that are used to format data to append to the journal.
m_pool - Variable in class com.tangosol.io.journal.RamJournalRM
The buffer pool.
m_processor - Variable in class com.tangosol.util.processor.ConditionalProcessor
The underlying entry processor.
m_propOptions - Variable in class com.tangosol.net.LoadBalancer
The optional settings that the load balancer will use.
m_providerCurrent - Variable in class com.tangosol.net.CompositeAddressProvider.AddressIterator
The current AddressProvider.
m_queue - Variable in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
A Queue of items for this daemon to execute.
m_queue - Variable in class com.tangosol.net.LoadBalancer
The queue of pending requests.
m_queue - Variable in class com.tangosol.net.LoadBalancer.RequestHandler
The Queue that this RequestHandler listens to connections (Socket) on.
m_random - Variable in class com.tangosol.net.LoadBalancer
Random number generator.
m_random - Variable in class com.tangosol.util.SafeSortedMap
The random-number generator for the map.
m_reader - Variable in class com.tangosol.io.Base64InputStream
The Reader object from which the Base64 encoded data is read.
m_refs - Variable in class com.tangosol.io.pof.PofBufferWriter
If references are used, then this is the ReferenceLibrary.
m_refValue - Variable in class com.tangosol.util.InflatableCollection
Holds NO_VALUE, a single value, or an InflatedCollection of values.
m_registry - Variable in class com.tangosol.coherence.rest.CacheResource
Marshaller registry to obtain marshallers from.
m_registry - Variable in class com.tangosol.coherence.rest.EntryResource
Marshaller registry to obtain marshallers from.
m_reloader - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
The CacheReloader used to refresh the corresponding Map.Entry value.
m_resourceConfig - Variable in class com.tangosol.coherence.rest.server.AbstractHttpServer
Jersey resource configuration.
m_ruleCurrent - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
The current state.
m_sAddr - Variable in class com.tangosol.coherence.rest.server.AbstractHttpServer
Address server should listen on.
m_sCacheName - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
The cache name.
m_scopeResolver - Variable in class com.tangosol.net.ScopedCacheFactoryBuilder
Scope resolver used to resolve scope name upon CCF construction
m_sDbName - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
The name of the underlying Database.
m_sDbName - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Database name, used for persistent stores.
m_sDescription - Variable in class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
 
m_selector - Variable in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
The associated WrapperSelector.
m_sElement - Variable in class com.tangosol.run.xml.IterableAdapter
Name used for each element of the array when formatted into XML.
m_sEntityClass - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
The entity class that this CacheLoader is managing.
m_sEntityName - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
Name of the entity that this CacheLoader is managing.
m_sEntityName - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Name of the entity that this CacheLoader is managing.
m_server - Variable in class com.tangosol.coherence.rest.server.DefaultHttpServer
HTTP server instance.
m_server - Variable in class com.tangosol.coherence.rest.server.GrizzlyHttpServer
HTTP server instance.
m_service - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The underlying Invocation service.
m_service - Variable in class com.tangosol.net.cache.NearCache
The back cache service.
m_service - Variable in class com.tangosol.net.cache.WrapperNamedCache
The CacheService this NamedCache is a part of.
m_service - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
The cluster service.
m_service - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
The Service that this policy applies to.
m_service - Variable in class com.tangosol.net.partition.DefaultKeyAssociator
The PartitionedService that this DefaultKeyAssociator is bound to.
m_service - Variable in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
The PartitionedService that this strategy is bound to.
m_service - Variable in class com.tangosol.net.partition.MirroringAssignmentStrategy
The associated service that this strategy attempts to co-locate partitions with.
m_service - Variable in class com.tangosol.net.proxy.AbstractProxyServiceLoadBalancer
The containing ProxyService.
m_service - Variable in class com.tangosol.net.WrapperService
The (wrapped) Service.
m_serviceInvocation - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The InvocationService used by the CacheProvider.
m_session - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Shared session for all entities.
m_set - Variable in class com.tangosol.io.nio.BinaryMap
The set of entries backed by this map.
m_set - Variable in class com.tangosol.util.aggregator.DistinctValues
The resulting set of distinct values.
m_set - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The underlying Entry Set (or Collection of Map Entry objects).
m_set - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Entry Set.
m_set - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
The underlying Entry Set.
m_set - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The Entry Set.
m_setEntries - Variable in class com.tangosol.util.ChainedMap
The entry set.
m_setEntries - Variable in class com.tangosol.util.EntrySetMap
The underlying set of Entry objects.
m_setEntries - Variable in class com.tangosol.util.SafeHashMap
The set of entries backed by this map.
m_setEntries - Variable in class com.tangosol.util.SegmentedHashMap
The set of entries backed by this map.
m_setEntries - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The entry set.
m_setIndexLookupRecords - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The set of index lookup records.
m_setJournals - Variable in class com.tangosol.io.journal.AbstractJournalRM
Registry of JournalImpl objects.
m_setKeys - Variable in class com.tangosol.coherence.rest.EntrySetResource
Referenced entries' keys.
m_setKeys - Variable in class com.tangosol.io.nio.BinaryMap
The set of keys backed by this map.
m_setKeys - Variable in class com.tangosol.net.WrapperSelector
The selector's keys
m_setKeys - Variable in class com.tangosol.util.filter.KeyFilter
The keys that are evaluated to true by this filter.
m_setKeys - Variable in class com.tangosol.util.SafeHashMap
The set of keys backed by this map.
m_setKeys - Variable in class com.tangosol.util.SegmentedHashMap
The set of keys backed by this map.
m_setKeys - Variable in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
The key set.
m_setLeaving - Variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
The set of leaving members.
m_setLocalClass - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Set of non-serializable Class objects.
m_setManager - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory
A Set of BackingMapManager instances registered by this factory.
m_setOwnershipMembers - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The set of ownership members to include in the distribution.
m_setPartitions - Variable in class com.tangosol.net.partition.PartitionEvent
The set of affected partitions.
m_setSelectedKeys - Variable in class com.tangosol.net.WrapperSelector
The selector's selected keys
m_setTypes - Variable in class com.tangosol.net.events.AbstractEventInterceptor
The set of event types that this EventInterceptor subscribes to.
m_sFilter - Variable in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
The filter description.
m_sHost - Variable in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
The configured address, either hostname or IP address.
m_sInvocationServiceName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the InvocationService used by the CacheProvider to send messages to remote cluster nodes.
m_size - Variable in class com.tangosol.util.AbstractSparseArray
The number of nodes in the tree.
m_sLockText - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Text to include in the lock file.
m_sMessage - Variable in exception com.tangosol.io.pof.PortableException
The exception's message.
m_sMethod - Variable in class com.tangosol.util.extractor.ReflectionExtractor
The name of the method to invoke.
m_sMethod - Variable in class com.tangosol.util.extractor.ReflectionUpdater
The name of the method to invoke.
m_sName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The name of the cache.
m_sName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The name of the Cache to flush.
m_sName - Variable in class com.tangosol.io.pof.PofPrincipal
The name of the identity represented by this Principal.
m_sName - Variable in exception com.tangosol.io.pof.PortableException
The exception's name.
m_sName - Variable in class com.tangosol.net.cache.NearCache
The cache name.
m_sName - Variable in class com.tangosol.net.cache.WrapperNamedCache
The name of the cache.
m_sName - Variable in class com.tangosol.run.xml.PropertyAdapter
The property name.
m_sName - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_sName - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The XML element name for the XML bean.
m_sName - Variable in class com.tangosol.util.processor.PropertyManipulator
The property name, never null.
m_sNamePrefix - Variable in class com.tangosol.util.DaemonThreadFactory
The prefix to use for unnammed threads produced by the factory.
m_sNmsPrefix - Variable in class com.tangosol.run.xml.PropertyAdapter
The namespace prefix for this property.
m_sNmsPrefix - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Namespace prefix.
m_sNmsUri - Variable in class com.tangosol.run.xml.PropertyAdapter
The namespace URI for this property.
m_sNmsUri - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Namespace URI.
m_socket - Variable in class com.tangosol.net.WrapperServerSocketChannel
The associated ServerSocket.
m_socket - Variable in class com.tangosol.net.WrapperSocketChannel
The associated WrapperSocket.
m_socketClient - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The Socket to write the response to.
m_socketServer - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The Socket to read the response from.
m_specCipherParams - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. The Cipher Paramaters
m_sPkField - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Field name of the PK attribute.
m_sSchemeName - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
The corresponding scheme name.
m_sScopeId - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The scope identifier of the CacheProvider that created this FlushAgent.
m_sScopeSeparator - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The string that separates the Cache name from the scope identifier in the fully qualified name of the delegate NamedCache.
m_sService - Variable in class com.tangosol.net.partition.MirroringAssignmentStrategy
The name of the associated service.
m_sSharedKeyAlgorithm - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Shared key algorithm.
m_state - Variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator
The SimpleMapIndex.IndexCalculator.CalculatorState of this calculator.
m_stats - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The CacheStatistics object maintained by this cache.
m_stats - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The CacheStatistics object maintained by this cache.
m_stats - Variable in class com.tangosol.util.WrapperObservableMap
The CacheStatistics object maintained by this wrapper.
m_status - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Current Work status.
m_store - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
The CacheStore to delegate all Map operations to.
m_store - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Store that holds cache references scoped by class loader and optionally, if configured, Subject.
m_storeBundler - Variable in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
The bundler for store() operations.
m_sTransformation - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. The Cipher transformation
m_streamInner - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated.  
m_streamInner - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Deprecated.  
m_streamInner - Variable in class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
Deprecated. The wrapped stream
m_streamInner - Variable in class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
Deprecated. The wrapped stream.
m_strength - Variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
The backup strength for the resiliency of the resulting distribution.
m_sXml - Variable in class com.tangosol.run.xml.PropertyAdapter
The XML element name used to store this property.
m_tail - Variable in class com.tangosol.util.SafeLinkedList
The last Node in the List (or null if empty).
m_test - Variable in class com.tangosol.util.FilterEnumerator
Test to perform on each item.
m_threadRunning - Variable in class com.tangosol.net.LoadBalancer
The Thread that the load balancer is started on.
m_threadShutdown - Variable in class com.tangosol.net.DefaultCacheServer
Shutdown hook thread.
m_threadShutdownHook - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Shutdown hook for closing environment.
m_tlContext - Static variable in class com.tangosol.net.GuardSupport
ThreadLocal containing the GuardContext associated with the current thread.
m_tlsCipher - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Reuseable Cipher
m_token - Variable in class com.tangosol.run.xml.SimpleParser
The "current" token being evaluated.
m_toker - Variable in class com.tangosol.run.xml.SimpleParser
The lexical tokenizer.
m_tree - Variable in class com.tangosol.util.Tree
The delgate tree.
m_treeTickets - Variable in class com.tangosol.io.journal.JournalBinaryStore
Mapping from Binary keys to journal "tickets".
m_updater - Variable in class com.tangosol.util.extractor.CompositeUpdater
The ValueUpdater part.
m_updater - Variable in class com.tangosol.util.processor.PropertyManipulator
The underlying ValueUpdater.
m_updater - Variable in class com.tangosol.util.processor.UpdaterProcessor
The underlying ValueUpdater.
m_workObserver - Variable in class com.tangosol.coherence.commonj.WorkManager
The ScheduleWork agent observer.
m_wrapperAsymmetric - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. The AsymmetricEncryptionFilter.
m_wrapperSymmetric - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. The SymmetricEncryptionFilter.
m_writer - Variable in class com.tangosol.io.Base64OutputStream
The Writer object to which the Base64 encoded data is written.
m_writerNested - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The currently open nested writer, if any.
m_xml - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
The XML configuration, if supplied by constructor, or by the XmlConfigurable interface.
m_xml - Variable in class com.tangosol.net.SocketOptions
The configuration.
m_xml - Variable in class com.tangosol.net.SocketProviderFactory
The configuration.
m_xml - Variable in class com.tangosol.net.WrapperSocketProvider
The configuration supplied to the provider.
m_xmlConfig - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The CacheProvider's configuration.
m_xmlConfig - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Stored configuration for this Manager.
m_xmlConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configuration.
m_xmlConfig - Variable in class com.tangosol.io.journal.AbstractJournalRM
The configuration used by this instance.
m_xmlScheme - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
The xml configuration for the enclosed backing maps.
MACHINE_SAFE - Static variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Machine-safety (members are on different machines).
MAGIC_V350 - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Coherence*Web version identifier for serialization.
main(String[]) - Static method in class com.tangosol.coherence.commonj.WorkManager
Entry point: start a stand-alone WorkManager (server) using the specified name and thread count.
main(String[]) - Static method in class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. Command-line method.
main(String[]) - Static method in class com.tangosol.io.DebugDataOutputStream
Command line test.
main(String[]) - Static method in class com.tangosol.io.nio.BinaryMap
Debugging support: Command line test.
main(String[]) - Static method in class com.tangosol.io.pof.PofParser
Unit test: java PofParser <hex string>
main(String[]) - Static method in class com.tangosol.net.cache.BinaryMemoryCalculator
Unit test.
main(String[]) - Static method in class com.tangosol.net.cache.SimpleMemoryCalculator
Unit test.
main(String[]) - Static method in class com.tangosol.net.CacheFactory
Invoke the Coherence command line tool.
main(String[]) - Static method in class com.tangosol.net.ClusterPermission
Unit test allows to compare the specified permissions.
main(String[]) - Static method in class com.tangosol.net.DefaultCacheServer
Entry point: start the cache server using the specified path to the "cache-config.dtd" compliant configuration file and checking the service status every N seconds (keep alive interval).
main(String[]) - Static method in class com.tangosol.net.LoadBalancer
Command-line capability to start the load balancer.
main(String[]) - Static method in class com.tangosol.net.management.MBeanConnector
Start a Coherence cluster node that enables JMX agents such as a web browser or JConsole to connect to the in-process JMX MBeanServer and manage Coherence MBeans.
main(String[]) - Static method in class com.tangosol.net.Ping
Check if the specified address is reachable.
main(String[]) - Static method in class com.tangosol.net.security.DefaultController
Standalone permission check utility.
main(String[]) - Static method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Generates and insert a symmetric key into a keystore.
main(String[]) - Static method in class com.tangosol.run.xml.SaxParser
Unit test: create a simple parser, parse and output the result.
main(String[]) - Static method in class com.tangosol.run.xml.SimpleParser
Unit test.
main(String[]) - Static method in class com.tangosol.util.SafeLinkedList
Self-test for SafeLinkedList.
main(String[]) - Static method in class com.tangosol.util.UID
Allow UID identifiers to be generated or parsed at the command line.
main(String[]) - Static method in class com.tangosol.util.UUID
Allow UUID identifiers to be generated or parsed at the command line.
makeAdapter(Class, String, String, XmlElement) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Generate a property adapter instance that will work on this bean class and will adapt for a property of the specified class and of the specified name.
makeByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Make sure that the underlying byte[] will be treated as private data.
makeCipher(int, Key) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Return a new initialized Cipher.
makeConnection(SocketChannel) - Method in class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Make a connection from an existing channel.
makeConnection(SocketAddress) - Method in class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Produce a new Connection for the specified destination address.
makeConnection(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Produce a new Connection for the specified destination address.
makeEntry(Map, Object) - Static method in class com.tangosol.util.InvocableMapHelper
Create a SimpleEntry object for the specified map and the key.
makeEntrySet(Map, Collection, boolean) - Static method in class com.tangosol.util.InvocableMapHelper
Create a set of SimpleEntry objects for the specified map and the key collection.
makeEntrySet(Collection) - Static method in class com.tangosol.util.InvocableMapHelper
Create a set of read-only SimpleEntry objects for the specified collection of Map.Entry objects.
makeName(String, int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Format a synthetic name for a partition-specific backing map.
makeThread(ThreadGroup, Runnable, String) - Method in class com.tangosol.util.DaemonThreadFactory
Create a Thread with the specified group, runnable, and name.
makeThread(ThreadGroup, Runnable, String) - Method in interface com.tangosol.util.ThreadFactory
Create a Thread with the specified group, runnable, and name.
MANAGEMENT_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ManagementMBean.
MANIFEST_NAME - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. The JAR manifest file name.
MAP_FIXED_SIZES - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
An immutable map of fixed-sized classes to instance size (in bytes).
MapAdapter - Class in com.tangosol.run.xml
A MapAdapter supports properties whose types implement the java.util.Map interface.
MapAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.MapAdapter
Construct a MapAdapter.
MapCacheStore - Class in com.tangosol.net.cache
A CacheStore that sits directly on top of a Map.
MapCacheStore(Map) - Constructor for class com.tangosol.net.cache.MapCacheStore
Create a CacheStore that delegates to a Map.
MapEvent - Class in com.tangosol.util
An event which indicates that the content of a map has changed: an entry has been added an entry has been removed an entry has been changed A MapEvent object is sent as an argument to the MapListener interface methods.
MapEvent(ObservableMap, int, Object, Object, Object) - Constructor for class com.tangosol.util.MapEvent
Constructs a new MapEvent.
MapEventFilter - Class in com.tangosol.util.filter
Filter which evaluates the content of a MapEvent object according to the specified criteria.
MapEventFilter() - Constructor for class com.tangosol.util.filter.MapEventFilter
Default constructor (necessary for the ExternalizableLite interface).
MapEventFilter(int) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter that evaluates MapEvent objects based on the specified combination of event types.
MapEventFilter(Filter) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter 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).
MapEventFilter(int, Filter) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter that evaluates MapEvent objects based on the specified combination of event types.
MapEventTransformer - Interface in com.tangosol.util
MapEventTransformer interface is used to allow an event consumer to change the content of a MapEvent destined for the corresponding MapListener.
MapEventTransformerFilter - Class in com.tangosol.util.filter
MapEventTransformerFilter is a generic multiplexing wrapper that combines two implementations: a Filter (most commonly a MapEventFilter) and a MapEventTransformer and is used to register event listeners that allow to change the content of a MapEvent.
MapEventTransformerFilter() - Constructor for class com.tangosol.util.filter.MapEventTransformerFilter
No-argument constructor for lite deserialization.
MapEventTransformerFilter(Filter, MapEventTransformer) - Constructor for class com.tangosol.util.filter.MapEventTransformerFilter
Construct a MapEventTransformerFilter based on the specified Filter and MapEventTransformer.
MapIndex - Interface in com.tangosol.util
MapIndex is used to correlate values stored in an indexed Map (or attributes of those values) to the corresponding keys in the indexed Map.
MapListener - Interface in com.tangosol.util
The listener interface for receiving MapEvents.
MapListenerSupport - Class in com.tangosol.util
This class provides support for advanced MapListener functionality.
MapListenerSupport() - Constructor for class com.tangosol.util.MapListenerSupport
Constructs a new MapListenerSupport object.
MapListenerSupport.FilterEvent - Class in com.tangosol.util
An extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.
MapListenerSupport.FilterEvent(ObservableMap, int, Object, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new lite (no values are specified) FilterEvent.
MapListenerSupport.FilterEvent(ObservableMap, int, Object, Object, Object, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
MapListenerSupport.SynchronousListener - Interface in com.tangosol.util
A tag interface indicating that tagged MapListener implementation has to receive the MapEvent notifications in a synchronous manner.
MapListenerSupport.WrapperSynchronousListener - Class in com.tangosol.util
A wrapper class that turns the specified MapListener into a synchronous listener.
MapListenerSupport.WrapperSynchronousListener(MapListener) - Constructor for class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
Counstruct WrapperSynchronousListener.
MappedBufferManager - Class in com.tangosol.io.nio
Manages a ByteBuffer on a file.
MappedBufferManager() - Constructor for class com.tangosol.io.nio.MappedBufferManager
Construct a MappedBufferManager using defaults.
MappedBufferManager(int, int, File) - Constructor for class com.tangosol.io.nio.MappedBufferManager
Construct a MappedBufferManager that supports a buffer of a certain initial and maximum size.
MappedStoreManager - Class in com.tangosol.io.nio
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the MappedBufferManager to provide BinaryStore objects.
MappedStoreManager(int, int, File) - Constructor for class com.tangosol.io.nio.MappedStoreManager
Construct a DirectStoreManager that uses BinaryMap objests built on the MappedBufferManager(s) with certain initial and maximum size.
MapSet - Class in com.tangosol.util
An ExternalizableLite implementation of java.util.Set that uses an underlying Map object to store its data in, just as the Java HashSet implementation uses an underlying HashMap for its element storage.
MapSet() - Constructor for class com.tangosol.util.MapSet
Default constructor.
MapSet(Map) - Constructor for class com.tangosol.util.MapSet
Construct a MapSet that uses the given Map for its underlying storage.
MapTrigger - Interface in com.tangosol.util
MapTrigger represents a functional agent that allows to validate, reject or modify mutating operations against an underlying map.
MapTrigger.Entry - Interface in com.tangosol.util
A MapTrigger Entry represents a pending change to an Entry that is about to committed to the underlying Map.
MapTriggerListener - Class in com.tangosol.util
MapTriggerListener is a special purpose MapListener implementation that is used to register a MapTrigger on a corresponding ObservableMap.
MapTriggerListener(MapTrigger) - Constructor for class com.tangosol.util.MapTriggerListener
Construct a MapTriggerListener that can be used to register the specified MapTrigger.
mark(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in interface com.tangosol.io.InputStreaming
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.MultiByteArrayInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.pof.PofInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the PofInputStream.reset() method) to the current position.
mark(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.Utf8Reader
Mark the present position in the stream.
mark(int) - Method in class com.tangosol.io.WrapperBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.WrapperDataInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the WrapperDataInputStream.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.WrapperInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the WrapperInputStream.reset() method) to the current position.
mark() - Method in class com.tangosol.run.xml.SimpleParser
Marks the current position and returns it as a token.
MARK_UNSET - Static variable in class com.tangosol.io.MultiByteArrayInputStream
Marker position indicating that stream is not marked.
MARKED_ALL - Static variable in class com.tangosol.net.partition.PartitionSet
Serialization format indicator: Indicates that all partitions are marked; MARKED_ALL requires no additional data.
MARKED_FEW - Static variable in class com.tangosol.net.partition.PartitionSet
Serialization format indicator: Indicates that a small number of partitions are marked; followed by stream of packed integers indicating gaps between each marked partition, terminated with a -1.
MARKED_MANY - Static variable in class com.tangosol.net.partition.PartitionSet
Serialization format indicator: Indicates that a large number of partitions are marked; followed by a sequence of 64-bit values sufficient to represent the cardinality of the PartitionSet.
MARKED_NONE - Static variable in class com.tangosol.net.partition.PartitionSet
Serialization format indicator: Indicates that no partitions are marked; MARKED_NONE requires no additional data.
markForDelete(SafeSortedMap.EntryNode) - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Attempt to mark this EntryNode for deletion by appending a delete marker to follow this EntryNode, assuming that the expected nex EntryNode is the next.
markPosition(int, SafeLinkedList.Node) - Method in class com.tangosol.util.SafeLinkedList
Remember that a certain Node occurs at a certain index.
markSupported() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Determine if this InputStream supports the ReadBuffer.BufferInput.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in interface com.tangosol.io.InputStreaming
Determine if this InputStream supports the InputStreaming.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.MultiByteArrayInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.tangosol.io.pof.PofInputStream
Determine if this InputStream supports the PofInputStream.mark(int) and PofInputStream.reset() methods.
markSupported() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Determine if this InputStream supports the ReadBuffer.BufferInput.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.Utf8Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.tangosol.io.WrapperBufferInput
Determine if this InputStream supports the ReadBuffer.BufferInput.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.WrapperDataInputStream
Determine if this InputStream supports the WrapperDataInputStream.mark(int) and WrapperDataInputStream.reset() methods.
markSupported() - Method in class com.tangosol.io.WrapperInputStream
Determine if this InputStream supports the WrapperInputStream.mark(int) and WrapperInputStream.reset() methods.
markSupported() - Method in class com.tangosol.net.security.BlockCipherInputStream
marshal(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.JsonJacksonMarshaller
Write the specified object into the given stream.
marshal(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Write the specified object into the given stream.
marshal(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.KeyConverterAdapter
Write the specified object into the given stream.
marshal(Object, OutputStream) - Method in interface com.tangosol.coherence.rest.io.Marshaller
Write the specified object into the given stream.
marshal(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Write the specified object into the given stream.
marshalAsFragment(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.AbstractMarshaller
Write the specified object into the given stream as a fragment.
marshalAsFragment(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.KeyConverterAdapter
Write the specified object into the given stream as a fragment.
marshalAsFragment(Object, OutputStream) - Method in interface com.tangosol.coherence.rest.io.Marshaller
Write the specified object into the given stream as a fragment.
marshalAsFragment(Object, OutputStream) - Method in class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Write the specified object into the given stream as a fragment.
Marshaller - Interface in com.tangosol.coherence.rest.io
An interface that must be implemented by REST marshallers.
MarshallerRegistry - Class in com.tangosol.coherence.rest.io
Registry for marshaller instances.
MarshallerRegistry() - Constructor for class com.tangosol.coherence.rest.io.MarshallerRegistry
Construct a MarshallerRegistry instance.
MASK_COMPACT_FLAG - Static variable in class com.tangosol.io.journal.AbstractJournalRM
The 64-bit bitmask for the compact flag.
MASK_COMPACT_LENGTH - Static variable in class com.tangosol.io.journal.AbstractJournalRM
The 64-bit bitmask for the compact length.
MASK_CONNECT - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Bitmask used to encode a client connection action.
MASK_DISTRIBUTION - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Bitmask used to encode a distribution action.
MASK_FILE_ID - Static variable in class com.tangosol.io.journal.FlashJournalRM
The 64-bit bitmask for the file index.
MASK_FILE_ID - Static variable in class com.tangosol.io.journal.RamJournalRM
The 64-bit bitmask for the file index.
MASK_LENGTH - Static variable in class com.tangosol.io.journal.FlashJournalRM
The 64-bit bitmask for the value length.
MASK_LENGTH - Static variable in class com.tangosol.io.journal.RamJournalRM
The 64-bit bitmask for the value length.
MASK_OFFSET - Static variable in class com.tangosol.io.journal.FlashJournalRM
The 64-bit bitmask for the value offset.
MASK_OFFSET - Static variable in class com.tangosol.io.journal.RamJournalRM
The 64-bit bitmask for the value offset.
MASK_RAM_FLAG - Static variable in class com.tangosol.io.journal.RamJournalRM
The 64-bit bitmask for the RAM flag.
MASK_READ - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Bitmask used to encode a read action.
MASK_RESTORE - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Bitmask used to encode a partition restore action.
MASK_WRITE - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Bitmask used to encode a write action.
match(int) - Method in class com.tangosol.run.xml.SimpleParser
Verifies that the current token matches the passed token id and, if so, advances to the next token.
match(String) - Method in class com.tangosol.run.xml.SimpleParser
Verifies that the current token is a name token whose name matches the passed String and, if so, advances to the next token.
MAX - Static variable in class com.tangosol.util.SimpleLongArray
Maximum index value.
MAX_BACKLOG_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Maximum backlog size (1GB).
MAX_BLOCK_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Maximum block size (1MB).
MAX_COLLECT_PCT - Static variable in class com.tangosol.io.journal.AbstractJournalRM
Maximum collection factor (0.99, i.e. files that are still almost full).
MAX_DECIMAL128_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 128-bit decimal format.
MAX_DECIMAL128_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 128-bit decimal format.
MAX_DECIMAL32_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 32-bit decimal format.
MAX_DECIMAL32_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 32-bit decimal format.
MAX_DECIMAL64_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 64-bit decimal format.
MAX_DECIMAL64_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 64-bit decimal format.
MAX_FILE_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Maximum size of a file (4GB).
MAX_FILE_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Maximum size of a "file" i.e. a buffer (2GB).
MAX_LOCK_WAIT - Static variable in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. The length of time (in millis) to wait on a lock; keep this value low to avoid causing timing problems since some calls will be on the distributed cache thread.
MAX_OPEN_BLOCKS - Static variable in class com.tangosol.io.nio.BinaryMap
Maximum number of simultaneously open blocks to support.
MAX_PACKED_INT_SIZE - Static variable in interface com.tangosol.io.WriteBuffer.BufferOutput
Maximum encoding length for a packed int value.
MAX_PACKED_LONG_SIZE - Static variable in interface com.tangosol.io.WriteBuffer.BufferOutput
Maximum encoding length for a packed long value.
MAX_POOL_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Maximum pool size (1GB).
MAX_POOL_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Maximum pool size (64GB).
MAX_SIZE_CODES - Static variable in class com.tangosol.io.nio.BinaryMap
Number of size codes for free blocks.
MAX_TOTAL_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Maximum total size of RAM used (64GB).
MAX_VALUE_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Maximum value size (64MB).
MAX_VALUE_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Maximum value size (4MB).
MBeanConnector - Class in com.tangosol.net.management
Utility class to expose Coherence JMX MBeans via the Sun JMX reference implementation HtmlAdaptorServer or a JMX Remote JMXConnectorServer.
MBeanConnector() - Constructor for class com.tangosol.net.management.MBeanConnector
 
MBeanHelper - Class in com.tangosol.net.management
Helper class providing various functionality related to aggregation of attributes and methods exposed by Coherence JMX framework MBeans.
MBeanHelper() - Constructor for class com.tangosol.net.management.MBeanHelper
 
MBeanReference - Class in com.tangosol.net.management
MBeanReference holds all necessary information to uniquely identify an MBean.
MBeanReference(ObjectName, MBeanServer) - Constructor for class com.tangosol.net.management.MBeanReference
Construct an instance of MBeanReference.
MBeanServerFinder - Interface in com.tangosol.net.management
MBeanServerFinder represents a facility that allows a pluggable run-time selection of an MBeanServer to be used by the Coherence JMX framework.
Member - Interface in com.tangosol.net
The Member interface represents a cluster member.
MEMBER_JOINED - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member has joined.
MEMBER_LEAVING - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member is leaving.
MEMBER_LEFT - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member has left.
memberCompleted(Member, Object) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member has finished running the ScheduleWork agent.
memberCompleted(Member, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. This method is called by the InvocationService to inform the InvocationObserver that a member has finished running the Invocable object; the result of the invocation, if any, is provided to the InvocationObserver.
memberCompleted(Member, Object) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has finished running the Invocable object; the result of the invocation, if any, is provided to the InvocationObserver.
MemberEvent - Class in com.tangosol.net
An event which indicates that membership has changed: a Member has joined a Member is leaving a Member has left A MemberEvent object is sent as an argument to the MemberListener interface methods.
MemberEvent(Object, int, Member) - Constructor for class com.tangosol.net.MemberEvent
Constructs a new MemberEvent.
memberFailed(Member, Throwable) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member has thrown an exception while running the Invocable object.
memberFailed(Member, Throwable) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. This method is called by the InvocationService to inform the InvocationObserver that a member has thrown an exception while running the Invocable object.
memberFailed(Member, Throwable) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has thrown an exception while running the Invocable object.
MEMBERID_COMPARATOR - Static variable in class com.tangosol.net.partition.SimpleAssignmentStrategy
Comparator used to provide arbitrary (equals-compatible) comparisons between members.
MemberIdentity - Interface in com.tangosol.net
The MemberIdentity interface represents the identity of a cluster member.
memberJoined(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member has joined the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member is leaving the service.
memberLeft(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member has left the service.
memberLeft(Member) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member that the Invocable} object was intended for execution upon has left the service (or the cluster).
memberLeft(Member) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. This method is called by the InvocationService to inform the InvocationObserver that a member that the Invocable object was intended for execution upon has left the service (or the cluster).
memberLeft(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member has left the service.
memberLeft(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member has left the service.
memberLeft(MemberEvent) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
Invoked when a Member has left the service.
memberLeft(Member) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member that the Invocable object was intended for execution upon has left the service (or the cluster).
memberLeft(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member has left the service.
MemberListener - Interface in com.tangosol.net
The listener interface for receiving MemberEvents.
memchr(byte[], int, int, byte) - Static method in class com.tangosol.util.Binary
Find the specified byte (a "needle") in the specified binary region ("the haystack").
memchr(byte[], int, int, byte, boolean) - Static method in class com.tangosol.util.Binary
Find the specified byte (a "needle") in the specified binary region ("the haystack").
memcmp(byte[], int, int, byte[], int, int) - Static method in class com.tangosol.util.Binary
Compare two binary regions.
memcpy(byte[], int, byte[], int, int) - Static method in class com.tangosol.util.Binary
Copy binary data from one binary region to another.
memmem(byte[], int, int, byte[], int, int) - Static method in class com.tangosol.util.Binary
Find the second binary region (a "needle") in the first binary region ("the haystack").
memmem(byte[], int, int, byte[], int, int, boolean) - Static method in class com.tangosol.util.Binary
Find the second binary region (a "needle") in the first binary region ("the haystack").
merge() - Method in class com.tangosol.io.nio.BinaryMap.Block
Merge a free block with any free blocks that it borders.
merge(QueryRecord.PartialResult) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Merge the given result with this one.
merge(QueryRecord.PartialResult.Step) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Merge the given step with this one.
mergeEvents(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Merge two events that have been raised in sequence from a given map.
mergeEvents(MapEvent, MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Merge two events that have been raised in sequence from a given map.
mergeFilter(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return a filter which merges the ContinuousQueueCache's filter with the supplied filter.
mergeResults(Collection) - Method in class com.tangosol.util.SimpleQueryRecord
Merge the partial results from the associated record.
METHOD_GET_MTU - Static variable in class com.tangosol.net.InetAddressHelper
Method for obtaining the MTU from a NetworkInterface in 1.6+ JVMs.
METHODS - Static variable in class com.tangosol.coherence.rest.DefaultKeyConverter
Method names that should be tried in order when looking for a method that can be used for conversion from string.
MGR_CONTEXT - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing the backing map manager context.
MIN_BACKLOG_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Minimum backlog size (4KB).
MIN_BLOCK - Static variable in class com.tangosol.io.BinaryDeltaCompressor
Minimum length of an "extract" block to encode.
MIN_BLOCK_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Minimum block size (4KB).
MIN_COLLECT_PCT - Static variable in class com.tangosol.io.journal.AbstractJournalRM
Minimum collection factor (0.01, i.e. files that are only 1% utilized).
MIN_DECIMAL128_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 128-bit decimal format.
MIN_DECIMAL32_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 32-bit decimal format.
MIN_DECIMAL64_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 64-bit decimal format.
MIN_ENTRY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of an Entry block.
MIN_FILE_SIZE - Static variable in class com.tangosol.io.journal.FlashJournalRM
Minimum maximum size of a file (1MB).
MIN_FILE_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Minimum maximum size of a "file" i.e. a buffer (1MB).
MIN_FREE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of a free block.
MIN_REQUEUE_DELAY - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
The minimum "retry after requeue" time interval.
MIN_SEGMENT_CAPACITY - Static variable in class com.tangosol.util.SegmentedHashMap
The minimum segment capacity.
MIN_SPLIT - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of a block to split off a free block.
MIN_TOTAL_SIZE - Static variable in class com.tangosol.io.journal.RamJournalRM
Minimum maximum total size of RAM used (16MB).
MirroringAssignmentStrategy - Class in com.tangosol.net.partition
A PartitionAssignmentStrategy used by a service to attempt to co-locate the primary ownership of partitions on the same members as another service.
MirroringAssignmentStrategy(String) - Constructor for class com.tangosol.net.partition.MirroringAssignmentStrategy
Construct a MirroringAssignmentStrategy to be associated the specified service.
MODE_DEBUG - Static variable in class com.tangosol.io.nio.BinaryMap
True to enable debug mode.
MODE_DEBUG - Static variable in class com.tangosol.io.nio.DirectBufferManager
Set to true to use on-heap storage, false to use off-heap.
monitorServices(long) - Method in class com.tangosol.net.DefaultCacheServer
Check the service status periodically (keep alive interval), restarting any stopped services marked as "autostart".
MonolithicHttpSessionCollection - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
MonolithicHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Deprecated. Default constructor (required).
MonolithicHttpSessionModel - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
MonolithicHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Default constructor for deserialization.
MonolithicHttpSessionModel(MonolithicHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Session creation constructor.
moveOffset(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Move the offset within the stream forward.
moveOffset(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Move the offset within the stream forward.
mStartTime - Variable in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. The time stamp for when this reap cycle started.
MultiBufferReadBuffer - Class in com.tangosol.io
The MultiBufferReadBuffer is a ReadBuffer implementation that presents a view across any number of underlying ReadBuffer objects, as if they were appended end-to-end into a single ReadBuffer.
MultiBufferReadBuffer(ReadBuffer[]) - Constructor for class com.tangosol.io.MultiBufferReadBuffer
Construct a MultiBufferReadBuffer from an array of underlying ReadBuffer objects.
MultiBufferReadBuffer.MultiBufferInput - Class in com.tangosol.io
An implementation of the BufferInput interface that is backed by a series of the underlying ReadBuffer BufferInput objects.
MultiBufferReadBuffer.MultiBufferInput() - Constructor for class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Default constructor.
MultiBufferReadBuffer.MultiBufferInput(boolean) - Constructor for class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Default constructor.
MultiBufferWriteBuffer - Class in com.tangosol.io
The MultiBufferWriteBuffer is used to present a single WriteBuffer that collects together a sequence of underlying WriteBuffer objects, and which grows by allocating additional WriteBuffer objects as necessary.
MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool) - Constructor for class com.tangosol.io.MultiBufferWriteBuffer
Construct a MultiBufferWriteBuffer that will use the passed WriteBufferPool to allocate WriteBuffer objects from.
MultiBufferWriteBuffer.MultiBufferOutput - Class in com.tangosol.io
The MultiBufferOutput implementation extends the AbstractBufferOutput to provide "pass through" operations to the underlying buffer if the operation is guaranteed to fit in the underlying buffer; otherwise, it virtualizes the operation onto the MultiBufferWriteBuffer itself so that the over-run of one underlying WriteBuffer will end up being written to the next underlying WriteBuffer.
MultiBufferWriteBuffer.MultiBufferOutput(int) - Constructor for class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Construct an AbstractBufferOutput that will begin writing at the specified offset within the containing WriteBuffer.
MultiBufferWriteBuffer.WriteBufferPool - Interface in com.tangosol.io
A WriteBufferPool is used to dynamically allocate WriteBuffer objects as the MultiBufferWriteBuffer requires them.
MultiByteArrayInputStream - Class in com.tangosol.io
Reads binary data from a series of byte arrays.
MultiByteArrayInputStream(byte[][]) - Constructor for class com.tangosol.io.MultiByteArrayInputStream
Construct a MultiByteArrayInputStream.
MultiByteArrayInputStream(byte[][], boolean) - Constructor for class com.tangosol.io.MultiByteArrayInputStream
Construct a MultiByteArrayInputStream.
MultiByteArrayOutputStream - Class in com.tangosol.io
An OutputStream that accumulates the written data to a series of byte arrays that do not exceed a specified size.
MultiByteArrayOutputStream(int) - Constructor for class com.tangosol.io.MultiByteArrayOutputStream
Construct a MultiByteArrayOutputStream to write to byte arrays of the specified length.
MultiByteArrayOutputStream(int, int, int) - Constructor for class com.tangosol.io.MultiByteArrayOutputStream
Construct a MultiByteArrayOutputStream to write to byte arrays of the specified length, leaving the specified amount of padding at the front and back of each byte array.
MultiExtractor - Class in com.tangosol.util.extractor
Composite ValueExtractor implementation based on an array of extractors.
MultiExtractor() - Constructor for class com.tangosol.util.extractor.MultiExtractor
Default constructor (necessary for the ExternalizableLite interface).
MultiExtractor(ValueExtractor[]) - Constructor for class com.tangosol.util.extractor.MultiExtractor
Construct a MultiExtractor.
MultiExtractor(String) - Constructor for class com.tangosol.util.extractor.MultiExtractor
Construct a MultiExtractor for a specified method name list.
MultiplexingMapListener - Class in com.tangosol.util
A base class that simplifies the implementation of a MapListener by multiplexing all events into a single listener method.
MultiplexingMapListener() - Constructor for class com.tangosol.util.MultiplexingMapListener
 
MultiplexingWriteBufferPool - Class in com.tangosol.io
The MultiplexingWriteBufferPool acts as a WriteBufferPool from which a MultiBufferWriteBuffer can allocate and release WriteBuffers from/to.
MultiplexingWriteBufferPool() - Constructor for class com.tangosol.io.MultiplexingWriteBufferPool
Default constructor.
MultiplexingWriteBufferPool(int, int, int, int) - Constructor for class com.tangosol.io.MultiplexingWriteBufferPool
Creates a MultiplexingWriteBufferPool.

N

NAME - Static variable in class com.tangosol.net.security.SecurityProvider
The name of this provider.
NAME_FILTER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The Filter object that hides init param names for Coherence params.
NamedCache - Interface in com.tangosol.net
A NamedCache is a Map that holds resources shared among members of a cluster.
navigate(PofValue) - Method in class com.tangosol.io.pof.reflect.AbstractPofPath
Locate the PofValue identified by this PofNavigator within the passed PofValue.
navigate(PofValue) - Method in interface com.tangosol.io.pof.reflect.PofNavigator
Locate the PofValue identified by this PofNavigator within the passed PofValue.
NearCache - Class in com.tangosol.net.cache
A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.
NearCache(Map, NamedCache) - Constructor for class com.tangosol.net.cache.NearCache
Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage using the CachingMap.LISTEN_AUTO invalidation strategy.
NearCache(Map, NamedCache, int) - Constructor for class com.tangosol.net.cache.NearCache
Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage.
NearCache.BackServiceListener - Class in com.tangosol.net.cache
MemberListener for the back cache's service.
NearCache.BackServiceListener() - Constructor for class com.tangosol.net.cache.NearCache.BackServiceListener
 
NeverFilter - Class in com.tangosol.util.filter
Filter which always evaluates to false.
NeverFilter() - Constructor for class com.tangosol.util.filter.NeverFilter
Construct a NeverFilter.
newInstance(Class, Object[]) - Static method in class com.tangosol.util.ClassHelper
Instantiate the specified class using the specified parameters.
newThread(Runnable) - Method in class com.tangosol.util.DaemonThreadFactory
Constructs a new Thread.
next() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Returns the next element in the iteration.
next(int) - Method in class com.tangosol.net.partition.PartitionSet
Return an index of the first marked partition that is greater than or equal to the specified partition.
next() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
next() - Method in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
next() - Method in class com.tangosol.run.xml.SimpleParser
Advances to and returns the next token.
next() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.AbstractStableIterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.ChainedEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the next element in the list.
next() - Method in class com.tangosol.util.ConverterEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.DeltaSet.DeltaIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.Dequeue
Returns the next element of this Iterator.
next(int) - Method in class com.tangosol.util.Dequeue
Determines the index following the passed index for storing or accessing an item from the m_ao storage.
next() - Method in class com.tangosol.util.EnumerationIterator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.FilterEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
next() - Method in class com.tangosol.util.IteratorEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.LiteMap.EntryIterator
Returns the next element in the iteration.
next() - Method in interface com.tangosol.util.LongArray.Iterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.PagedIterator
Return the next element in the iteration.
next() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the next element in the list.
next() - Method in class com.tangosol.util.SimpleEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.SubSet.SubSetIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Returns the next element in the iteration.
nextElement() - Method in class com.tangosol.util.ChainedEnumerator
Returns the next element of this enumeration.
nextElement() - Method in class com.tangosol.util.ConverterEnumerator
Get the next element in the enumeration.
nextElement() - Method in class com.tangosol.util.Dequeue
Returns the next element from the Dequeue.
nextElement() - Method in class com.tangosol.util.FilterEnumerator
Get the next element in the enumeration.
nextElement() - Method in class com.tangosol.util.IteratorEnumerator
Returns the next element of this enumeration.
nextElement() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class com.tangosol.util.SimpleEnumerator
Returns the next element of this enumeration.
nextEntry() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Get the next non-synthetic entry in the linked list (open hash)
nextEntry(boolean) - Method in class com.tangosol.util.SegmentedHashMap.Entry
Get the next entry in the linked list (open hash).
nextIndex() - Method in class com.tangosol.io.pof.PofInputStream
Determine the next property index to read from.
nextIndex() - Method in class com.tangosol.io.pof.PofOutputStream
Determine the next property index to write to.
nextIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
nextIndex() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInterceptor() - Method in interface com.tangosol.net.events.Event
Dispatch this event to the next EventInterceptor in the chain if one exists.
nextKey(ByteBuffer) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Perform a blocking read, waiting for a complete packet.
nextNode() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Returns the next Node in the iteration.
nextPage() - Method in class com.tangosol.util.filter.LimitFilter
Switch to the next page.
nextPage() - Method in interface com.tangosol.util.PagedIterator.Advancer
Obtain a new page of objects to be used by the enclosing PagedIterator.
nextPrimitive() - Method in class com.tangosol.util.PrimitiveSparseArray.Iterator
Returns the next element (as a long) in the iteration.
nextTimestamp() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the current timestamp (in millis).
nextTimestamp() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Returns the current timestamp.
NIL - Static variable in class com.tangosol.io.nio.BinaryMap
Offset reserved for the "does-not-exist" block.
NO_BINARY - Static variable in class com.tangosol.io.AbstractReadBuffer
An empty Binary object.
NO_BINARY - Static variable in class com.tangosol.io.AbstractWriteBuffer
An empty Binary object.
NO_BINARY - Static variable in class com.tangosol.io.BinaryDeltaCompressor
An empty Binary object.
NO_BYTES - Static variable in class com.tangosol.io.AbstractReadBuffer
An empty byte array (by definition immutable).
NO_BYTES - Static variable in class com.tangosol.io.AbstractWriteBuffer
An empty byte array (by definition immutable).
NO_LISTENERS - Variable in class com.tangosol.util.MapListenerSupport
An empty set of Listeners.
NO_VALUE - Static variable in class com.tangosol.net.cache.BackingMapBinaryEntry
Marker object used to indicate that a lazily converted value has not yet been calculated.
NO_VALUE - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
Marker object used to indicate to the write-behind thread that an entry has been removed from the queue.
NO_VALUE - Static variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Tag object indicating that a corresponding value has not been converted.
NO_VALUE - Static variable in class com.tangosol.util.InflatableCollection
A marker value indicating that the single value has not been initialized.
NO_VALUE - Static variable in interface com.tangosol.util.MapIndex
Constant used to indicate that the index does not contain requested value.
NO_VALUE - Static variable in class com.tangosol.util.MapSet
A no-value object.
NO_VALUE - Static variable in class com.tangosol.util.SafeSortedMap
Placeholder for a non-existent (deleted) value.
NO_VALUE - Static variable in class com.tangosol.util.SegmentedHashMap
Object to be used as a value representing that the Entry object is "synthetic" and while logically associated with a key, does not represent a key-value mapping in the Map.
NO_VALUE - Static variable in class com.tangosol.util.SimpleMapEntry
Constant used to indicate that the original value does not exist.
NODE_SAFE - Static variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Node-safety (members are different).
NODE_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ClusterNodeMBean.
NonBlockingTcpDatagramSocket - Class in com.tangosol.net
TCP based non-blocking datagram socket implementation.
NonBlockingTcpDatagramSocket() - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Create a new NonBlockingTcpDatagramSocket that with a wildcard address bound to an ephemeral port.
NonBlockingTcpDatagramSocket(SocketAddress) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Creates a new NonBlockingTcpDatagramSocket which will be bound to the specified address.
NonBlockingTcpDatagramSocket(int) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Creates a new NonBlockingTcpDatagramSocket using the wildcard address and the specified port number.
NonBlockingTcpDatagramSocket(int, InetAddress) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Creates a new NonBlockingTcpDatagramSocket using an address and a port number.
NonBlockingTcpDatagramSocket(SocketProvider) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Creates a new NonBlockingTcpDatagramSocket using the provider.
NonBlockingTcpDatagramSocket(NonBlockingTcpDatagramSocket.Impl) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket
Creates a new NonBlockingTcpDatagramSocket around an NonBlockingTcpDatagramSocket.Impl.
NonBlockingTcpDatagramSocket.Impl - Class in com.tangosol.net
A specialization of TcpDatagramSocket.Impl which provides non-blocking functionality, see NonBlockingTcpDatagramSocket.Impl.send(DatagramPacket).
NonBlockingTcpDatagramSocket.Impl() - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Creates a new Impl.
NonBlockingTcpDatagramSocket.Impl(SocketProvider) - Constructor for class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Creates a new Impl using a provider.
NONE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Initial state, also state of an allocated block that has not been linked.
NONE - Static variable in class com.tangosol.net.ClusterPermission
No actions.
NONE_ALLOWED - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
A QuorumRule that rejects all actions.
NOPARAMS - Static variable in class com.tangosol.run.xml.PropertyAdapter
Parameters for finding no-parameter methods.
NOPARAMS - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Parameters for finding no-parameter methods.
NOT_FOUND - Static variable in interface com.tangosol.util.LongArray
This index is used to indicate that an element was not found.
NotEqualsFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for inequality.
NotEqualsFilter() - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Default constructor (necessary for the ExternalizableLite interface).
NotEqualsFilter(ValueExtractor, Object) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, Object) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotFilter - Class in com.tangosol.util.filter
Filter which negates the results of another filter.
NotFilter() - Constructor for class com.tangosol.util.filter.NotFilter
Default constructor (necessary for the ExternalizableLite interface).
NotFilter(Filter) - Constructor for class com.tangosol.util.filter.NotFilter
Construct a negation filter.
NotificationManager - Interface in com.tangosol.net.management
A NotificationManager is responsible for JMX notification delivery from a managed node to a set of subscribing managing nodes.
notifyFileFull(FlashJournalRM.JournalFile) - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Notify the writer thread that a file is done being written to.
notifyItemQueued(FlashJournalRM.JournalFile, long) - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Notify the PreparerDaemon that an item has been queued to be written to the specified JournalFile.
notifyJournalFileFull(FlashJournalRM.JournalFile) - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Notify the PreparerDaemon that the specified JournalFile has been cut off for new additions.
notifyRamJournalDisposed() - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
Notifies the JournalConsumer that the RamJournalRM that uses it has been disposed.
notifyStopping() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
notifyWriteBehindCompleted() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Called by the WriterDaemon to indicate that all the data for the JournalFile has been flushed.
notifyWriteCompleted() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Called by the CollectorDaemon the first time that the JournalFile is encountered in its FULL state and its data has all been written.
notifyWriteCompleted() - Method in class com.tangosol.io.journal.RamJournalRM.JournalFile
Called by the CollectorDaemon the first time that the JournalFile is encountered in its FULL state and its data has all been written.
notifyWriteOccurred(int) - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Called by the WriterDaemon to indicate that more data has been flushed from the write-behind queue to disk.
nPort - Variable in class com.tangosol.net.LoadBalancer.AddressPort
The port.
NullFilter - Class in com.tangosol.util
Filter which discards null references.
NullFilter() - Constructor for class com.tangosol.util.NullFilter
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation - Class in com.tangosol.util
A collection of classes that do nothing.
NullImplementation.NullActionPolicy - Class in com.tangosol.util
An implementation of an ActionPolicy that allows all actions.
NullImplementation.NullActionPolicy() - Constructor for class com.tangosol.util.NullImplementation.NullActionPolicy
 
NullImplementation.NullBackingMapManagerContext - Class in com.tangosol.util
An implementation of BackingMapManagerContext that does nothing.
NullImplementation.NullCacheStore - Class in com.tangosol.util
An implementation of an CacheStore that does nothing.
NullImplementation.NullCacheStore() - Constructor for class com.tangosol.util.NullImplementation.NullCacheStore
 
NullImplementation.NullContinuation - Class in com.tangosol.util
An implementation of Continuation that does nothing.
NullImplementation.NullContinuation() - Constructor for class com.tangosol.util.NullImplementation.NullContinuation
 
NullImplementation.NullConverter - Class in com.tangosol.util
A Converter that does nothing.
NullImplementation.NullDeltaCompressor - Class in com.tangosol.util
An implementation of a DeltaCompressor that does nothing and always returns the new stream.
NullImplementation.NullDeltaCompressor() - Constructor for class com.tangosol.util.NullImplementation.NullDeltaCompressor
 
NullImplementation.NullEntryProcessor - Class in com.tangosol.util
An implementation of an EntryProcessor that does nothing and returns Boolean.TRUE as a result of execution.
NullImplementation.NullEntryProcessor() - Constructor for class com.tangosol.util.NullImplementation.NullEntryProcessor
 
NullImplementation.NullEnumerator - Class in com.tangosol.util
An empty enumerator.
NullImplementation.NullFlatRegistry - Class in com.tangosol.util
A FlatRegistry that contains nothing.
NullImplementation.NullMap - Class in com.tangosol.util
A Map that contains nothing and does nothing.
NullImplementation.NullMap() - Constructor for class com.tangosol.util.NullImplementation.NullMap
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullObservableMap - Class in com.tangosol.util
An immutable ObservableMap which contains nothing.
NullImplementation.NullObservableMap() - Constructor for class com.tangosol.util.NullImplementation.NullObservableMap
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullOutputStream - Class in com.tangosol.util
An OutputStream that does basically nothing.
NullImplementation.NullPofContext - Class in com.tangosol.util
An implementation of PofContext that does nothing.
NullImplementation.NullPofHandler - Class in com.tangosol.util
An implementation of PofHandler that does nothing.
NullImplementation.NullSet - Class in com.tangosol.util
An immutable set which contains nothing.
NullImplementation.NullSet() - Constructor for class com.tangosol.util.NullImplementation.NullSet
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullValueExtractor - Class in com.tangosol.util
A ValueExtractor that always results in the passed-in value.
NullImplementation.NullValueExtractor() - Constructor for class com.tangosol.util.NullImplementation.NullValueExtractor
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullWriter - Class in com.tangosol.util
A writer that does basically nothing.
NumberIncrementor - Class in com.tangosol.util.processor
The NumberIncrementor entry processor is used to increment a property value of a Number type.
NumberIncrementor() - Constructor for class com.tangosol.util.processor.NumberIncrementor
Default constructor (necessary for the ExternalizableLite interface).
NumberIncrementor(String, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberIncrementor
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
NumberIncrementor(ValueManipulator, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberIncrementor
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
NumberIncrementorFactory - Class in com.tangosol.coherence.rest.util.processor
ProcessorFactory that can be used to create a NumberIncrementor.
NumberIncrementorFactory(boolean) - Constructor for class com.tangosol.coherence.rest.util.processor.NumberIncrementorFactory
Construct an instance of NumberIncrementorFactory.
NumberMultiplier - Class in com.tangosol.util.processor
The NumberMultiplier entry processor is used to multiply a property value of a Number type.
NumberMultiplier() - Constructor for class com.tangosol.util.processor.NumberMultiplier
Default constructor (necessary for the ExternalizableLite interface).
NumberMultiplier(String, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberMultiplier
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.
NumberMultiplier(ValueManipulator, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberMultiplier
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.
NumberMultiplierFactory - Class in com.tangosol.coherence.rest.util.processor
ProcessorFactory that can be used to create a NumberMultiplier.
NumberMultiplierFactory(boolean) - Constructor for class com.tangosol.coherence.rest.util.processor.NumberMultiplierFactory
Construct an instance of NumberMultiplierFactory.

O

OBJECT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of objects.
OBJECT_TYPE - Static variable in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
String representing the "type" part of ObjectName for the HttpSessionManagerMBean.
ObjectNameExcludeFilter - Class in com.tangosol.net.management
Filter used to prevent registering MBeans that match the specified pattern.
ObjectNameExcludeFilter(String[]) - Constructor for class com.tangosol.net.management.ObjectNameExcludeFilter
Construct an ObjectNameExcludeFilter based on one or more regular expressions.
ObjectNameExcludeFilter(String) - Constructor for class com.tangosol.net.management.ObjectNameExcludeFilter
Construct an ObjectNameExcludeFilter based on one or more regular expressions.
ObjectStreamFactory - Interface in com.tangosol.io
Provides the means to create ObjectInput and ObjectOutput streams based on primitive data streams in a layered, pluggable fashion.
ObservableHashMap - Class in com.tangosol.util
An ObservableMap implementation that extends the SafeHashMap.
ObservableHashMap() - Constructor for class com.tangosol.util.ObservableHashMap
Construct the ObservableHashMap.
ObservableHashMap(int, float, float) - Constructor for class com.tangosol.util.ObservableHashMap
Construct an ObservableHashMap using the specified settings.
ObservableHashMap.Entry - Class in com.tangosol.util
A holder for a cached value.
ObservableHashMap.Entry() - Constructor for class com.tangosol.util.ObservableHashMap.Entry
 
ObservableMap - Interface in com.tangosol.util
ObservableMap interface represents an object with a model being a Map that allows for pluggable notifications for occuring changes.
ObservableSplittingBackingCache - Class in com.tangosol.net.partition
The ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.
ObservableSplittingBackingCache(BackingMapManager, String) - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache
Create a ObservableSplittingBackingCache that adds ConfigurableCacheMap functionality to an ObservableSplittingBackingMap.
ObservableSplittingBackingCache.EntrySet - Class in com.tangosol.net.partition
A set of ConfigurableCacheMap entries backed by this map.
ObservableSplittingBackingCache.EntrySet() - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet
 
ObservableSplittingBackingCache.EntrySet.Entry - Class in com.tangosol.net.partition
A Cache Entry implementation.
ObservableSplittingBackingCache.EntrySet.Entry(Object, Object) - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Construct an Entry.
ObservableSplittingBackingMap - Class in com.tangosol.net.partition
An observable, cache-aware PartitionAwareBackingMap implementation.
ObservableSplittingBackingMap(BackingMapManager, String) - Constructor for class com.tangosol.net.partition.ObservableSplittingBackingMap
Create a PartitionSplittingBackingMap that will delegate each partition's data and operations to a separate backing map.
obtainAppOwnership(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain application ownership for the specified session.
obtainClusterOwnership(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain ownership within the cluster for the specified session.
obtainThreadOwnership(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Obtain thread ownership of the specified session, if necessary.
obtainThreadOwnership() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Obtain thread ownership of this model, if necessary.
OFFSET_HASH - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset of the key's hash within an Entry block.
OFFSET_KEY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset of the key data within an Entry block.
OFFSET_VALUE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset (not counting key length) of the value data within an Entry block.
OldCache - Class in com.tangosol.net.cache
Deprecated. As of Coherence 3.1, use LocalCache instead
OldCache() - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int, int) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int, int, double) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache.Entry - Class in com.tangosol.net.cache
Deprecated. A holder for a cached value.
OldCache.Entry() - Constructor for class com.tangosol.net.cache.OldCache.Entry
Deprecated. Construct the cacheable entry that holds the cached value.
OldCache.EntrySet - Class in com.tangosol.net.cache
Deprecated. A set of entries backed by this map.
OldCache.EntrySet() - Constructor for class com.tangosol.net.cache.OldCache.EntrySet
Deprecated.  
OldCache.EvictionPolicy - Interface in com.tangosol.net.cache
Deprecated. 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.
OldCache.InternalEvictionPolicy - Class in com.tangosol.net.cache
Deprecated. The InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.
OldCache.InternalUnitCalculator - Class in com.tangosol.net.cache
Deprecated. The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation.
OldCache.KeySet - Class in com.tangosol.net.cache
Deprecated. A set of entries backed by this map.
OldCache.KeySet() - Constructor for class com.tangosol.net.cache.OldCache.KeySet
Deprecated.  
OldCache.UnitCalculator - Interface in com.tangosol.net.cache
Deprecated. A unit calculator is an object that can calculate the cost of caching an object.
OldCache.ValuesCollection - Class in com.tangosol.net.cache
Deprecated. A collection of values backed by this map.
OldCache.ValuesCollection() - Constructor for class com.tangosol.net.cache.OldCache.ValuesCollection
Deprecated.  
onAccept(SelectionKey) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Called when a channel is identified as have a new connection to accept.
onAdd() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. This method is invoked when the containing Map has actually added this Entry to itself.
onAdd() - Method in class com.tangosol.util.ObservableHashMap.Entry
This method is invoked when the containing Map has actually added this Entry to itself.
onAdd() - Method in class com.tangosol.util.SafeHashMap.Entry
This method is invoked when the containing Map has actually added this Entry to itself.
onBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Handle an event occuring against the "back" map.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a boolean value has been encountered in the POF stream.
onBound(AttributeHolder) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Called when the attribute is bound.
onBound(AttributeHolder) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Called when the attribute is bound.
onChar(int, char) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in interface com.tangosol.io.pof.PofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a character value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in interface com.tangosol.io.pof.PofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a character string value has been encountered in the POF stream.
onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel) - Method in class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
Process a pending connection header.
onConnectionHeader(TcpDatagramSocket.Impl.ConnectionStatus, SocketChannel) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Process a pending connection header.
onContend(Object, SegmentedConcurrentMap.LockableEntry) - Method in interface com.tangosol.util.SegmentedConcurrentMap.ContentionObserver
Called when the specified lock holder begins contending for the specified LockableEntry.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onEraseAllFailure(Set, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store eraseAll() failure.
onEraseFailure(Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store erase() failure.
onEvent(Event) - Method in interface com.tangosol.net.events.EventInterceptor
Perform necessary processing of the specified Event.
onException(Throwable, Runnable) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Process an exception that is thrown during a task execution.
onException(Exception) - Method in class com.tangosol.io.pof.PofBufferWriter
Called when an unexpected exception is caught while writing to the POF stream.
onException(Exception) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Called when an unexpected exception is caught while writing to the POF stream.
onException(Throwable, Runnable) - Method in class com.tangosol.util.TaskDaemon
Process an exception that is thrown during a task execution.
onExternalAttributeUpdate(int) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Notify the session collection that an attribute of the specified size (in bytes) was updated in the external attribute cache.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Either handle an event by turning it over to another thread that is processing the key specified by the event, or take responsibility on this thread for deferring the event and registering its immediate side-effects.
onFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Either handle an event by turning it over to another thread that is processing the key specified by the event, or take responsibility on this thread for deferring the event and registering its immediate side-effects.
onGetHttpSession(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Allow service helper to perform actions on getSession calls.
onGuardableRecovery(Guardable, Service) - Method in interface com.tangosol.net.ServiceFailurePolicy
Take appropriate action after the specified guardable (associated with the specified service) has missed a "soft-timeout" and has entered the "RECOVERY" state.
onGuardableTerminate(Guardable, Service) - Method in interface com.tangosol.net.ServiceFailurePolicy
Take appropriate action after the specified guardable (associated with the specified service) has missed a "hard-timeout" and has entered the "TERMINATING" state.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in interface com.tangosol.io.pof.PofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in interface com.tangosol.io.pof.PofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that an integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in interface com.tangosol.io.pof.PofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a long integer value has been encountered in the POF stream.
onLoadAllFailure(Collection, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store loadAll() failure.
onLoadFailure(Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store load() failure.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.BackMapListener
Invoked for any event.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.AddListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.BackMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.FrontMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.util.MapTriggerListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.util.WrapperObservableMap.InternalListener
Invoked when a map entry has been inserted, updated or deleted.
onModelUpdate(int) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Notify the session collection that a model of the specified size (in bytes) was updated in the session storage clustered cache.
onModify(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
A value modification event (insert or update) has occurred.
onNullReference(int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in interface com.tangosol.io.pof.PofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Specifies that a null value has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in interface com.tangosol.io.pof.PofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a octet string value has been encountered in the POF stream.
onPartitionEvent(PartitionEvent) - Method in interface com.tangosol.net.partition.PartitionListener
Invoked when a partition event has occurred.
onRead(SelectionKey, ByteBuffer) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Called when a channel is detected as readable.
onRecovery() - Method in class com.tangosol.net.GuardSupport.Context
Called when the guardable enters the "RECOVERY" state.
onRemove() - Method in class com.tangosol.util.ObservableHashMap.Entry
Called to inform the Entry that it has been removed.
onServiceFailed(Cluster) - Method in interface com.tangosol.net.ServiceFailurePolicy
Take appropriate action after some service failed to stop.
onStoreAllFailure(Set, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store storeAll() failure.
onStoreFailure(ReadWriteBackingMap.Entry, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Logs a store store() failure.
onTerminate() - Method in class com.tangosol.net.GuardSupport.Context
Called when the guardable enters the "TERMINATING" state.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time interval value has been encountered in the POF stream.
onUnbound(boolean, boolean) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Called when the attribute is unbound.
onUnbound(boolean, boolean) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Called when the attribute is unbound.
onUncontend(Object, SegmentedConcurrentMap.LockableEntry) - Method in interface com.tangosol.util.SegmentedConcurrentMap.ContentionObserver
Called when the specified lock holder stops contending for the specified LockableEntry.
onValue(int) - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Notify the Complex object that a value has been encountered.
onValue(int) - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Notify the Complex object that a value has been encountered.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a year-month interval value has been encountered in the POF stream.
OP_APPEND - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A binary delta operator that instructs the BinaryDeltaCompressor.applyDelta(com.tangosol.io.ReadBuffer, com.tangosol.io.ReadBuffer) method to copy the following bytes from the delta value and append them to the new value.
OP_EXTRACT - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A binary delta operator that instructs the BinaryDeltaCompressor.applyDelta(com.tangosol.io.ReadBuffer, com.tangosol.io.ReadBuffer) method to extract bytes from the old value and append them to the new value.
OP_TERM - Static variable in class com.tangosol.io.BinaryDeltaCompressor
A binary delta operator that instructs the BinaryDeltaCompressor.applyDelta(com.tangosol.io.ReadBuffer, com.tangosol.io.ReadBuffer) method that the delta has been fully applied.
open() - Static method in class com.tangosol.net.WrapperSelector
Unsupported.
open() - Static method in class com.tangosol.net.WrapperServerSocketChannel
Unsupported.
open() - Static method in class com.tangosol.net.WrapperSocketChannel
Unsupported.
open() - Method in interface com.tangosol.util.Gate
Re-open the closed gate.
open() - Method in class com.tangosol.util.ThreadGate
Re-open the closed gate.
open() - Method in class com.tangosol.util.ThreadGateLite
Re-open the closed gate.
open() - Method in class com.tangosol.util.WrapperReentrantGate
Re-open the closed gate.
openBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Obtain a Block object for the block located at the specified offset in the ByteBuffer.
openDatagramChannel() - Method in interface com.tangosol.net.SocketProvider
Return a new DatagramChannel.
openDatagramChannel() - Method in class com.tangosol.net.SystemSocketProvider
Return a new DatagramChannel.
openDatagramChannel() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new DatagramChannel.
openDatagramSocket() - Method in interface com.tangosol.net.SocketProvider
Return a new DatagramSocket.
openDatagramSocket() - Method in class com.tangosol.net.SystemSocketProvider
Return a new DatagramSocket.
openDatagramSocket() - Method in class com.tangosol.net.TcpSocketProvider
Return a new DatagramSocket.
openDatagramSocket() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new DatagramSocket.
openMulticastSocket() - Method in interface com.tangosol.net.SocketProvider
Return a new MulticastSocket.
openMulticastSocket() - Method in class com.tangosol.net.SystemSocketProvider
Return a new MulticastSocket.
openMulticastSocket() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new MulticastSocket.
openPipe() - Method in class com.tangosol.net.SystemSocketProvider
Unsupported.
openPipe() - Method in class com.tangosol.net.WrapperSocketProvider
Unsupported.
openSelector() - Method in class com.tangosol.net.SystemSocketProvider
openSelector() - Method in class com.tangosol.net.WrapperSocketProvider
openServerSocket() - Method in interface com.tangosol.net.SocketProvider
Return a new ServerSocket.
openServerSocket() - Method in class com.tangosol.net.SystemSocketProvider
Return a new ServerSocket.
openServerSocket() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new ServerSocket.
openServerSocketChannel() - Method in interface com.tangosol.net.SocketProvider
Return a new ServerSocketChannel.
openServerSocketChannel() - Method in class com.tangosol.net.SystemSocketProvider
Return a new ServerSocketChannel.
openServerSocketChannel() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new ServerSocketChannel.
openSession() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Open a Hibernate Session.
openSocket() - Method in interface com.tangosol.net.SocketProvider
Return a new Socket.
openSocket() - Method in class com.tangosol.net.SystemSocketProvider
Return a new Socket.
openSocket() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new Socket.
openSocketChannel() - Method in interface com.tangosol.net.SocketProvider
Return a new SocketChannel.
openSocketChannel() - Method in class com.tangosol.net.SystemSocketProvider
Return a new SocketChannel.
openSocketChannel() - Method in class com.tangosol.net.WrapperSocketProvider
Return a new SocketChannel.
OperationalContext - Interface in com.tangosol.net
OperationalContext is an interface for providing Oracle Coherence operational configuration.
OPT_BY_MEMBER - Static variable in class com.tangosol.net.partition.PartitionedIterator
An option to iterate one member at a time.
OPT_BY_PARTITION - Static variable in class com.tangosol.net.partition.PartitionedIterator
An option to iterate one partition at a time.
OPT_ENTRIES - Static variable in class com.tangosol.net.partition.PartitionedIterator
An option to iterate Map Entry objects.
OPT_INSTALL - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. Command line option: install
OPT_KEYS - Static variable in class com.tangosol.net.partition.PartitionedIterator
An option to iterate the Map keys.
OPT_RANDOMIZED - Static variable in class com.tangosol.net.partition.PartitionedIterator
An option to iterate the members or partitions in a randomized order.
OPT_UNINSTALL - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. Command line option: uninstall
optimisticModelUpdate(AbstractHttpSessionModel) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
 
optimisticModelUpdate(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
optimisticModelUpdate(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
OptimisticNamedCache - Interface in com.tangosol.coherence.transaction
An extension to the NamedCache interface that adds support for optimistic transactions.
OptimizedHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
OptimizedHolder() - Constructor for class com.tangosol.coherence.servlet.OptimizedHolder
Default constructor is required for deserialization purposes.
OptimizedHolder(TraditionalHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.OptimizedHolder
Default constructor is required for deserialization purposes.
OptimizedHolder(String, Object, TraditionalHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.OptimizedHolder
Construct an OptimizedHolder for a value.
OrFilter - Class in com.tangosol.util.filter
Filter which returns the logical "or" of two other filters.
OrFilter() - Constructor for class com.tangosol.util.filter.OrFilter
Default constructor (necessary for the ExternalizableLite interface).
OrFilter(Filter, Filter) - Constructor for class com.tangosol.util.filter.OrFilter
Construct an "or" filter.
OutputStreaming - Interface in com.tangosol.io
This is the interface represented by the Java OutputStream class.
OverflowMap - Class in com.tangosol.net.cache
An Observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).
OverflowMap(ObservableMap, Map) - Constructor for class com.tangosol.net.cache.OverflowMap
Construct a OverflowMap using two specified maps: FrontMap (aka "cache" or "shallow") and BackMap (aka "file" or "deep") If the BackMap implements the ObservableMap interface a listener will be added to the BackMap to invalidate items updated [externally] in the back map.
OverflowMap.BackMapListener - Class in com.tangosol.net.cache
A listener for the back map.
OverflowMap.BackMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.BackMapListener
 
OverflowMap.EntrySet - Class in com.tangosol.net.cache
A set of entries backed by this map.
OverflowMap.EntrySet() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet
 
OverflowMap.EntrySet.EntrySetIterator - Class in com.tangosol.net.cache
A pessimistic Iterator over the EntrySet that is backed by the OverflowMap.
OverflowMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
 
OverflowMap.ExpirableStatus - Class in com.tangosol.net.cache
The ExpirableStatus adds expiry to the base Status object.
OverflowMap.ExpirableStatus() - Constructor for class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Construct a Status object for a specific key.
OverflowMap.FrontMapListener - Class in com.tangosol.net.cache
A listener for the front map that moves evictions to the back map.
OverflowMap.FrontMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.FrontMapListener
 
OverflowMap.HistoricCacheEvent - Class in com.tangosol.net.cache
A CacheEvent that carries a recent value (to avoid it being lost during eviction).
OverflowMap.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.
OverflowMap.InternalKeySet - Class in com.tangosol.net.cache
A read-only set of keys backed by this map.
OverflowMap.InternalKeySet() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet
 
OverflowMap.InternalKeySet.InternalKeySetIterator - Class in com.tangosol.net.cache
An Iterator implementation over the keys in the OverflowMap that that is based on a concurrent Iterator over the internal status map.
OverflowMap.InternalKeySet.InternalKeySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Default constructor.
OverflowMap.Status - Class in com.tangosol.net.cache
The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.
OverflowMap.Status() - Constructor for class com.tangosol.net.cache.OverflowMap.Status
Construct a Status object.
overrideElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Override the values of the specified base element with values from the specified override element.
overrideElement(XmlElement, XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Override the values of the specified base element with values from the specified override element.
Ownership - Class in com.tangosol.net.partition
Ownership is a light-weight data structure that contains a partition ownership information.
Ownership() - Constructor for class com.tangosol.net.partition.Ownership
Default constructor (necessary for the ExternalizableLite interface).
Ownership(int) - Constructor for class com.tangosol.net.partition.Ownership
Construct an empty Ownership object with a given backup count.

P

PackedDataInputStream - Class in com.tangosol.io
This is an imitation DataInputStream class that reads from streams that were produced by a corresponding PackedDataOutputStream.
PackedDataInputStream(InputStream) - Constructor for class com.tangosol.io.PackedDataInputStream
Construct a WrapperDataInputStream that will read from the specified InputStream object.
PackedDataOutputStream - Class in com.tangosol.io
This is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB.
PackedDataOutputStream(OutputStream) - Constructor for class com.tangosol.io.PackedDataOutputStream
Construct a PackedDataOutputStream that will output to the specified OutputStream object.
padMemorySize(int) - Static method in class com.tangosol.net.cache.SimpleMemoryCalculator
Round the given number of bytes to the next closest integer that is divisible by 16.
PagedIterator - Class in com.tangosol.util
PagedIterator is an Iterator implementation based on a concept of a page Advancer - a pluggable component that knows how to supply a next page of objects to iterate through.
PagedIterator(PagedIterator.Advancer) - Constructor for class com.tangosol.util.PagedIterator
Construct a PagedIterator based on the specified Advancer.
PagedIterator.Advancer - Interface in com.tangosol.util
Advancer is a pluggable component that knows how to load a new page (Collection) of objects to be used by the enclosing PagedIterator.
ParallelReapTask - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
ParallelReapTask(SessionHelper, SessionReaperStatistics, Iterator, WorkManager) - Constructor for class com.tangosol.coherence.servlet.ParallelReapTask
Deprecated.  
PARAM_IDS - Static variable in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Name of the "ids" named parameter in HQL bulk queries
parent - Variable in class com.tangosol.util.AbstractSparseArray.Node
The parent of this node.
parse(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.PofParser
Parse a POF value that is in the passed BufferInput.
parse(ReadBuffer, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
Parses POF-encoded binary and returns an instance of a PofValue wrapper for it.
parse(String) - Static method in class com.tangosol.run.xml.DateTimeAdapter
Return a Date represented by ISO8601 compliant string.
parseAction(String) - Method in class com.tangosol.net.ClusterPermission
Parse the action string and set the action flag.
parseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse an Array from the POF stream.
parseBoolean(ServletContext, String, boolean) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Helper: Get a boolean init parameter from the context.
parseCollection(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Collection from the POF stream.
parseComment(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parseComment(XmlElement, boolean) - Method in class com.tangosol.run.xml.SimpleParser
 
parseDoctype(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
 
parseDocument(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
Factory method to instantiate an XmlDocument implementation.
parseElement(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
Note: '<' and element name have already been parsed
parseInitParams(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Parse the specified "init-params" element of the following structure: <!
parseInitParams(XmlElement, XmlHelper.ParameterResolver) - Static method in class com.tangosol.run.xml.XmlHelper
Parse the specified "init-params" element of the following structure: <!
parseInt(ServletContext, String, int) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Helper: Get an int init parameter from the context.
parseMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Map from the POF stream.
parseMisc(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parseNumber(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
Parse parenthesized number string into a negative number string.
parsePi(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parsePi(XmlElement, boolean) - Method in class com.tangosol.run.xml.SimpleParser
 
parseSparseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Sparse Array from the POF stream.
parseString(ServletContext, String, String) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Helper: Get a String init parameter from the context.
parseTarget(String) - Method in class com.tangosol.net.ClusterPermission
Parse the target string.
parseThreadExtension(Daemon) - Static method in class com.tangosol.net.LoadBalancer
Parse the extension glued onto the end of a daemon's thread's name.
parseTime(XmlElement, String, long) - Static method in class com.tangosol.run.xml.XmlHelper
Parse the String value of the child XmlElement with the given name as a time in milliseconds.
parseUniformArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Array from the POF stream.
parseUniformCollection(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Collection from the POF stream.
parseUniformKeysMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform-Keys Map from the POF stream.
parseUniformMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Map from the POF stream.
parseUniformSparseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Sparse Array from the POF stream.
parseUniformValue(ReadBuffer.BufferInput, int, int) - Method in class com.tangosol.io.pof.PofParser
Within the POF stream, parse a POF value of the specified type that is in the passed BufferInput.
parseUniformValue(PofValue, int, ReadBuffer, PofContext, int) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
Parses a uniform POF-encoded binary and returns an instance of a PofValue wrapping the binary.
parseUserType(ReadBuffer.BufferInput, int, int) - Method in class com.tangosol.io.pof.PofParser
Parse a User Type from the POF stream.
parseValue(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Within the POF stream, parse a POF value that is in the passed BufferInput.
parseValue(PofValue, ReadBuffer, PofContext, int) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
Parse a POF-encoded binary and return an instance of a PofValue wrapping the binary.
parseXml(String) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified String into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(String, XmlElement) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified String into a tree of XmlElement objects (same as above) having the specified [empty] XmlElement a root.
parseXml(InputStream) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified InputStream into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(Reader) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified Reader into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(InputSource) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified InputSource into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(InputSource, XmlElement) - Method in class com.tangosol.run.xml.SaxParser
 
parseXml(String) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified String into an XmlDocument object.
parseXml(Reader) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified Reader into an XmlDocument object.
parseXml(InputStream) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified InputStream into an XmlDocument object.
parseXml(InputStream, String) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified InputStream into an XmlDocument object using the specified charset.
parseXml(String, XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
Parse the passed script.
parseXmlDecl(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
 
PARTITION_ASSIGNED - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that the ownership of one or more partitions have been assigned to a service member.
PARTITION_LOST - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that one or more partitions have been lost.
PARTITION_RECEIVE_BEGIN - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that a transfer for one or more partitions is beginning and the data that belongs to partitions in the specified partition set are about to be inserted into corresponding backing maps.
PARTITION_RECEIVE_COMMIT - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that a transfer for one or more partitions has completed and the data that belong to these partitions have been inserted into corresponding backing maps.
PARTITION_TRANSMIT_BEGIN - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that data that belong to one or more partitions are about to be transferred to a different member.
PARTITION_TRANSMIT_COMMIT - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that data that belong to one or more partitions have been successfully transferred to a different member and all the data for that partition have been removed from this node.
PARTITION_TRANSMIT_ROLLBACK - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that a transfer for one or more partitions has been aborted (e.g. receiver's failure), and the partitions are now "owned" by this node again, and are about to be unfrozen.
PartitionAssignmentStrategy - Interface in com.tangosol.net.partition
A PartitionAssignmentStrategy is a pluggable strategy used by a PartitionedService to manage partition distribution.
PartitionAwareBackingMap - Interface in com.tangosol.net.partition
In a partitioned configuration, backing maps that implement the PartitionAwareBackingMap interface are able to react to the partition life-cycle (a partition showing up on a node, or moving away from a node) and manage data more efficiently as a result.
PartitionedFilter - Class in com.tangosol.util.filter
Filter which limits the scope of another filter to those entries that have keys that belong to the specified partition set.
PartitionedFilter() - Constructor for class com.tangosol.util.filter.PartitionedFilter
Default constructor (necessary for the ExternalizableLite interface).
PartitionedFilter(Filter, PartitionSet) - Constructor for class com.tangosol.util.filter.PartitionedFilter
Construct a PartitionedFilter.
PartitionedIterator - Class in com.tangosol.net.partition
An Iterator that iterates over keys in a partition-by-partition or member-by-member manner.
PartitionedIterator(NamedCache, Filter, PartitionSet, int) - Constructor for class com.tangosol.net.partition.PartitionedIterator
Construct PartitionedIterator that will provide iteration of the keys of the specified cache using the specified filter, but will only query one partition or one member at a time.
PartitionedService - Interface in com.tangosol.net
A PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.
PartitionedService.PartitionedAction - Interface in com.tangosol.net
PartitionedAction represents a type of action taken by a PartitionedService.
PartitionedServiceDispatcher - Interface in com.tangosol.net.events
A PartitionedServiceDispatcher dispatches PartitionedServiceDispatcher.TransferEvents from a PartitionedService.
PartitionedServiceDispatcher.TransferEvent - Interface in com.tangosol.net.events
A PartitionedServiceDispatcher.TransferEvent captures information concerning the transfer of a partition for a storage enabled member.
PartitionedServiceDispatcher.TransferEvent.Type - Class in com.tangosol.net.events
The PartitionedServiceDispatcher.TransferEvent types.
PartitionEvent - Class in com.tangosol.net.partition
The PartitionEvent carries information about an event related to one or more partitions.
PartitionEvent(PartitionedService, int, PartitionSet, Member, Member) - Constructor for class com.tangosol.net.partition.PartitionEvent
Construct a partition event.
PartitionListener - Interface in com.tangosol.net.partition
The listener interface for receiving PartitionEvents.
PartitionSet - Class in com.tangosol.net.partition
PartitionSet is a light-weight data structure that represents a set of partitions that are used in parallel processing.
PartitionSet() - Constructor for class com.tangosol.net.partition.PartitionSet
Default constructor (necessary for the ExternalizableLite interface).
PartitionSet(int) - Constructor for class com.tangosol.net.partition.PartitionSet
Construct an empty partition set with a given count.
PartitionSet(PartitionSet) - Constructor for class com.tangosol.net.partition.PartitionSet
Copy constructor: construct a new PartitionSet object equivalent to the specified one.
PartitionSplittingBackingMap - Class in com.tangosol.net.partition
In a partitioned configuration, the PartitionSplittingBackingMap is a "map multi-plexer" that enables multiple backing maps to be used in place of a single backing map.
PartitionSplittingBackingMap(BackingMapManager, String) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap
Create a PartitionSplittingBackingMap that will delegate each partition's data and operations to a separate backing map.
PartitionSplittingBackingMap.AggregatingCacheStatistics - Class in com.tangosol.net.partition
An implementation of the CacheStatics interface that aggregates across the CacheStatics objects provided by each of the backing maps corresponding to the partitions managed by this PartitionSplittingBackingMap.
PartitionSplittingBackingMap.AggregatingCacheStatistics() - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
 
PartitionSplittingBackingMap.MapArray - Class in com.tangosol.net.partition
The MapArray is a data structure that provides a mapping between partition IDs and backing maps.
PartitionSplittingBackingMap.MapArray(int) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Construct an empty MapArray for a given partition count.
PartitionSplittingBackingMap.MaskedPartitionMap - Class in com.tangosol.net.partition
A read-only view into a subset of backing maps managed by the underlying PartitionSplittingBackingMap.
PartitionSplittingBackingMap.MaskedPartitionMap(PartitionSet) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Construct MaskedPartitionMap based on the specified PartitionSet.
PartitionSplittingBackingMap.PartitionedIterator - Class in com.tangosol.net.partition
An Iterator designed to ensure that a stable copy of each partition's keys is available for the duration of the iteration over its keys.
PartitionSplittingBackingMap.PartitionedIterator(Map[]) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.PartitionedIterator
Construct PartitionedIterator based on the specified array of maps, where each map contains data for one and only one partition.
partitionUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Partition out the high or low units across all of the backing maps.
passivate(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Move the session into a passive state, if it is not already.
passivate() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Passivate the session model.
passivate(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Move the session into a passive state, if it is not already.
PasswordBasedEncryptionFilter - Class in com.tangosol.net.security
Deprecated. As of Coherence 3.7, deprecated with no replacement.
PasswordBasedEncryptionFilter() - Constructor for class com.tangosol.net.security.PasswordBasedEncryptionFilter
Deprecated.  
PATH_CACHE_CONFIG - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the required resource that will be used to configure the CacheProvider's own ConfigurableCacheFactory.
PATH_PROVIDER_CONFIG - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the optional resource that will be used to configure the CacheProvider itself.
peek(Object) - Method in class com.tangosol.net.cache.LocalCache
Checks for a valid entry corresponding to the specified key in the cache, and returns the corresponding value if it is.
peek() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Wait for a key to be added to the queue and return it without removing it from the queue.
peek(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Wait for a key (up to the specified wait time) to be added to the queue and return it without removing it from the queue, or null if the specified wait time has passed).
peek(InetAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
peek(int) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token matches the passed token id and, if so, advances to the next token.
peek(int, int) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token matches the passed token category and sub-category.
peek(String) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token is a name that matches the passed String and, if so, advances to the next token.
peek() - Method in class com.tangosol.util.SimpleStack
Return the object that is currently on top of the stack.
peekAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
Checks for a valid entry corresponding to each specified key in the cache, and places the corresponding value in the returned map if it is.
peekData(DatagramPacket) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
PeerX509TrustManager - Class in com.tangosol.net.security
X509TrustManager implementation that requires the peer's certificate to be present in a configured key store.
PeerX509TrustManager(KeyStore) - Constructor for class com.tangosol.net.security.PeerX509TrustManager
Create a new PeerTrustManager that requires the peer's certificate to be present in the given key store.
PeerX509TrustManagerFactory - Class in com.tangosol.net.security
A factory for PeerX509TrustManager instances.
PeerX509TrustManagerFactory() - Constructor for class com.tangosol.net.security.PeerX509TrustManagerFactory
 
PermissionInfo - Class in com.tangosol.net.security
PermissionInfo holds the information needed to validate and respond to a security related request.
PermissionInfo() - Constructor for class com.tangosol.net.security.PermissionInfo
Default constructor (required by PortableObject).
PermissionInfo(ClusterPermission, String, SignedObject, Subject) - Constructor for class com.tangosol.net.security.PermissionInfo
Construct a PermissionInfo.
Ping - Class in com.tangosol.net
Ping is a simple utility for testing if a machine is reachable.
Ping() - Constructor for class com.tangosol.net.Ping
 
PLAN_ALL_LISTENER - Static variable in class com.tangosol.util.MapListenerSupport
There is one all-keys non-filtered listener.
PLAN_KEY_LISTENER - Static variable in class com.tangosol.util.MapListenerSupport
There is one key listener (even if for multiple keys).
PLAN_NO_LISTENERS - Static variable in class com.tangosol.util.MapListenerSupport
There are no listeners.
PLAN_NO_OPTIMIZE - Static variable in class com.tangosol.util.MapListenerSupport
There is no optimized plan, so just use the default approach.
PLAN_NONE - Static variable in class com.tangosol.util.MapListenerSupport
A plan has not yet been formed.
PofAnnotationSerializer - Class in com.tangosol.io.pof
A PofAnnotationSerializer provides annotation based de/serialization.
PofAnnotationSerializer(int, Class) - Constructor for class com.tangosol.io.pof.PofAnnotationSerializer
Constructs a PofAnnotationSerializer.
PofAnnotationSerializer(int, Class, boolean) - Constructor for class com.tangosol.io.pof.PofAnnotationSerializer
Constructs a PofAnnotationSerializer.
PofArray - Class in com.tangosol.io.pof.reflect
PofArray is a PofValue implementation for arrays.
PofArray(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofArray
Construct a PofArray instance wrapping the supplied buffer.
PofBufferReader - Class in com.tangosol.io.pof
PofReader implementation that reads POF-encoded data from a BufferInput.
PofBufferReader(ReadBuffer.BufferInput, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferReader
Construct a new PofBufferReader that will read a POF stream from the passed BufferInput object.
PofBufferReader() - Constructor for class com.tangosol.io.pof.PofBufferReader
 
PofBufferReader.IdentityHolder - Class in com.tangosol.io.pof
 
PofBufferReader.IdentityHolder() - Constructor for class com.tangosol.io.pof.PofBufferReader.IdentityHolder
 
PofBufferReader.UserTypeReader - Class in com.tangosol.io.pof
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.
PofBufferReader.UserTypeReader(ReadBuffer.BufferInput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Construct a parser for parsing the property values of a user type.
PofBufferReader.UserTypeReader(PofBufferReader, ReadBuffer.BufferInput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Construct a parser for parsing the property values of a user type.
PofBufferWriter - Class in com.tangosol.io.pof
PofWriter implementation that writes POF-encoded data to a BufferOutput.
PofBufferWriter(WriteBuffer.BufferOutput, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferWriter
Construct a new PofBufferWriter that will write a POF stream to the passed BufferOutput object.
PofBufferWriter(WritingPofHandler, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferWriter
Construct a new PofBufferWriter that will write a POF stream using the passed WritingPofHandler.
PofBufferWriter.ReferenceLibrary - Class in com.tangosol.io.pof
A "library" of object references and their corresponding identities in the POF stream.
PofBufferWriter.ReferenceLibrary() - Constructor for class com.tangosol.io.pof.PofBufferWriter.ReferenceLibrary
 
PofBufferWriter.UserTypeWriter - Class in com.tangosol.io.pof
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.
PofBufferWriter.UserTypeWriter(WriteBuffer.BufferOutput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofBufferWriter.UserTypeWriter(PofBufferWriter, WriteBuffer.BufferOutput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofBufferWriter.UserTypeWriter(WritingPofHandler, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofBufferWriter.UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofBufferWriter.UserTypeWriter(PofBufferWriter, WritingPofHandler, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofCollection - Class in com.tangosol.io.pof.reflect
PofCollection is PofValue implementation for collections.
PofCollection(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofCollection
Construct a PofCollection instance wrapping the supplied buffer.
PofConstants - Interface in com.tangosol.io.pof
The constants related to POF streams.
PofContext - Interface in com.tangosol.io.pof
The PofContext interface represents a set of user types that can be serialized to and deserialized from a POF stream.
PofDeltaCompressor - Class in com.tangosol.io.pof
A DeltaCompressor implementation that works with Portable Object Format (POF) values.
PofDeltaCompressor() - Constructor for class com.tangosol.io.pof.PofDeltaCompressor
Default constructor.
PofDeltaCompressor.ChangeTracker - Class in com.tangosol.io.pof
When determining a delta between two POF buffers, the ChangeTracker keeps track of whether the current location within the two POF streams is part of a differing portion or part of an identical portion.
PofDeltaCompressor.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.
PofExtractor - Class in com.tangosol.util.extractor
POF-based ValueExtractor implementation.
PofExtractor() - Constructor for class com.tangosol.util.extractor.PofExtractor
Default constructor (necessary for the PortableObject interface).
PofExtractor(Class, int) - Constructor for class com.tangosol.util.extractor.PofExtractor
Constructs a PofExtractor based on a property index.
PofExtractor(Class, PofNavigator) - Constructor for class com.tangosol.util.extractor.PofExtractor
Constructs a PofExtractor based on a POF navigator.
PofExtractor(Class, PofNavigator, int) - Constructor for class com.tangosol.util.extractor.PofExtractor
Constructs a PofExtractor based on a POF navigator and the entry extraction target.
PofHandler - Interface in com.tangosol.io.pof
This interface defines the handler for an event-driven approach to parsing (or assembling) a POF stream.
PofHelper - Class in com.tangosol.io.pof
Collection of helper methods for POF streams.
PofHelper() - Constructor for class com.tangosol.io.pof.PofHelper
 
PofHelper.ReadableEntrySetMap - Class in com.tangosol.io.pof
Map implementation backed by a List of Map.Entry objects.
PofHelper.ReadableEntrySetMap() - Constructor for class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Create a new ReadableEntrySetMap.
PofHelper.WriteableEntrySetMap - Class in com.tangosol.io.pof
Immutable Map implementation backed by a Set of Map.Entry objects.
PofHelper.WriteableEntrySetMap(Map.Entry) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
Construct a new WriteableEntrySetMap that is backed by a single Map.Entry object.
PofHelper.WriteableEntrySetMap(Set) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
Construct a new WriteableEntrySetMap that is backed by the given Set of Map.Entry objects.
PofInputStream - Class in com.tangosol.io.pof
An ObjectInput implementation suitable for reading Externalizable and ExternalizableLite objects from a POF stream, although without support for schema evolution and other advanced POF features.
PofInputStream(PofReader) - Constructor for class com.tangosol.io.pof.PofInputStream
Construct a PofInputStream that will read its information from an underlying PofReader.
PofNavigationException - Exception in com.tangosol.io.pof.reflect
PofNavigationException indicates a failure to navigate a PofValue hierarchy.
PofNavigationException() - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
Construct a PofNavigationException.
PofNavigationException(String) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
Construct a PofNavigationException with a specified detail message.
PofNavigationException(String, Throwable) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
Construct a PofNavigationException with a specified detail message and a cause.
PofNavigationException(Throwable) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
Construct a PofNavigationException with a specified cause.
PofNavigator - Interface in com.tangosol.io.pof.reflect
The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.
PofOutputStream - Class in com.tangosol.io.pof
An ObjectOutput implementation suitable for writing Externalizable and ExternalizableLite objects to a POF stream, although without support for schema evolution and other advanced POF features.
PofOutputStream(PofWriter) - Constructor for class com.tangosol.io.pof.PofOutputStream
Construct a PofOutputStream that will write its information to an underlying PofWriter.
PofParser - Class in com.tangosol.io.pof
A "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object.
PofParser(PofHandler) - Constructor for class com.tangosol.io.pof.PofParser
Construct a POF parser that will push events to the specified handler.
PofPrincipal - Class in com.tangosol.io.pof
Generic Principal implementation that can be used to represent the identity of any remote entity.
PofPrincipal(String) - Constructor for class com.tangosol.io.pof.PofPrincipal
Create a new PortablePrincipal with the given name.
PofReader - Interface in com.tangosol.io.pof
The PofReader interface provides the capability of reading a set of non-primitive Java types ("user types") from a POF stream as an ordered sequence of indexed properties.
PofReflectionHelper - Class in com.tangosol.io.pof.reflect
Collection of helper methods for POF reflection.
PofReflectionHelper() - Constructor for class com.tangosol.io.pof.reflect.PofReflectionHelper
 
PofSerializer - Interface in com.tangosol.io.pof
The PofSerializer interface provides the capability of reading and writing a Java object from and to a POF stream.
PofSparseArray - Class in com.tangosol.io.pof.reflect
PofSparseArray is PofSparseArray.NilPofValue implementation for sparse arrays.
PofSparseArray(PofValue, ReadBuffer, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofSparseArray
Construct a PofSparseArray instance wrapping the supplied buffer.
PofSparseArray.NilPofValue - Class in com.tangosol.io.pof.reflect
NilPofValue represents a value that does not exist in the original POF stream.
PofSparseArray.NilPofValue(PofValue, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
Construct a NilPofValue instance.
PofUniformArray - Class in com.tangosol.io.pof.reflect
PofUniformArray is PofValue implementation for uniform arrays.
PofUniformArray(PofValue, ReadBuffer, PofContext, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformArray
Construct a PofUniformArray instance wrapping the supplied buffer.
PofUniformCollection - Class in com.tangosol.io.pof.reflect
PofUniformCollection is PofValue implementation for uniform collections.
PofUniformCollection(PofValue, ReadBuffer, PofContext, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformCollection
Construct a PofUniformCollection instance wrapping the supplied buffer.
PofUniformSparseArray - Class in com.tangosol.io.pof.reflect
PofUniformSparseArray is PofValue implementation for uniform sparse arrays.
PofUniformSparseArray(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformSparseArray
Construct a PofUniformSparseArray instance wrapping the supplied buffer.
PofUpdater - Class in com.tangosol.util.extractor
POF-based ValueUpdater implementation.
PofUpdater() - Constructor for class com.tangosol.util.extractor.PofUpdater
Default constructor (necessary for the PortableObject interface).
PofUpdater(int) - Constructor for class com.tangosol.util.extractor.PofUpdater
Constructs a PofUpdater based on a property index.
PofUpdater(PofNavigator) - Constructor for class com.tangosol.util.extractor.PofUpdater
Constructs a PofUpdater based on a POF navigator.
PofUserType - Class in com.tangosol.io.pof.reflect
PofUserType is PofValue implementation for user types.
PofUserType(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUserType
Construct a PofUserType instance wrapping the supplied buffer.
PofValue - Interface in com.tangosol.io.pof.reflect
PofValue represents the POF data structure in a POF stream, or any sub-structure or value thereof.
PofValueParser - Class in com.tangosol.io.pof.reflect
Parses POF-encoded binary and returns an instance of a PofValue wrapper for it.
PofValueParser() - Constructor for class com.tangosol.io.pof.reflect.PofValueParser
 
PofWriter - Interface in com.tangosol.io.pof
The PofWriter interface provides the capability of writing a set of non-primitive Java types ("user types") to a POF stream as an ordered sequence of indexed properties.
POINT_TO_POINT_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the PointToPointMBean.
pop() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
pop() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
pop() - Method in class com.tangosol.util.SimpleStack
Remove and return the object that is currently on top of the stack.
popCacheContext() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Pop cache context from a thread-local storage.
Portable - Interface in com.tangosol.io.pof.annotation
Portable marks a class as being eligible for use by a PofAnnotationSerializer.
PortableException - Exception in com.tangosol.io.pof
A PortableException is an exception that allows information about a remote exception or error to be serialized and deserialized to/from a POF stream.
PortableException() - Constructor for exception com.tangosol.io.pof.PortableException
Default constructor.
PortableException(String) - Constructor for exception com.tangosol.io.pof.PortableException
Constructs a PortableException with the specified detail message.
PortableException(Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
Construct a PortableException from a Throwable object.
PortableException(String, Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
Construct a PortableException from a Throwable object and an additional description.
PortableObject - Interface in com.tangosol.io.pof
The PortableObject interface is implemented by Java classes that can self- serialize and deserialize their state to and from a POF data stream.
PortableObjectSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements PortableObject to and from a POF stream.
PortableObjectSerializer(int) - Constructor for class com.tangosol.io.pof.PortableObjectSerializer
Create a new PortableObjectSerializer for the user type with the given type identifier.
PortableProperty - Interface in com.tangosol.io.pof.annotation
A PortableProperty marks a member variable or method accessor as a POF serialized attribute.
PortalCacheProvider - Class in com.tangosol.coherence.weblogic
WebLogic Portal CacheProvider implementation that provides Cache instances that use Coherence™ to cache data.
PortalCacheProvider() - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider
Default constructor.
PortalCacheProvider.CacheImpl - Class in com.tangosol.coherence.weblogic
Cache implementation that delegates most operations to a Coherence NamedCache.
PortalCacheProvider.CacheImpl(String, NamedCache) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Create a new CacheImpl.
PortalCacheProvider.CacheImpl.EntryInfo - Class in com.tangosol.coherence.weblogic
An EntryInfo contains metadata about a cached Map.Entry.
PortalCacheProvider.CacheImpl.EntryInfo(boolean) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Create a new EntryInfo.
PortalCacheProvider.FlushAgent - Class in com.tangosol.coherence.weblogic
Invocable implementation that is used to flush a Cache instance located on one or more remote cluster nodes.
PortalCacheProvider.FlushAgent() - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Default constructor necessary for ExternalizableLite support.
PortalCacheProvider.FlushAgent(String, Object, String) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Create a new FlushAgent that can be used to flush the Cache with the given name.
PortalCacheProvider.ReloadableCacheImpl - Class in com.tangosol.coherence.weblogic
CacheImpl extension that supports the ReloadableCache interface.
PortalCacheProvider.ReloadableCacheImpl(String, NamedCache) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Create a new CacheImpl.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo - Class in com.tangosol.coherence.weblogic
An EntryInfo extension that contains additional metadata about a cached Map.Entry that can be refreshed using a CacheReloader.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo(boolean) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Create a new ReloadableEntryInfo.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo(boolean, CacheReloader, long) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Create a new ReloadableEntryInfo.
postCreate(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. This method is called at the end of the session creation process.
postCreate(HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. This method is called at the end of the session creation process.
postService(RequestContext) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Finish the request processing after the servlet/jsp is complete.
potentialStreamClosedException(NullPointerException) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Check if an NPE is caused by the stream being closed.
potentialStreamClosedException(NullPointerException) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Check if an NPE is caused by the stream being closed.
PredicateFailedException - Exception in com.tangosol.coherence.transaction.exception
Indicates that a predicate failed when attempting to write a value.
PredicateFailedException(String) - Constructor for exception com.tangosol.coherence.transaction.exception.PredicateFailedException
Create a PredicateFailedException with a string msg.
PredicateFailedException(Throwable) - Constructor for exception com.tangosol.coherence.transaction.exception.PredicateFailedException
Create a PredicateFailedException with a throwable.
PreferIPv4Stack - Static variable in class com.tangosol.net.InetAddressHelper
The value of system property "java.net.preferIPv4Stack".
PreferIPv6Addresses - Static variable in class com.tangosol.net.InetAddressHelper
The value of system property "java.net.preferIPv6Addresses".
PREFIX - Static variable in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
The prefix for all provider-specific system properties
PreloadRequest - Class in com.tangosol.util.processor
PreloadRequest is a simple EntryProcessor that performs a Entry.getValue call.
PreloadRequest() - Constructor for class com.tangosol.util.processor.PreloadRequest
Construct the PreloadRequest processor.
prepare() - Method in interface com.tangosol.util.TransactionMap
Prepare to commit changes made to the TransactionMap.
PREPARED - Static variable in class com.tangosol.coherence.transaction.Status
The transaction has been prepared by an external coordinator and is now in-doubt.
prepareStatus(Object, OverflowMap.Status) - Method in class com.tangosol.net.cache.OverflowMap
Validate the status and process any deferred events or pending expiry.
prepareWrite() - Method in class com.tangosol.coherence.servlet.AttributeHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IOException at this point.
prepareWrite() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IOException at this point.
prepareWrite() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IOException at this point.
PREPARING - Static variable in class com.tangosol.coherence.transaction.Status
The transaction is in the process of being prepared.
PresentFilter - Class in com.tangosol.util.filter
Filter which returns true for InvocableMap.Entry objects that currently exist in a Map.
PresentFilter() - Constructor for class com.tangosol.util.filter.PresentFilter
Construct a PresentFilter.
preService(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Wrap the passed request and response (if necessary) and build a request context that contains all the pertinent information about the request.
prev(int) - Method in class com.tangosol.util.Dequeue
Determines the index preceding the passed index for storing or accessing an item from the m_ao storage.
previous() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the previous element in the list.
previous() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
previous() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the previous element in the list.
previous() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Returns the previous element in the list.
previousIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousIndex() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
previousIndex() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousIndex() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousPage() - Method in class com.tangosol.util.filter.LimitFilter
Switch to the previous page.
PRIME_MODULO - Static variable in class com.tangosol.util.SafeHashMap
A list of possible modulos to use.
PRIME_MODULO - Static variable in class com.tangosol.util.SegmentedHashMap
A list of possible modulos to use.
PrimitiveArrayAdapter - Class in com.tangosol.run.xml
A PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.
PrimitiveArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter
Construct a PrimitiveArrayAdapter.
PrimitiveArrayAdapter.BooleanArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting boolean[].
PrimitiveArrayAdapter.BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Construct a BooleanArrayAdapter.
PrimitiveArrayAdapter.ByteArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting byte[].
PrimitiveArrayAdapter.ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Construct a ByteArrayAdapter.
PrimitiveArrayAdapter.CharArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting char[].
PrimitiveArrayAdapter.CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Construct a CharArrayAdapter.
PrimitiveArrayAdapter.DoubleArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting double[].
PrimitiveArrayAdapter.DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Construct a DoubleArrayAdapter.
PrimitiveArrayAdapter.FloatArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting float[].
PrimitiveArrayAdapter.FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Construct a FloatArrayAdapter.
PrimitiveArrayAdapter.IntArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting int[].
PrimitiveArrayAdapter.IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Construct an IntArrayAdapter.
PrimitiveArrayAdapter.LongArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting long[].
PrimitiveArrayAdapter.LongArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Construct a LongArrayAdapter.
PrimitiveArrayAdapter.ShortArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting short[].
PrimitiveArrayAdapter.ShortArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Construct a ShortArrayAdapter.
PrimitiveSparseArray - Class in com.tangosol.util
A data structure resembling a long array indexed by long values.
PrimitiveSparseArray() - Constructor for class com.tangosol.util.PrimitiveSparseArray
Default constructor.
PrimitiveSparseArray.Iterator - Class in com.tangosol.util
Iterator over long values stored in the tree.
PrimitiveSparseArray.Iterator(AbstractSparseArray.Node, int, boolean) - Constructor for class com.tangosol.util.PrimitiveSparseArray.Iterator
Instantate a new PrimitiveIterator at the specified location and direction.
PrimitiveSparseArray.PrimitiveNode - Class in com.tangosol.util
Node mapping long key to Object value.
PrimitiveSparseArray.PrimitiveNode(long, long) - Constructor for class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Construct a new Node mapping a long key to a long value.
PrincipalPofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that can serialize and deserialize a Principal to/from a POF stream.
PrincipalPofSerializer() - Constructor for class com.tangosol.io.pof.PrincipalPofSerializer
Default constructor.
print(String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Print the passed String.
print(boolean) - Method in class com.tangosol.io.WriterPrintStream
Print a boolean value.
print(char) - Method in class com.tangosol.io.WriterPrintStream
Print a character.
print(int) - Method in class com.tangosol.io.WriterPrintStream
Print an integer.
print(long) - Method in class com.tangosol.io.WriterPrintStream
Print a long integer.
print(float) - Method in class com.tangosol.io.WriterPrintStream
Print a floating-point number.
print(double) - Method in class com.tangosol.io.WriterPrintStream
Print a double-precision floating-point number.
print(char[]) - Method in class com.tangosol.io.WriterPrintStream
Print an array of characters.
print(String) - Method in class com.tangosol.io.WriterPrintStream
Print a string.
print(Object) - Method in class com.tangosol.io.WriterPrintStream
Print an object.
print() - Method in class com.tangosol.util.AbstractSparseArray.Node
Print the tree structure.
print() - Method in class com.tangosol.util.AbstractSparseArray
In-order printing of the contents of the SparseArray.
print() - Method in class com.tangosol.util.Tree
In-order printing of the contents of the tree.
println(String) - Method in class com.tangosol.io.DebugDataOutputStream
Print the passed String to the underlying stream.
println() - Method in class com.tangosol.io.IndentingWriter
Terminate the current line by writing the line separator string.
println() - Method in class com.tangosol.io.WriterPrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class com.tangosol.io.WriterPrintStream
Print a boolean and then terminate the line.
println(char) - Method in class com.tangosol.io.WriterPrintStream
Print a character and then terminate the line.
println(int) - Method in class com.tangosol.io.WriterPrintStream
Print an integer and then terminate the line.
println(long) - Method in class com.tangosol.io.WriterPrintStream
Print a long and then terminate the line.
println(float) - Method in class com.tangosol.io.WriterPrintStream
Print a float and then terminate the line.
println(double) - Method in class com.tangosol.io.WriterPrintStream
Print a double and then terminate the line.
println(char[]) - Method in class com.tangosol.io.WriterPrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class com.tangosol.io.WriterPrintStream
Print a String and then terminate the line.
println(Object) - Method in class com.tangosol.io.WriterPrintStream
Print an Object and then terminate the line.
printStackTrace(PrintStream) - Method in exception com.tangosol.io.pof.PortableException
Print this PortableException and its stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception com.tangosol.io.pof.PortableException
Print this PortableException and its stack trace to the specified writer.
PriorityAggregator - Class in com.tangosol.util.aggregator
PriorityAggregator is used to explicitly control the scheduling priority and timeouts for execution of EntryAggregator-based methods.
PriorityAggregator() - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
Default constructor (necessary for the ExternalizableLite interface).
PriorityAggregator(InvocableMap.ParallelAwareAggregator) - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
Construct a PriorityAggregator.
PriorityFilter - Class in com.tangosol.util.filter
PriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods.
PriorityFilter() - Constructor for class com.tangosol.util.filter.PriorityFilter
Default constructor (necessary for the ExternalizableLite interface).
PriorityFilter(IndexAwareFilter) - Constructor for class com.tangosol.util.filter.PriorityFilter
Construct a PriorityFilter.
PriorityProcessor - Class in com.tangosol.util.processor
PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.
PriorityProcessor() - Constructor for class com.tangosol.util.processor.PriorityProcessor
Default constructor (necessary for the ExternalizableLite interface).
PriorityProcessor(InvocableMap.EntryProcessor) - Constructor for class com.tangosol.util.processor.PriorityProcessor
Construct a PriorityProcessor.
PriorityTask - Interface in com.tangosol.net
The PriorityTask interface allows to control the ordering in which a service schedules tasks for execution using a thread pool and limit their execution times to a specified duration.
proceed(Object) - Method in interface com.tangosol.util.Continuation
Resume the execution after the completion of an asynchronous call.
proceed(Object) - Method in class com.tangosol.util.NullImplementation.NullContinuation
Resume the execution after the completion of an asynchronous call.
process(String, String, ProcessorRegistry) - Method in class com.tangosol.coherence.rest.CacheResource
Invoke the specified processor against the entries that satisfy the specified criteria.
process(String, ProcessorRegistry) - Method in class com.tangosol.coherence.rest.EntryResource
Invoke the specified processor against the entry's key.
process(String, ProcessorRegistry) - Method in class com.tangosol.coherence.rest.EntrySetResource
Invoke the specified processor against the entries.
process(boolean, BinaryEntry) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Process the specified binary entry according to this Bundle state.
process(BinaryEntry) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler
Process the specified binary entry in a most optimal way according to the bundle settings.
process(boolean, Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Process the specified entry according to this Bundle state.
process(Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler
Process the specified entry in a most optimal way according to the bundle settings.
process(boolean, Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Process the specified key according to this Bundle state.
process(Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Process the specified key in a most optimal way according to the bundle settings.
process(Socket, Socket) - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Process the transfer of data from one socket to another.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalAverage
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalSum
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.ComparableMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.ComparableMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DistinctValues
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleAverage
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleSum
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongSum
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.ReducerAggregator
Incorporate one aggregatable value into the result.
process(MapTrigger.Entry) - Method in class com.tangosol.util.filter.FilterTrigger
This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.
process(InvocableMap.Entry) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
Process a Map.Entry object.
process(MapTrigger.Entry) - Method in interface com.tangosol.util.MapTrigger
This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.
process(InvocableMap.Entry) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.CompositeProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPut
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPutAll
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalRemove
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ExtractorProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberIncrementor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberMultiplier
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PreloadRequest
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PriorityProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.UpdaterProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPut
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPutAll
Process a Map.Entry object.
processAll(boolean, Set) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Process the specified set of binary entries according to this Bundle state.
processAll(Set) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler
Process a collection of binary entries in a most optimal way according to the bundle settings.
processAll(boolean, Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Process the specified collection of entries according to this Bundle state.
processAll(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler
Process a colllection of entries in a most optimal way according to the bundle settings.
processAll(boolean, Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Process the specified kye collection according to this Bundle state.
processAll(Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Process a colKeys of specified items in a most optimal way according to the bundle settings.
processAll(Set) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.AbstractProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.ConditionalProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.ConditionalPut
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.ConditionalPutAll
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.ConditionalRemove
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.PreloadRequest
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.PriorityProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.VersionedPut
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.VersionedPutAll
Process a Set of InvocableMap.Entry objects.
processBackEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an event.
processDeferredEvents(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Process deferred events, if there are any.
processDeferredEvents() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Process deferred events, if there are any.
processDeletedEntry(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Process an entry that is about to be removed from the internal cache.
processEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Perform any necessary processing on the given class entry.
processEntry(InvocableMap.Entry) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Incorporate one aggregatable entry into the result.
processEntry(InvocableMap.Entry) - Method in class com.tangosol.util.aggregator.ReducerAggregator
Incorporate one aggregatable entry into the result.
processEntry(InvocableMap.Entry, Versionable, boolean, boolean) - Method in class com.tangosol.util.processor.VersionedPut
Process the given entry.
processEntry(InvocableMap.Entry, Map, boolean, boolean) - Method in class com.tangosol.util.processor.VersionedPutAll
Process the given entry.
processEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an arbitrary event that has occurred against either the front or back map.
processFeedback(WorkManager.SendFeedback) - Method in class com.tangosol.coherence.commonj.WorkManager
Process a remote work feedback.
processFrontEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an event.
processFrontEvent(SimpleOverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Process an event.
PROCESSOR_REQUEST_REGEX - Static variable in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Regex pattern that defines the processor request syntax.
ProcessorFactory - Interface in com.tangosol.coherence.rest.util.processor
A factory for processors.
ProcessorRegistry - Class in com.tangosol.coherence.rest.util.processor
A registry for ProcessorFactory instances.
ProcessorRegistry() - Constructor for class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Construct an ProcessorRegistry.
ProcessorRegistry(Collection) - Constructor for class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Construct an ProcessorRegistry that includes built-in processors in addition to the specified processors.
processPending(Binary, Binary) - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Store the specified value under the specific key in the underlying store, or if the value is AsyncBinaryStore.DELETED then erase the value from the underlying store.
processRegistrations() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Process any scheduled selector registrations.
processWork(WorkManager.ScheduleWork) - Method in class com.tangosol.coherence.commonj.WorkManager
Run the remote work agent.
PRODUCT - Static variable in class com.tangosol.net.CacheFactory
The product name string.
PRODUCT_BANNER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The product name banner.
PROP_HIGH_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The "HighUnits" property.
PROP_LOW_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The "LowUnits" property.
PROP_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
The "Units" property.
PROPERTY_CONFIG - Static variable in class com.tangosol.io.pof.ConfigurablePofContext
The name of the system property ("tangosol.pof.config") that can be used to override the location of the default POF configuration file.
PROPERTY_CONFIG - Static variable in class com.tangosol.net.security.DefaultController
The name of the system property that can be used to override the location of the DefaultController configuration file.
PropertyAdapter - Class in com.tangosol.run.xml
The PropertyAdapter is the base class for handling the operations that can occur on any property.
PropertyAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PropertyAdapter
Construct a PropertyAdapter.
PropertyManipulator - Class in com.tangosol.util.processor
PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.
PropertyManipulator() - Constructor for class com.tangosol.util.processor.PropertyManipulator
Default constructor (necessary for the ExternalizableLite interface).
PropertyManipulator(String) - Constructor for class com.tangosol.util.processor.PropertyManipulator
Construct a PropertyManipulator for the specified property name.
PropertyManipulator(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyManipulator
Construct a PropertyManipulator for the specified property name.
PropertyProcessor - Class in com.tangosol.util.processor
PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.
PropertyProcessor() - Constructor for class com.tangosol.util.processor.PropertyProcessor
Default constructor (necessary for the ExternalizableLite interface).
PropertyProcessor(String) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor for the specified property name.
PropertyProcessor(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor for the specified property name.
PropertyProcessor(ValueManipulator) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor based for the specified ValueManipulator.
PROTOCOL_MAGIC - Static variable in class com.tangosol.net.TcpDatagramSocket.Impl
Protcol identifier used to identify that peers are also TcpDatagramSockets.
provider() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Return the SelectorProvider associated with this socket.
provider() - Method in class com.tangosol.net.TcpDatagramSocket
Return the SelectorProvider associated with this socket.
ProxyService - Interface in com.tangosol.net
A ProxyService is a clustered service that accepts connections from external clients (e.g.
ProxyService.ProxyAction - Interface in com.tangosol.net
ProxyAction represents a type of action taken by a ProxyService.
ProxyServiceLoad - Interface in com.tangosol.net.proxy
A ProxyServiceLoad encapsulates information about the current utilization of a ProxyService.
ProxyServiceLoadBalancer - Interface in com.tangosol.net.proxy
A ProxyServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered ProxyService.
prune() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Prune the cache by discarding the lowest priority cache entries.
prune() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
publish(LogRecord) - Method in class com.tangosol.coherence.servlet.CacheFactoryLogHandler
 
purgeChildrenNamespace(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
For the children elements of the specified XmlElement purge the repetitive Namespace declarations.
purgeNamespace(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
For the specified XmlElement purge the Namespace declarations that are declared somewhere up the xml tree.
purgeOldTempFiles() - Method in class com.tangosol.io.journal.FlashJournalRM
Delete any old temp files that weren't cleaned up properly by a previous instance of the FlashJournalRM.
push(Object) - Method in class com.tangosol.util.SimpleStack
Add the given object to the top of the stack.
pushCacheContext(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Push cache context into a thread-local storage.
put(Object, Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Put an object into the cache.
put(Object, Object, long) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Put with expiry, NamedCache.put(Object, Object, long), is currently not available when using a transactional cache.
put(Object, Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value and specify a CacheReloader used to reload the value when it expires.
put(Object, Object, long, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with a specific time-to-live and specify a CacheReloader used to reload the value when that time-to-live expires.
put(Object, Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value.
put(Object, Object, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with the specified time-to-live.
put(Object, Object, long, PortalCacheProvider.CacheImpl.EntryInfo, boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with the specified time-to-live in the delegate NamedCache.
put(CacheMap, Object, Object, long) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Cache the given value in the specified CacheMap using the specified time-to-live and return the old cached value.
put(Object, Object, long, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Cache the given value with a specific time-to-live and specify a CacheReloader used to reload the value when that time-to-live expires.
put(Object, Object, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Cache the given value with the specified time-to-live.
put(Object, Object) - Method in class com.tangosol.io.nio.BinaryMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in interface com.tangosol.net.cache.CacheMap
Associates the specified value with the specified key in this cache.
put(Object, Object, long) - Method in interface com.tangosol.net.cache.CacheMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.CachingMap
Associates the specified value with the specified key in this map.
put(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.CachingMap
Implementation of put method that optionally skips the return value retrieval and allows to specify an expiry for the cache entry.
put(Object, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object, long) - Method in class com.tangosol.net.cache.NearCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Store a value in the cache.
put(Object, Object, long) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Store a value in the cache that will be automatically evicted according to the specified expiration value.
put(Object, Object) - Method in class com.tangosol.net.cache.OverflowMap
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
put(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationCache
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.SerializationCache
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Associates the specified value with the specified key in this map.
put(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Implementation of put method that optionally skips the return value retrieval and allows to specify an expiry for the cache entry.
put(Object, Object, long) - Method in class com.tangosol.net.cache.WrapperNamedCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object, long) - Method in interface com.tangosol.net.NamedCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object, long) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
put(Object, Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Associates the specified value with the specified key in this map.
put(Binary, long) - Method in class com.tangosol.util.BinaryRadixTree
Blindly store the passed value for the specified key, adding the key if it is not already in the tree, or replacing the current value if the key is in the tree.
put(Object, Object) - Method in class com.tangosol.util.ChainedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in interface com.tangosol.util.ConcurrentMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object, long) - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.LiteMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
put(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.SafeHashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.SafeSortedMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class com.tangosol.util.SegmentedHashMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class com.tangosol.util.StringTable
Add the passed string to the table and associate the passed value with the string.
put(Comparable, Object) - Method in class com.tangosol.util.Tree
Add the passed key to the tree and associate the passed value with the key.
put(K, V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.WrapperObservableMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.BundlingNamedCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.CachingMap
Copy all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.OverflowMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationPagedCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Copy all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.AbstractKeyBasedMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in interface com.tangosol.util.ConcurrentMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.NullImplementation.NullMap
 
putAll(Map) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.SegmentedHashMap
Copies all of the mappings from the specified map to this map.
putAll(StringTable) - Method in class com.tangosol.util.StringTable
Puts all of the nodes in the specified StringTable to this StringTable including the ones that are already present.
putAll(Tree) - Method in class com.tangosol.util.Tree
Puts all of the nodes in the specified Tree to this Tree (including the ones that are already present).
putAll(Map) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.tangosol.util.WrapperConcurrentMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.WrapperObservableMap
Copies all of the mappings from the specified map to this map.
PUTALL_THRESHOLD - Static variable in class com.tangosol.util.SegmentedHashMap
Size threshold used by the putAll operation.
putBackElement(Object) - Method in class com.tangosol.util.Dequeue
Returns the most recently returned element to the Dequeue.
putBlind(Map, Object, Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Puts the specified key/value pair into the specified map using the putAll() method, which does not return the previous value and thus may be more efficient in a distributed environment.
putBlind(CacheMap, Object, Object, long) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Cache the given value in the specified CacheMap using the specified time-to-live.
putIfAbsent(Binary, long) - Method in class com.tangosol.util.BinaryRadixTree
Store the passed value for the specified key, only if the key does not currently exist in the tree.
putIfAbsent(Object, Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
If the specified key is not already associated with a value, associate it with the given value.
putInternal(Object) - Method in class com.tangosol.coherence.rest.EntryResource
Update the cache entry.
putInternal(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.OverflowMap
A combined implementation of OverflowMap.put(Object, Object) and "void put(Object, Object)" that eliminates duplicate (and muchos complex) code between the OverflowMap.put(java.lang.Object, java.lang.Object) and OverflowMap.putAll(java.util.Map) methods.
putInternal(Object, Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
An actual implementation for the extended put() method.
putInternal(Object, Object) - Method in class com.tangosol.util.SegmentedHashMap
Associates the specified value with the specified key in this map.
putInternal(Object, Object, boolean) - Method in class com.tangosol.util.SegmentedHashMap
Associates the specified value with the specified key in this map.
putJson(InputStream) - Method in class com.tangosol.coherence.rest.EntryResource
Update the entry value.
putModel(AbstractHttpSessionModel) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
 
putModel(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
putModel(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
putOne(Map, Object, Object, boolean) - Static method in class com.tangosol.net.cache.OverflowMap
Helper to put a value into a map using either the put or putAll method.
putOne(Map, Object, Object, boolean) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Helper to put a value into a map using either the put or putAll method.
putText(String) - Method in class com.tangosol.coherence.rest.EntryResource
Update the entry value.
putToInternalCache(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Add the key and value pair to the internal cache in such a way that the resulting map event would be marked as "synthetic".
putXml(InputStream) - Method in class com.tangosol.coherence.rest.EntryResource
Update the entry value.

Q

QNameAdapter - Class in com.tangosol.run.xml
A property adapter for QName primitive datatype.
QNameAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.QNameAdapter
Construct a QNameAdapter.
qualifyAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
Deprecated. Given an attribute name, return a potentially qualified name.
qualifyAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.GlobalScopeController
Deprecated. Given an attribute name, return a potentially qualified name.
qualifyAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Given an attribute name, return a potentially qualified name.
qualifyAttributeName(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.AttributeScopeController
Deprecated. Given an attribute name, return a potentially qualified name.
query(Invocable, Set) - Method in interface com.tangosol.net.InvocationService
Synchronously invoke the specified task on each of the specified members.
query(Invocable, Set) - Method in class com.tangosol.net.WrapperInvocationService
Synchronously invoke the specified task on each of the specified members.
query(Map, Filter, boolean, boolean, Comparator) - Static method in class com.tangosol.util.InvocableMapHelper
Generic implementation of the QueryMap API.
query(Map, Map, Filter, boolean, boolean, Comparator) - Static method in class com.tangosol.util.InvocableMapHelper
Generic implementation of the QueryMap API.
queryByPk(UnitOfWork, Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Internal method to create and execute a "findByPK" query.
queryByPkCollection(UnitOfWork, Collection) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Internal method to create and execute a query to find in a group of PKs.
QueryContext - Interface in com.tangosol.util
The QueryContext provides an execution context to server-side agents during query execution.
QueryHelper - Class in com.tangosol.util
QueryHelper is a utility class that provides a set of factory methods used for building instances of Filter or ValueExtractor.
QueryHelper() - Constructor for class com.tangosol.util.QueryHelper
 
QueryMap - Interface in com.tangosol.util
Map with additional query features.
QueryMap.Entry - Interface in com.tangosol.util
A QueryMap Entry exposes additional index-related operation that the basic Map Entry does not.
QueryMapComparator - Interface in com.tangosol.util.comparator
This interface is used by Comparator implementations that can use value extraction optimization exposed by the QueryMap.Entry interface.
QueryRecord - Interface in com.tangosol.util
The QueryRecord object carries information regarding the estimated or actual execution cost for a query operation.
QueryRecord.PartialResult - Interface in com.tangosol.util
A QueryRecord.PartialResult is a partial query record that contains recorded costs for a query operation.
QueryRecord.PartialResult.ExplainStep - Interface in com.tangosol.util
A QueryRecord.ExplainStep is a QueryRecord.PartialResult.RecordableStep that provides the ability to record the estimated cost of evaluating a filter as part of a query operation.
QueryRecord.PartialResult.IndexLookupRecord - Interface in com.tangosol.util
An IndexLookupRecord holds the recorded information about an index lookup performed during filter evaluation as part of a query record.
QueryRecord.PartialResult.RecordableStep - Interface in com.tangosol.util
A QueryRecord.RecordableStep is a step that provides the ability to record the cost of evaluating a filter as part of a query operation.
QueryRecord.PartialResult.Step - Interface in com.tangosol.util
A QueryRecord.Step carries the recorded cost of evaluating a filter as part of a query operation.
QueryRecord.PartialResult.TraceStep - Interface in com.tangosol.util
A QueryRecord.TraceStep is a QueryRecord.PartialResult.RecordableStep that provides the ability to record the information associated with the actual cost of evaluating a filter as part of a query operation.
QueryRecorder - Class in com.tangosol.util.aggregator
This parallel aggregator used to produce a QueryRecord object that contains an estimated or actual cost of the query execution for a given filter.
QueryRecorder() - Constructor for class com.tangosol.util.aggregator.QueryRecorder
Default constructor (necessary for the ExternalizableLite interface).
QueryRecorder(QueryRecorder.RecordType) - Constructor for class com.tangosol.util.aggregator.QueryRecorder
Construct a QueryRecorder.
QueryRecorder.RecordType - Class in com.tangosol.util.aggregator
RecordType enum specifies whether the QueryRecorder should be used to produce a QueryRecord object that contains an estimated or an actual cost of the query execution.
QueryRecorderFilter - Interface in com.tangosol.util.filter
QueryRecorderFilter is an extension of EntryFilter that allows the projected or actual costs of query execution to be recorded.
quickLog(int, int) - Method in class com.tangosol.util.SafeSortedMap.Split
Calculate and return the floor of lognBase(n).
quote(String) - Static method in class com.tangosol.net.management.MBeanHelper
Create an escape-sequence string that allows for special characters to be included in a JMX ObjectName.
quote(String) - Static method in class com.tangosol.run.xml.XmlHelper
XML quote the passed string.
quoteCanonical(String) - Static method in class com.tangosol.net.management.MBeanHelper
Return a quoted KeyPropertyString or a quoted canonical name.

R

RACK_SAFE - Static variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Rack-safety (members are on different racks).
RamJournalRM - Class in com.tangosol.io.journal
A RamJournalRM manages memory buffers for journal-based storage in memory, and acts as a shared resource for any number of journals that share a common configuration.
RamJournalRM(Cluster) - Constructor for class com.tangosol.io.journal.RamJournalRM
Construct a RAMJournalRM.
RamJournalRM.BufferPool - Class in com.tangosol.io.journal
A pooling implementation for WriteBuffer objects.
RamJournalRM.BufferPool() - Constructor for class com.tangosol.io.journal.RamJournalRM.BufferPool
Instantiate a buffer pool to provide buffers to the journal appending process.
RamJournalRM.FlashConsumer - Class in com.tangosol.io.journal
The FlashConsumer is a conduit between this RamJournalRM and the FlashJournalRM, allowing this journal to read/write to/from the other flash journal, and for the flash journal to notify this journal of lifecycle and other events.
RamJournalRM.FlashConsumer() - Constructor for class com.tangosol.io.journal.RamJournalRM.FlashConsumer
 
RamJournalRM.JournalFile - Class in com.tangosol.io.journal
A JournalFile is created for each RAM buffer used to store the journal contents.
RamJournalRM.JournalFile(int) - Constructor for class com.tangosol.io.journal.RamJournalRM.JournalFile
Construct a Journal File.
RamJournalRM.JournalImpl - Class in com.tangosol.io.journal
A Journal implementation managed by this Journal Resource Manager.
RamJournalRM.JournalImpl() - Constructor for class com.tangosol.io.journal.RamJournalRM.JournalImpl
 
RandomHttpSessionIdGenerator - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
RandomHttpSessionIdGenerator() - Constructor for class com.tangosol.coherence.servlet.RandomHttpSessionIdGenerator
Deprecated. Default constructor.
rangeCheck(int) - Method in class com.tangosol.util.CircularArrayList
Check if the given index is in range.
RawDate - Class in com.tangosol.io.pof
An immutable POF date value.
RawDate(int, int, int) - Constructor for class com.tangosol.io.pof.RawDate
Construct a raw POF date value.
RawDateTime - Class in com.tangosol.io.pof
An immutable POF date-time value.
RawDateTime(RawDate, RawTime) - Constructor for class com.tangosol.io.pof.RawDateTime
Construct a date-time value.
RawDayTimeInterval - Class in com.tangosol.io.pof
An immutable POF day-time interval value.
RawDayTimeInterval(int, int, int, int, int) - Constructor for class com.tangosol.io.pof.RawDayTimeInterval
Construct a raw POF day-time interval value.
RawQuad - Class in com.tangosol.io.pof
An immutable POF 128-bit float.
RawQuad(Binary) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from the raw binary data.
RawQuad(double) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from a double.
RawQuad(BigInteger, int) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from an unscaled integer value and a scale.
RawTime - Class in com.tangosol.io.pof
An immutable POF time value.
RawTime(int, int, int, int, boolean) - Constructor for class com.tangosol.io.pof.RawTime
Construct a raw POF time value.
RawTime(int, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.RawTime
Construct a raw POF time value with a timezone.
RawTimeInterval - Class in com.tangosol.io.pof
An immutable POF time interval value.
RawTimeInterval(int, int, int, int) - Constructor for class com.tangosol.io.pof.RawTimeInterval
Construct a raw POF time interval value.
RawYearMonthInterval - Class in com.tangosol.io.pof
An immutable POF year-month interval value.
RawYearMonthInterval(int, int) - Constructor for class com.tangosol.io.pof.RawYearMonthInterval
Construct a raw POF year-month interval value.
RB_ONLY - Static variable in class com.tangosol.coherence.transaction.Status
The transaction has been marked for rollback.
read(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get an object from the cache.
read() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.Base64InputStream
Reads the next byte of data from the input stream.
read() - Method in interface com.tangosol.io.InputStreaming
Read the next byte of data from the InputStream.
read(byte[]) - Method in interface com.tangosol.io.InputStreaming
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in interface com.tangosol.io.InputStreaming
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read(long) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Read the Binary associated with the specified ticket from the journal file.
read(long) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Using a ticket returned from a previous call to Journal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.
read(long) - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Using a ticket returned from a previous call to Journal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.
read(long) - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Read the Binary associated with the specified ticket from the journal file.
read(long) - Method in interface com.tangosol.io.journal.Journal
Using a ticket returned from a previous call to Journal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.
read(long) - Method in class com.tangosol.io.journal.RamJournalRM.JournalFile
Read the Binary associated with the specified ticket from the journal file.
read(long) - Method in class com.tangosol.io.journal.RamJournalRM.JournalImpl
Using a ticket returned from a previous call to Journal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.
read() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.MultiByteArrayInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class com.tangosol.io.MultiByteArrayInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.pof.PofInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.pof.PofInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.pof.PofInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.Utf8Reader
Read a single character.
read(char[]) - Method in class com.tangosol.io.Utf8Reader
Read characters into an array.
read(char[], int, int) - Method in class com.tangosol.io.Utf8Reader
Read characters into a portion of an array.
read() - Method in class com.tangosol.io.WrapperBufferInput
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperBufferInput
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.WrapperDataInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperDataInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperDataInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.WrapperInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.WrapperObjectInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperObjectInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperObjectInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
READ - Static variable in interface com.tangosol.net.CacheService.CacheAction
Singleton action for cache reads.
read() - Method in class com.tangosol.net.CompressionFilter.InflaterInputShell
Deprecated. Overrides the underlying InflaterInputStream.read() implementation making the known bug fix in JDK 1.4.1 ( "InflaterInputStream is very memory inefficient") retroactive for prior JDKs.
read() - Method in class com.tangosol.net.security.BlockCipherInputStream
read(byte[]) - Method in class com.tangosol.net.security.BlockCipherInputStream
read(byte[], int, int) - Method in class com.tangosol.net.security.BlockCipherInputStream
read(ByteBuffer) - Method in class com.tangosol.net.WrapperSocketChannel
read(ByteBuffer[], int, int) - Method in class com.tangosol.net.WrapperSocketChannel
READ_COMMITTED - Static variable in class com.tangosol.coherence.transaction.Isolation
Read Committed isolation.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read an array of primitive values.
readAsBigDecimal(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a BigDecimal.
readAsBigInteger(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a BigInteger.
readAsChar(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a char.
readAsDouble(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a double.
readAsFloat(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a float.
readAsInt(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to an integer.
readAsLong(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a long.
readAsObject(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a POF value as an Object.
readAsObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferReader
Read a POF value as an Object array.
readAsQuad(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a quad.
readAsUniformObject(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a POF value in a uniform array/map as an Object.
readAttributes(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Helper to read the session attributes from a stream.
readAttributes(DataInput) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Helper to read the session attributes from a stream.
readBigDecimal(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a BigDecimal from the POF stream.
readBigDecimal(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read an IEEE754 value from the passed DataInput and convert it to a Java BigDecimal.
readBigDecimal(int) - Method in interface com.tangosol.io.pof.PofReader
Read a BigDecimal from the POF stream.
readBigInteger(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a BigInteger from the POF stream.
readBigInteger(DataInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a BigInteger value from the passed DataInput.
readBigInteger(int) - Method in interface com.tangosol.io.pof.PofReader
Read a BigInteger from the POF stream.
readBinary(DataInput) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Read the binary value.
readBinary(DataInput) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Read the binary value.
readBinary(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Binary from the POF stream.
readBinary(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofBufferReader
Read a Binary object from the specified BufferInput in an optimal way, depending on the existence of an enclosing ReadBuffer.
readBinary(int) - Method in interface com.tangosol.io.pof.PofReader
Read a Binary from the POF stream.
readBinary(FileChannel, long, int, byte[]) - Static method in class com.tangosol.util.Binary
Read a Binary of the specified length at the specified offset from the specified FileChannel.
readBoolean() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a boolean value.
readBoolean() - Method in class com.tangosol.io.PackedDataInputStream
Read a boolean value.
readBoolean(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a boolean property from the POF stream.
readBoolean() - Method in class com.tangosol.io.pof.PofInputStream
Read a boolean value.
readBoolean(int) - Method in interface com.tangosol.io.pof.PofReader
Read a boolean property from the POF stream.
readBoolean() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a boolean value.
readBoolean() - Method in class com.tangosol.io.WrapperBufferInput
Read a boolean value.
readBoolean() - Method in class com.tangosol.io.WrapperDataInputStream
Read a boolean value.
readBooleanArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a boolean[] property from the POF stream.
readBooleanArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a boolean[] property from the POF stream.
readBuffer(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read cb bytes and return them as a ReadBuffer object.
readBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read cb bytes and return them as a ReadBuffer object.
ReadBuffer - Interface in com.tangosol.io
The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.
readBuffer(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read cb bytes and return them as a ReadBuffer object.
readBuffer(int) - Method in class com.tangosol.io.WrapperBufferInput
Read cb bytes and return them as a ReadBuffer object.
ReadBuffer.BufferInput - Interface in com.tangosol.io
The BufferInput interface represents a DataInputStream on top of a ReadBuffer.
readByte() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.PackedDataInputStream
Read a byte value.
readByte(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a byte property from the POF stream.
readByte() - Method in class com.tangosol.io.pof.PofInputStream
Read a byte value.
readByte(int) - Method in interface com.tangosol.io.pof.PofReader
Read a byte property from the POF stream.
readByte() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.WrapperBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.WrapperDataInputStream
Read a byte value.
readByteArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a byte[] property from the POF stream.
readByteArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a byte[] property from the POF stream.
readChar() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.PackedDataInputStream
Read a char value.
readChar(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a char property from the POF stream.
readChar(DataInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a "char" value from the passed DataInput.
readChar() - Method in class com.tangosol.io.pof.PofInputStream
Read a char value.
readChar(int) - Method in interface com.tangosol.io.pof.PofReader
Read a char property from the POF stream.
readChar() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.WrapperBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.WrapperDataInputStream
Read a char value.
readCharArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a char[] property from the POF stream.
readCharArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a char[] property from the POF stream.
readCollection(int, Collection) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Collection of object values from the POF stream.
readCollection(int, Collection) - Method in interface com.tangosol.io.pof.PofReader
Read a Collection of object values from the POF stream.
readDate(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a java.util.Date from the POF stream.
readDate(int) - Method in interface com.tangosol.io.pof.PofReader
Read a java.util.Date from the POF stream.
readDouble() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.PackedDataInputStream
Read a double value.
readDouble(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a double property from the POF stream.
readDouble() - Method in class com.tangosol.io.pof.PofInputStream
Read a double value.
readDouble(int) - Method in interface com.tangosol.io.pof.PofReader
Read a double property from the POF stream.
readDouble() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.WrapperBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.WrapperDataInputStream
Read a double value.
readDoubleArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a double[] property from the POF stream.
readDoubleArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a double[] property from the POF stream.
readElements(XmlElement) - Method in class com.tangosol.run.xml.ArrayAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.CollectionAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.IterableAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.MapAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
readEntry(ApplicationEntry, ApplicationReader) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Read an entry and return its content.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Deprecated. Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Helper to read the object state from a stream.
readExternal(ObjectInput) - Method in class com.tangosol.coherence.servlet.AttributeHolder
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Helper to read the object state from a stream.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Helper to read the object state from a stream.
readExternal(DataInput) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in interface com.tangosol.io.ExternalizableLite
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in exception com.tangosol.io.pof.PortableException
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in interface com.tangosol.io.pof.PortableObject
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.net.AbstractPriorityTask
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.net.AbstractPriorityTask
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.net.partition.Ownership
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.net.partition.Ownership
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.net.partition.PartitionSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.net.partition.PartitionSet
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.net.partition.SimplePartitionKey
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.net.partition.SimplePartitionKey
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in exception com.tangosol.net.RequestPolicyException
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in exception com.tangosol.net.RequestTimeoutException
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.net.security.PermissionInfo
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.net.security.PermissionInfo
readExternal(DataInput) - Method in class com.tangosol.run.xml.ArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.CollectionAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.DateTimeAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.MapAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PropertyAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SerializableAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Read a value from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.run.xml.SimpleDocument
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleDocument
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.run.xml.SimpleDocument
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
 
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.run.xml.SimpleElement
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleValue
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.run.xml.SimpleValue
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.run.xml.XmlBean
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlBean
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlElementAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.Count
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.Count
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.GroupAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.GroupAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.QueryRecorder
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.QueryRecorder
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.util.Binary
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.util.Binary
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.ChainedComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.ChainedComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.EntryComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.EntryComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.ExtractorComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.SafeComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.SafeComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.CompositeKey
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.CompositeKey
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.CompositeUpdater
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.CompositeUpdater
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.EntryExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.EntryExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.IdentityExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.IdentityExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.KeyExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.KeyExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.PofExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.PofUpdater
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.AlwaysFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.AlwaysFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ArrayFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ArrayFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ComparisonFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ComparisonFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ExtractorFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ExtractorFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.FilterTrigger
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.FilterTrigger
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.InKeySetFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.InKeySetFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.LikeFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.LikeFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.LimitFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.LimitFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.MapEventFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.MapEventFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.NeverFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.NeverFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.NotFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.NotFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.PartitionedFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.PartitionedFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.PresentFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.PresentFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.PriorityFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.PriorityFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.ImmutableArrayList
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.util.LiteMap
Initialize this object from the data in the passed ObjectInput stream.
readExternal(DataInput) - Method in class com.tangosol.util.LiteMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.util.LiteSet
Initialize this object from the data in the passed ObjectInput stream.
readExternal(DataInput) - Method in class com.tangosol.util.LiteSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.util.MapSet
Initialize this object from the contents of the passed object stream.
readExternal(DataInput) - Method in class com.tangosol.util.MapSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.NullFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullMap
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullSet
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.CompositeProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.CompositeProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalPut
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalPut
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalPutAll
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalPutAll
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalRemove
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalRemove
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ExtractorProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ExtractorProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.NumberIncrementor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.NumberIncrementor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.NumberMultiplier
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.NumberMultiplier
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PreloadRequest
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PreloadRequest
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PriorityProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PriorityProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PropertyManipulator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PropertyManipulator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PropertyProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PropertyProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.UpdaterProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.UpdaterProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.VersionedPut
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.VersionedPut
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.VersionedPutAll
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.VersionedPutAll
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.SimpleQueryRecord
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.SimpleQueryRecord
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.UID
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.UID
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.util.UUID
Read this object from an ObjectInputStream.
readExternal(DataInput) - Method in class com.tangosol.util.UUID
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.UUID
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readFloat() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.PackedDataInputStream
Read a float value.
readFloat(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a float property from the POF stream.
readFloat() - Method in class com.tangosol.io.pof.PofInputStream
Read a float value.
readFloat(int) - Method in interface com.tangosol.io.pof.PofReader
Read a float property from the POF stream.
readFloat() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.WrapperBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.WrapperDataInputStream
Read a float value.
readFloatArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a float[] property from the POF stream.
readFloatArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a float[] property from the POF stream.
readFully(byte[]) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.PackedDataInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.PackedDataInputStream
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.pof.PofInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.pof.PofInputStream
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.WrapperBufferInput
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.WrapperBufferInput
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.WrapperDataInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.WrapperDataInputStream
Read cb bytes and store them in ab starting at offset of.
readHeader() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read a block's header data from the Buffer.
readIdentity() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated. Read the identity from the inner stream and return it as a Certificate.
readInt() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.PackedDataInputStream
Read an int value.
readInt(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a int property from the POF stream.
readInt() - Method in class com.tangosol.io.pof.PofInputStream
Read an int value.
readInt(int) - Method in interface com.tangosol.io.pof.PofReader
Read a int property from the POF stream.
readInt() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.WrapperBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.WrapperDataInputStream
Read an int value.
readIntArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a int[] property from the POF stream.
readIntArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a int[] property from the POF stream.
readKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read the "key" portion of an Entry block.
readLine() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.PackedDataInputStream
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.pof.PofInputStream
Reads the next "line" of text.
readLine() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.WrapperBufferInput
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.WrapperDataInputStream
Reads the next "line" of text.
readLong() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.PackedDataInputStream
Read a long value.
readLong(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a long property from the POF stream.
readLong() - Method in class com.tangosol.io.pof.PofInputStream
Read a long value.
readLong(int) - Method in interface com.tangosol.io.pof.PofReader
Read a long property from the POF stream.
readLong() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.WrapperBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.WrapperDataInputStream
Read a long value.
readLongArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a long[] property from the POF stream.
readLongArray(int, LongArray) - Method in class com.tangosol.io.pof.PofBufferReader
Read a LongArray of object values.
readLongArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a long[] property from the POF stream.
readLongArray(int, LongArray) - Method in interface com.tangosol.io.pof.PofReader
Read a LongArray of object values.
readManifestAttribute(File, String) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Read and return the value of the main Manifest attribute with the given name from the Manifest file contained in the specified JAR file.
readMap(int, Map) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Map of key/value pairs from the POF stream.
readMap(int, Map) - Method in interface com.tangosol.io.pof.PofReader
Read a Map of key/value pairs from the POF stream.
readObject(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a property of any type, including a user type, from the POF stream.
readObject() - Method in class com.tangosol.io.pof.PofInputStream
Read and return an object.
readObject(int) - Method in interface com.tangosol.io.pof.PofReader
Read a property of any type, including a user type, from the POF stream.
readObject() - Method in class com.tangosol.io.WrapperObjectInputStream
Read and return an object.
readObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferReader
Read an array of object values.
readObjectArray(int, Object[]) - Method in interface com.tangosol.io.pof.PofReader
Read an array of object values.
ReadonlyNamedCache - Class in com.tangosol.net.cache
A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.
ReadonlyNamedCache(NamedCache, boolean) - Constructor for class com.tangosol.net.cache.ReadonlyNamedCache
Construct a NamedCache wrapper based on the specified map.
ReadonlyNamedCache(Map, String, boolean) - Constructor for class com.tangosol.net.cache.ReadonlyNamedCache
Construct a NamedCache wrapper based on the specified map.
readPackedInt() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an int value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedInt(int).
readPackedInt() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an int value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedInt(int).
readPackedInt() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an int value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedInt(int).
readPackedInt() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read an int value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedInt(int).
readPackedInt() - Method in class com.tangosol.io.WrapperBufferInput
Read an int value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedInt(int).
readPackedLong() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a long value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedLong(long).
readPackedLong() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a long value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedLong(long).
readPackedLong() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a long value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedLong(long).
readPackedLong() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a long value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedLong(long).
readPackedLong() - Method in class com.tangosol.io.WrapperBufferInput
Read a long value using a variable-length storage format as described by WriteBuffer.BufferOutput.writePackedLong(long).
readQuad(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a quad (a 128-bit base-2 IEEE754 value) from the passed DataInput and convert it to a RawQuad.
readRawDate(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDate from the POF stream.
readRawDate(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a RawDate value from a POF stream.
readRawDate(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDate from the POF stream.
readRawDateTime(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDateTime from the POF stream.
readRawDateTime(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDateTime from the POF stream.
readRawDayTimeInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDayTimeInterval from the POF stream.
readRawDayTimeInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDayTimeInterval from the POF stream.
readRawQuad(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawQuad from the POF stream.
readRawQuad(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawQuad from the POF stream.
readRawTime(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawTime from the POF stream.
readRawTime(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a RawTime value from a POF stream.
readRawTime(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawTime from the POF stream.
readRawTimeInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawTimeInterval from the POF stream.
readRawTimeInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawTimeInterval from the POF stream.
readRawYearMonthInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawYearMonthInterval from the POF stream.
readRawYearMonthInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawYearMonthInterval from the POF stream.
readRemainder() - Method in class com.tangosol.io.pof.PofBufferReader
Read all remaining indexed properties of the current user type from the POF stream.
readRemainder() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Read all remaining indexed properties of the current user type from the POF stream.
readRemainder() - Method in interface com.tangosol.io.pof.PofReader
Read all remaining indexed properties of the current user type from the POF stream.
readSafeUTF() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a variable-length encoded UTF packed String.
readSafeUTF() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a variable-length encoded UTF packed String.
readSafeUTF() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a variable-length encoded UTF packed String.
readSafeUTF() - Method in class com.tangosol.io.WrapperBufferInput
Read a variable-length encoded UTF packed String.
readSharedKey(DataInputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Read the shared key from the InputStream.
readShort() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.PackedDataInputStream
Read a short value.
readShort(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a short property from the POF stream.
readShort() - Method in class com.tangosol.io.pof.PofInputStream
Read a short value.
readShort(int) - Method in interface com.tangosol.io.pof.PofReader
Read a short property from the POF stream.
readShort() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.WrapperBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.WrapperDataInputStream
Read a short value.
readShortArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a short[] property from the POF stream.
readShortArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a short[] property from the POF stream.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read a sparse array of primitive values.
readString(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a String from the POF stream.
readString(int) - Method in interface com.tangosol.io.pof.PofReader
Read a String from the POF stream.
ReadTimedOutException - Exception in com.tangosol.coherence.transaction.exception
Indicates that a monotonic read timed-out while waiting for the required consistent-read version to become available.
ReadTimedOutException(long, long, long) - Constructor for exception com.tangosol.coherence.transaction.exception.ReadTimedOutException
Constructor.
readUnsignedByte() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.PackedDataInputStream
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.pof.PofInputStream
Read an unsigned byte value.
readUnsignedByte() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.WrapperBufferInput
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.WrapperDataInputStream
Read an unsigned byte value.
readUnsignedShort() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.PackedDataInputStream
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.pof.PofInputStream
Read an unsigned short value.
readUnsignedShort() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.WrapperBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.WrapperDataInputStream
Read an unsigned short value.
readUTF() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads a String value.
readUTF(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads the specified-length UTF data and converts it to a String value.
readUTF() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Reads a String value.
readUTF() - Method in class com.tangosol.io.PackedDataInputStream
Reads a String value.
readUTF() - Method in class com.tangosol.io.pof.PofInputStream
Reads a String value.
readUTF() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Reads a String value.
readUTF() - Method in class com.tangosol.io.WrapperBufferInput
Reads a String value.
readUTF() - Method in class com.tangosol.io.WrapperDataInputStream
Reads a String value.
readValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read the "value" portion of an Entry block.
ReadWriteBackingMap - Class in com.tangosol.net.cache
Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching.
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, BinaryEntryStore, boolean, int, double) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap based on a BinaryEntryStore.
ReadWriteBackingMap.BinaryEntryStoreWrapper - Class in com.tangosol.net.cache
A wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.
ReadWriteBackingMap.BinaryEntryStoreWrapper(BinaryEntryStore) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Construct a BinaryEntryStoreWrapper.
ReadWriteBackingMap.CacheLoaderCacheStore - Class in com.tangosol.net.cache
A CacheStore wrapped around a CacheLoader.
ReadWriteBackingMap.CacheLoaderCacheStore(CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
Construct a CacheLoaderCacheStore.
ReadWriteBackingMap.CacheStoreWrapper - Class in com.tangosol.net.cache
A wrapper around the original CacheStore to allow operations to be overridden and extended.
ReadWriteBackingMap.CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Construct a CacheStoreWrapper.
ReadWriteBackingMap.Entry - Class in com.tangosol.net.cache
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.
ReadWriteBackingMap.Entry(Binary, Binary, Binary, BackingMapManagerContext) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Construct an Entry with just a key.
ReadWriteBackingMap.EntrySet - Class in com.tangosol.net.cache
A set of entries corresponding to this backing map.
ReadWriteBackingMap.EntrySet() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
 
ReadWriteBackingMap.EvictingBackupMap - Class in com.tangosol.net.cache
A Map implementation used for a backup map that evicts all data that has been successfully written.
ReadWriteBackingMap.EvictingBackupMap() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Default constructor.
ReadWriteBackingMap.InternalMapListener - Class in com.tangosol.net.cache
A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.
ReadWriteBackingMap.InternalMapListener() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
 
ReadWriteBackingMap.KeySet - Class in com.tangosol.net.cache
A set of entries backed by this backing map.
ReadWriteBackingMap.KeySet() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
 
ReadWriteBackingMap.ReadLatch - Class in com.tangosol.net.cache
A synchronization construct used to coordinate asynchronous loads by the refresh-ahead thread with cache accesses by other threads.
ReadWriteBackingMap.ReadLatch(Object) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Create a new ReadLatch for the specified key.
ReadWriteBackingMap.ReadQueue - Class in com.tangosol.net.cache
A queue of keys that should be read from the underlying CacheStore.
ReadWriteBackingMap.ReadQueue() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Construct a ReadQueue.
ReadWriteBackingMap.ReadThread - Class in com.tangosol.net.cache
A thread that removes keys from a ReadWriteBackingMap.ReadQueue, reads the value for the key from the underlying CacheStore, and caches the value in the internal ReadWriteBackingMap cache.
ReadWriteBackingMap.ReadThread() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
Default constructor.
ReadWriteBackingMap.StoreWrapper - Class in com.tangosol.net.cache
Abstract wrapper around a cache store to allow operations to be overridden and extended.
ReadWriteBackingMap.StoreWrapper() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
 
ReadWriteBackingMap.ValuesCollection - Class in com.tangosol.net.cache
A collection of values backed by this map.
ReadWriteBackingMap.ValuesCollection() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
 
ReadWriteBackingMap.WriteQueue - Class in com.tangosol.net.cache
A queue that only releases entries after a configurable period of time.
ReadWriteBackingMap.WriteQueue() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Construct a WriteQueue that holds write-behind entries.
ReadWriteBackingMap.WriteThread - Class in com.tangosol.net.cache
This is the write-behind thread that pulls things from the write-behind queue and writes them to the CacheStore that the backing map uses.
ReadWriteBackingMap.WriteThread() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
Default constructor.
ReadWriteSplittingBackingMap - Class in com.tangosol.net.partition
A PartitionAwareBackingMap extension to the ReadWriteBackingMap.
ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, CacheLoader, boolean, int, double) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Construct a ReadWriteSplittingBackingMap based on a CacheStore.
ReadWriteSplittingBackingMap(BackingMapManagerContext, PartitionAwareBackingMap, Map, BinaryEntryStore, boolean, int, double) - Constructor for class com.tangosol.net.partition.ReadWriteSplittingBackingMap
Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
readXml(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Deserialize an object from XML.
readXml(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Deserialize an object from XML.
ready() - Method in class com.tangosol.io.Utf8Reader
Tell whether this stream is ready to be read.
readyOps() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
reap() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. The method that implements the actual reaping.
reap() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated. The task process: Process a portion of the reaping cycle.
reap() - Method in class com.tangosol.coherence.servlet.ParallelReapTask
Deprecated. Schedules a reap work for each session.
receive(DatagramPacket) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
receive(DatagramPacket) - Method in class com.tangosol.net.TcpDatagramSocket
recordDuration(long) - Method in interface com.tangosol.util.QueryRecord.PartialResult.TraceStep
Record the time spent evaluating the filter or applying an index.
recordDuration(long) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.TraceStep
Record the time spent evaluating the filter or applying an index.
recordEfficiency(int) - Method in interface com.tangosol.util.QueryRecord.PartialResult.ExplainStep
Record the calculated cost of applying the filter as defined by calculateEffectiveness
recordEfficiency(int) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.ExplainStep
Record the calculated cost of applying the filter as defined by calculateEffectiveness
recordExtractor(ValueExtractor) - Method in interface com.tangosol.util.QueryRecord.PartialResult.RecordableStep
Record all relevant index information for any index associated with the given extractor (e.g. index lookup and range scan).
recordExtractor(ValueExtractor) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.AbstractRecordableStep
Record all relevant index information for any index associated with the given extractor (e.g. index lookup and range scan).
recordPostFilterKeys(int) - Method in interface com.tangosol.util.QueryRecord.PartialResult.TraceStep
Record the number of keys remaining after filter evaluation.
recordPostFilterKeys(int) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.TraceStep
Record the number of keys remaining after filter evaluation.
recordPreFilterKeys(int) - Method in interface com.tangosol.util.QueryRecord.PartialResult.RecordableStep
Record the number of keys passed to the filter for evaluation.
recordPreFilterKeys(int) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.AbstractRecordableStep
Record the number of keys passed to the filter for evaluation.
recover() - Method in interface com.tangosol.net.Guardable
Attempt to recover this Guardable.
recover() - Method in class com.tangosol.util.Daemon
Attempt to recover this Guardable.
recycleBlock(BinaryMap.Block) - Method in class com.tangosol.io.nio.BinaryMap
Release (recycle) the specified Block object.
recycleNode(RecyclingLinkedList.Node) - Method in class com.tangosol.util.RecyclingLinkedList
Recycle the passed Node.
RecyclingLinkedList - Class in com.tangosol.util
Extends SafeLinkedList and adds recycling of Node objects.
RecyclingLinkedList() - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct an empty List.
RecyclingLinkedList(int) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct an empty List.
RecyclingLinkedList(Collection) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct a List containing the elements of the specified Collection.
RecyclingLinkedList(Collection, int) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct a List containing the elements of the specified Collection.
RecyclingLinkedList.Node - Class in com.tangosol.util
A Node in the List.
RecyclingLinkedList.Node() - Constructor for class com.tangosol.util.RecyclingLinkedList.Node
Construct a blank Node.
RecyclingLinkedList.Node(Object) - Constructor for class com.tangosol.util.RecyclingLinkedList.Node
Construct a Node with a value.
ReducerAggregator - Class in com.tangosol.util.aggregator
The ReducerAggregator is used to implement functionality similar to CacheMap.getAll(Collection) API.
ReducerAggregator() - Constructor for class com.tangosol.util.aggregator.ReducerAggregator
Default constructor (necessary for the ExternalizableLite interface).
ReducerAggregator(String) - Constructor for class com.tangosol.util.aggregator.ReducerAggregator
Construct a ReducerAggregator based on the specified method name.
ReducerAggregator(ValueExtractor) - Constructor for class com.tangosol.util.aggregator.ReducerAggregator
Construct a ReducerAggregator based on the specified extractor.
ReflectionExtractor - Class in com.tangosol.util.extractor
Reflection-based ValueExtractor implementation.
ReflectionExtractor() - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Default constructor (necessary for the ExternalizableLite interface).
ReflectionExtractor(String) - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Construct a ReflectionExtractor based on a method name.
ReflectionExtractor(String, Object[]) - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Construct a ReflectionExtractor based on a method name and optional parameters.
ReflectionExtractor(String, Object[], int) - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Construct a ReflectionExtractor based on a method name, optional parameters and the entry extraction target.
ReflectionUpdater - Class in com.tangosol.util.extractor
Reflection-based ValueUpdater implementation.
ReflectionUpdater() - Constructor for class com.tangosol.util.extractor.ReflectionUpdater
Default constructor (necessary for the ExternalizableLite interface).
ReflectionUpdater(String) - Constructor for class com.tangosol.util.extractor.ReflectionUpdater
Construct a ReflectionUpdater for a given method name.
REFRESH_DEFAULT - Static variable in class com.tangosol.net.RefreshableAddressProvider
Default refresh time of 10 seconds.
RefreshableAddressProvider - Class in com.tangosol.net
A RefreshableAddressProvider is an abstract AddressProvider implementation that maintains a nearly up-to-date cache of Addresses that is periodically asynchronously refreshed.
RefreshableAddressProvider() - Constructor for class com.tangosol.net.RefreshableAddressProvider
Default constructor.
RefreshableAddressProvider(long) - Constructor for class com.tangosol.net.RefreshableAddressProvider
Construct a RefreshableAddressProvider with the specified refresh interval.
RefreshableAddressProvider.RefreshThread - Class in com.tangosol.net
 
RefreshableAddressProvider.RefreshThread(long) - Constructor for class com.tangosol.net.RefreshableAddressProvider.RefreshThread
Construct a new RefreshThread with the specified refresh interval.
refreshAddressList() - Method in class com.tangosol.net.RefreshableAddressProvider
Refresh the cached address list using the underlying provider.
RegexFilter - Class in com.tangosol.util.filter
Filter which uses the regular expression pattern match defined by the String.matches(String) contract.
RegexFilter() - Constructor for class com.tangosol.util.filter.RegexFilter
Default constructor (necessary for the ExternalizableLite interface).
RegexFilter(ValueExtractor, String) - Constructor for class com.tangosol.util.filter.RegexFilter
Construct a RegexFilter for testing pattern matching.
RegexFilter(String, String) - Constructor for class com.tangosol.util.filter.RegexFilter
Construct a RegexFilter for testing pattern matching.
regionMatches(int, Binary, int, int) - Method in class com.tangosol.util.Binary
Tests if two Binary regions are equal.
register(String, AggregatorFactory) - Method in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Register an aggregator factory with the given name.
register(String, Class) - Method in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Register an aggregator or aggregator factory with the given name.
register(Collection) - Method in class com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Register a collection of aggregators.
register(String, ProcessorFactory) - Method in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Registers a processor factory with the given name.
register(String, Class) - Method in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Registers processor factory with the given name.
register(Collection) - Method in class com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Register a collection of processors.
register(Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.JavaPofSerializer
Register a class as having been encountered by the serializer.
register(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofSerializer
Register a class as having been encountered by the serializer.
register() - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
Register this listener with the "front" map.
register(NamedCache, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. as of Coherence 3.7.1; use MBeanHelper.registerCacheMBean(NamedCache, String) instead
register(CacheService, String, String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. as of Coherence 3.7.1; use MBeanHelper.registerCacheMBean(CacheService, String, String, Map) instead
register(String, Object) - Method in interface com.tangosol.net.management.Registry
Register a manageable object.
register(AbstractSelectableChannel, int, Object) - Method in class com.tangosol.net.WrapperSelector
register(Entry) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Register an Entry.
registerBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
Register a MapEvent that has been raised by the back Map against the same key for which this Status object exists.
registerBackingMapManager(BackingMapManager) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Register the specified BackingMapManager as a "valid" one.
registerBackServiceListener() - Method in class com.tangosol.net.cache.NearCache
Instantiate and register a MemberListener with the back cache service.
registerCacheMBean(NamedCache, String) - Static method in class com.tangosol.net.management.MBeanHelper
Register the specified NamedCache with the cluster registry.
registerCacheMBean(CacheService, String, String, Map) - Static method in class com.tangosol.net.management.MBeanHelper
Register the specified map with the cluster registry.
registerCachePrune(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache prune.
registerContainerRequestFilters() - Method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Register the predefined Coherence REST container request filters.
registerContainerResponseFilters() - Method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Register the predefined Coherence REST container response filters.
registerEventInterceptor(String, EventInterceptor) - Method in interface com.tangosol.net.events.InterceptorRegistry
Register a uniquely identified {@link EventInterceptor).
registerExpiry(long) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Register (or unregister or replace the registration of) this entry for expiry.
registerExpiry(Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Register an expiry for the specified key.
registerFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
Register a MapEvent that has been raised by the front Map against the same key for which this Status object exists.
registerFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Register a MapEvent that has been raised by the front Map against the same key for which this Status object exists.
registerFrontListener() - Method in class com.tangosol.net.cache.CachingMap
Register the global front map listener.
registerHit() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache hit (no timing information).
registerHit(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache hit.
registerHits(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache hit.
registerIdentity(int) - Method in class com.tangosol.io.pof.AbstractPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(Object) - Method in class com.tangosol.io.pof.PofBufferReader
Register an identity for a newly created user type instance.
registerIdentity(int, Object) - Method in class com.tangosol.io.pof.PofBufferReader
Register the passed value with the passed identity.
registerIdentity(Object) - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Register an identity for a newly created user type instance.
registerIdentity(int) - Method in interface com.tangosol.io.pof.PofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(Object) - Method in interface com.tangosol.io.pof.PofReader
Register an identity for a newly created user type instance.
registerIdentity(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.WritingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIncrementalCachePrune(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register an incremental cache prune, which is to say that the time is accreted but the number of prunes does not increase.
registerInternal(WrapperSelector, int, Object) - Method in interface com.tangosol.net.WrapperSelector.WrapperSelectableChannel
Register with the specified selector.
registerInternal(WrapperSelector, int, Object) - Method in class com.tangosol.net.WrapperServerSocketChannel
Register with the specified selector.
registerInternal(WrapperSelector, int, Object) - Method in class com.tangosol.net.WrapperSocketChannel
Register with the specified selector.
registerJournal(AbstractJournalRM.JournalImpl) - Method in class com.tangosol.io.journal.AbstractJournalRM
Register a Journal that uses this Journal Resource Manager.
registerJournal(BackupJournalRM.JournalImpl) - Method in class com.tangosol.io.journal.BackupJournalRM
Register a Journal that uses this Journal Resource Manager.
registerKey(Object, Binary, Binary) - Method in class com.tangosol.net.cache.SerializationCache
Register a new key for the SerializationMap.
registerKey(Object, Binary, Binary, int) - Method in class com.tangosol.net.cache.SerializationCache
Register a new key for the SerializationMap.
registerKey(Object, Binary, Binary) - Method in class com.tangosol.net.cache.SerializationMap
Register a new key for the SerializationMap.
registerListener() - Method in class com.tangosol.net.cache.CachingMap
Register the global back map listener.
registerListener(Object) - Method in class com.tangosol.net.cache.CachingMap
Register the back map listener for the specified key.
registerMarshaller(Class, MediaType, Class) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Register a marshaller for the specified root class and media type.
registerMarshaller(Class, String, Class) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Register a marshaller for the specified root class and media type.
registerMarshaller(Class, MediaType, Marshaller) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Register a marshaller for the specified root class and media type.
registerMarshaller(Class, String, Marshaller) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Register a marshaller for the specified root class and media type.
registerMBean() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Register an MBean instance for this SessionHelper.
registerMBean() - Method in class com.tangosol.io.journal.AbstractJournalRM
Register an MBean for this JournalRM.
registerMiss() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache miss (no timing information).
registerMiss(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache miss.
registerMisses(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache miss.
registerProviders() - Method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Register the default Coherence REST providers.
registerPut(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache put.
registerPuts(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache put.
registerQueryMBeans(String, String, String, Registry) - Static method in class com.tangosol.net.management.MBeanHelper
Find all MBeans matching to the specified query at a local MBeanServer and register them with the specified Registry.
registerReference(Object) - Method in class com.tangosol.io.pof.PofBufferWriter.ReferenceLibrary
Register an object.
registerResource(String, Disposable) - Method in interface com.tangosol.net.Cluster
Registers the passed Disposable resource with the Cluster, using the specified name.
registerResourceFilterFactories() - Method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Register the predefined Coherence REST resource filter factories.
registerRootResource() - Method in class com.tangosol.coherence.rest.server.DefaultResourceConfig
Register the default Coherence REST root resource class.
registerServiceListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Instantiate and register a MemberListener with the underlying cache service.
registerSessionInvalidationWithDeathCertCache(String, AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated.  
registerUserType(int, Class, PofSerializer) - Method in class com.tangosol.io.pof.SimplePofContext
Associate a user type with a type identifier and PofSerializer.
Registry - Interface in com.tangosol.net.management
The Coherence cluster management gateway is an abstraction of the basic JMX registration APIs that is specific to managing Coherence clustered resources.
rehash(int) - Method in class com.tangosol.io.nio.BinaryMap
Rehash the specified bucket such that, when done, it will only contain keys that hash to it with the current modulo.
rehashAll() - Method in class com.tangosol.io.nio.BinaryMap
Rehash all blocks such that no block will be linked into the wrong bucket.
rehashBegin() - Method in class com.tangosol.io.nio.BinaryMap
Configure the incremental rehash.
rehashComplete() - Method in class com.tangosol.io.nio.BinaryMap
Complete the incremental rehash.
rehashNext() - Method in class com.tangosol.io.nio.BinaryMap
Rehash the next incremental rehash block.
reject(Throwable) - Method in interface com.tangosol.net.AddressProvider
This method should be called by the client immediately after it determines that an attempt to use an address returned by the AddressProvider.getNextAddress() method has failed.
reject(Throwable) - Method in class com.tangosol.net.CompositeAddressProvider
This method should be called by the client immediately after it determines that an attempt to use an address returned by the AddressProvider.getNextAddress() method has failed.
reject(Throwable) - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
This method should be called by the client immediately after it determines that an attempt to use an address returned by the AddressProvider.getNextAddress() method has failed.
reject(Throwable) - Method in class com.tangosol.net.ConfigurableAddressProvider
This method should be called by the client immediately after it determines that an attempt to use an address returned by the AddressProvider.getNextAddress() method has failed.
reject(Throwable) - Method in class com.tangosol.net.RefreshableAddressProvider
This method should be called by the client immediately after it determines that an attempt to use an address returned by the AddressProvider.getNextAddress() method has failed.
relayResponse(Socket, Socket) - Method in class com.tangosol.net.LoadBalancer.ResponseHandler
This method is used to assign a task to the ResponseHandler thread from the RequestHandler thread.
release() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Calls the remote Work object's Work.release() method.
release() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Release all local resources associated with this CacheImpl instance.
release() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Release all local resources associated with the CacheProvider.
release(WriteBuffer) - Method in class com.tangosol.io.BufferManagerAdapter
This method should not be called.
release(WriteBuffer) - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Release the supplied buffer into the pool.
release(int) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Release the specified number of bytes from this journal file.
release(long) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Notify the Journal that the value corresponding to the specified ticket is no longer needed.
release(long) - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Notify the Journal that the value corresponding to the specified ticket is no longer needed.
release(FlashJournalRM.Buffer) - Method in class com.tangosol.io.journal.FlashJournalRM.BufferPool
Return a buffer to the pool.
release(int) - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
Release the specified number of bytes from this journal file.
release(long) - Method in interface com.tangosol.io.journal.Journal
Notify the Journal that the value corresponding to the specified ticket is no longer needed.
release(WriteBuffer) - Method in class com.tangosol.io.journal.RamJournalRM.BufferPool
Return a buffer to the pool.
release(long) - Method in class com.tangosol.io.journal.RamJournalRM.JournalImpl
Notify the Journal that the value corresponding to the specified ticket is no longer needed.
release(WriteBuffer) - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Returns a WriteBuffer to the pool.
release(WriteBuffer) - Method in class com.tangosol.io.MultiplexingWriteBufferPool
Returns a WriteBuffer to the pool.
release() - Method in class com.tangosol.net.cache.CachingMap
Release the CachingMap.
release() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Release local resources associated with this instance of NamedCache.
release() - Method in class com.tangosol.net.cache.NearCache
Release the CachingMap.
release() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Release the backing map when it is no longer being used.
release() - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Invalidate the CachingMap.
release() - Method in class com.tangosol.net.cache.WrapperNamedCache
Release local resources associated with this instance of NamedCache.
release(ConfigurableCacheFactory) - Method in interface com.tangosol.net.CacheFactoryBuilder
Release the specified ConfigurableCacheFactory.
release(ConfigurableCacheFactory) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Release the specified ConfigurableCacheFactory.
release(Map, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources associated with the specified backing map.
release(CacheLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources associated with the specified loader.
release(BinaryStore) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources associated with the specified binary store.
release() - Method in interface com.tangosol.net.Guardian.GuardContext
Release this context, causing the Guardian to discontinue monitoring of the represented Guardable.
release() - Method in class com.tangosol.net.GuardSupport.Context
Release this context, causing the Guardian to discontinue monitoring of the represented Guardable.
release() - Method in class com.tangosol.net.GuardSupport
Release the Guardables managed by this GuardSupport.
release() - Method in interface com.tangosol.net.NamedCache
Release local resources associated with this instance of NamedCache.
release(ConfigurableCacheFactory) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Release the specified ConfigurableCacheFactory.
release() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Release local resources associated with this instance of NamedCache.
release() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Release this Lock.
releaseAll(ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
Release all ConfigurableCacheFactory objects for a given ClassLoader.
releaseAll(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Release all ConfigurableCacheFactory objects for a given ClassLoader.
releaseAll(ClassLoader) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Release all ConfigurableCacheFactory objects for a given ClassLoader.
releaseAppOwnership(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release application ownership of the specified session.
releaseBackingMap(String, Map) - Method in class com.tangosol.net.AbstractBackingMapManager
Release the specified Map that was created using the AbstractBackingMapManager.instantiateBackingMap(String) method.
releaseBackingMap(String, Map) - Method in interface com.tangosol.net.BackingMapManager
Release the specified Map that was created using the BackingMapManager.instantiateBackingMap(String) method.
releaseBackingMap(String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Release the specified Map that was created using the DefaultConfigurableCacheFactory.Manager.instantiateBackingMap(String) method.
releaseBackingMap(String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.PartitionedBackingMapManager
Release the specified Map that was created using the AbstractBackingMapManager.instantiateBackingMap(String) method.
releaseBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Release the specified buffer.
releaseBuffers() - Method in class com.tangosol.io.AbstractWriteBuffer
Release the internal buffers held by the WriteBuffer.
releaseCache(NamedCache) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release the passed NamedCache instance.
releaseCache(Cache) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Release all local resources associated with the specified Cache instance.
releaseCache(NamedCache) - Static method in class com.tangosol.net.CacheFactory
Release local resources associated with the specified instance of the cache.
releaseCache(NamedCache) - Method in interface com.tangosol.net.CacheService
Release local resources associated with the specified instance of the cache.
releaseCache(NamedCache) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Release a cache and its associated resources.
releaseCache(NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release a cache and its associated resources.
releaseCache(NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release a cache managed by this factory, optionally destroying it.
releaseCache(NamedCache) - Method in class com.tangosol.net.WrapperCacheService
Release local resources associated with the specified instance of the cache.
releaseClosedStatus(Object) - Method in class com.tangosol.net.cache.OverflowMap
Helper method to encapsulate the release of a Status object on which closeProcessing() has already been called.
releaseClusterOwnership(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release ownership within the cluster of the specified session.
releaseIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Release the the entire index map.
releaseIterator(Iterator) - Method in class com.tangosol.util.SegmentedHashMap
Release the (formerly-active) Iterator.
releaseStuckSession(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine if the specified session is stuck, and if it is, to release it (or mark it to be released).
releaseThread() - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThread() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThread() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThread() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThreadOwnership(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Release thread ownership of the specified session.
releaseThreadOwnership() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Release thread ownership of this model.
releaseWork(WorkManager.ReleaseWork) - Method in class com.tangosol.coherence.commonj.WorkManager
Release the remote work agent.
reload(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Run the CacheReloader associated with the given key to refresh the value in the cache.
reload(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Run the CacheReloader associated with the given key to refresh the value in the cache.
reload(Object, Object, PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Reload the value for the given key using the CacheReloader associated with the specified EntryInfo and place the new value into the delegate NamedCache.
remove(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Remove an object from the cache.
remove() - Method in class com.tangosol.coherence.rest.EntryResource
Remove entry from the cache.
remove() - Method in class com.tangosol.coherence.rest.EntrySetResource
Remove the entries from the cache.
remove(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove an entry from the Cache if it exists.
remove(Object) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.io.nio.BinaryMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Removes the mapping for this key from this map if present.
remove(boolean) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Remove this Entry from the Map if it is present in the Map.
remove(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.CachingMap
Remove the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.LocalCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove an entry from the cache.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Remove a key from the queue if the key is in the queue.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Remove a key from the queue if the key is in the queue.
remove() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Wait for item in the queue to ripen (to be ready to be removed), and when there is one and it is ripe, then remove and return it.
remove(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Wait for the next item in the queue to ripen (to be ready to be removed), and remove and return it, or return null if the specified wait time has passed.
remove(Object) - Method in class com.tangosol.net.cache.SerializationCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.SerializationMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.CompositeAddressProvider.AddressIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.CompositeAddressProvider
Removes the specified element from this set if it is present (optional operation).
remove(Guardable) - Method in class com.tangosol.net.GuardSupport
Remove the specified Guardable from the set of Guardables managed by this manager.
remove() - Method in class com.tangosol.net.LoadBalancer.Queue
Wait for and remove an item from the from of the queue.
remove(Object) - Method in class com.tangosol.net.partition.PartitionedIterator
Remove the specified item.
remove(int) - Method in class com.tangosol.net.partition.PartitionSet
Remove the specified partition from the set.
remove(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Remove the specified PartitionSet from this set.
remove(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.PartitionedIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
remove(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
remove() - Method in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
remove(int) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Removes the element at the specified position in this list.
remove() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated key from the underlying Map.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Removes the specified element from this Collection of values if it is present by removing the associated key/value mapping from the underlying Map.
remove() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeyIterator
Remove the specified item.
remove(long) - Method in class com.tangosol.util.AbstractLongArray
Remove the specified key from the SparseArray, returning its associated value.
remove() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in class com.tangosol.util.AbstractSparseArray
Remove the specified index from the LongArray, returning its associated value.
remove(AbstractSparseArray.Node) - Method in class com.tangosol.util.AbstractSparseArray
Remove the specified node from the tree.
remove() - Method in class com.tangosol.util.AbstractStableIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractStableIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Removes the mapping for this key from this map if present.
remove(Binary) - Method in class com.tangosol.util.BinaryRadixTree.KeyIterator
remove(Binary) - Method in class com.tangosol.util.BinaryRadixTree
Blindly remove the specified Binary key from the tree.
remove(Binary, long) - Method in class com.tangosol.util.BinaryRadixTree
Remove the specified Binary key from the tree iff it exists in the tree and is associated with the specified value.
remove() - Method in class com.tangosol.util.ChainedEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(Object) - Method in class com.tangosol.util.ChainedMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class com.tangosol.util.CircularArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in interface com.tangosol.util.ConcurrentMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Removes from the list the last element that was returned by next or previous.
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Removes the mapping for this key from this map if present.
remove(boolean) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Remove this Entry from the Map if it is present in the Map.
remove() - Method in class com.tangosol.util.ConverterEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Remove the specified index from the LongArray, returning its associated value.
remove() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class com.tangosol.util.DeltaSet.DeltaIterator
Removes from the underlying Collection the last element returned by the Iterator .
remove(Object) - Method in class com.tangosol.util.DeltaSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.Dequeue
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.EnumerationIterator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.FilterEnumerator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
remove(Object) - Method in class com.tangosol.util.InflatableCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class com.tangosol.util.InflatableList
Removes the element at the specified position in this list (optional operation).
remove(boolean) - Method in interface com.tangosol.util.InvocableMap.Entry
Remove this Entry from the Map if it is present in the Map.
remove(boolean) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Remove this Entry from the Map if it is present in the Map.
remove() - Method in class com.tangosol.util.IteratorEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(EventListener) - Method in class com.tangosol.util.Listeners
Remove a listener.
remove() - Method in class com.tangosol.util.LiteMap.EntryIterator
Removes from the underlying set the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.LiteMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.LiteSet
Removes the specified element from this Set if it is present.
remove() - Method in interface com.tangosol.util.LongArray.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in interface com.tangosol.util.LongArray
Remove the specified index from the LongArray, returning its associated value.
remove(Object) - Method in class com.tangosol.util.MapSet
Removes the specified element from this Set if it is present.
remove() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Removes from the underlying Collection the last element returned by the Iterator .
remove(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
remove(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.ObservableHashMap
Remove an entry from the cache.
remove(Object) - Method in interface com.tangosol.util.PagedIterator.Advancer
Remove the specified object from the underlying collection.
remove() - Method in class com.tangosol.util.PagedIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Removes from the underlying collection the last element returned by the iterator.
remove(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Removes from the list the last element that was returned by next or previous.
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SafeHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.SafeLinkedList
Removes the first occurrence in this List of the specified element.
remove(int) - Method in class com.tangosol.util.SafeLinkedList
Removes the element at the specified position in this List.
remove(Object) - Method in class com.tangosol.util.SafeSortedMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap.EntryIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object, Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
Remove entry for key only if currently mapped to given value.
remove(Object) - Method in class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Remove the specified item from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SegmentedHashMap
Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.util.SimpleEnumerator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in class com.tangosol.util.SimpleLongArray
Remove the specified index from the LongArray, returning its associated value.
remove(boolean) - Method in class com.tangosol.util.SimpleMapEntry
 
remove(String) - Method in class com.tangosol.util.StringTable
Remove the specified string from the table, returning its associated value.
remove(Object) - Method in class com.tangosol.util.SubList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class com.tangosol.util.SubList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class com.tangosol.util.SubSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.SubSet.SubSetIterator
Removes from the underlying Collection the last element returned by the Iterator .
remove() - Method in class com.tangosol.util.ThreadLocalObject
Remove the ThreadLocalObject for the current thread.
remove(Comparable) - Method in class com.tangosol.util.Tree
Remove the specified key from the tree, returning its associated value.
remove(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.WrapperObservableMap
Removes the mapping for this key from this map if present.
removeAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll() - Method in class com.tangosol.util.Listeners
Remove all listeners.
removeAll(Collection) - Method in class com.tangosol.util.LiteSet
Removes from this Set all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class com.tangosol.util.MapSet
Removes from this Set all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(StringTable) - Method in class com.tangosol.util.StringTable
Removes from this StringTable all of its nodes that are contained in the specified StringTable.
removeAll(Collection) - Method in class com.tangosol.util.SubList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.SubSet
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Tree) - Method in class com.tangosol.util.Tree
Removes from this Tree all of its nodes that are contained in the specified Tree.
removeAll(Collection) - Method in class com.tangosol.util.UnsafeSubSet
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAllElements() - Method in class com.tangosol.util.Dequeue
Removes all items from the dequeue.
removeAttribute(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Removes the object bound with the specified name from this session.
removeBlind(Map, Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Removes the specified key/value pair from the specified map using the keySet().remove() method, which does not return the previous value and thus may be more efficient in a distributed environment.
removeBlind(Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.OverflowMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationCache
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.util.WrapperObservableMap
Removes the mapping for this key from this map if present.
REMOVED - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been removed from the backing-map.
REMOVED - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
removeElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Remove all immediate child elements with the given name
removeEnteredThread() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Remove the currently running thread from the list of threads that have entered this session model.
removeEntryInternal(SafeHashMap.Entry) - Method in class com.tangosol.util.SafeHashMap
Removes the passed Entry from the map.
removeEventInterceptor(String) - Method in interface com.tangosol.net.events.EventDispatcher
Remove an EventInterceptor from this dispatcher.
removeExpired(OldCache.Entry, boolean) - Method in class com.tangosol.net.cache.LocalCache
Remove an entry because it has expired.
removeExpired(OldCache.Entry, boolean) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove an entry because it has expired.
removeExternalAttribute(Object) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Removes an external attribute from the external cache.
removeExternalAttributes() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Helper method used to forcefully remove all external attributes from the external attribute cache.
removeExternalBinary() - Method in class com.tangosol.coherence.servlet.SplittableHolder
Remove the binary form of the value from the external cache.
removeFromWriteQueue(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove the specified entry from the WriteQueue.
removeHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Sign off the specified listener so it no longer will receive HttpSessionBindingEvent objects.
removeHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Sign off the specified listener so it no longer will receive HttpSessionBindingEvent objects.
removeHttpSessionFromMap(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Remove the session object cached in the local session map.
removeHttpSessionListener(HttpSessionListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Sign off the specified listener so it no longer will receive HttpSessionEvent objects.
removeHttpSessionListener(HttpSessionListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Sign off the specified listener so it no longer will receive HttpSessionEvent objects.
removeIgnoreAttributeName(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Unregister a name to ignore events for.
removeImmediate() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Remove the first key from the queue immediately.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.NearCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Remove an index from this QueryMap.
removeIndex(ValueExtractor, ObservableMap, Map) - Static method in class com.tangosol.util.InvocableMapHelper
Remove the index keyed by the given extractor from the given map of indexes.
removeIndex(ValueExtractor) - Method in interface com.tangosol.util.QueryMap
Remove an index from this QueryMap.
removeInternal(Object, boolean, boolean) - Method in class com.tangosol.net.cache.OverflowMap
A combined implementation of remove() and removeBlind() that eliminates duplicate (and muchos complex) code
removeInternal(Object, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Implementation of the remove() API.
removeInternal(Object, SegmentedHashMap.EntryAction, Object) - Method in class com.tangosol.util.SegmentedHashMap
Removes the mapping for this key from this map if present.
removeInternalValueDecoration(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Remove a decoration from the specified value in the internal form.
removeInternalValueDecoration(Object, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Remove a decoration from the specified value in the internal form.
removeInverseMapping(Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Remove the mapping from the given indexed value to the given key from the inverse index.
removeInverseMapping(Map, Object, Object) - Method in class com.tangosol.util.SimpleMapIndex
Remove the mapping from the given indexed value to the given key from the supplied index.
removeListener(MapListener, Filter) - Method in class com.tangosol.util.MapListenerSupport
Remove a map listener that previously signed up for events based on a filter evaluation.
removeListener(MapListener, Object) - Method in class com.tangosol.util.MapListenerSupport
Remove a map listener that previously signed up for events about a specific key.
removeListenerState(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Remove a state information (lite or standard) associated with specified key and listener.
removeMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
Remove the mapping for the specified partition ID and its corresponding backing map.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.NearCache
Remove a standard map listener.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.NearCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.NearCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.OverflowMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.OverflowMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.ObservableHashMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.ObservableHashMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.ObservableHashMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in interface com.tangosol.util.ObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in interface com.tangosol.util.ObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in interface com.tangosol.util.ObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.WrapperObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.WrapperObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.WrapperObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMemberListener(MemberListener) - Method in interface com.tangosol.net.Service
Remove a Member listener.
removeMemberListener(MemberListener) - Method in class com.tangosol.net.WrapperService
Remove a Member listener.
removeNext(int) - Method in class com.tangosol.net.partition.PartitionSet
Remove the first marked partition starting at the specified partition.
removeNoWait() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Check for a ripe or soft-ripe item in the queue, and if there is one, return it; otherwise, return null.
removeNoWait() - Method in class com.tangosol.net.LoadBalancer.Queue
Remove an item from the queue if the queue is not empty.
removePartitionListener(PartitionListener) - Method in interface com.tangosol.net.PartitionedService
Remove a PartitionListener from this service.
removePostedWork(long) - Method in class com.tangosol.coherence.commonj.WorkManager
Remove a WorkHolder for a posted work with a given id.
removePrimitive(long) - Method in class com.tangosol.util.PrimitiveSparseArray
Remove the specified index from the PrimitiveSparseArray, returning its associated value.
removeRange(int, int) - Method in class com.tangosol.util.CircularArrayList
Removes from this list all of the elements whose indexes are between fromIndex, inclusive and toIndex, exclusive.
removeSafeListener(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Remove the specified listener from the Listeners object associated with the specified key.
removeServiceListener(ServiceListener) - Method in class com.tangosol.net.WrapperService
Unregister a ServiceListener from this ConnectionManager.
removeServiceListener(ServiceListener) - Method in interface com.tangosol.util.Service
Unregister a ServiceListener from this ConnectionManager.
removeUnits(Object) - Method in class com.tangosol.util.SimpleMapIndex
Decrease the size of the index by the estimated size of the specified removed value.
removeWait(Collection) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Remove a collection from a wait list.
REMOVING - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched before a BinaryEntry has been removed from backing-map.
render(Binary, int) - Method in class com.tangosol.io.journal.FlashJournalRM.Buffer
Copy the passed Binary value into the buffer at the specified offset and using the passed overlay.
repartition() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Repartition the units across the backing maps.
replace(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Replace the value in the internal cache for the specified entry.
replace(AbstractSparseArray.Node, AbstractSparseArray.Node) - Method in class com.tangosol.util.AbstractSparseArray
Replace one node with another.
replace(byte, byte) - Method in class com.tangosol.util.Binary
Replace all occurrences of one specified byte with another in this Binary object.
replace(Binary, Binary) - Method in class com.tangosol.util.Binary
Replace all occurrences of one specified Binary with another in this Binary object.
replace(Binary, long, long) - Method in class com.tangosol.util.BinaryRadixTree
Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.
replace(Object, Object, Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
Replace entry for key only if currently mapped to given value.
replace(Object, Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
Replace entry for key only if currently mapped to some value.
replaceAttributes(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Find and replace the attributes names in "{}" format with the corresponding values for this cache info.
replaceElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Replace a child element with the same name as the specified element.
replaceRegion(int, int, Binary) - Method in class com.tangosol.util.Binary
Replace a region within this Binary with another Binary.
replaceSystemProperties(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Replace the values of the XmlElement and all its children that contain the specified attribute with the values returned by the System.getProperty() call.
report(String, int, String, Throwable, String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Assemble and throw an informative exception based on the passed details.
report(String) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report an error in the POF stream.
report(QueryRecord) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Return a report for the given query record.
reportConversionError(XmlValue, String, String, RuntimeException) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Log a failed type conversion.
REPORTER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ReporterMBean.
reportIndexLookupRecord(int, QueryRecord.PartialResult.IndexLookupRecord) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Report the given index lookup record with the given id.
reportIndexLookUps(List) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Report the index look ups.
reportMissingPartition(Object, int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Report a missing partition according to the "strict" flag rules.
reportOutOfMemory(int) - Method in class com.tangosol.io.nio.BinaryMap
Report on an insufficient memory problem.
reportResult(QueryRecord.PartialResult, QueryRecorder.RecordType, List, boolean) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Report the given result.
reportState() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Debugging method.
reportStep(QueryRecord.PartialResult.Step, QueryRecorder.RecordType, List, int) - Static method in class com.tangosol.util.SimpleQueryRecordReporter
Report the given step.
reportUnsupported(String) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Log the info about an unsupported operation.
REQ_ATTR_COUNT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the request attribute that stores a request reference counter.
REQ_ATTR_SESSION - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the request attribute that stores the current Coherence HttpSession instance.
REQ_ATTR_TEST - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The name of the request attribute that tests if the Coherence wrapper is in place.
requestAsyncOwnership(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Enter (obtain) and schedule an asynchronous call to exit (release) the specified session ID.
requestCapacity(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Ensure that the current block contains some available capacity, preferably enough to fulfill the specified capacity.
RequestContext - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
RequestContext(SessionHelper, ServletRequest, ServletResponse) - Constructor for class com.tangosol.coherence.servlet.RequestContext
Deprecated. Construct a RequestContext object to hold the state of the request and response.
requestEviction(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
This method is called by the cache when the cache requires the eviction policy to evict entries.
requestEviction(int) - Method in class com.tangosol.net.cache.OldCache.InternalEvictionPolicy
Deprecated. This method is called by the cache when the cache requires the eviction policy to evict entries.
requestEviction(int) - Method in class com.tangosol.net.cache.SerializationCache.InternalEvictionPolicy
This method is called by the cache when the cache requires the eviction policy to evict entries.
RequestPolicyException - Exception in com.tangosol.net
Signals that a request was not allowed to complete due to the related service action being disallowed by the corresponding ActionPolicy.
RequestPolicyException() - Constructor for exception com.tangosol.net.RequestPolicyException
Constructs a RequestPolicyException with no detail message.
RequestPolicyException(String) - Constructor for exception com.tangosol.net.RequestPolicyException
Constructs a RequestPolicyException with the specified detail message.
RequestPolicyException(Throwable) - Constructor for exception com.tangosol.net.RequestPolicyException
Construct a RequestPolicyException from a Throwable object.
RequestPolicyException(String, Throwable) - Constructor for exception com.tangosol.net.RequestPolicyException
Construct a RequestPolicyException from a Throwable object and an additional description.
requestReservation() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Attempt to reserve the Status by marking it as committing if it is available.
RequestTimeoutException - Exception in com.tangosol.net
Signals that a request execution in a distributed environment did not complete in a pre-determined amount of time.
RequestTimeoutException() - Constructor for exception com.tangosol.net.RequestTimeoutException
Constructs a RequestTimeoutException with no detail message.
RequestTimeoutException(String) - Constructor for exception com.tangosol.net.RequestTimeoutException
Constructs a RequestTimeoutException with the specified detail message.
RequestTimeoutException(Throwable) - Constructor for exception com.tangosol.net.RequestTimeoutException
Construct a RequestTimeoutException from a Throwable object.
RequestTimeoutException(String, Throwable) - Constructor for exception com.tangosol.net.RequestTimeoutException
Construct a RequestTimeoutException from a Throwable object and an additional description.
requestWorkStatus(WorkManager.RequestStatus) - Method in class com.tangosol.coherence.commonj.WorkManager
Obtain current status of the specified Work.
requeue(ReadWriteBackingMap.WriteQueue, int, ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Requeue the specified entry.
requiresDeepClone() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Determine if a clone of the XmlBean should be a deep clone, which typically means that at least one property value is mutable reference type.
reset() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset() - Method in interface com.tangosol.io.InputStreaming
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.MultiByteArrayInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Reset the Block object so that it doesn't point into the Buffer.
reset() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset(PofBufferReader, int, Object) - Static method in class com.tangosol.io.pof.PofBufferReader.IdentityHolder
 
reset() - Method in class com.tangosol.io.pof.PofInputStream
Rewind this stream to the position at the time the PofInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.Utf8Reader
Reset the stream.
reset() - Method in class com.tangosol.io.WrapperBufferInput
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.WrapperDataInputStream
Rewind this stream to the position at the time the WrapperDataInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.WrapperInputStream
Rewind this stream to the position at the time the WrapperInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.net.cache.AbstractBundler.Statistics
Reset the statistics.
reset() - Method in class com.tangosol.net.ConfigurableAddressProvider
Make all addresses iterable, starting at the first address.
reset(int) - Method in class com.tangosol.net.ConfigurableAddressProvider
Make all addresses iterable, starting at the index after the specified one.
reset() - Method in class com.tangosol.net.DatagramPacketOutputStream
Reset the output stream back to the beginning of the buffer.
reset() - Method in class com.tangosol.util.DeltaSet
Discard the changes to the set ("rollback").
reset() - Method in class com.tangosol.util.SafeLinkedList
Completely reset the state of the List.
reset() - Method in class com.tangosol.util.SubSet
Discard the changes to the set ("rollback").
reset() - Method in class com.tangosol.util.UnsafeSubSet
Discard the changes to the set ("rollback").
resetHitStatistics() - Method in interface com.tangosol.net.cache.CacheStatistics
Reset all of the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Reset the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Reset all of the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
Reset all of the cache statistics.
resetInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
Reset the "current invalidation strategy" flag.
resetRange(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Reset the portion of the byte array the ReadBuffer operates upon.
resetRange(int, int) - Method in class com.tangosol.io.ByteArrayReadBuffer
Reset the portion of the byte array the ReadBuffer operates upon.
resetState(Set, Set, boolean) - Method in class com.tangosol.util.SubSet
Reset the state of the subset according to the specified parameters.
resetStatistics() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Reset all statistics maintained by this session collection.
resetStatistics() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Reset the session management statistics.
resetStatistics() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Reset the session management statistics.
resetStatistics() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Resets the statistics held by this object.
resetStatistics() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Resets the statistics held by this object.
resetStatistics() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Reset all statistics maintained by this session collection.
resetStatistics() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Reset statistics for this Bundle.
resetStatistics() - Method in class com.tangosol.net.cache.AbstractBundler
Reset this Bundler statistics.
resetStatistics() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Reset the CacheStore statistics.
resetStats() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Reset all Cache statistics.
resetTouchCount() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Reset the number of times that the cache entry has been touched.
resizeArray(Object[], int) - Static method in class com.tangosol.io.pof.PofHelper
Expand the passed array to contain the specified number of elements.
RESIZING - Variable in class com.tangosol.util.SafeHashMap
When resizing completes, a notification is issued against this object.
RESIZING - Variable in class com.tangosol.util.SegmentedHashMap
When resizing completes, a notification is issued against this object.
resolve() - Method in class com.tangosol.util.DeltaSet
Apply the changes to the underlying set ("commit").
resolve() - Method in class com.tangosol.util.SubSet
Apply the changes to the underlying set ("commit").
resolve() - Method in class com.tangosol.util.UnsafeSubSet
Apply the changes to the underlying set ("commit").
resolveAddress(String, int) - Method in class com.tangosol.net.ConfigurableAddressProvider
Resolve an address and port.
resolveAddress(String, int) - Method in class com.tangosol.net.ConfigurableLocalAddressProvider
Resolve an address and port.
resolveBackingMapScheme(DefaultConfigurableCacheFactory.CacheInfo, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Traverse the specified scheme to find an enclosed "backing-map-scheme" or a scheme that could serve as such.
resolveClass(ObjectStreamClass) - Method in class com.tangosol.io.ResolvingMarshalInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(ObjectStreamClass) - Method in class com.tangosol.io.ResolvingObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(String) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Resolve a Class name into a Class object.
resolveParameter(String, String) - Method in interface com.tangosol.run.xml.XmlHelper.ParameterResolver
Resolve the passed substitutable parameter.
resolveSchemaSources(List) - Method in class com.tangosol.run.xml.SaxParser
For a given set of XSD URIs, return the Sources to be used by the XML parser to validate an XML document.
resolveScheme(DefaultConfigurableCacheFactory.CacheInfo) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.
resolveScheme(XmlElement, XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean, boolean) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.
resolveScheme(XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.
resolveScopeName(String, ClassLoader, String) - Method in interface com.tangosol.net.ScopeResolver
Implementations of this method must decide whether to return the scope name provided by the cache configuration return a modified scope name or return a different scope name based on external configuration throw an exception indicating rejection of the requested scope
resolveSerializer(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Resolve and inject service serializer elements based on defaults defined in the cache configuration.
resolveSocketProvider(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Resolve and inject service socket-provider elements based on defaults defined in the cache configuration.
Resolving - Interface in com.tangosol.io
Marker interface for Resolving*Stream implementations.
ResolvingMarshalInputStream - Class in com.tangosol.io
Provides a MarshalInputStream that uses a caller provided ClassLoader to resolve classes during objects deserialization.
ResolvingMarshalInputStream(InputStream, ClassLoader) - Constructor for class com.tangosol.io.ResolvingMarshalInputStream
Create an ResolvingMarshalInputStream that reads from the specified InputStream using the specified ClassLoader to resolve classes.
ResolvingMarshalOutputStream - Class in com.tangosol.io
A marker implementation to mirror the ResolvingMarshalInputStream implementation.
ResolvingMarshalOutputStream(OutputStream) - Constructor for class com.tangosol.io.ResolvingMarshalOutputStream
 
ResolvingObjectInputStream - Class in com.tangosol.io
Provides an ObjectInputStream that uses a caller provided ClassLoader to resolve classes during objects deserialization.
ResolvingObjectInputStream(InputStream, ClassLoader) - Constructor for class com.tangosol.io.ResolvingObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream using the specified ClassLoader to resolve classes.
ResolvingObjectOutputStream - Class in com.tangosol.io
A marker implementation to mirror the ResolvingObjectInputStream implementation.
ResolvingObjectOutputStream(OutputStream) - Constructor for class com.tangosol.io.ResolvingObjectOutputStream
 
RESTORE - Static variable in interface com.tangosol.net.PartitionedService.PartitionedAction
Singleton action for partition restore.
RestrictedCollections - Class in com.tangosol.util
A collection of Collection implementation classes that limit the data type.
RestrictedCollections.RestrictedCollection - Class in com.tangosol.util
A restricted Collection that requires its contents to be of a specified class.
RestrictedCollections.RestrictedCollection(Collection, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedCollection
Constructor.
RestrictedCollections.RestrictedEntrySet - Class in com.tangosol.util
A restricted Collection that requires its contents to be of a specified class.
RestrictedCollections.RestrictedEntrySet(Set, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Constructor.
RestrictedCollections.RestrictedEntrySet.RestrictedEntry - Class in com.tangosol.util
A Map Entry that restricts the key and value types.
RestrictedCollections.RestrictedEntrySet.RestrictedEntry(Map.Entry) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Constructor.
RestrictedCollections.RestrictedEntrySet.RestrictedIterator - Class in com.tangosol.util
A Map Entry Iterator that restricts the key and value types.
RestrictedCollections.RestrictedEntrySet.RestrictedIterator(Iterator) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Constructor.
RestrictedCollections.RestrictedList - Class in com.tangosol.util
A restricted List that requires its contents to be of a specified class.
RestrictedCollections.RestrictedList(List, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedList
Constructor.
RestrictedCollections.RestrictedListIterator - Class in com.tangosol.util
A restricted ListIterator that requires its contents to be of a specified class.
RestrictedCollections.RestrictedListIterator(ListIterator, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Constructor.
RestrictedCollections.RestrictedMap - Class in com.tangosol.util
A restricted Map that requires its keys and values to be of specified classes.
RestrictedCollections.RestrictedMap(Map, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedMap
Constructor.
RestrictedCollections.RestrictedSet - Class in com.tangosol.util
A restricted Set that requires its contents to be of a specified class.
RestrictedCollections.RestrictedSet(Set, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSet
Constructor.
RestrictedCollections.RestrictedSortedMap - Class in com.tangosol.util
A restricted SortedMap that requires its keys and values to be of specified classes.
RestrictedCollections.RestrictedSortedMap(Map, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Constructor.
RestrictedCollections.RestrictedSortedSet - Class in com.tangosol.util
A restricted Set that requires its contents to be of a specified class.
RestrictedCollections.RestrictedSortedSet(SortedSet, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Constructor.
RestrictedStringAdapter - Class in com.tangosol.run.xml
A property adapter for a String based type that is known to have a converting factory method with the following signature: public static <type> valueOf(String s).
RestrictedStringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.RestrictedStringAdapter
Construct a RestrictedStringAdapter.
resume() - Method in class com.tangosol.io.IndentingWriter
Resumes indentation.
retain(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Starting with the byte at offset of, retain the remainder of this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset WriteBuffer.length() - 1, which is shifted to offset WriteBuffer.length() - of - 1.
retain(int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int) - Method in interface com.tangosol.io.WriteBuffer
Starting with the byte at offset of, retain the remainder of this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset WriteBuffer.length() - 1, which is shifted to offset WriteBuffer.length() - of - 1.
retain(int, int) - Method in interface com.tangosol.io.WriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Retain only partitions in this set that are contained in the specified PartitionSet.
retainAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.LiteSet
Retains only the elements in this Set that are contained in the specified Collection.
retainAll(Collection) - Method in class com.tangosol.util.MapSet
Retains only the elements in this Set that are contained in the specified Collection.
retainAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(StringTable) - Method in class com.tangosol.util.StringTable
Retains only the nodes in this StringTable that are contained in the specified StringTable.
retainAll(Collection) - Method in class com.tangosol.util.SubList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.SubSet
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Tree) - Method in class com.tangosol.util.Tree
Retains only the nodes in this Tree that are contained in the specified Tree.
retainAll(Collection) - Method in class com.tangosol.util.UnsafeSubSet
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
RETURNED - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
reverse() - Method in class com.tangosol.util.Binary
Reverse this Binary object's byte sequence such that the byte at offset zero of this sequence occurs at offset length()-1 in the resulting sequence, the byte at offset one of this sequence occurs at offset length()-2 in the resulting sequence, and so on.
reverseIterator() - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).
reverseIterator(long) - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices), starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is less than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
reverseIterator() - Method in class com.tangosol.util.CopyOnWriteLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).
reverseIterator(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices), starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is less than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
reverseIterator() - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).
reverseIterator(long) - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices), starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is less than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
reverseIterator() - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).
reverseIterator(long) - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices), starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is less than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
RIGHT - Static variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
right - Variable in class com.tangosol.util.AbstractSparseArray.Node
The right child of this node.
RMI_COMMAND_LINE_ARG - Static variable in class com.tangosol.net.management.MBeanConnector
Command line argument to start RMI server.
RMI_CONNECTION_PORT_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify RMI connection port.
RMI_HOST_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify the RMI host.
RMI_REGISTRY_PORT_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify RMI registry port.
rnd() - Method in class com.tangosol.net.partition.PartitionSet
Obtain a random partition from the partition set.
ROLE_ALL - Static variable in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
The role identifier to use for matching any cluster members.
rollback(EntityTransaction) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Rollback the given EntityTransaction if it is not null and is active.
rollback() - Method in interface com.tangosol.coherence.transaction.Connection
Rollback the active transaction.
rollback() - Method in interface com.tangosol.util.TransactionMap
Rollback the changes made to the TransactionMap.
RollbackException - Exception in com.tangosol.coherence.transaction.exception
Indicates that the transaction was rolled back.
RollbackException() - Constructor for exception com.tangosol.coherence.transaction.exception.RollbackException
Default constructor
RollbackException(Throwable) - Constructor for exception com.tangosol.coherence.transaction.exception.RollbackException
Construct a RollbackException from a throwable.
RollbackException(String) - Constructor for exception com.tangosol.coherence.transaction.exception.RollbackException
Construct a RollbackException with a msg.
rollbackTransactionCollection(Collection) - Static method in class com.tangosol.net.CacheFactory
Roll back the transaction represented by a collection of TransactionMap objects.
ROLLEDBACK - Static variable in class com.tangosol.coherence.transaction.Status
The transaction has been rolled back.
ROLLINGBACK - Static variable in class com.tangosol.coherence.transaction.Status
The transaction is in the process of being rolled back.
rotate(AbstractSparseArray.Node, boolean) - Method in class com.tangosol.util.AbstractSparseArray
Rotate a node in a given direction.
rotateLeft(byte, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed byte value to the left by the number of bits specified.
rotateLeft(int, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed int value to the left by the number of bits specified.
rotateLeft(long, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed long value to the left by the number of bits specified.
rotateRight(byte, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed byte value to the right by the number of bits specified.
rotateRight(int, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed int value to the right by the number of bits specified.
rotateRight(long, int) - Static method in class com.tangosol.util.BitHelper
Rotate the bits of the passed long value to the right by the number of bits specified.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Deprecated. This method is invoked when the agent is run on the various servers in the cluster.
run() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
Deprecated. This method attempts to unlock the session ID associated with this ExitTask.
run() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. The task process: Process a portion of the reaping cycle.
run() - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Log the stacktraces of all the threads holding a lock for the session with id m_sId
run() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. The task process: Process a portion of the reaping cycle.
run() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.StartReapingTask
Deprecated. The task process: Start the reaping cycle.
run() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
This method is invoked on the daemon thread and performs the daemon processing until the thread stops.
run() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Shutdown hook runnable method.
run() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
The daemon's implementation method.
run() - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
The daemon's implementation method.
run() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon.FileFullTask
Execute the task, closing the file and moving on to the next one.
run() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon.PendingWriteTask
Execute the task, writing the buffer to the end of the file.
run() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
The daemon's implementation method.
run() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
The daemon's implementation method.
run() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
The daemon's implementation method.
run() - Method in class com.tangosol.net.DefaultCacheServer.ShutdownProcess
Run the shutdown logic.
run() - Method in interface com.tangosol.net.Invocable
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.net.LoadBalancer.RequestHandler
Processing loop for the RequestHandler daemon.
run() - Method in class com.tangosol.net.LoadBalancer.ResponseHandler
Processing loop for the ResponseHandler daemon.
run() - Method in class com.tangosol.net.LoadBalancer
Start the LoadBalancer.
run() - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Processing loop for the SocketHandler.
run() - Method in class com.tangosol.net.RefreshableAddressProvider.RefreshThread
The daemon's implementation method.
run() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
run() - Method in class com.tangosol.util.Daemon
The daemon's implementation method.
run() - Method in class com.tangosol.util.TaskDaemon.PeriodicTask
 
run() - Method in class com.tangosol.util.TaskDaemon
The task processing loop.
run(Runnable) - Method in class com.tangosol.util.TaskDaemon
Execute a Runnable task.
runAs(Subject, PrivilegedAction) - Static method in class com.tangosol.net.security.Security
Executes a privileged action on behalf of the user identity.
runAs(Subject, PrivilegedExceptionAction) - Static method in class com.tangosol.net.security.Security
Executes a privileged exception action on behalf of the user identity.
runCanceled(boolean) - Method in class com.tangosol.net.AbstractInvocable
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runCanceled(boolean) - Method in class com.tangosol.net.AbstractPriorityTask
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runCanceled(boolean) - Method in interface com.tangosol.net.PriorityTask
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runTask(Runnable) - Method in class com.tangosol.net.cache.SerializationPagedCache
Run the passed task on a separate thread.

S

s_atomicLogTime - Static variable in class com.tangosol.net.GuardSupport
Atomic counter containing the last log time stamp.
s_cachefactory - Static variable in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. The session management module's own ConfigurableCacheFactory.
s_cbUncollected - Static variable in class com.tangosol.io.nio.DirectBufferManager
Total amount of memory that have not been collected yet.
s_fWarnReuseAddr - Static variable in class com.tangosol.net.SocketOptions
Tracks if a configuration warning has been issued for SO_REUSEADDR
s_mapClassAdapters - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from the class of a property type to the class of the adapter that handles the type.
s_mapClassNames - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from type name / short class name to actual class instance.
s_mapFactories - Static variable in class com.tangosol.coherence.jpa.JpaCacheLoader
Map of all shared entity manager factories for all persistence units.
s_mapPrimitiveNames - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from class of an intrinsic type to its JVM signature.
SafeClock - Class in com.tangosol.util
SafeClock maintains a "safe" time in milliseconds.
SafeClock(long) - Constructor for class com.tangosol.util.SafeClock
Create a new SafeClock with the default maximum expected jitter as specified by the "tangosol.coherence.safeclock.jitter" system property.
SafeClock(long, long) - Constructor for class com.tangosol.util.SafeClock
Create a new SafeClock with the specified jitter threshold.
SafeComparator - Class in com.tangosol.util.comparator
Null-safe delegating comparator.
SafeComparator() - Constructor for class com.tangosol.util.comparator.SafeComparator
Default constructor (for ExternalizableLite and PortableObject).
SafeComparator(Comparator) - Constructor for class com.tangosol.util.comparator.SafeComparator
Construct a SafeComparator delegating to the specified (wrapped) comparator.
SafeConfigurablePofContext - Class in com.tangosol.io.pof
SafeConfigurablePofContext is an extension of ConfigurablePofContext that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured, as well as any Java serializable types (Serializable, Externalizable, or ExternalizableLite).
SafeConfigurablePofContext() - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Default constructor.
SafeConfigurablePofContext(String) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Create a SafeConfigurablePofContext that will load configuration information from the specified locator.
SafeConfigurablePofContext(XmlElement) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Create a SafeConfigurablePofContext that will use the passed configuration information.
SafeConfigurablePofContext.JavaPofSerializer - Class in com.tangosol.io.pof
Serializer used for Serializable and ExternalizableLite objects.
SafeConfigurablePofContext.JavaPofSerializer() - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext.JavaPofSerializer
 
SafeConfigurablePofContext.SafePofSerializer - Class in com.tangosol.io.pof
Serializer used for objects implementing the PortableObject interface.
SafeConfigurablePofContext.SafePofSerializer() - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofSerializer
 
SafeHashMap - Class in com.tangosol.util
An implementation of java.util.Map that is synchronized, but minimally so.
SafeHashMap() - Constructor for class com.tangosol.util.SafeHashMap
Construct a thread-safe hash map using the default settings.
SafeHashMap(int, float, float) - Constructor for class com.tangosol.util.SafeHashMap
Construct a thread-safe hash map using the specified settings.
SafeHashMap.Entry - Class in com.tangosol.util
A map entry (key-value pair).
SafeHashMap.Entry() - Constructor for class com.tangosol.util.SafeHashMap.Entry
 
SafeHashMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
SafeHashMap.EntrySet() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet
 
SafeHashMap.EntrySet.EntrySetIterator - Class in com.tangosol.util
An Iterator over the EntrySet that is backed by the SafeHashMap.
SafeHashMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Construct an Iterator over the Entries in the SafeHashMap.
SafeHashMap.KeySet - Class in com.tangosol.util
A set of entries backed by this map.
SafeHashMap.KeySet() - Constructor for class com.tangosol.util.SafeHashMap.KeySet
 
SafeHashMap.ValuesCollection - Class in com.tangosol.util
A collection of values backed by this map.
SafeHashMap.ValuesCollection() - Constructor for class com.tangosol.util.SafeHashMap.ValuesCollection
 
SafeHashSet - Class in com.tangosol.util
An implementation of java.util.Set that is synchronized, but minimally so.
SafeHashSet() - Constructor for class com.tangosol.util.SafeHashSet
Construct a thread-safe hash set using the default settings.
SafeHashSet(int, float, float) - Constructor for class com.tangosol.util.SafeHashSet
Construct a thread-safe hash set using the specified settings.
SafeLinkedList - Class in com.tangosol.util
Implementation of the Collection Framework interface "List" using a linked list algorithm.
SafeLinkedList() - Constructor for class com.tangosol.util.SafeLinkedList
Construct an empty List.
SafeLinkedList(Collection) - Constructor for class com.tangosol.util.SafeLinkedList
Construct a List containing the elements of the specified Collection.
SafeLinkedList.Node - Class in com.tangosol.util
A Node in the List.
SafeLinkedList.Node() - Constructor for class com.tangosol.util.SafeLinkedList.Node
Construct a blank Node.
SafeLinkedList.Node(Object) - Constructor for class com.tangosol.util.SafeLinkedList.Node
Construct a Node with a value.
SafeSortedMap - Class in com.tangosol.util
SafeSortedMap is an implementation of SortedMap based on a skip-list that is structurally thread-safe.
SafeSortedMap() - Constructor for class com.tangosol.util.SafeSortedMap
Construct a new SafeSortedMap using the natural ordering of the Comparable keys in this map.
SafeSortedMap(Comparator) - Constructor for class com.tangosol.util.SafeSortedMap
Construct a new SafeSortedMap with the specified Comparator.
SafeSortedMap(Comparator, int, int) - Constructor for class com.tangosol.util.SafeSortedMap
Construct a new SafeSortedMap with the specified parameters.
SafeSortedMap.BaseEntryNode - Class in com.tangosol.util
BaseEntryNode is a synthetic EntryNode that serves as the "head" of the base entry list.
SafeSortedMap.BaseEntryNode() - Constructor for class com.tangosol.util.SafeSortedMap.BaseEntryNode
Construct a BaseEntryNode.
SafeSortedMap.EntryNode - Class in com.tangosol.util
EntryNode represents a key-value mapping in this map.
SafeSortedMap.EntryNode(Object, Object) - Constructor for class com.tangosol.util.SafeSortedMap.EntryNode
Construct an EntryNode for the specified key and value.
SafeSortedMap.EntryNode(Object, Object, SafeSortedMap.EntryNode) - Constructor for class com.tangosol.util.SafeSortedMap.EntryNode
Construct an EntryNode for the specified key, value and next node.
SafeSortedMap.EntryNode.MapEntry - Class in com.tangosol.util
A Map.Entry view of the EntryNode.
SafeSortedMap.EntryNode.MapEntry() - Constructor for class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
 
SafeSortedMap.IndexNode - Class in com.tangosol.util
IndexNode represents the start node in the map's lattice representation at a given index-level.
SafeSortedMap.IndexNode(int, SafeSortedMap.IndexNode, SafeSortedMap.EntryNode) - Constructor for class com.tangosol.util.SafeSortedMap.IndexNode
Create a new IndexNode for the specified index-level.
SafeSortedMap.SkipNode - Class in com.tangosol.util
SkipNode is an entry or index node in the lattice for a SafeSortedMap's representation.
SafeSortedMap.SkipNode(SafeSortedMap.SkipNode, SafeSortedMap.EntryNode) - Constructor for class com.tangosol.util.SafeSortedMap.SkipNode
Construct a SkipNode according to the specified parameters.
SafeSortedMap.Split - Class in com.tangosol.util
Split encapsulates the headMap and tailMap of the SafeSortedMap at a given split-key and could be used as an optimization facility when both head and tail portions of the SortedMap are needed.
SafeSortedMap.Split(Object) - Constructor for class com.tangosol.util.SafeSortedMap.Split
Construct a split at the specified key.
SafeSortedMap.ViewMap - Class in com.tangosol.util
ViewMap provides a SortedMap view over a subset of the SafeSortedMap.
SafeSortedMap.ViewMap(Object, Object) - Constructor for class com.tangosol.util.SafeSortedMap.ViewMap
Create a new ViewMap over the SafeSortedMap bounded by the specified keys, or null for no-bound.
SafeSortedMap.ViewMap.EntryIterator - Class in com.tangosol.util
An Iterator over the Entries backed by this ViewMap.
SafeSortedMap.ViewMap.EntryIterator() - Constructor for class com.tangosol.util.SafeSortedMap.ViewMap.EntryIterator
 
SafeSortedMap.ViewMap.EntrySet - Class in com.tangosol.util
A Set of Entries backed by this ViewMap.
SafeSortedMap.ViewMap.EntrySet() - Constructor for class com.tangosol.util.SafeSortedMap.ViewMap.EntrySet
 
save(DataOutput) - Method in class com.tangosol.util.UID
Store this UID in a stream.
SaxParser - Class in com.tangosol.run.xml
A simple XML parser.
SaxParser() - Constructor for class com.tangosol.run.xml.SaxParser
Construct a SaxParser.
SaxParser(boolean) - Constructor for class com.tangosol.run.xml.SaxParser
Construct a SaxParser.
SaxParser.ValidationHandler - Class in com.tangosol.run.xml
An inner class Error Handler that is registered in parser that performs validation.
SaxParser.ValidationHandler() - Constructor for class com.tangosol.run.xml.SaxParser.ValidationHandler
 
scale() - Method in class com.tangosol.io.pof.RawQuad
Get the base-2 scale (exponent) of the quad value.
schedule(Work) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener, Member) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Accepts a Work instance for processing at the specified Member.
schedule(Work) - Method in class com.tangosol.coherence.commonj.WorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener) - Method in class com.tangosol.coherence.commonj.WorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener, Member) - Method in class com.tangosol.coherence.commonj.WorkManager
Accepts a Work instance for processing at the specified Member.
SCHEDULE_FIRST - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be queued in front of any equal or lower scheduling priority tasks and executed as soon as any of the worker threads become available.
SCHEDULE_IMMEDIATE - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be immediately executed by any idle worker thread; if all of them are active, a new thread will be created to execute this task.
SCHEDULE_STANDARD - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be queued and executed in a natural (based on the request arrival time) order.
scheduleExpiry() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Reschedule the cache entry expiration.
scheduleNextCycle() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
Deprecated. Schedules the next reaping cycle.
scheduleNextCycle() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated.  
schedulePeriodicTask(Runnable, long, long) - Method in class com.tangosol.util.TaskDaemon
Schedule a periodic task to be run at the specified time, and to repeat at the specified interval.
scheduleRegistration(SocketChannel, TcpDatagramSocket.Impl.ConnectionStatus) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Schedule a registration with the selector, and wake it up.
scheduleTask(Runnable, long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Schedule a task to be run at the specified time, or as soon after as possible.
scheduleTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
Schedule a task to be run at the specified time, or as soon after as possible.
scheduleWork() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Notify the daemon that there is work to be done.
SCHEME_CLASS - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The custom class scheme.
SCHEME_DISK - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. As of Coherence 3.0, replaced by DefaultConfigurableCacheFactory.SCHEME_EXTERNAL and DefaultConfigurableCacheFactory.SCHEME_EXTERNAL_PAGED
SCHEME_DISTRIBUTED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The distributed cache scheme.
SCHEME_EXTERNAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The external scheme.
SCHEME_EXTERNAL_PAGED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The paged-external scheme.
SCHEME_FLASHJOURNAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The flash journal cache scheme.
SCHEME_INVOCATION - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The invocation service scheme.
SCHEME_LOCAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The local cache scheme.
SCHEME_NEAR - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The near cache scheme.
SCHEME_OPTIMISTIC - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The optimistic cache scheme.
SCHEME_OVERFLOW - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The overflow map scheme.
SCHEME_PROXY - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The proxy service scheme.
SCHEME_RAMJOURNAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The ram journal cache scheme.
SCHEME_READ_WRITE_BACKING - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The read write backing map scheme.
SCHEME_REF - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing a scheme reference.
SCHEME_REMOTE_CACHE - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The remote cache scheme.
SCHEME_REMOTE_INVOCATION - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The remote invocation scheme.
SCHEME_REPLICATED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The replicated cache scheme.
SCHEME_TRANSACTIONAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The transactional cache scheme.
SCHEME_UNKNOWN - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The unknown scheme type.
SCHEME_VERSIONED_BACKING - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The versioned backing map scheme.
SCHEME_VERSIONED_NEAR - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The versioned near cache scheme.
ScopedCacheFactoryBuilder - Class in com.tangosol.net
Implementation of CacheFactoryBuilder that manages multiple instances of ConfigurableCacheFactory.
ScopedCacheFactoryBuilder() - Constructor for class com.tangosol.net.ScopedCacheFactoryBuilder
Default constructor; reads scope resolver configuration from operational configuration file (tangosol-coherence.xml)
ScopedCacheFactoryBuilder(ScopeResolver) - Constructor for class com.tangosol.net.ScopedCacheFactoryBuilder
Constructor to provide a custom scope resolver
ScopeResolver - Interface in com.tangosol.net
This interface is used to derive a scope name used to create an instance of ConfigurableCacheFactory.
SEARCH_EQ - Static variable in class com.tangosol.util.SafeSortedMap
Search mode for equal-to.
SEARCH_GT - Static variable in class com.tangosol.util.SafeSortedMap
Search mode for strictly greater-than.
SEARCH_GTEQ - Static variable in class com.tangosol.util.SafeSortedMap
Search mode for greater-than or equal.
SEARCH_LT - Static variable in class com.tangosol.util.SafeSortedMap
Search mode for strictly less-than.
SEARCH_LTEQ - Static variable in class com.tangosol.util.SafeSortedMap
Search mode for less-than or equal.
Security - Class in com.tangosol.net.security
The Security class is used to assosiate client's identity with an action that requires access to protected clustered resources.
Security() - Constructor for class com.tangosol.net.security.Security
 
SecurityHelper - Class in com.tangosol.net.security
A collection of security-related utilities.
SecurityHelper() - Constructor for class com.tangosol.net.security.SecurityHelper
 
SecurityProvider - Class in com.tangosol.net.security
Security Provider implementation that returns custom security services.
SEGMENT_COUNT - Static variable in class com.tangosol.util.SegmentedHashMap
The number of segments to partition the hash buckets into.
SEGMENT_LOCK_MAX_SPIN - Static variable in class com.tangosol.util.SegmentedHashMap
Maximum number of times to spin while trying to acquire a segment lock before waiting.
SegmentedConcurrentMap - Class in com.tangosol.util
An implementation of SegmentedHashMap that also implements the ConcurrentMap interface.
SegmentedConcurrentMap() - Constructor for class com.tangosol.util.SegmentedConcurrentMap
Default constructor.
SegmentedConcurrentMap(SegmentedConcurrentMap.ContentionObserver) - Constructor for class com.tangosol.util.SegmentedConcurrentMap
Construct a SegmentedConcurrentMap with the default settings and the specified ContentionObserver
SegmentedConcurrentMap(int, float, float) - Constructor for class com.tangosol.util.SegmentedConcurrentMap
Construct a SegmentedConcurrentMap using the specified settings.
SegmentedConcurrentMap(int, float, float, SegmentedConcurrentMap.ContentionObserver) - Constructor for class com.tangosol.util.SegmentedConcurrentMap
Construct a thread-safe hash map using the specified settings.
SegmentedConcurrentMap.ConditionalRemoveAction - Class in com.tangosol.util
Action support for a conditional remove().
SegmentedConcurrentMap.ConditionalRemoveAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.ConditionalRemoveAction
 
SegmentedConcurrentMap.ContentionObserver - Interface in com.tangosol.util
ContentionObserver is used to observe the contention lock-related actions performed on the concurrent map.
SegmentedConcurrentMap.LockableEntry - Class in com.tangosol.util
LockableEntry is an Entry that supports locking.
SegmentedConcurrentMap.LockableEntry(Object, Object, int) - Constructor for class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Construct a LockableEntry for the given entry.
SegmentedConcurrentMap.LockAction - Class in com.tangosol.util
Action support for lock().
SegmentedConcurrentMap.LockAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.LockAction
 
SegmentedConcurrentMap.RemoveAction - Class in com.tangosol.util
Action support for remove().
SegmentedConcurrentMap.RemoveAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.RemoveAction
 
SegmentedConcurrentMap.SizeAction - Class in com.tangosol.util
Action support for size().
SegmentedConcurrentMap.SizeAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.SizeAction
 
SegmentedConcurrentMap.UnlockAction - Class in com.tangosol.util
Action support for unlock().
SegmentedConcurrentMap.UnlockAction() - Constructor for class com.tangosol.util.SegmentedConcurrentMap.UnlockAction
 
SegmentedHashMap - Class in com.tangosol.util
An implementation of java.util.Map that is optimized for heavy concurrent use.
SegmentedHashMap() - Constructor for class com.tangosol.util.SegmentedHashMap
Default constructor.
SegmentedHashMap(int, float, float) - Constructor for class com.tangosol.util.SegmentedHashMap
Construct a thread-safe hash map using the specified settings.
SegmentedHashMap.ContainsValueAction - Class in com.tangosol.util
Action support for containsValue().
SegmentedHashMap.ContainsValueAction() - Constructor for class com.tangosol.util.SegmentedHashMap.ContainsValueAction
 
SegmentedHashMap.Entry - Class in com.tangosol.util
A map entry (key-value pair).
SegmentedHashMap.Entry(Object, Object, int) - Constructor for class com.tangosol.util.SegmentedHashMap.Entry
Construct an Entry object with the specified key, value and hash.
SegmentedHashMap.EntryAction - Interface in com.tangosol.util
An EntryAction encapsulates a logical action to be executed in the context of a key (that may or may not exist in the map).
SegmentedHashMap.EntryActionAdapter - Class in com.tangosol.util
EntryActionAdapter is a convenience class that provides default implementations for the EntryAction and IterableEntryAction interface methods.
SegmentedHashMap.EntryActionAdapter() - Constructor for class com.tangosol.util.SegmentedHashMap.EntryActionAdapter
 
SegmentedHashMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
SegmentedHashMap.EntrySet() - Constructor for class com.tangosol.util.SegmentedHashMap.EntrySet
 
SegmentedHashMap.EntrySet.EntrySetIterator - Class in com.tangosol.util
An Iterator over the EntrySet that is backed by the SegmentedHashMap.
SegmentedHashMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.util.SegmentedHashMap.EntrySet.EntrySetIterator
Construct an Iterator over the Entries in the SegmentedHashMap.
SegmentedHashMap.GetEntryAction - Class in com.tangosol.util
Action support for getEntryInternal.
SegmentedHashMap.GetEntryAction() - Constructor for class com.tangosol.util.SegmentedHashMap.GetEntryAction
 
SegmentedHashMap.InsertAction - Class in com.tangosol.util
Action support for insert.
SegmentedHashMap.InsertAction() - Constructor for class com.tangosol.util.SegmentedHashMap.InsertAction
 
SegmentedHashMap.IterableEntryAction - Interface in com.tangosol.util
IterableEntryAction is an EntryAction that is suitable for applying to all keys in a map.
SegmentedHashMap.KeySet - Class in com.tangosol.util
A set of entries backed by this map.
SegmentedHashMap.KeySet() - Constructor for class com.tangosol.util.SegmentedHashMap.KeySet
 
SegmentedHashMap.RemoveAction - Class in com.tangosol.util
Action support for remove().
SegmentedHashMap.RemoveAction() - Constructor for class com.tangosol.util.SegmentedHashMap.RemoveAction
 
SegmentedHashMap.Segment - Class in com.tangosol.util
Segment metadata.
SegmentedHashMap.Segment() - Constructor for class com.tangosol.util.SegmentedHashMap.Segment
 
SegmentedHashMap.ValuesCollection - Class in com.tangosol.util
A collection of values backed by this map.
SegmentedHashMap.ValuesCollection() - Constructor for class com.tangosol.util.SegmentedHashMap.ValuesCollection
 
SegmentedHashSet - Class in com.tangosol.util
An implementation of java.util.Set that is optimized for heavy concurrent use.
SegmentedHashSet() - Constructor for class com.tangosol.util.SegmentedHashSet
Construct a thread-safe hash set using the default settings.
SegmentedHashSet(int, float, float) - Constructor for class com.tangosol.util.SegmentedHashSet
Construct a thread-safe hash set using the specified settings.
select(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Select the next key from the refresh-ahead queue that is a candidate for an asynchronous load.
select() - Method in class com.tangosol.net.WrapperSelector
select(long) - Method in class com.tangosol.net.WrapperSelector
selectedKeys() - Method in class com.tangosol.net.WrapperSelector
selectNow() - Method in class com.tangosol.net.WrapperSelector
selector() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
selectWrapper(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Select a Filter based on the supplied protocol information.
SemiLiteEventTransformer - Class in com.tangosol.util.transformer
SemiLiteEventTransformer is a special purpose MapEventTransformer implementation that removes an OldValue from the MapEvent object for the purpose of reducing the amount of data that has to be sent over the network to event consumers.
SemiLiteEventTransformer() - Constructor for class com.tangosol.util.transformer.SemiLiteEventTransformer
No-argument constructor for lite deserialization.
send(DatagramPacket) - Method in class com.tangosol.net.NonBlockingTcpDatagramSocket.Impl
send(DatagramPacket) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
send(DatagramPacket) - Method in class com.tangosol.net.TcpDatagramSocket
sendUrgentData(int) - Method in class com.tangosol.net.WrapperSocket
SeppukuMapListener - Class in com.tangosol.net.cache
A map listener that follows the "seppuku" pattern, invalidating the Map entries when MapEvents for another related ObservableMap are delivered.
SeppukuMapListener(Map) - Constructor for class com.tangosol.net.cache.SeppukuMapListener
Construct a SeppukuMapListener for the specified front map.
SerializableAdapter - Class in com.tangosol.run.xml
A SerializableAdapter supports Java objects that implement the Serializable interface.
SerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SerializableAdapter
Construct a SerializableAdapter.
SerializationCache - Class in com.tangosol.net.cache
A version of SerializationMap that implements an LRU policy.
SerializationCache(BinaryStore, int) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache(BinaryStore, int, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache(BinaryStore, int, boolean) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache.EntryAttributes - Class in com.tangosol.net.cache
A class that holds on to the expiry time and touch order for an entry.
SerializationCache.EntryAttributes(long, long, int) - Constructor for class com.tangosol.net.cache.SerializationCache.EntryAttributes
Construct an attribute holder for an entry.
SerializationCache.EntrySet - Class in com.tangosol.net.cache
A set of entries backed by this map.
SerializationCache.EntrySet() - Constructor for class com.tangosol.net.cache.SerializationCache.EntrySet
 
SerializationCache.EntrySet.Entry - Class in com.tangosol.net.cache
A Cache Entry implementation.
SerializationCache.EntrySet.Entry(Object, Object) - Constructor for class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Construct an Entry.
SerializationCache.InternalEvictionPolicy - Class in com.tangosol.net.cache
The InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.
SerializationMap - Class in com.tangosol.net.cache
Map implementation that stores its contents in a BinaryStore.
SerializationMap(BinaryStore) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore.
SerializationMap(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore, using the passed ClassLoader for deserialization.
SerializationMap(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore, optionally storing only Binary keys and values.
SerializationPagedCache - Class in com.tangosol.net.cache
A version of SerializationMap that implements an LRU policy using time-based paging of the cache.
SerializationPagedCache(BinaryStoreManager, int, int) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache.FakeBinaryStore - Class in com.tangosol.net.cache
A lite BinaryStore implementation used when the real underlying BinaryStore gets destroyed.
SerializationPagedCache.FakeBinaryStore() - Constructor for class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
 
SerializationPagedCache.PagedBinaryStore - Class in com.tangosol.net.cache
A virtual BinaryStore implementation that aggregates a sequence (newest to oldest) of periodic BinaryStore objects.
SerializationPagedCache.PagedBinaryStore(int) - Constructor for class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Construct a PagedBinaryStore.
SerializationPagedCache.WrapperBinaryStore - Class in com.tangosol.net.cache
A wrapper BinaryStore implementation that keeps track of its size.
SerializationPagedCache.WrapperBinaryStore(BinaryStore) - Constructor for class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Construct a WrapperBinaryStore.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.DefaultSerializer
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.EnumPofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.ExternalizableLitePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.ExternalizablePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.PofAnnotationSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in interface com.tangosol.io.pof.PofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.PortableObjectSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.PrincipalPofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.JavaPofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.pof.SimplePofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.SubjectPofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.ThrowablePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.XmlSerializablePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(WriteBuffer.BufferOutput, Object) - Method in interface com.tangosol.io.Serializer
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
Serializer - Interface in com.tangosol.io
The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
SerializerAware - Interface in com.tangosol.io
The SerializerAware interface provides the ability to configure a Serializer to be used by the implementing object when serializing or deserializing objects.
SerializerFactory - Interface in com.tangosol.io
A factory for Serializer objects.
serializeValue(Object) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Take the passed object and turn it into a Binary value.
service(Servlet, ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Issue the service call to the specified servlet, given the passed request and response objects.
Service - Interface in com.tangosol.net
This Service interface represents a controllable service that operates in a clustered network environment.
Service - Interface in com.tangosol.util
A Service is a Controllable that emits service lifecycle events.
SERVICE_STARTED - Static variable in class com.tangosol.util.ServiceEvent
This event indicates that a service has started.
SERVICE_STARTING - Static variable in class com.tangosol.util.ServiceEvent
This event indicates that a service is starting.
SERVICE_STOPPED - Static variable in class com.tangosol.util.ServiceEvent
This event indicates that a service has stopped.
SERVICE_STOPPING - Static variable in class com.tangosol.util.ServiceEvent
This event indicates that a service is stopping.
SERVICE_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ServiceMBean.
ServiceEvent - Class in com.tangosol.util
An event which indicates that a Service state has changed: a service is starting a service has started a service is stopping a service has stopped A ServiceEvent object is sent as an argument to the ServiceListener interface methods.
ServiceEvent(Service, int) - Constructor for class com.tangosol.util.ServiceEvent
Constructs a new ServiceEvent.
ServiceFailurePolicy - Interface in com.tangosol.net
ServiceFailurePolicy is used to control how a Guardable associated with a service is managed by its Guardian after the configured timeout.
ServiceInfo - Interface in com.tangosol.net
The ServiceInfo represents information about a Service that operates in a clustered network environment.
ServiceListener - Interface in com.tangosol.util
The listener interface for receiving ServiceEvents.
SERVICENAME_OWNERSHIP - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The name of the clustered invocation service that manages sticky session ownership.
serviceStarted(ServiceEvent) - Method in interface com.tangosol.util.ServiceListener
Invoked when a service has started.
serviceStarting(ServiceEvent) - Method in interface com.tangosol.util.ServiceListener
Invoked when a service is starting.
serviceStopped(ServiceEvent) - Method in interface com.tangosol.util.ServiceListener
Invoked when a service has stopped.
serviceStopping(ServiceEvent) - Method in interface com.tangosol.util.ServiceListener
Invoked when a service is stopping.
servletDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by each Coherence Servlet wrapper on destroy().
servletInitialized() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called by each Coherence Servlet wrapper on init().
SESSION_ID_EXTRACTOR - Static variable in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. ValueExtractor that can be used to extract the session ID from an external attribute key.
SessionExpiryFilterFactory - Interface in com.tangosol.coherence.servlet
This interface is used to create a filter that filters out the sessions that have expired.
SessionHelper - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
SessionHelper(SessionHelper.Factory, ServletContext) - Constructor for class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Construct a Coherence SessionHelper that will support the implementation of clustered web container services.
SessionHelper.Factory - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
SessionHelper.SessionReaperDaemon - Class in com.tangosol.coherence.servlet
Deprecated. A daemon thread class that will clean up expired sessions.
SessionHelper.SessionReaperDaemon(String, int) - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Construct a SessionReaperDaemon.
SessionHelper.SessionReaperDaemon.IncrementalReapTask - Class in com.tangosol.coherence.servlet
Deprecated.  
SessionHelper.SessionReaperDaemon.IncrementalReapTask(Iterator, int) - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
Deprecated.  
SessionHelper.SessionReaperDaemon.IncrementalReapTask(SessionHelper, Iterator, int) - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
Deprecated.  
SessionHelper.SessionReaperDaemon.StartReapingTask - Class in com.tangosol.coherence.servlet
Deprecated. A task that starts a reaping cycle.
SessionHelper.SessionReaperDaemon.StartReapingTask() - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.StartReapingTask
Deprecated. Default constructor.
SessionHelper.Task - Interface in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
SessionLocalBackingMapCacheDelegator - Class in com.tangosol.coherence.servlet
An abstract base class from which implementations of HttpSessionCollection that use a SessionLocalBackingMap can be more easily built.
SessionLocalBackingMapCacheDelegator() - Constructor for class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
SessionReaperStatistics - Interface in com.tangosol.coherence.servlet
Interface for session reaper statistics.
sessionReturned() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Indicates to the session that it is no longer new, because the session ID has been returned to the client to allow the client to accept it, as described in the Servlet specification.
sessionReturned() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Indicates to the session that it is no longer new, because the session ID has been returned to the client to allow the client to accept it, as described in the Servlet specification.
set(PofBufferReader, int) - Static method in class com.tangosol.io.pof.PofBufferReader.IdentityHolder
 
set(XmlBean, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Store the property value in the passed bean.
set(int, Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Replaces the element at the specified position in this list with the specified element.
set(long, Object) - Method in class com.tangosol.util.AbstractSparseArray
Add the passed item to the LongArray at the specified index.
set(int, Object) - Method in class com.tangosol.util.CircularArrayList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Replaces the last element returned by next or previous with the specified element.
set(long, Object) - Method in class com.tangosol.util.CopyOnWriteLongArray
Add the passed item to the LongArray at the specified index.
set(Object) - Method in class com.tangosol.util.ImmutableMultiList.MultiIterator
 
set(int, Object) - Method in class com.tangosol.util.InflatableList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(long, Object) - Method in interface com.tangosol.util.LongArray
Add the passed item to the LongArray at the specified index.
set(InvocableMap.Entry, Object) - Method in class com.tangosol.util.processor.PropertyProcessor
Set the property value into the passed Entry object.
set(int, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Replaces the last element returned by next or previous with the specified element.
set(int, Object) - Method in class com.tangosol.util.SafeLinkedList
Replaces the element at the specified position in this List with the specified element.
set(long, Object) - Method in class com.tangosol.util.SimpleLongArray
Add the passed item to the LongArray at the specified index.
set(int, T) - Method in class com.tangosol.util.SubList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value of the ThreadLocalObject for the current thread.
set(int, E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
setActivatableAttributes(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Specify whether the session model may or may not have attributes that need to be activated and passivated.
setAdvanceFrequency(int) - Method in class com.tangosol.net.TcpDatagramSocket
Specify the frequency at which the DatagramSocket will advance over the sub-sockets during receive.
setAllowAutoAdjust(boolean) - Method in class com.tangosol.net.cache.AbstractBundler
Specify whether or not the auto-adjustment is allowed..
setAssociatedService(PartitionedService) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Set the associated service.
setAsynchronousPageDeactivation(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether a daemon should evict the items from a deactivated page to avoid blocking other work from being done.
setAttribute(String, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Binds an object to this session, using the name specified.
setAttribute(String, XmlValue) - Method in class com.tangosol.run.xml.SimpleElement
Set an attribute value.
setAttribute(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Specify that this value is an element attribute.
setAttribute(String, XmlValue) - Method in interface com.tangosol.run.xml.XmlElement
Set an attribute value.
setAttributeSerializationFailureMap(Map) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Set the map of attributes that cannot be written.
setAutoCommit(boolean) - Method in interface com.tangosol.coherence.transaction.Connection
Specify whether transactions created by this connection are in auto-commit mode.
setBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, store the current event from the back Map.
setBackingMap(String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Associate the specified backing Map with a given name.
setBackingMapManager(BackingMapManager) - Method in interface com.tangosol.net.CacheService
Set a backing map manager to be used by this CacheService to create underlying stores for the cached data.
setBackingMapManager(BackingMapManager) - Method in class com.tangosol.net.WrapperCacheService
Set a backing map manager to be used by this CacheService to create underlying stores for the cached data.
setBackMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Specify the MapListener for the back map.
setBackupJournal(BackupJournalRM.JournalImpl) - Method in class com.tangosol.io.journal.BackupJournalRM.RamConsumer
Specify the instance of the backup journal.
setBackUpToDate(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify that the value stored in the back Map is known to be up to date (not needing to be written to the back if evicted from the front).
setBackUpToDate(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify that the value stored in the back Map is known to be up to date (not needing to be written to the back if evicted from the front).
setBinary(Binary) - Method in class com.tangosol.run.xml.SimpleValue
Set the binary value.
setBinary(Binary) - Method in interface com.tangosol.run.xml.XmlValue
Set the binary value.
setBinaryMap(boolean) - Method in class com.tangosol.net.cache.SerializationMap
Configure the Map to be aware that all the keys and values in the map are known to be Binary or not.
setBinaryMap(boolean) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configure the Map to be aware that all the keys and values in the map are known to be Binary or not.
setBinaryStore(BinaryStore) - Method in class com.tangosol.io.AsyncBinaryStore
Specify the underlying BinaryStore.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Configures the BinaryStore that this CacheStore will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationCache
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationMap
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Specify the store to wrap.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configures the BinaryStore that this map will use for its storage.
setBoolean(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Set the boolean value.
setBoolean(boolean) - Method in interface com.tangosol.run.xml.XmlValue
Set the boolean value.
setBottomAnchor(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the bottom anchor object.
setBucketCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Configure the number of hash buckets.
setBucketLevel(int) - Method in class com.tangosol.io.nio.BinaryMap
Configure the hash bucket level.
setBucketOffset(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Set the head of the hash bucket linked list for a certain bucket.
setBuffer(ByteBuffer) - Method in class com.tangosol.io.nio.AbstractBufferManager
Set the current ByteBuffer reference.
setBuffer(ByteBuffer) - Method in class com.tangosol.io.nio.BinaryMap
Specify the ByteBuffer that the BinaryMap will be backed by.
setBufferManager(ByteBufferManager) - Method in class com.tangosol.io.nio.BinaryMap
Specify the ByteBufferManager for this map.
setBufferSize(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Configure the size of the write buffers.
setCacheConfiguration(ClassLoader, XmlElement) - Method in interface com.tangosol.net.CacheFactoryBuilder
Dynamically set the default cache configuration for a given class loader.
setCacheConfiguration(String, ClassLoader, XmlElement) - Method in interface com.tangosol.net.CacheFactoryBuilder
Dynamically set the cache configuration for a given URI and class loader.
setCacheConfiguration(String, ClassLoader, XmlElement) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Dynamically set the cache configuration for a given URI and class loader.
setCacheConfiguration(ClassLoader, XmlElement) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Dynamically set the default cache configuration for a given class loader.
setCacheConfiguration(String, ClassLoader, XmlElement) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Dynamically set the cache configuration for a given URI and class loader.
setCacheDelegator(CacheDelegator) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Set the cache delegator object.
setCacheEntry(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Configure the backing map cache entry.
setCacheFactory(ConfigurableCacheFactory) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Set the ConfigurableCacheFactory instance
setCacheFactoryBuilder(CacheFactoryBuilder) - Static method in class com.tangosol.net.CacheFactory
Specify a singleton CacheFactoryBuilder.
setCacheFactoryBuilderConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the cache factory builder configuration.
setCacheLoader(CacheLoader) - Method in class com.tangosol.net.cache.LocalCache
Specify the loader used by this LocalCache.
setCacheReloader(CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Set the CacheReloader used to refresh the corresponding Map.Entry value.
setCacheStoreTimeoutMillis(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the timeout used for CacheStore operations.
setCacheValues(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Modify the local-caching option for the ContinuousQueryCache.
setCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Set the capacity of the current ByteBuffer.
setCertificate(Member, Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the Certificate assocaited with a Member.
setCertificateLocal(Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the filter's certificate.
setCipherParams(AlgorithmParameterSpec) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Specify the Cipher's parameters.
setCipherTransformation(String) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Deprecated. Specify the Cipher's transformation.
setClassLoader(ClassLoader) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the class loader for which the configuration should be used.
setClassLoader(ClassLoader) - Method in interface com.tangosol.net.BackingMapManagerContext
Assign the ClassLoader this context is associated with.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Configure the ClassLoader that this CacheStore will use for deserialization.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.SerializationMap
Configure the ClassLoader that this map will use for deserialization.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configure the ClassLoader that this map will use for deserialization.
setClassLoader(ClassLoader) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Assign the ClassLoader this context is associated with.
setCleanupMethod(int) - Static method in class com.tangosol.io.nio.DirectBufferManager
Set the method to be used for buffers cleanup when the threshold is met.
setCleanupThreshold(float) - Static method in class com.tangosol.io.nio.DirectBufferManager
Determines how often, to run the DirectBufferManager.cleanupBuffers() method.
setCloseCount(int) - Method in class com.tangosol.util.ThreadGate
Specify the number of unmatched completed close/barEntry calls.
setClosingThread(Thread) - Method in class com.tangosol.util.ThreadGate
Specify the thread that is closing the gates.
setClusterQuorumMap(Map) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Set the cluster quorum map, keyed by role name.
setCollection(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. After deserialization, the collection needs to be configured.
setCollection(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. After deserialization, the collection needs to be configured.
setCollectorLoadFactor(double) - Method in class com.tangosol.io.journal.AbstractJournalRM
Configure the use-percentage of file below which it becomes eligible for garbage collection.
setCollectStats(boolean) - Method in class com.tangosol.util.WrapperObservableMap
Specify whether or not statistics are to be collected by the wrapper.
setComment(String) - Method in class com.tangosol.run.xml.SimpleElement
Set the text of this element's comment.
setComment(String) - Method in interface com.tangosol.run.xml.XmlElement
Set the text of this element's comment.
setCommitOption(boolean) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the auto commit option.
setComparator(Comparator) - Method in class com.tangosol.util.filter.LimitFilter
Set the Comparator used to partition the values into pages.
setConcurrency(int) - Method in interface com.tangosol.util.TransactionMap
Attempt to change the concurrency mode to the given value.
setConditionalRemoveAction(SegmentedConcurrentMap.ConditionalRemoveAction) - Method in class com.tangosol.util.SegmentedConcurrentMap
Specify the action for conditional remove.
setConfig(XmlElement) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Specify the manager's configuration.
setConfig(XmlElement) - Method in class com.tangosol.io.ConfigurableSerializerFactory
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.io.journal.AbstractJournalRM
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Specify the configuration for the object.
setConfig(XmlElement) - Method in interface com.tangosol.net.BackingMapManagerContext
Specify the configuration for the assosiated BackingMapManager.
setConfig(XmlElement) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.net.CompressionFilter
Deprecated. Specify the configuration for the object.
setConfig(XmlElement) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Specify the factory configuration XML.
setConfig(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Specify the factory configuration XML.
setConfig(XmlElement) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Configures the Encryption filter for asymmetric encryption using a private key and Certificate from a KeyStore.
setConfig(XmlElement) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Configures the ClusterEncryptionFilter.
setConfig(XmlElement) - Method in class com.tangosol.net.security.PasswordBasedEncryptionFilter
Deprecated. Configures the Encryption filter for password based encryption.
setConfig(XmlElement) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Configures the Encryption filter for symetric encryption using a key from a KeyStore.
setConfig(XmlElement) - Method in class com.tangosol.net.SocketOptions
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.net.TcpSocketProvider
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.net.WrapperSocketProvider
Specify the configuration for the object.
setConfig(XmlElement) - Method in interface com.tangosol.run.xml.XmlConfigurable
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Specify the configuration for the assosiated BackingMapManager.
setConfigClassLoader(ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Set the class loader used to load the configuration for this factory.
setConfigurableCacheFactory(ConfigurableCacheFactory) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Sets the global cache factory instance used by Coherence*Web.
setConfigurableCacheFactory(ConfigurableCacheFactory) - Static method in class com.tangosol.net.CacheFactory
Specify a singleton of ConfigurableCacheFactory.
setConfigurableCacheFactoryConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the configurable cache factory configuration.
setConfiguration(HttpSessionCollectionConfiguration) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Set the configuration object.
setConfiguredName(String) - Method in class com.tangosol.util.Daemon
Configure the name for the daemon.
setConfiguredPriority(int) - Method in class com.tangosol.util.Daemon
Configure the priority for the daemon.
setConfigURI(String) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the configuration URI used to create the connection.
setConsumer(Journal.JournalConsumer) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.
setConsumer(Journal.JournalConsumer) - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.
setContainsValueAction(SegmentedHashMap.ContainsValueAction) - Method in class com.tangosol.util.SegmentedHashMap
Specify the action for containsValue().
setContentionObserver(SegmentedConcurrentMap.ContentionObserver) - Method in class com.tangosol.util.SegmentedConcurrentMap
Set the ContentionObserver for this SegmentedConcurrentMap.
setContext(Guardian.GuardContext) - Method in interface com.tangosol.net.Guardable
Set the guard context.
setContext(Guardian.GuardContext) - Method in class com.tangosol.util.Daemon
Set the guard context.
setContextClassLoader(ClassLoader) - Method in interface com.tangosol.io.ClassLoaderAware
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.io.DefaultSerializer
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.io.journal.AbstractJournalRM
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.NearCache
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.net.WrapperService
Specify the context ClassLoader for this object.
setContextSerializer(Serializer) - Method in interface com.tangosol.io.SerializerAware
Specify the context Serializer for this object.
setCookie(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the cookie object.
setCurrentRule(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Set the current quorum rule used by the policy.
setDataVersion(int) - Method in class com.tangosol.io.AbstractEvolvable
Set the version associated with the data stream with which this object is being deserialized.
setDataVersion(int) - Method in interface com.tangosol.io.Evolvable
Set the version associated with the data stream with which this object is being deserialized.
setDate(Date) - Method in class com.tangosol.run.xml.SimpleValue
Set the Date value.
setDate(Date) - Method in interface com.tangosol.run.xml.XmlValue
Set the Date value.
setDateTime(Timestamp) - Method in class com.tangosol.run.xml.SimpleValue
Set the Timestamp value.
setDateTime(Timestamp) - Method in interface com.tangosol.run.xml.XmlValue
Set the Timestamp value.
setDebug(boolean) - Static method in class com.tangosol.net.cache.SerializationPagedCache
Set the status of the internal debug flag.
setDecimal(BigDecimal) - Method in class com.tangosol.run.xml.SimpleValue
Set the dcimal value.
setDecimal(BigDecimal) - Method in interface com.tangosol.run.xml.XmlValue
Set the dcimal value.
setDecomposition(int) - Method in class com.tangosol.util.CacheCollator
Set the decomposition mode of this Collator.
setDecorations(long, ReadBuffer) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Set the decoration mask and decorations for the PofValue.
setDecryptionBlockSize(int) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the filter's decryption block size.
setDefaultMarshaller(MediaType, Class) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Configure the default marshaller class for the specified media type.
setDefaultMarshaller(String, Class) - Method in class com.tangosol.coherence.rest.io.MarshallerRegistry
Configure the default marshaller class for the specified media type.
setDelayMillis(long) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the timeout delay value.
setDelayMillis(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Specify the number of milliseconds that an entry added to the queue will sit in the queue before being removable ("ripe").
setDelaySeconds(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Specify the number of seconds that an entry added to the queue will sit in the queue before being removable ("ripe").
setDelegate(SocketProvider) - Method in class com.tangosol.net.WrapperSocketProvider
Set the delegate SocketProvider
setDirectory(File) - Method in class com.tangosol.io.journal.FlashJournalRM
Configure the directory to use for journal files.
setDirectory(File) - Method in class com.tangosol.io.nio.MappedStoreManager
Specify the directory to use for MappedBufferManager(s).
setDirty() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Set the dirty flag for this value.
setDocumentComment(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the XML comment that appears outside of the root element.
setDocumentComment(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the XML comment that appears outside of the root element.
setDone(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Deprecated. Toggle the successful completion (session was unlocked) of any one agent.
setDone(boolean) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Deprecated. Specify if the task has completed.
setDormant(boolean) - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Specify whether the daemon is dormant or not.
setDouble(double) - Method in class com.tangosol.run.xml.SimpleValue
Set the double value.
setDouble(double) - Method in interface com.tangosol.run.xml.XmlValue
Set the double value.
setDtdName(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the public identifier of the DTD (DOCTYPE) for the document.
setDtdName(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the public identifier of the DTD (DOCTYPE) for the document.
setDtdUri(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the URI of the DTD (DOCTYPE) for the document.
setDtdUri(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the URI of the DTD (DOCTYPE) for the document.
setEager(boolean) - Method in interface com.tangosol.coherence.transaction.Connection
Specify whether transactions produced by this connection will be in eager mode.
setEager(boolean) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the eager mode value.
setEnabled(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Enable or disable the Cache.
setEncoding(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the encoding string for the XML document.
setEncoding(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the encoding string for the XML document.
setEncryptionBlockSize(int) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the filter's encryption block size.
setEntityClassMetadata(ClassMetadata) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the Hibernate ClassMetadata for the Hibernate entity
setEntityName(String) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Set the Hibernate entity name.
setEntryInBack(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify whether the entry for which this Status exists is present in the back map.
setEntryInFront(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify whether the entry for which this Status exists is present in the front map.
setEntryInFront(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify whether the entry for which this Status exists is present in the front map.
setEraseAllSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Set the flag that determines whether or not the wrapped store supports eraseAll() operations.
setEraseSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Set the flag that determines whether or not the wrapped store supports erase() operations.
setError() - Method in class com.tangosol.io.WriterPrintStream
Set the error state of the stream to true.
setEstimatedReaperSessionCount(int) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Update the estimated number of sessions that will be reaped by the reaper when it runs next.
setEvictable(boolean) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Specify that this entry is evictable or not.
setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Set the EvictionPolicy for the cache to use.
setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Set the EvictionPolicy for the cache to use.
setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy) - Method in class com.tangosol.net.cache.SerializationCache
Set the EvictionPolicy for the cache to use.
setEvictionPolicy(ConfigurableCacheMap.EvictionPolicy) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Set the EvictionPolicy for the cache to use.
setEvictionType(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the eviction type for the cache.
setEvolvable(boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Set the Evolvable flag to indicate if the object to be written is Evolvable or part of an Evolvable object.
setExecutionTimeoutMillis(long) - Method in class com.tangosol.net.AbstractPriorityTask
Specify the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
setExpiry(long) - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Specify the expiry for the entry represented by this Status.
setExpiry(long) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the expiry for the entry represented by this Status.
setExpiryArray(LongArray) - Method in class com.tangosol.net.cache.OverflowMap
Specify the array of keys that have an expiration, indexed by expiration times.
setExpiryDelay(long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Set the time-to-live of the corresponding Map.Entry.
setExpiryDelay(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Specify the default "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the default "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.OverflowMap
Specify the "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.SerializationCache
Specify the default "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Specify the default "time to live" for cache entries.
setExpiryEnabled(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether or not entry expiry is supported.
setExpiryMillis(long) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Specify when the cache entry will expire, or disable expiry.
setExpiryMillis(long) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Specify when the cache entry will expire, or disable expiry.
setExpiryMillis(long) - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Specify when the cache entry will expire, or disable expiry.
setExpiryMillis(long) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Specify when the cache entry will expire, or disable expiry.
setExternal(boolean) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Specify that the value is stored in the external cache.
setExternalBinary(Object, Binary) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Adds this binary value to the temporary map for flushing.
setExternalBinary(Binary) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Store the binary form of the value in the external cache.
setFactory(SocketProviderFactory) - Method in interface com.tangosol.net.SocketProvider
Specify the SocketProviderFactory associated with this provider.
setFactory(SocketProviderFactory) - Method in class com.tangosol.net.SystemSocketProvider
Specify the SocketProviderFactory associated with this provider.
setFactory(SocketProviderFactory) - Method in class com.tangosol.net.WrapperSocketProvider
Specify the SocketProviderFactory associated with this provider.
setFile(RandomAccessFile) - Method in class com.tangosol.io.nio.MappedBufferManager
Specify the RandomAccessFile that the buffer will be constructed on.
setFinishing(boolean) - Method in class com.tangosol.util.TaskDaemon
Specify whether the daemon will finish scheduled tasks before stopping.
setFlashJournalRM(FlashJournalRM) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the FlashJournalRM to use to store large values, or to store all values once the configured amount of RAM has been filled.
setFlushDelay(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Specify the delay between cache flushes.
setFlushDelay(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the delay between cache flushes.
setFlushDelay(int) - Method in class com.tangosol.net.cache.SerializationCache
Specify the delay between cache flushes.
setFlushDelay(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Specify the delay between cache flushes.
setFlushTime(long) - Method in class com.tangosol.net.cache.OldCache
Deprecated. as of Coherence 3.5
setFreeBlockOffset(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Set the head of the free block linked list for a certain size code.
setFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, store the current event from the front Map.
setFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
For internal use only, store the current event from the front Map.
setFrontMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Specify the MapListener for the front map.
setFrontMapListener(MapListener) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify the MapListener for the front map.
setFrontPutBlind(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether the front Map is more efficiently updated using putAll.
setFrontPutBlind(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify whether the front Map is more efficiently updated using putAll.
setFutureData(Binary) - Method in class com.tangosol.io.AbstractEvolvable
Store the unknown remainder of the data stream from which this object is being deserialized.
setFutureData(Binary) - Method in interface com.tangosol.io.Evolvable
Store the unknown remainder of the data stream from which this object is being deserialized.
setGetEntryAction(SegmentedHashMap.GetEntryAction) - Method in class com.tangosol.util.SegmentedHashMap
Specify the action for getEntryInternal.
setGrowthCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the level at which the modulo will increase.
setGrowthThreshold(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
setGuardableCount(int) - Method in class com.tangosol.net.GuardSupport
Set the number of Guardables that are registered with this GuardSupport.
setGuardContexts(GuardSupport.Context[]) - Method in class com.tangosol.net.GuardSupport
Set the array of GuardContext objects for the Guardables that are managed by this GuardSupport.
setGuardPolicy(Guardian, long, float) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
Set the Guardian and policy to guard this Daemon with.
setGuardPolicy(Guardian, long, float) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
Set the Guardian and policy to guard this Daemon with.
setGuardPolicy(Guardian, long, float) - Method in class com.tangosol.util.Daemon
Set the Guardian and policy to guard this Daemon with.
setGuardRegisterAction(Runnable) - Method in class com.tangosol.util.Daemon
Set the Guardian registration action.
setHashCode(int) - Method in class com.tangosol.run.xml.XmlBean
Set the cached hash code.
setHighUnits(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Update the maximum size of the cache in units.
setHighUnits(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Update the maximum size of the cache in units.
setHighUnits(int) - Method in class com.tangosol.net.cache.SerializationCache
Update the maximum size of the cache in units.
setHighUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Update the maximum size of the cache in units.
setHttpSession(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Configure the HttpSession that this model is bound to.
setHttpSession(HttpServletRequest, HttpSession) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Associate the supplied HttpSession with the given request.
setId(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Allow a sub-class to specify the session ID, for example during deserialization.
setIdleTimeout(long) - Method in class com.tangosol.util.TaskDaemon
Configure the daemon's timeout.
setIncrementalEviction(boolean) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Sepcify whether incremental eviction is enabled.
setInputStream(InputStream) - Method in class com.tangosol.io.WrapperInputStream
Specify the underlying InputSream.
setInsertAction(SegmentedHashMap.InsertAction) - Method in class com.tangosol.util.SegmentedHashMap
Specify the action for insert.
setInt(int) - Method in class com.tangosol.run.xml.SimpleValue
Set the int value.
setInt(int) - Method in interface com.tangosol.run.xml.XmlValue
Set the int value.
setInternalArray(LongArray) - Method in class com.tangosol.util.CopyOnWriteLongArray
Set the internal LongArray.
setInternalBinary(Binary) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Store the internally managed binary value.
setInternalValue(Object) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Store the internally managed object value.
setInternalValue(Object) - Method in class com.tangosol.run.xml.SimpleValue
Update the internal representation of the XmlValue.
setIsolation(Isolation) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the transaction isolation for the connection.
setIsolationLevel(Isolation) - Method in interface com.tangosol.coherence.transaction.Connection
Specify the isolation level that will be set on transactions produced by this connection.
setJournal(Journal) - Method in class com.tangosol.io.journal.RamJournalRM.FlashConsumer
Provide the FlashConsumer with a Journal instance that provides flash storage.
setKeepAlive(boolean) - Method in class com.tangosol.net.WrapperSocket
setKey(Binary) - Method in class com.tangosol.io.nio.BinaryMap.Block
Update the Entry key in the block.
setKey(SecretKey) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated. Specify the filter's encryption key.
setKey(Key) - Method in interface com.tangosol.run.xml.Identifiable
Set this value object to match to the specified Key
setKey(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Set the cached converted old value associated with this event.
setKeyMask(LocalCache.KeyMask) - Method in class com.tangosol.net.cache.LocalCache
ThreadLocal: Set the key mask for the current thread.
setKeyStore(KeyStore) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the filter's KeyStore.
setLastAccessedTime(long) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Set the time this session was last accessed, as the number of milliseconds since midnight, January 1, 1970 GMT.
setLastAnalysisContext(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Set the last AnalysisContext.
setLastBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the offset of the last block in the buffer.
setLastFlushedTime(long) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Set the time this session was last flushed, as the number of milliseconds since midnight, January 1, 1970 GMT.
setLastReapDuration(long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Sets the duration for the last reap cycle.
setLastReapDuration(long) - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Sets the duration for the last reap cycle.
setLastReapTime(long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Update the last time that session reaping started.
setLastReapTime(long) - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Sets the start time for the last reap cycle.
setLength(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Reconfigure the length of the buffer.
setLength(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Reconfigure the length of the buffer.
setLibrary(File) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Set the library to be patched by this utility.
setListenBacklog(int) - Method in class com.tangosol.net.TcpDatagramSocket
Specify the listen backlog for the server socket.
setListeners(Listeners) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Store the application listeners.
setLoadAllQuery(String) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the parameterized loadAll HQL query string
setLocal(boolean) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Specify whether or not this attribute is managed locally.
setLocal(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Set the flag that determines if the corresponding Map.Entry is stored in the local Map.
setLocalAddress(String) - Method in class com.tangosol.coherence.rest.server.AbstractHttpServer
Set address server should listen on.
setLocalAddress(String) - Method in interface com.tangosol.coherence.rest.server.HttpServer
Set address server should listen on.
setLocalPort(int) - Method in class com.tangosol.coherence.rest.server.AbstractHttpServer
Set port number server should listen on.
setLocalPort(int) - Method in interface com.tangosol.coherence.rest.server.HttpServer
Set port number server should listen on.
setLockAction(SegmentedConcurrentMap.LockAction) - Method in class com.tangosol.util.SegmentedConcurrentMap
Specify the action for lock().
setLockDelaySeconds(int) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the number of seconds to wait for a lock in debug mode.
setLockingEnforced(boolean) - Method in class com.tangosol.util.WrapperConcurrentMap
Set the flag indicatinig whether or not the locking is enforced for put, remove and clear operations.
setLoggingConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the configuration info for the logging facility.
setLong(long) - Method in class com.tangosol.run.xml.SimpleValue
Set the long value.
setLong(long) - Method in interface com.tangosol.run.xml.XmlValue
Set the long value.
setLowUnits(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Specify the point to which the cache will shrink when it prunes.
setLowUnits(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the point to which the cache will shrink when it prunes.
setLowUnits(int) - Method in class com.tangosol.net.cache.SerializationCache
Specify the point to which the cache will shrink when it prunes.
setLowUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Specify the point to which the cache will shrink when it prunes.
setManagement(Registry) - Method in interface com.tangosol.net.Cluster
Sets the current management registry.
setManagementConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the management framework configuration.
setMap(Map) - Method in class com.tangosol.net.cache.MapCacheStore
Configures the Map that this CacheStore uses for its storage.
setMarkInternal(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Update the internal stream mark.
setMaster() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Designate this Bundle as a "master" bundle.
setMaxBacklogSize(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Specify the size, in bytes, of the maximum backlog.
setMaxCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the maximum size that the managed buffer can reach.
setMaxCapacity(int) - Method in class com.tangosol.io.nio.AbstractStoreManager
Specify the maximum size that the managed buffers can reach.
setMaxEntries(int) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the maximum number of entries the Cache can store.
setMaxFileSize(long) - Method in class com.tangosol.io.journal.AbstractJournalRM
Configure the maximum size of the underlying journal files.
setMaxFileSize(long) - Method in class com.tangosol.io.journal.FlashJournalRM
Configure the maximum size of the underlying journal files.
setMaxFileSize(long) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the maximum size of the underlying journal files.
setMaximumSize(int) - Method in class com.tangosol.net.cache.SerializationCache
Deprecated. as of Coherence 3.5, use SerializationCache.setHighUnits(int)
setMaxInactiveInterval(int) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxLoadFactor(double) - Method in class com.tangosol.io.nio.BinaryMap
Set the load factor.
setMaxPoolSize(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Configure the size of the write buffers pool.
setMaxPoolSize(long) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the size of the buffers pool.
setMaxTotalRam(long) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the total amount of RAM that will be used for the journal.
setMaxValueSize(int) - Method in class com.tangosol.io.journal.AbstractJournalRM
Specify the maximum size, in bytes, of Binary values to store.
setMaxValueSize(int) - Method in class com.tangosol.io.journal.FlashJournalRM
Specify the maximum size, in bytes, of Binary values to store.
setMaxValueSize(int) - Method in class com.tangosol.io.journal.RamJournalRM
Specify the maximum size, in bytes, of Binary values to store.
setMinCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the minimum size that the managed buffer can reach.
setMinCapacity(int) - Method in class com.tangosol.io.nio.AbstractStoreManager
Specify the minimum size that the managed buffers can reach.
setMinLoadFactor(double) - Method in class com.tangosol.io.nio.BinaryMap
Set the "unload factor".
setMissedSoftTimeout(long) - Method in class com.tangosol.net.GuardSupport.Context
Set the missed soft-timeout for this guardable.
setModel(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.AttributeHolder
 
setModified(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Specify whether or not the session has been modified.
setModulo(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the new modulo.
setMutable(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Specify whether this value can be modified or not.
setMutable(boolean) - Method in class com.tangosol.run.xml.XmlBean
Specify whether this value can be modified or not.
setName(String) - Method in class com.tangosol.run.xml.SimpleElement
Set the Name of the element.
setName(String) - Method in interface com.tangosol.run.xml.XmlElement
Set the Name of the element.
setNamespacePrefix(String) - Method in class com.tangosol.run.xml.PropertyAdapter
Set the default Namespace prefix for this property.
setNamespacePrefix(String) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Set the default Namespace prefix for this XML bean.
setNewValue(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Set the cached converted new value associated with this event.
setNext(FlashJournalRM.Buffer) - Method in class com.tangosol.io.journal.FlashJournalRM.Buffer
Set the next buffer in a linked list of buffers.
setNext(Object) - Method in class com.tangosol.util.AbstractStableIterator
Specify the next object to provide from the Iterator.
setNext(SafeSortedMap.EntryNode) - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Set the next EntryNode in the entry list.
setNext(SafeSortedMap.SkipNode) - Method in class com.tangosol.util.SafeSortedMap.SkipNode
Set the next node in this node-list.
setNext(SegmentedHashMap.Entry) - Method in class com.tangosol.util.SegmentedHashMap.Entry
Set the next entry in the linked list (open hash)
setNextBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the next Block in the Buffer.
setNextCheckTime(long) - Method in class com.tangosol.net.GuardSupport
Set the next time at which the Guardables should be checked.
setNextCompactBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the next block to compact.
setNextEntry(SimpleElement.AttributeMap.Entry) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Set the next entry in the linked list.
setNextJournalFile(AbstractJournalRM.JournalFile) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Once this file has been filled, it gets a reference to the file that follows it.
setNextNodeOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the next Block in the linked list.
setNextReapTime(long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Sets the start time for the next reap cycle.
setNextReapTime(long) - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Sets the start time for the next reap cycle.
setNextRehashBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the next bucket to rehash.
setNextValidator(TransactionMap.Validator) - Method in class com.tangosol.run.jca.SimpleValidator
Set the next Validator.
setNextValidator(TransactionMap.Validator) - Method in interface com.tangosol.util.TransactionMap.Validator
Set the next Validator.
setNioRam(boolean) - Method in class com.tangosol.io.journal.RamJournalRM
Configure the journal to use direct buffers (NIO RAM) versus on-heap buffers (byte arrays) to store the journal data.
setNullValuesAllowed(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether null values are permitted.
setNullValuesAllowed(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify whether null values are permitted.
setObject(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
 
setObject(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value of the ThreadLocalObject for the current thread.
setObserved(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Specify whether the ContinuousQueryCache has any listeners that cannot be served by this Map listening to lite events.
setOffset(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of this Block in the Buffer.
setOffset(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.WrapperBufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.WrapperBufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffset(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffsetInternal(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Update the internal stream offset.
setOffsetInternal(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Update the internal stream offset.
setOldValue(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Set the cached converted old value associated with this event.
setOOBInline(boolean) - Method in class com.tangosol.net.WrapperSocket
setOption(int, Object) - Method in class com.tangosol.net.SocketOptions
setOption(int, Object) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
setOriginalBuffer(ReadBuffer) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Set the original buffer the changes should be applied to.
setOutputStream(OutputStream) - Method in class com.tangosol.io.WrapperOutputStream
Specify the underlying OutputStream.
setOverlay(byte[]) - Method in class com.tangosol.io.journal.FlashJournalRM.Buffer
Specify an overlay byte[].
setOwner(int, int) - Method in class com.tangosol.net.partition.Ownership
Specify a new owner id for the specified storage for this partition.
setOwners(Ownership) - Method in class com.tangosol.net.partition.Ownership
Set the owner id's for this partition according to the specified Ownership.
setOwnerThread(Thread) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the thread that owns the Status object.
setOwnerThread(Thread) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify the thread that owns the Status object.
setPacketMagic(int, int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Specify the packet header which is included at the start of every packet.
setPacketMagic(int, int) - Method in class com.tangosol.net.TcpDatagramSocket
Specify the packet header which is included at the start of every packet.
setPage(int) - Method in class com.tangosol.util.filter.LimitFilter
Set the page number (zero-based).
setPageDuration(long) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the length of time that the most recently created page is kept as the current page.
setPageSize(int) - Method in class com.tangosol.util.filter.LimitFilter
Set the page size (expressed as a number of entries per page).
setParent(XmlElement) - Method in class com.tangosol.run.xml.SimpleValue
Set the parent element of this value.
setParent(XmlElement) - Method in interface com.tangosol.run.xml.XmlValue
Set the parent element of this value.
setParentXmlBean(XmlBean) - Method in class com.tangosol.run.xml.XmlBean
Specify the XmlBean that contains this XmlBean.
setPartialResult(Object) - Method in exception com.tangosol.net.RequestTimeoutException
Specify a partial execution result.
setPassivePagedBackup(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether this is just a passive backup for a paged cache.
setPending(boolean) - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Set or clear the "pending" flag.
setPerformancePreferences(int, int, int) - Method in class com.tangosol.net.WrapperServerSocket
setPerformancePreferences(int, int, int) - Method in class com.tangosol.net.WrapperSocket
setPofContext(PofContext) - Method in class com.tangosol.io.pof.PofBufferReader
Configure the PofContext object used by this PofReader to deserialize user types from a POF stream.
setPofContext(PofContext) - Method in class com.tangosol.io.pof.PofBufferWriter
Configure the PofContext object used by this PofWriter to serialize user types to a POF stream.
setPofContext(PofContext) - Method in interface com.tangosol.io.pof.PofReader
Configure the PofContext object used by this PofReader to deserialize user types from a POF stream.
setPofContext(PofContext) - Method in interface com.tangosol.io.pof.PofWriter
Configure the PofContext object used by this PofWriter to serialize user types to a POF stream.
setPrevBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the previous Block in the Buffer.
setPreviousModulo(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the old modulo.
setPrevNodeOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the previous Block in the linked list.
setPrimaryOwner(int) - Method in class com.tangosol.net.partition.Ownership
Specify a new primary owner id for this partition.
setPrimitive(long, long) - Method in class com.tangosol.util.PrimitiveSparseArray
Add the passed item to the PrimitiveSparseArray at the specified index.
setPrimitiveValue(long) - Method in class com.tangosol.util.PrimitiveSparseArray.Iterator
Stores a new value at the current value index, returning the value that was replaced.
setPrimitiveValue(long) - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Set the long value for the Node
setPrintWriter(PrintWriter) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specify a PrintWriter to be used by this LoggingPofHandler.
setPrivateKey(Key) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Specify the filter's private encryption key.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Deprecated. Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Deprecated. Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
Deprecated. Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
Deprecated. Set the current protocol context.
setPruneDelay(int) - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
setPurgeDelayMillis(long) - Method in class com.tangosol.io.journal.FlashJournalRM
Sets the delay from the last touch of a tmp file until it is eligible for purging.
setQueueDaemon(AsyncBinaryStore.QueueDaemon) - Method in class com.tangosol.io.AsyncBinaryStore
 
setQuorumRules(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Set the quorum rules used by this policy.
setReadOnly(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Modify the read-only option for the ContinuousQueryCache.
setReapedSessions(long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Deprecated. Sets the number of sessions that were reaped during the last reap cycle.
setReapedSessions(long) - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
Sets the number of sessions that were reaped during the last reap cycle.
setReceiveBufferSize(int) - Method in class com.tangosol.net.WrapperServerSocket
setReceiveBufferSize(int) - Method in class com.tangosol.net.WrapperSocket
setReconnectInterval(long) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Specify a reconnection interval (in milliseconds).
setRecoveryMillis(long) - Method in class com.tangosol.net.GuardSupport.Context
Set the recovery interval for this Guardable.
setReferenceEnabled(boolean) - Method in class com.tangosol.io.pof.SimplePofContext
Enable or disable POF Identity/Reference type support for this SimplePofContext.
setRefreshAheadFactor(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the refresh-ahead factor, expressed as a percentage of the internal cache expiration interval.
setRegistrationContext(String) - Method in class com.tangosol.net.cache.NearCache
Set the context (tier) used to register a CacheMBean for this cache.
setReloader(Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the CacheReloader to be run when a cached object has expired.
setReloader(Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Set the CacheReloader to be run when a cached object has expired.
setRemoveAction(SegmentedHashMap.RemoveAction) - Method in class com.tangosol.util.SegmentedHashMap
Specify the action for remove().
setReported(boolean) - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Set of clear the "reported" flag.
setRequestTimeoutMillis(long) - Method in class com.tangosol.net.AbstractPriorityTask
Specify the maximum amount of time a calling thread is willing to wait for a result of the request execution.
setResourceConfig(ResourceConfig) - Method in class com.tangosol.coherence.rest.server.AbstractHttpServer
Set Jersey ResourceConfig to use.
setResourceConfig(ResourceConfig) - Method in interface com.tangosol.coherence.rest.server.HttpServer
Set Jersey ResourceConfig to use.
setResult(Object) - Method in class com.tangosol.net.AbstractInvocable
Set the result of the invocation.
setRethrowExceptions(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the value of the flag that determines if exceptions caught during synchronous CacheStore operations are rethrown to the calling thread; if false, exceptions are logged.
setReuseAddress(boolean) - Method in class com.tangosol.net.WrapperServerSocket
setReuseAddress(boolean) - Method in class com.tangosol.net.WrapperSocket
setRipeMillis(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Specify the times when the entry has to be persisted.
setRollover(int) - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
setRuleMask(int) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Set the numeric representation of the actions allowed by this rule.
setSchedulingPriority(int) - Method in class com.tangosol.net.AbstractPriorityTask
Specify this task's scheduling priority.
setScopeName(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Set the scope name for this ConfigurableCacheFactory.
setScopeResolver(ScopeResolver) - Method in class com.tangosol.net.ScopedCacheFactoryBuilder
Specify the scope resolver for this builder
setSecurityConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the security framework configuration.
setSendBufferSize(int) - Method in class com.tangosol.net.WrapperSocket
setSerializer(Serializer) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Deprecated. Set the serializer used to serialize and deserialize session attributes.
setService(Service) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Set the Cluster service.
setService(Service) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Set the service that this policy applies to.
setServiceConfig(String, XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the configuration for the specified service type.
setServiceName(String) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the name of the service that will be associated with any connection obtained with this connection spec.
setSessionFactory(SessionFactory) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Set the Hibernate SessionFactory to be used by this CacheLoader.
setSessionWorkerDaemon(TaskDaemon) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Set the daemon thread that is used for scheduled tasks.
setSharedKey(SecretKey) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Set the shared key.
setShrinkageCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the level at which the modulo will decrease.
setShrinkageThreshold(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
setSingletonFactory(ConfigurableCacheFactory) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Set the singleton cache factory (see DefaultCacheFactoryBuilder.getSingletonFactory()).
setSize(int) - Method in class com.tangosol.net.cache.OverflowMap
Update the number of entries in the OverflowMap.
setSizeAction(SegmentedConcurrentMap.SizeAction) - Method in class com.tangosol.util.SegmentedConcurrentMap
Specify the action for size().
setSizeThreshold(int) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the bundle size threshold value.
setSocketOptions(SocketOptions) - Method in class com.tangosol.net.TcpDatagramSocket
Specify SocketOptions to be used to configure each of the underlying TCP sockets.
setSoftTimeout(long) - Method in class com.tangosol.net.GuardSupport.Context
Set the next soft-timeout for this Guardable.
setSoLinger(boolean, int) - Method in class com.tangosol.net.WrapperSocket
setSoTimeout(int) - Method in class com.tangosol.net.WrapperServerSocket
setSoTimeout(int) - Method in class com.tangosol.net.WrapperSocket
setState(long) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
Specify the current state of this JournalFile.
setState(int) - Method in class com.tangosol.io.journal.AbstractJournalRM
Modify the current state of the AbstractJournalRM.
setState(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the state of the Status object.
setState(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify the state of the Status object.
setState(int) - Method in class com.tangosol.net.GuardSupport.Context
Set the state of the GuardContext to the specified value.
setStatus(int) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Change a status of the underlying Work.
setStatus(int) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Change the status of this Bundle.
setStatus(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the enumerated state of the Status object.
setStatus(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine the enumerated state of the Status object.
setStoreAllSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Set the flag that determines whether or not the wrapped store supports storeAll() operations.
setStoreSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Set the flag that determines whether or not the wrapped store supports store() operations.
setStrength(int) - Method in class com.tangosol.util.CacheCollator
Sets this Collator's strength property.
setStrict(boolean) - Method in class com.tangosol.io.nio.BinaryMap
Specify if the buffer should be initialized and if blocks should be cleared when not in use.
setStrict(boolean) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Specify whether any access to data in missing partitions should be treated as an error.
setString(String) - Method in class com.tangosol.run.xml.SimpleValue
Set the String value.
setString(String) - Method in interface com.tangosol.run.xml.XmlValue
Set the String value.
setSubnetMask(byte[], int) - Static method in class com.tangosol.net.InetAddressHelper
Set the specified number of bits of a byte array representing a subnet mask.
setSucceeded(boolean) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Deprecated. Specify whether the task has succeeded or not.
setSuspect(boolean) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Toggle the suspect flag for the value.
setSynthetic(boolean) - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Specify whether or not the currently performed operation is internally initiated.
setTcpNoDelay(boolean) - Method in class com.tangosol.net.WrapperSocket
setThread(Thread) - Method in class com.tangosol.util.Daemon.DaemonWorker
 
setThreadContext(Guardian.GuardContext) - Static method in class com.tangosol.net.GuardSupport
Associate the specified GuardContext with the current thread.
setThreadContextClassLoader(ClassLoader) - Method in class com.tangosol.util.Daemon
Configure the context ClassLoader for the daemon thread.
setThreadThreshold(int) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the minimum number of threads that will trigger the bundler to switch from a pass through to a bundled mode.
setThreshold(int) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Set the size threshold for this rule.
setTime(Time) - Method in class com.tangosol.run.xml.SimpleValue
Set the Time value.
setTime(Time) - Method in interface com.tangosol.run.xml.XmlValue
Set the Time value.
setTimeout(int) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the transactions timeout for the connection.
setTimeout(long) - Method in class com.tangosol.net.GuardSupport.Context
Set the next timeout for this Guardable.
setTimeToLive(int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
setTopAnchor(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the top anchor object.
setTopNode(SafeSortedMap.IndexNode) - Method in class com.tangosol.util.SafeSortedMap
Set the top index node in the map.
setTrafficClass(int) - Method in class com.tangosol.net.WrapperSocket
setTransactionIsolation(int) - Method in interface com.tangosol.util.TransactionMap
Attempt to change the transaction isolation level to the specified value.
setTransactionTimeout(int) - Method in interface com.tangosol.coherence.transaction.Connection
Set the transaction timeout.
setTransactionTimeout(int) - Method in interface com.tangosol.util.TransactionMap
Set transaction timeout value for this TransactionMap.
setTranslateEvents(boolean) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Specify whether or not an event source has to be translated by the wrapper.
setTranslateEvents(boolean) - Method in class com.tangosol.util.WrapperObservableMap
Specify whether or not an event source has to be translated by the wrapper.
setTtl(long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the default time-to-live for all entries in the Cache.
setTTL(byte) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
setType(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Set the Block type.
setUniformElementType(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Set the uniform element type for this collection.
setUniformEncoded() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Specifies that the buffer contains only a value, without a type identifier.
setUnitCalculator(ConfigurableCacheMap.UnitCalculator) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Set the UnitCalculator for the cache to use.
setUnitCalculator(ConfigurableCacheMap.UnitCalculator) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Set the UnitCalculator for the cache to use.
setUnitCalculator(ConfigurableCacheMap.UnitCalculator) - Method in class com.tangosol.net.cache.SerializationCache
Set the UnitCalculator for the cache to use.
setUnitCalculator(ConfigurableCacheMap.UnitCalculator) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Set the UnitCalculator for the cache to use.
setUnitCalculatorType(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the unit calculator type for the cache.
setUnitFactor(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
setUnitFactor(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
setUnitFactor(int) - Method in class com.tangosol.net.cache.SerializationCache
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
setUnitFactor(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
setUnits(int) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Specify the number of cache units used by this Entry.
setUnits(int) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Specify the number of cache units used by this Entry.
setUnits(int) - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Specify the number of cache units used by this Entry.
setUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Specify the number of cache units used by this Entry.
setUnlockAction(SegmentedConcurrentMap.UnlockAction) - Method in class com.tangosol.util.SegmentedConcurrentMap
Specify the action for unlock().
setUp() - Method in class com.tangosol.net.DefaultCacheServer
Setup any necessary resources.
setUserContext(Object) - Method in interface com.tangosol.net.Service
Associate a user context object with this Service.
setUserContext(Object) - Method in class com.tangosol.net.WrapperService
Associate a user context object with this Service.
setValid(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Allow a sub-class to explicitly validate the session model, for example at the completion of deserialization.
setValidator(TransactionMap.Validator) - Method in interface com.tangosol.util.TransactionMap
Add the specified Validator to the top of validation chain for this TransactionMap.
setValue(Object) - Method in class com.tangosol.coherence.rest.EntryResource
Set the entry value.
setValue(Binary) - Method in class com.tangosol.io.nio.BinaryMap.Block
Update the Entry value in the block.
setValue(Object) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
Update this PofValue.
setValue(Object) - Method in class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
Update this PofValue.
setValue(Object) - Method in interface com.tangosol.io.pof.reflect.PofValue
Update this PofValue.
setValue(Object) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Store the value corresponding to this entry.
setValue(Object, boolean) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Store the value corresponding to this entry.
setValue(Object) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Update the cached value.
setValue(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Store the value corresponding to this entry.
setValue(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
 
setValue(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.AbstractSparseArray.Node
Set the value associated with the node.
setValue(Object) - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Replaces the value corresponding to this entry with the specified value.
setValue(Object, boolean) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Store the value corresponding to this entry.
setValue(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in interface com.tangosol.util.InvocableMap.Entry
Store the value corresponding to this entry.
setValue(Object, boolean) - Method in interface com.tangosol.util.InvocableMap.Entry
Store the value corresponding to this entry.
setValue(Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Store the value corresponding to this entry.
setValue(Object, boolean) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Store the value corresponding to this entry.
setValue(Object) - Method in interface com.tangosol.util.LongArray.Iterator
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.ObservableHashMap.Entry
Update the cached value.
setValue(Object) - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
Set the value associated with the node.
setValue(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Replaces the value corresponding to this entry with the specified value.
setValue(Object) - Method in class com.tangosol.util.SafeHashMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.SegmentedHashMap.Entry
Replaces the value corresponding to this entry with the specified value (writes through to the map).
setValue(Object) - Method in class com.tangosol.util.SimpleLongArray.Iterator
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.SimpleMapEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object, boolean) - Method in class com.tangosol.util.SimpleMapEntry
 
setValue(Object) - Method in class com.tangosol.util.SparseArray.ObjectNode
 
setValue(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value stored by this instance of ThreadLocalObject.
setValue(V) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValueInternal(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Replaces the value corresponding to this entry with the specified value (writes through to the map).
setValueInternal(Object) - Method in class com.tangosol.util.SegmentedHashMap.Entry
Replaces the value corresponding to this entry with the specified value (writes through to the map).
setValuesImmutable(boolean) - Method in interface com.tangosol.util.TransactionMap
Specify whether or not the values stored in this TransactionMap are known to be immutable.
setVersion(int) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Set the version indicator of this model.
setVersion(long) - Method in class com.tangosol.util.ThreadGate
Specify the total number of times the gate has been fully opened.
setVersionId(int) - Method in class com.tangosol.io.pof.PofBufferWriter
Set the version identifier of the user type that is currently being written.
setVersionId(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Set the version identifier of the user type that is currently being written.
setVersionId(int) - Method in interface com.tangosol.io.pof.PofWriter
Set the version identifier of the user type that is currently being written.
setVirtualErase(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether BinaryStore erase commands will be done only in memory to the cached list of keys.
setWaitMillis(long) - Method in class com.tangosol.util.WrapperConcurrentMap
Specifiy the number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
setWorkStatus(WorkManager.WorkStatus) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Update the WorkStatus.
setWriteBatchFactor(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the write-batch factor, expressed as a percentage of the write-behind interval.
setWriteBehindMillis(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the number of milliseconds between write-behind writes to the CacheStore.
setWriteBehindSeconds(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the number of seconds between write-behind writes to the CacheStore.
setWriteMaxBatchSize(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the maximum size of a batch.
setWriteRequeueThreshold(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the maximum size of the write-behind queue for which failed CacheStore write operations are requeued.
setXmlConfig(XmlElement) - Method in class com.tangosol.coherence.transaction.ConnectionSpecImpl
Set the cache configuration in xml element format used to create the connection.
SHIFT_COMPACT_FLAG - Static variable in class com.tangosol.io.journal.AbstractJournalRM
The location of the compact flag within the ticket.
SHIFT_COMPACT_LENGTH - Static variable in class com.tangosol.io.journal.AbstractJournalRM
The location of the compact length within the ticket.
SHIFT_FILE_ID - Static variable in class com.tangosol.io.journal.FlashJournalRM
The location of the file id within the ticket.
SHIFT_FILE_ID - Static variable in class com.tangosol.io.journal.RamJournalRM
The location of the file id within the ticket.
SHIFT_LENGTH - Static variable in class com.tangosol.io.journal.FlashJournalRM
The location of the value-length within the ticket.
SHIFT_LENGTH - Static variable in class com.tangosol.io.journal.RamJournalRM
The location of the value-length within the ticket.
SHIFT_OFFSET - Static variable in class com.tangosol.io.journal.FlashJournalRM
The location of the value-offset within the ticket.
SHIFT_OFFSET - Static variable in class com.tangosol.io.journal.RamJournalRM
The location of the value-offset within the ticket.
SHIFT_OFFSET_RAW - Static variable in class com.tangosol.io.journal.FlashJournalRM
From an encoding point of view, the raw offset is shifted four bits less than necessary, because the four least significant bits of the offset are always zero (due to paragraph alignment).
SHIFT_RAM_FLAG - Static variable in class com.tangosol.io.journal.RamJournalRM
The location of the RAM flag within the ticket.
SHORT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of shorts.
show(int, String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Log information related to the POF stream.
showInstructions() - Static method in class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. Print command line instructions.
showInstructions() - Static method in class com.tangosol.net.LoadBalancer
Display the instructions for the command-line utility.
showPlan() - Method in class com.tangosol.util.filter.LikeFilter
Display the execution plan that the LikeFilter has selected.
showUsage() - Static method in class com.tangosol.net.management.MBeanConnector
Output usage instructions.
shrink(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Request that the buffer be shrunk based on the number of bytes currently required.
shrink(int) - Method in interface com.tangosol.io.nio.ByteBufferManager
Request that the buffer be shrunk based on the number of bytes currently required.
shutdown() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Notify the session collection that it is being shut down.
shutdown() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Deprecated. Notify the session collection that it is being shut down.
shutdown() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Shuts down the SessionHelper and any mess that it created.
shutdown() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Notify the session collection that it is being shut down.
shutdown() - Method in class com.tangosol.io.journal.AbstractJournalRM
Stop the controllable service.
shutdown() - Static method in class com.tangosol.net.CacheFactory
Shutdown all clustered services.
shutdown() - Static method in class com.tangosol.net.DefaultCacheServer
Shutdown the cache server.
shutdown() - Method in class com.tangosol.net.WrapperService
Stop the controllable service.
shutdown() - Method in interface com.tangosol.util.Controllable
Stop the controllable service.
shutdown(long) - Method in class com.tangosol.util.Daemon
Request the daemon to stop and wait up to the specified number of milliseconds for it to exit.
shutdownConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Shutdown the NamedCache used to store configuration and management information for the session management implementation.
shutdownEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Shut down running event queue.
shutdownHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Shutdown the http session collection.
shutdownInput() - Method in class com.tangosol.net.WrapperSocket
shutdownOutput() - Method in class com.tangosol.net.WrapperSocket
shutdownServer() - Method in class com.tangosol.net.DefaultCacheServer
Shutdown the DefaultCacheServer.
shutdownServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Shutdown the clustered attribute map.
shutdownSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Stop the daemon thread that is used for expiring sessions.
shutdownSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Stop the daemon thread that is used for scheduled tasks.
signal() - Method in class com.tangosol.util.SingleWaiterMultiNotifier
Notifies the waiting thread, waking it up if it is asleep, or preventing it from going to sleep the next time it attempts to wait.
SIGNATURE_ALGORITHM - Static variable in class com.tangosol.net.security.DefaultController
Digital signature algorithm used by this implementation.
SIGNATURE_ENGINE - Static variable in class com.tangosol.net.security.DefaultController
The Signature object used by this implementation.
SimpleAdapter - Class in com.tangosol.run.xml
A SimpleAdapter supports Java intrinsic types and a common set of Java classes: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.String java.math.BigDecimal java.math.BigInteger java.sql.Date java.sql.Time java.sql.Timestamp java.util.Date
SimpleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter
Construct a SimpleAdapter.
SimpleAdapter.BigDecimalAdapter - Class in com.tangosol.run.xml
A simple property adapter for BigDecimal.
SimpleAdapter.BigDecimalAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Construct a SimpleAdapter.
SimpleAdapter.BigIntegerAdapter - Class in com.tangosol.run.xml
A simple property adapter for BigInteger.
SimpleAdapter.BigIntegerAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Construct a SimpleAdapter.
SimpleAdapter.BooleanAdapter - Class in com.tangosol.run.xml
A simple property adapter for boolean.
SimpleAdapter.BooleanAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Construct a SimpleAdapter.
SimpleAdapter.ByteAdapter - Class in com.tangosol.run.xml
A simple property adapter for byte.
SimpleAdapter.ByteAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Construct a SimpleAdapter.
SimpleAdapter.CharAdapter - Class in com.tangosol.run.xml
A simple property adapter for char.
SimpleAdapter.CharAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Construct a SimpleAdapter.
SimpleAdapter.DateAdapter - Class in com.tangosol.run.xml
A simple property adapter for Date.
SimpleAdapter.DateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Construct a SimpleAdapter.
SimpleAdapter.DoubleAdapter - Class in com.tangosol.run.xml
A simple property adapter for double.
SimpleAdapter.DoubleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Construct a SimpleAdapter.
SimpleAdapter.FloatAdapter - Class in com.tangosol.run.xml
A simple property adapter for float.
SimpleAdapter.FloatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Construct a SimpleAdapter.
SimpleAdapter.IntAdapter - Class in com.tangosol.run.xml
A simple property adapter for int.
SimpleAdapter.IntAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Construct a SimpleAdapter.
SimpleAdapter.LongAdapter - Class in com.tangosol.run.xml
A simple property adapter for long.
SimpleAdapter.LongAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Construct a SimpleAdapter.
SimpleAdapter.OldDateAdapter - Class in com.tangosol.run.xml
A simple property adapter for the Date class from the java/util package.
SimpleAdapter.OldDateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Construct a SimpleAdapter.
SimpleAdapter.ShortAdapter - Class in com.tangosol.run.xml
A simple property adapter for short.
SimpleAdapter.ShortAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Construct a SimpleAdapter.
SimpleAdapter.StringAdapter - Class in com.tangosol.run.xml
A simple property adapter for String.
SimpleAdapter.StringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Construct a SimpleAdapter.
SimpleAdapter.SystemTimeAdapter - Class in com.tangosol.run.xml
A simple property adapter for Java long and java.lang.Long values that is string-formatted as a date/time, assuming that the long value is actualy a system time.
SimpleAdapter.SystemTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Construct a SystemTimeAdapter, which formats a long number of milliseconds as a SQL Timestamp string for XML purposes.
SimpleAdapter.TimeAdapter - Class in com.tangosol.run.xml
A simple property adapter for Time.
SimpleAdapter.TimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Construct a SimpleAdapter.
SimpleAdapter.TimestampAdapter - Class in com.tangosol.run.xml
A simple property adapter for Timestamp.
SimpleAdapter.TimestampAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Construct a SimpleAdapter.
SimpleAssignmentStrategy - Class in com.tangosol.net.partition
SimpleAssignmentStrategy is a PartitionAssignmentStrategy that attempts to balance the partition distribution based on the number of primary and backup partitions owned.
SimpleAssignmentStrategy() - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy
Default constructor.
SimpleAssignmentStrategy.AnalysisContext - Class in com.tangosol.net.partition
AnalysisContext holds the working view of the partition ownership that is used throughout the analysis and is used to reflect changes made during this analysis.
SimpleAssignmentStrategy.AnalysisContext() - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Default constructor.
SimpleAssignmentStrategy.AnalysisContext.LoadComparator - Class in com.tangosol.net.partition
LoadComparator is a Comparator that can be used to compare two Member objects based on their partition load (as defined by the LoadCalculator).
SimpleAssignmentStrategy.AnalysisContext.LoadComparator(boolean) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.LoadComparator
Construct a LoadComparator.
SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter - Class in com.tangosol.net.partition
NotOwnedFilter is a Filter implementation used to evaluate Member objects, and selects members who are not represented in the reference ownership object.
SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter(Ownership) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
Construct a NotOwnedFilter with the specified ownership.
SimpleAssignmentStrategy.AnalysisContext.SafetyFilter - Class in com.tangosol.net.partition
SafetyFilter is a Filter implementation used to evaluate Member objects, and selects members that are "strong" with respect to the reference ownership, as defined by the backup-strength.
SimpleAssignmentStrategy.AnalysisContext.SafetyFilter(Ownership) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter
Construct a SafetyFilter with the specified ownership.
SimpleAssignmentStrategy.AnalysisContext.StrengthComparator - Class in com.tangosol.net.partition
StrengthComparator is an Comparator that can be used to compare two Member objects based on their "distance" from a given set of members (as represented by an Ownership object).
SimpleAssignmentStrategy.AnalysisContext.StrengthComparator(Ownership) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator
Construct a StrengthComparator for the specified reference ownership.
SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter - Class in com.tangosol.net.partition
UnderloadedFilter is a Filter implementation that is used to evaluate Member objects, and selects those whose partition load is "underloaded" in comparison to the fair-share load.
SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter(boolean) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter
Construct an UnderloadedFilter.
SimpleAssignmentStrategy.BackupStrength - Class in com.tangosol.net.partition
BackupStrength represents a level of "strength" or "resiliency" between the primary and backup owners of a partition.
SimpleAssignmentStrategy.BackupStrength(int) - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Construct a BackupStrength of the specified strength.
SimpleAssignmentStrategy.LoadCalculator - Interface in com.tangosol.net.partition
LoadCalculator is used to calculate the scalar load (expressed as an integer) of a partition (or set of partitions).
SimpleAssignmentStrategy.SimpleLoadCalculator - Class in com.tangosol.net.partition
SimpleLoadCalculator defines a "count-based" load (e.g. the load of each partition is defined to be 1).
SimpleAssignmentStrategy.SimpleLoadCalculator() - Constructor for class com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
 
SimpleCacheStatistics - Class in com.tangosol.net.cache
Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.
SimpleCacheStatistics() - Constructor for class com.tangosol.net.cache.SimpleCacheStatistics
Default constructor.
SimpleDocument - Class in com.tangosol.run.xml
A simple implementation of the XmlElement interface.
SimpleDocument() - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct an empty SimpleDocument.
SimpleDocument(String) - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct a SimpleDocument.
SimpleDocument(String, String, String) - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct a SimpleDocument.
SimpleElement - Class in com.tangosol.run.xml
A simple implementation of the XmlElement interface.
SimpleElement() - Constructor for class com.tangosol.run.xml.SimpleElement
Construct an empty SimpleElement.
SimpleElement(String) - Constructor for class com.tangosol.run.xml.SimpleElement
Construct a SimpleElement.
SimpleElement(String, Object) - Constructor for class com.tangosol.run.xml.SimpleElement
Construct a SimpleElement.
SimpleElement.AttributeMap - Class in com.tangosol.run.xml
A Map implementation using a list that can be a read-only map that supports only Strings for keys and XmlValue for values.
SimpleElement.AttributeMap() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap
 
SimpleElement.AttributeMap.Entry - Class in com.tangosol.run.xml
An implementation of Entry that supports keeping them in a list.
SimpleElement.AttributeMap.Entry(Object, Object) - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Construct an Entry.
SimpleElement.AttributeMap.EntrySet - Class in com.tangosol.run.xml
A Set implementation to hold Entry objects.
SimpleElement.AttributeMap.EntrySet() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
SimpleElement.AttributeMap.EntrySet.EntrySetIterator - Class in com.tangosol.run.xml
An Iterator over the Entry objects in the EntrySet.
SimpleElement.AttributeMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
SimpleElement.ElementIterator - Class in com.tangosol.run.xml
Provides an Iterator implementation that exposes only those Elements from the Element list that match a certain name.
SimpleElement.ElementIterator(String) - Constructor for class com.tangosol.run.xml.SimpleElement.ElementIterator
 
SimpleElement.ElementList - Class in com.tangosol.run.xml
An implementation of List that only supports XmlElements as the content of the List.
SimpleElement.ElementList() - Constructor for class com.tangosol.run.xml.SimpleElement.ElementList
 
SimpleEnumerator - Class in com.tangosol.util
Provide a generic implementation of an array enumerator.
SimpleEnumerator(Object[]) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects.
SimpleEnumerator(Object[], int, int) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects.
SimpleEnumerator(Object[], int, int, boolean, boolean) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects, making a copy of the array if specified.
SimpleEnumerator(Enumeration) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on another Enumeration.
SimpleEnumerator(Iterator) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on another Iterator.
SimpleEnumerator(Collection) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on a collection.
SimpleHandler - Class in com.tangosol.net.security
The SimpleHandler class is a CallbackHandler implementation based on a specified user name and password.
SimpleHandler(String, char[]) - Constructor for class com.tangosol.net.security.SimpleHandler
Construct a SimpleHandler.
SimpleHandler(String, String, boolean) - Constructor for class com.tangosol.net.security.SimpleHandler
Construct a SimpleHandler.
SimpleHandler(String, char[], boolean) - Constructor for class com.tangosol.net.security.SimpleHandler
Construct a SimpleHandler.
SimpleLongArray - Class in com.tangosol.util
An implementation of LongArray that stores values in an array, thus is actually an "IntArray".
SimpleLongArray() - Constructor for class com.tangosol.util.SimpleLongArray
Construct an empty SimpleLongArray.
SimpleLongArray.Iterator - Class in com.tangosol.util
An Iterator that adds a "current element" concept, similar to the Map.Entry interface.
SimpleLongArray.Iterator(int, boolean) - Constructor for class com.tangosol.util.SimpleLongArray.Iterator
Construct an iterator that will iterate over the SimpleLongArray starting with the specified index.
SimpleMapEntry - Class in com.tangosol.util
A map entry (key-value pair).
SimpleMapEntry() - Constructor for class com.tangosol.util.SimpleMapEntry
Default constructor.
SimpleMapEntry(Object) - Constructor for class com.tangosol.util.SimpleMapEntry
Construct a SimpleMapEntry with just a key.
SimpleMapEntry(Map.Entry) - Constructor for class com.tangosol.util.SimpleMapEntry
Copy constructor.
SimpleMapEntry(Object, Object) - Constructor for class com.tangosol.util.SimpleMapEntry
Construct a SimpleMapEntry with a key and a value.
SimpleMapEntry(Object, Object, Object) - Constructor for class com.tangosol.util.SimpleMapEntry
Construct a SimpleMapEntry with a key, value and original value.
SimpleMapIndex - Class in com.tangosol.util
SimpleMapIndex is a MapIndex implementation used to correlate property values extracted from resource map entries with corresponding keys using what is commonly known as an Inverted Index algorithm.
SimpleMapIndex(ValueExtractor, boolean, Comparator, BackingMapContext) - Constructor for class com.tangosol.util.SimpleMapIndex
Construct an index for the given map.
SimpleMapIndex(ValueExtractor, boolean, Comparator, boolean, BackingMapContext) - Constructor for class com.tangosol.util.SimpleMapIndex
Construct an index for the given map.
SimpleMapIndex.IndexCalculator - Class in com.tangosol.util
A stateful calculator used to calculate the cost of a homogeneous index (holding all values of a single type).
SimpleMapIndex.IndexCalculator(BackingMapContext, SimpleMapIndex) - Constructor for class com.tangosol.util.SimpleMapIndex.IndexCalculator
Construct an IndexCaclulator which allows for conversion of items into a serialized format.
SimpleMapIndex.IndexCalculator.CalculatorState - Class in com.tangosol.util
The CalculatorState identifies the method used by the calculator to calculate the cost of a key or a value type.
SimpleMemoryCalculator - 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.
SimpleMemoryCalculator() - Constructor for class com.tangosol.net.cache.SimpleMemoryCalculator
 
SimpleOverflowMap - Class in com.tangosol.net.cache
A non-observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).
SimpleOverflowMap(ObservableMap, Map) - Constructor for class com.tangosol.net.cache.SimpleOverflowMap
Construct a SimpleOverflowMap using two specified maps: FrontMap (aka "cache" or "shallow") and BackMap (aka "file" or "deep")
SimpleOverflowMap(ObservableMap, Map, Map) - Constructor for class com.tangosol.net.cache.SimpleOverflowMap
Construct a SimpleOverflowMap using three specified maps: Front Map (aka "cache" or "shallow") and Back Map (aka "file" or "deep") Miss Cache
SimpleOverflowMap.FrontFilterConverter - Class in com.tangosol.net.cache
A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys.
SimpleOverflowMap.FrontFilterConverter() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
 
SimpleOverflowMap.FrontMapListener - Class in com.tangosol.net.cache
A listener for the front map that moves evictions to the back map.
SimpleOverflowMap.FrontMapListener() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
 
SimpleOverflowMap.HashcodeComparator - Class in com.tangosol.net.cache
A stateless Comparator that compares Object.hashCode() values.
SimpleOverflowMap.HashcodeComparator() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
SimpleOverflowMap.KeyIterator - Class in com.tangosol.net.cache
An Iterator implementation that attempts to provide the most resilient and most up-to-date view of the keys in the OverflowMap.
SimpleOverflowMap.KeyIterator() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Default constructor.
SimpleOverflowMap.Status - Class in com.tangosol.net.cache
The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.
SimpleOverflowMap.Status() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.Status
Construct a Status object for a specific key.
SimpleParser - Class in com.tangosol.run.xml
This class uses the XmlTokenizer to produce an XmlDocument from XML text.
SimpleParser() - Constructor for class com.tangosol.run.xml.SimpleParser
Construct an XML SimpleParser.
SimpleParser(boolean) - Constructor for class com.tangosol.run.xml.SimpleParser
Construct an XML SimpleParser.
SimplePartitionKey - Class in com.tangosol.net.partition
SimplePartitionKey is a trivial PartitionAwareKey implementation.
SimplePartitionKey() - Constructor for class com.tangosol.net.partition.SimplePartitionKey
Default constructor is defined for serialization purposes only.
SimplePartitionKey(int) - Constructor for class com.tangosol.net.partition.SimplePartitionKey
Construct a SimplePartitionKey representing the specified partition.
SimplePofContext - Class in com.tangosol.io.pof
Basic PofContext implementation.
SimplePofContext() - Constructor for class com.tangosol.io.pof.SimplePofContext
Create a new SimplePofContext.
SimplePofPath - Class in com.tangosol.io.pof.reflect
A static PofNavigator implementation which uses an array of integer indices to navigate the PofValue hierarchy.
SimplePofPath() - Constructor for class com.tangosol.io.pof.reflect.SimplePofPath
Default constructor (necessary for the PortableObject interface).
SimplePofPath(int) - Constructor for class com.tangosol.io.pof.reflect.SimplePofPath
Construct a SimplePofPath using a single index as a path.
SimplePofPath(int[]) - Constructor for class com.tangosol.io.pof.reflect.SimplePofPath
Construct a SimplePofPath using an array of indices as a path.
SimplePofValue - Class in com.tangosol.io.pof.reflect
SimplePofValue represents POF values which do not contain children (e.g.
SimplePofValue(PofValue, ReadBuffer, PofContext, int, int) - Constructor for class com.tangosol.io.pof.reflect.SimplePofValue
Construct a SimplePofValue instance wrapping the supplied buffer.
SimpleQueryRecord - Class in com.tangosol.util
Simple QueryRecord implementation.
SimpleQueryRecord() - Constructor for class com.tangosol.util.SimpleQueryRecord
Default constructor (necessary for the ExternalizableLite interface).
SimpleQueryRecord(QueryRecorder.RecordType, Collection) - Constructor for class com.tangosol.util.SimpleQueryRecord
Construct a SimpleQueryRecord from the given collection of partial results.
SimpleQueryRecord.PartialResult - Class in com.tangosol.util
Simple QueryRecord.PartialResult implementation.
SimpleQueryRecord.PartialResult() - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult
Default constructor (necessary for the ExternalizableLite interface).
SimpleQueryRecord.PartialResult(PartitionSet) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult
Construct a PartialResult.
SimpleQueryRecord.PartialResult(QueryContext, PartitionSet) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult
Construct a PartialResult.
SimpleQueryRecord.PartialResult(QueryRecord.PartialResult) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult
Copy constructor for a Result.
SimpleQueryRecord.PartialResult.AbstractRecordableStep - Class in com.tangosol.util
Simple abstract RecordableStep implementation.
SimpleQueryRecord.PartialResult.AbstractRecordableStep(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.AbstractRecordableStep
Construct an AbstractRecordableStep.
SimpleQueryRecord.PartialResult.ExplainStep - Class in com.tangosol.util
Simple QueryRecord.PartialResult.ExplainStep implementation.
SimpleQueryRecord.PartialResult.ExplainStep(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.ExplainStep
Construct an ExplainStep
SimpleQueryRecord.PartialResult.IndexLookupRecord - Class in com.tangosol.util
Simple QueryRecord.PartialResult.IndexLookupRecord implementation.
SimpleQueryRecord.PartialResult.IndexLookupRecord() - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Default constructor (necessary for the ExternalizableLite interface).
SimpleQueryRecord.PartialResult.IndexLookupRecord(ValueExtractor, MapIndex) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Construct an IndexLookupRecord.
SimpleQueryRecord.PartialResult.IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Copy constructor for an IndexLookupRecord.
SimpleQueryRecord.PartialResult.IndexLookupRecord(String, String, boolean) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Construct an IndexLookupRecord.
SimpleQueryRecord.PartialResult.Step - Class in com.tangosol.util
Simple QueryRecord.PartialResult.Step implementation.
SimpleQueryRecord.PartialResult.Step() - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Default constructor (necessary for the ExternalizableLite interface).
SimpleQueryRecord.PartialResult.Step(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Construct a step.
SimpleQueryRecord.PartialResult.Step(QueryRecord.PartialResult.Step) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Copy constructor for a Step.
SimpleQueryRecord.PartialResult.TraceStep - Class in com.tangosol.util
Simple QueryRecord.PartialResult.TraceStep implementation.
SimpleQueryRecord.PartialResult.TraceStep(Filter) - Constructor for class com.tangosol.util.SimpleQueryRecord.PartialResult.TraceStep
Construct a TraceStep
SimpleQueryRecordReporter - Class in com.tangosol.util
Simple query record reporter used to obtain a string representation of QueryRecord object.
SimpleQueryRecordReporter() - Constructor for class com.tangosol.util.SimpleQueryRecordReporter
 
SimpleSerializationMap - Class in com.tangosol.net.cache
Map implementation that stores and accesses its contents through an underlying BinaryStore.
SimpleSerializationMap(BinaryStore) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore.
SimpleSerializationMap(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore, using the passed ClassLoader for deserialization.
SimpleSerializationMap(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore, optionally storing only Binary keys and values.
SimpleStack - Class in com.tangosol.util
A LIFO (last in, first out) unbounded stack of objects.
SimpleStack() - Constructor for class com.tangosol.util.SimpleStack
Create a new empty SimpleStack.
SimpleStack(int) - Constructor for class com.tangosol.util.SimpleStack
Create a new empty SimpleStack with the specified initial capacity.
SimpleValidator - Class in com.tangosol.run.jca
Simple generic Validator implementation that uses hashCode values for the enlisted resources to resolve optimistic transaction conflicts.
SimpleValidator() - Constructor for class com.tangosol.run.jca.SimpleValidator
Default constructor.
SimpleValue - Class in com.tangosol.run.xml
A simple implementation of the XmlValue interface.
SimpleValue() - Constructor for class com.tangosol.run.xml.SimpleValue
Construct an empty SimpleValue.
SimpleValue(Object) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SimpleValue(Object, boolean) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SimpleValue(Object, boolean, boolean) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SingleWaiterMultiNotifier - Class in com.tangosol.util
A Condition-like object, used by a single thread to block for a notification, and optimized for many concurrent notifications by other threads.
SingleWaiterMultiNotifier() - Constructor for class com.tangosol.util.SingleWaiterMultiNotifier
 
SITE_SAFE - Static variable in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Site-safety (members are on different sites).
SITTING - Static variable in class com.tangosol.util.AbstractSparseArray.Crawler
 
Sizable - Interface in com.tangosol.util
The Sizable interface is implemented by types that are capable of calculating the memory footprint of an instance.
size() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the size of the Cache.
size() - Method in interface com.tangosol.io.BinaryStore.SizeAware
Determine the number of keys in the BinaryStore.
size() - Method in class com.tangosol.io.journal.JournalBinaryStore
Determine the number of keys in the BinaryStore.
size() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.io.nio.BinaryMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.io.nio.BinaryMapStore
Determine the number of keys in the BinaryStore.
size() - Method in class com.tangosol.net.cache.CachingMap
Return the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.OldCache.KeySet
Deprecated. Determine the number of keys in the Set.
size() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.net.cache.OverflowMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
size() - Method in class com.tangosol.net.cache.SerializationCache
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.CompositeAddressProvider
Returns the number of elements in this collection.
size() - Method in class com.tangosol.net.ConfigurableAddressProvider
Returns the number of elements in this collection.
size() - Method in class com.tangosol.net.LoadBalancer.Queue
Determine the number of items in the queue.
size() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Returns the number of key-value mappings in this map.
size(Map[]) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Return the number of key-value mappings in a subset of the maps that belong to specified partitions.
size() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
size() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.BinaryRadixTree.BinaryLongMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.BinaryRadixTree
Determine the size of the tree.
size() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.ChainedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.CircularArrayList
Returns the number of elements in this collection.
size() - Method in interface com.tangosol.util.ConcurrentMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.DeltaSet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.Dequeue
Determine the current number of objects in this dequeue.
size() - Method in class com.tangosol.util.ImmutableArrayList
Returns the number of elements in this List.
size() - Method in class com.tangosol.util.ImmutableMultiList
Returns the number of elements in this List.
size() - Method in class com.tangosol.util.InflatableCollection
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.LiteMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.LiteSet
Returns the number of elements in this Set (its cardinality).
size() - Method in class com.tangosol.util.MapSet
Returns the number of elements in this Set.
size() - Method in class com.tangosol.util.NullImplementation.NullMap
 
size() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
size() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.SafeHashMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.util.SafeHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.util.SafeLinkedList
Returns the number of elements in this List.
size() - Method in class com.tangosol.util.SafeSortedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SafeSortedMap.ViewMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.SegmentedConcurrentMap
Returns the number of key-value mappings in this map.
size(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap.SizeAction
Return the number of Entry objects found while applying this action.
size() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.util.SegmentedHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SegmentedHashMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.util.SubList
Returns the number of elements in this list.
size() - Method in class com.tangosol.util.SubSet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns the number of key-value mappings in this map.
SIZE_BASIC_OBJECT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The unalligned size of the simplest object.
SIZE_BIGDECIMAL - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a BigDecimal object.
SIZE_BIGINTEGER - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a BigInteger object.
SIZE_BINARY - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of a Binary object.
SIZE_BOOLEAN - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Boolean object.
SIZE_BYTE - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Byte object.
SIZE_CHARACTER - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Character object.
SIZE_COPY_BUFFER - Static variable in class com.tangosol.io.nio.BinaryMap
Copy buffer size.
SIZE_DATE - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Date, Date or Time object.
SIZE_DOUBLE - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Double object.
SIZE_ENTRY - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of an LocalCache.Entry object.
SIZE_FLOAT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Float object.
SIZE_INTEGER - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Integer object.
SIZE_LONG - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Long object.
SIZE_OBJECT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of an Object.
SIZE_OBJECT_REF - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of an object reference.
SIZE_SHORT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Short object.
SIZE_STRING - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of a String object.
SIZE_TIMESTAMP - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Timestamp object.
sizeOf(Object) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Estimate the number of bytes of memory consumed by the given object.
sizeOf(Class) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Determine the minimum number of bytes required to store an instance of the given fixed-sized class in memory.
sizeOf(Object) - Method in class com.tangosol.util.SimpleMapIndex.IndexCalculator
Estimate the number of bytes of memory consumed by the given object.
skip(long) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in interface com.tangosol.io.InputStreaming
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.MultiByteArrayInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.tangosol.io.pof.PofInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.Utf8Reader
Skip characters.
skip(long) - Method in class com.tangosol.io.WrapperBufferInput
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.WrapperDataInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.WrapperInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.WrapperObjectInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.net.security.BlockCipherInputStream
skipBytes(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.PackedDataInputStream
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.pof.PofInputStream
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.WrapperBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.WrapperDataInputStream
Skips over up to the specified number of bytes of data.
skipChild(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
Skip a single child value.
skipPackedInts(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Skip the specified number of packed integers in the passed POF stream.
skipUniformValue(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Within the POF stream, skip the next POF value of the specified type.
skipValue(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Within the POF stream, skip the next POF value.
socket() - Method in class com.tangosol.net.WrapperServerSocketChannel
socket() - Method in class com.tangosol.net.WrapperSocketChannel
SocketOptions - Class in com.tangosol.net
SocketOptions provides a means to configure the various aspects of Sockets.
SocketOptions() - Constructor for class com.tangosol.net.SocketOptions
 
SocketProvider - Interface in com.tangosol.net
SocketProvider defines an abstraction for creating various types of sockets.
SocketProviderFactory - Class in com.tangosol.net
The SocketProviderFactory produces SocketProviders.
SocketProviderFactory() - Constructor for class com.tangosol.net.SocketProviderFactory
 
sortByThreshold(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule[]) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Sort the specified list of rules in ascending order of member threshold.
SortedEnumerator - Class in com.tangosol.util
Sorts the contents of the passed enumerator then enumerates those contents.
SortedEnumerator(Enumeration) - Constructor for class com.tangosol.util.SortedEnumerator
Construct a Sorted enumerator.
SortedEnumerator(Iterator) - Constructor for class com.tangosol.util.SortedEnumerator
Construct a Sorted enumerator.
sortHolders(List) - Method in class com.tangosol.net.ConfigurableAddressProvider
Sort the holders in the order to be returned by the ConfigurableAddressProvider.getNextAddress() method.
SparseArray - Class in com.tangosol.util
A data structure resembling an Object array indexed by long values.
SparseArray() - Constructor for class com.tangosol.util.SparseArray
Default constructor.
SparseArray.ObjectNode - Class in com.tangosol.util
Node mapping long key to Object value.
SparseArray.ObjectNode(long, Object) - Constructor for class com.tangosol.util.SparseArray.ObjectNode
 
split(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
If possible, chop a free block into two free blocks, or chop the end of an Entry block to make a free block.
SPLIT - Static variable in class com.tangosol.net.NonBlockingTcpDatagramSocket
Flag indicating if split sockets should be used for TcpDatagram sockets.
split(Object) - Method in class com.tangosol.util.SafeSortedMap
Return a SafeSortedMap.Split of this map at the specified key.
SplitHttpSessionCollection - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
SplitHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Default constructor (required).
SplitHttpSessionModel - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
SplitHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Default constructor for deserialization.
SplitHttpSessionModel(SplitHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Session creation constructor.
SplitSessionCollectionConfiguration - Interface in com.tangosol.coherence.servlet
This simple interface is used to get system properties overflowThreshold and overflowCacheName for use by ConfigurationImpl and SplitSessionCollection.setConfig User: mmunn Date: 7/19/11
SplittableHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
SplittableHolder() - Constructor for class com.tangosol.coherence.servlet.SplittableHolder
Default constructor for ExternalizableLite.
SplittableHolder(SplitHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.SplittableHolder
Construct an AttributeHolder for a value.
SplittableHolder(String, Object, SplitHttpSessionModel) - Constructor for class com.tangosol.coherence.servlet.SplittableHolder
Construct an AttributeHolder for a value.
STANDARD - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
start(Properties) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Initializes the Coherence cache provider and pre-starts Coherence.
start() - Method in class com.tangosol.coherence.rest.server.DefaultHttpServer
Start the server.
start() - Method in class com.tangosol.coherence.rest.server.GrizzlyHttpServer
Start the server.
start() - Method in interface com.tangosol.coherence.rest.server.HttpServer
Start the server.
start() - Method in class com.tangosol.io.journal.AbstractJournalRM
Start the controllable service.
start() - Static method in class com.tangosol.net.DefaultCacheServer
Start all services that are declared as requiring an "autostart" in the default configurable factory XML descriptor.
start(ConfigurableCacheFactory) - Static method in class com.tangosol.net.DefaultCacheServer
Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.
start(boolean, boolean) - Method in class com.tangosol.net.management.MBeanConnector
Start the RMI and/or HTTP agents.
start() - Method in class com.tangosol.net.WrapperService
Start the controllable service.
start() - Method in interface com.tangosol.util.Controllable
Start the controllable service.
start() - Method in class com.tangosol.util.Daemon
Performs a synchronized start of the thread if the thread is not already started.
startAndMonitor(long) - Method in class com.tangosol.net.DefaultCacheServer
Start the cache server and check the service status periodically, restarting any stopped services.
startDaemon() - Static method in class com.tangosol.net.DefaultCacheServer
Start the cache server on a dedicated daemon thread.
startHttpConnector() - Method in class com.tangosol.net.management.MBeanConnector
Starts the HTTP connector using the values of the HTTP_* system properties.
startHttpConnector(int, MBeanServer) - Static method in class com.tangosol.net.management.MBeanHelper
Start a com.sun.jdmk.comm.HtmlAdaptorServer, which is a part of the Sun JMX reference implementation.
startRmiConnector() - Method in class com.tangosol.net.management.MBeanConnector
Starts the RMI connector using the values of the RMI_* system properties.
startRmiConnector(String, int, int, MBeanServer, Map) - Static method in class com.tangosol.net.management.MBeanHelper
Start a JMXConnectorServer.
startServices() - Method in class com.tangosol.net.DefaultCacheServer
Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.
startsWith(Binary, int) - Method in class com.tangosol.util.Binary
Tests if this Binary object starts with the specified prefix beginning a specified offset.
startsWith(Binary) - Method in class com.tangosol.util.Binary
Tests if this Binary object starts with the specified prefix.
startThreads() - Method in class com.tangosol.io.journal.AbstractJournalRM
Create and start the various threads used by this Journal Resource Manager.
startThreads() - Method in class com.tangosol.io.journal.FlashJournalRM
Create and start the various threads used by this Journal Resource Manager.
startThreads() - Method in class com.tangosol.io.journal.RamJournalRM
Create and start the various threads used by this Journal Resource Manager.
startTracking() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Start tracking changes by the BinaryEntryStore.
STATE_APPENDING - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: File is being appended to.
STATE_CONFIGURED - Static variable in class com.tangosol.io.journal.AbstractJournalRM
State: Configured (ready to be started).
STATE_CONFIGURED - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinuousQueryCache has been configured.
STATE_CONFIGURING - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinuousQueryCache is configuring or re-configuring its listeners and content.
STATE_CONGESTION - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: File is appending, but there is congestion forcing a wait by all appending threads.
STATE_DISCARDED - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: File has been discarded.
STATE_DISCONNECTED - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: Disconnected state.
STATE_EVACUATING - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: Remaining entries in the file are being evacuated.
STATE_FULL - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: File is full and appends are no longer occurring.
STATE_GARBAGE - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
State: File is garbage and can safely be discarded.
STATE_HEALTHY - Static variable in interface com.tangosol.net.Guardian.GuardContext
State value indicating the Guardable is healthy/responsive.
STATE_INIT - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
Deprecated. as of Coherence 3.4 this constant is replaced with {link STATE_DISCONNECTED}
STATE_INITIAL - Static variable in class com.tangosol.io.journal.AbstractJournalRM
State: Initial (unconfigured).
STATE_MASK - Static variable in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
The bits of the AbstractJournalRM.JournalFile.m_lStateOffset that are used for the current state of the file (one of the STATE_* constants).
STATE_MASK_BACK - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for entry in back.
STATE_MASK_EXISTS - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for fields that would indicate that the Status represents an existent entry in the OverflowMap.
STATE_MASK_FRONT - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for entry in front.
STATE_MASK_FRONT - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for entry in front.
STATE_MASK_INSYNC - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for value in front and back being in sync.
STATE_MASK_INSYNC - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for value in front and back being in sync.
STATE_MASK_RETAIN - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for fields that would indicate that the Status must not be discarded.
STATE_MASK_RETAIN - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for fields that would indicate that the Status must not be discarded.
STATE_MASK_STATUS - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for status (least significant three bits reserved).
STATE_MASK_STATUS - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for status (least significant three bits reserved).
STATE_RECOVERY - Static variable in interface com.tangosol.net.Guardian.GuardContext
State value indicating that recovery of the Guardable is underway.
STATE_RUNNING - Static variable in class com.tangosol.io.journal.AbstractJournalRM
State: Running (able to be shut down or stopped).
STATE_STOPPED - Static variable in class com.tangosol.io.journal.AbstractJournalRM
State: Stopped.
STATE_STOPPING - Static variable in class com.tangosol.io.journal.AbstractJournalRM
State: Stopping.
STATE_SYNCHRONIZED - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinuousQueryCache has been configured and fully synchronized.
STATE_TERMINATING - Static variable in interface com.tangosol.net.Guardian.GuardContext
State value indicating that the Guardable is being terminated.
STATE_VALUE_RETAIN - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bit values for fields that would indicate that the Status can be discarded.
Status - Class in com.tangosol.coherence.transaction
Transaction status.
STATUS_AVAILABLE - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object exists and no thread is currently performing processing against the associated entry.
STATUS_AVAILABLE - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object exists and no thread is currently performing processing against the associated entry.
STATUS_COMMITTING - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object represents an Entry that was very recently being processed, and is currently finalizing the results of that processing.
STATUS_COMMITTING - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object represents an Entry that was very recently being processed, and is currently finalizing the results of that processing.
STATUS_EXCEPTION - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
Attempt to bundle encountered and exception; the execution has to be de-optimized and performed by individual threads.
STATUS_INVALIDATED - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object has been discarded.
STATUS_INVALIDATED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object has been discarded.
STATUS_OPEN - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle accepting additional items.
STATUS_PENDING - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle is closed for accepting additional items and awaiting for the execution results.
STATUS_PROCESSED - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle is in process of returning the result of execution back to the client.
STATUS_PROCESSING - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object represents an Entry that is currently being processed.
STATUS_PROCESSING - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object represents an Entry that is currently being processed.
STATUS_RESERVED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object has been reserved for processing by a thread but is not yet processing.
STMT_CONSISTENT_READ - Static variable in class com.tangosol.coherence.transaction.Isolation
Statement Consistent Read isolation.
STMT_MONOTONIC_CONSISTENT_READ - Static variable in class com.tangosol.coherence.transaction.Isolation
Statement Monotonic Consistent Read isolation.
stop() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Stops the Coherence cache provider and frees local resources.
stop() - Method in class com.tangosol.coherence.rest.server.DefaultHttpServer
Stop the server.
stop() - Method in class com.tangosol.coherence.rest.server.GrizzlyHttpServer
Stop the server.
stop() - Method in interface com.tangosol.coherence.rest.server.HttpServer
Stop the server.
stop() - Method in class com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Request the daemon to stop.
stop() - Method in class com.tangosol.io.journal.AbstractJournalRM
Hard-stop the controllable service.
stop() - Method in class com.tangosol.io.journal.FlashJournalRM.PreparerDaemon
Request the daemon to stop.
stop() - Method in class com.tangosol.io.journal.FlashJournalRM
Hard-stop the controllable service.
stop() - Method in class com.tangosol.io.journal.FlashJournalRM.WriterDaemon
Request the daemon to stop.
stop() - Method in class com.tangosol.io.journal.RamJournalRM
Hard-stop the controllable service.
stop() - Method in class com.tangosol.net.WrapperService
Hard-stop the controllable service.
stop() - Method in interface com.tangosol.util.Controllable
Hard-stop the controllable service.
stop() - Method in class com.tangosol.util.Daemon
Request the daemon to stop.
stop(boolean) - Method in class com.tangosol.util.TaskDaemon
Request the daemon to stop, optionally completing tasks that have already been scheduled and are ready to be run.
stopThreads() - Method in class com.tangosol.io.journal.AbstractJournalRM
Stop the various threads used by this Journal Resource Manager.
stopThreads() - Method in class com.tangosol.io.journal.FlashJournalRM
Stop the various threads used by this Journal Resource Manager.
stopTracking() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Stop tracking changes by the BinaryEntryStore.
STORAGE_MANAGER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the StorageManagerMBean.
store(Object, Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Store a Hibernate entity given an id (key) and entity (value)

The entity must have an identifier attribute, and it must be either null (undefined) or equal to the cache key.

store(Object, Object) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Store the specified value under the specified key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.AbstractBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.AsyncBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in interface com.tangosol.io.BinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.journal.JournalBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.nio.BinaryMapStore
Store the specified value under the specific key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.AbstractCacheStore
Store the specified value under the specified key in the underlying store.
store(BinaryEntry) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Store the specified entry in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in interface com.tangosol.net.cache.CacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.MapCacheStore
Store the specified value under the specified key in the underlying store.
store(ReadWriteBackingMap.Entry, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Store the specified entry in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Store the specified value under the specific key in the underlying store.
store(Object, Object) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Store the specified value under the specified key in the underlying store.
storeAll(Map) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Store a collection of Hibernate entities given a Map of ids (keys) and entities (values)
storeAll(Map) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.net.cache.AbstractCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Set) - Method in interface com.tangosol.net.cache.BinaryEntryStore
Store the entries in the specified set in the underlying store.
storeAll(Map) - Method in interface com.tangosol.net.cache.CacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.net.cache.MapCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Store the entries in the specified set in the underlying store.
storeAll(Map) - Method in class com.tangosol.util.NullImplementation.NullCacheStore
Store the specified values under the specified keys in the underlying store.
storeAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Store the entries in the specified set in the underlying store.
storeAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Store the entries in the specified set in the underlying store.
storeAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Store the entries in the specified set in the underlying store.
storeInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Store the specified entry in the underlying store.
storeInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Store the specified entry in the underlying store.
storeInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
Store the specified entry in the underlying store.
str(Object) - Static method in class com.tangosol.io.nio.BinaryMap
Internal debugging support: Turn a Binary into a String.
STRING_ARRAY - Variable in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Zero-length array of String objects.
strings() - Method in class com.tangosol.util.StringTable
Get the table's strings.
stringsStartingWith(String) - Method in class com.tangosol.util.StringTable
Get the table's strings that start with a specific string.
StringTable - Class in com.tangosol.util
Like a hash table, but built specifically for strings.
StringTable() - Constructor for class com.tangosol.util.StringTable
Construct a string table using all defaults.
StringTable(Collator) - Constructor for class com.tangosol.util.StringTable
Construct a string table using the specified collator.
StringTable(int) - Constructor for class com.tangosol.util.StringTable
Construct a string table using the specified collator strength.
stripDomain(String) - Static method in class com.tangosol.net.management.MBeanHelper
Remove the domain prefix from the canonical name if one exists.
SUB_DIR_NAME - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Default directory name for berkeley db environments.
SUBJECT_SCOPED - Static variable in class com.tangosol.net.security.Security
Indicates if subject scope is enabled by the operational configuration.
SubjectPofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that can serialize and deserialize a Subject to/from a POF stream.
SubjectPofSerializer() - Constructor for class com.tangosol.io.pof.SubjectPofSerializer
Default constructor.
subList(int, int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.tangosol.util.ImmutableMultiList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.tangosol.util.InflatableList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
SubList - Class in com.tangosol.util
Implements a list which is based on another list, represents a sub-list of the underlying list.
SubList(List, int, int) - Constructor for class com.tangosol.util.SubList
Construct a SubList from provided list.
subList(int, int) - Method in class com.tangosol.util.SubList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.SafeSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSequence(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Returns a new ByteSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in interface com.tangosol.io.ReadBuffer
Returns a new ByteSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.tangosol.util.AbstractByteSequence.AggregateByteSequence
Returns a new ByteSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.tangosol.util.AbstractByteSequence
Returns a new ByteSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in interface com.tangosol.util.ByteSequence
Returns a new ByteSequence that is a subsequence of this sequence.
subSet(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, 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 at and after the position of fromElement and in a position before toElement.
subSet(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
SubSet - Class in com.tangosol.util
Implements a set which is based on another set, which is assumed to be immutable.
SubSet(Set) - Constructor for class com.tangosol.util.SubSet
Construct this set based on an existing set.
subSet(E, E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
SubSet.SubSetIterator - Class in com.tangosol.util
Iterator for the contents of a subset.
SubSet.SubSetIterator() - Constructor for class com.tangosol.util.SubSet.SubSetIterator
Construct an iterator for a subset.
suggest(PartitionSet, Ownership) - Method in interface com.tangosol.net.partition.DistributionManager
Suggest a distribution change for the specified set of partitions, indicating either primary or backup transfer (or both).
suggestDistribution() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Suggest any distribution that may have been collected by this analysis context to the DistributionManager.
suspend() - Method in class com.tangosol.io.IndentingWriter
Suspends indentation.
SymmetricEncryptionFilter - Class in com.tangosol.net.security
Deprecated. As of Coherence 3.7, deprecated replaced by SSL.
SymmetricEncryptionFilter() - Constructor for class com.tangosol.net.security.SymmetricEncryptionFilter
Deprecated.  
sync() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
After traversing an underlying WriteBuffer boundary, or otherwise changing the offset significantly, sync between this BufferOutput's absolute position and an underlying BufferOutput's relative position.
sync() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
After traversing an underlying WriteBuffer boundary, or otherwise changing the offset significantly, sync between this BufferOutput's absolute position and an underlying BufferOutput's relative position.
syncAssignments(SimpleAssignmentStrategy.AnalysisContext, PartitionedService) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Update the analysis context to reflect the partition assignments of the specified associated service.
SynchronousListener - Interface in com.tangosol.util
A tag interface indicating that a listener implementation has to receive the event notifications synchronously on the corresponding service's thread.
SystemSocketProvider - Class in com.tangosol.net
SocketProvider that produces instances of the JVM's default socket and channel implementations.
SystemSocketProvider() - Constructor for class com.tangosol.net.SystemSocketProvider
 

T

T_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_BOOLEAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_CHAR - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_CHAR_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DAY_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_IDENTITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT16 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_OCTET - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_OCTET_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_REFERENCE - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_KEYS_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNKNOWN - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_YEAR_MONTH_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
tailMap(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class com.tangosol.util.SafeSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailSet(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(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 at and after the position of fromElement.
tailSet(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
takeBackEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent back Map event that has occurred against the Entry for which this Status exists.
takeBreak() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Take a short break before plowing into the pending work again.
takeEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent event that has occurred against the Entry for which this Status exists.
takeEvent() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Obtain the most recent front Map event that has occurred against the Entry for which this Status exists.
takeFrontEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent front Map event that has occurred against the Entry for which this Status exists.
takeNap() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Take a nap before checking for more pending work.
takeNextRipeTask() - Method in class com.tangosol.util.TaskDaemon
Wait for the next scheduled task is ripe (due or overdue), then remove it from the pending schedule and return it.
takeVacation() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Go on an extended vacation until there is any pending work.
TaskDaemon - Class in com.tangosol.util
A Daemon thread handler that asynchronously executes Runnable tasks, either at a scheduled time or "as soon as possible".
TaskDaemon() - Constructor for class com.tangosol.util.TaskDaemon
Default constructor.
TaskDaemon(String) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with the specified name.
TaskDaemon(String, int, boolean) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with a specified name and priority.
TaskDaemon(String, int, boolean, boolean, int) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with a specified name and priority.
TaskDaemon.PeriodicTask - Class in com.tangosol.util
A PeriodicTask is a task that automatically reschedules itself so that it executes on a periodic basis.
TaskDaemon.PeriodicTask(Runnable, long) - Constructor for class com.tangosol.util.TaskDaemon.PeriodicTask
Construct a task that will automatically be run on a periodic basis.
TcpDatagramSocket - Class in com.tangosol.net
TCP based datagram socket implementation.
TcpDatagramSocket() - Constructor for class com.tangosol.net.TcpDatagramSocket
Create a new TcpDatagramSocket that with a wildcard address bound to an ephemeral port.
TcpDatagramSocket(SocketAddress) - Constructor for class com.tangosol.net.TcpDatagramSocket
Creates a new TcpDatagramSocket which will be bound to the specified address.
TcpDatagramSocket(int) - Constructor for class com.tangosol.net.TcpDatagramSocket
Creates a new TcpDatagramSocket using the wildcard address and the specified port.
TcpDatagramSocket(int, InetAddress) - Constructor for class com.tangosol.net.TcpDatagramSocket
Creates a new TcpDatagramSocket using an address and a port number.
TcpDatagramSocket(SocketProvider) - Constructor for class com.tangosol.net.TcpDatagramSocket
Creates a new TcpDatagramSocket using the provider.
TcpDatagramSocket(TcpDatagramSocket.Impl) - Constructor for class com.tangosol.net.TcpDatagramSocket
Creates a new TcpDatagramSocket using an TcpDatagramSocket.Impl.
TcpDatagramSocket.Impl - Class in com.tangosol.net
A specialized version of DatagramSocketImpl.
TcpDatagramSocket.Impl() - Constructor for class com.tangosol.net.TcpDatagramSocket.Impl
Create a new new Impl.
TcpDatagramSocket.Impl(SocketProvider) - Constructor for class com.tangosol.net.TcpDatagramSocket.Impl
Create a new Impl using a provider.
TcpSocketProvider - Class in com.tangosol.net
TcpSocketProvider is a SocketProvider which prefers to produce TCP based socket implementations.
TcpSocketProvider() - Constructor for class com.tangosol.net.TcpSocketProvider
 
TEMP_FILE_NAME_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for temporary file names.
terminate() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
Terminate this Guardable.
terminate() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
Terminate this Guardable.
terminate() - Method in interface com.tangosol.net.Guardable
Terminate this Guardable.
terminate() - Method in class com.tangosol.util.Daemon
Terminate this Guardable.
terminateReadThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Terminate the refresh-ahead thread.
terminateWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Terminate the write-behind thread.
THREAD_OWNING_MSG - Static variable in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated.  
ThreadFactory - Interface in com.tangosol.util
Factory interface for Thread creation.
ThreadGate - Class in com.tangosol.util
Use this class in cases that large numbers of threads can operate concurrently with an additional requirement that all threads be blocked for certain operations.
ThreadGate() - Constructor for class com.tangosol.util.ThreadGate
Default constructor.
ThreadGate.ThreadLocalCounter - Class in com.tangosol.util
Specialization of ThreadLocalObject that can be used for efficient thread local long counters.
ThreadGate.ThreadLocalCounter() - Constructor for class com.tangosol.util.ThreadGate.ThreadLocalCounter
Create a new ThreadLocalCounter with an initial Long value of zero.
ThreadGateLite - Class in com.tangosol.util
ThreadGateLite is a Gate implementation built around the ReentrantReadWriteLock.
ThreadGateLite() - Constructor for class com.tangosol.util.ThreadGateLite
 
ThreadLocalObject - Class in com.tangosol.util
This class provides an implementation of thread local storage.
ThreadLocalObject() - Constructor for class com.tangosol.util.ThreadLocalObject
Create a ThreadLocalObject.
ThreadLocalObject(Object) - Constructor for class com.tangosol.util.ThreadLocalObject
Create a ThreadLocalObject with an initial value.
THREADS_OWNING_MSG - Static variable in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated.  
threadStackTrace(Thread) - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Create a StringBuilder which contains the stacktrace for the Thread argument
ThrowablePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that can serialize and deserialize a Throwable to/from a POF stream.
ThrowablePofSerializer() - Constructor for class com.tangosol.io.pof.ThrowablePofSerializer
Default constructor.
TIMEOUT_DEFAULT - Static variable in interface com.tangosol.net.PriorityTask
A special timeout value to indicate that the corresponding service's default timeout value should be used.
TIMEOUT_NONE - Static variable in interface com.tangosol.net.PriorityTask
A special timeout value to indicate that this task or request can run indefinitely.
tmpbuf() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a small buffer for formating data to bytes.
tmpbuf(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Get a buffer for formating data to bytes.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray(Object[], Converter) - Method in class com.tangosol.io.nio.BinaryMap
Returns an array with a runtime type is that of the specified array and that contains data from all of the entries in this Map.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Returns an array containing all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.EntrySet
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.KeySet
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.ValuesCollection
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Returns an array containing all of the keys in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Collection.
toArray() - Method in class com.tangosol.net.partition.PartitionSet
Convert the partition set to an array of partition identifiers.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.CircularArrayList
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.CircularArrayList
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.DeltaSet
Returns an array containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.ImmutableArrayList
Returns an array containing all of the elements in this List in the order that the elements occur in the List.
toArray(Object[]) - Method in class com.tangosol.util.ImmutableArrayList
Returns an array with ao runtime type is that of the specified array and that contains all of the elements in this List.
toArray() - Method in class com.tangosol.util.ImmutableMultiList
Returns an array containing all of the elements in this List in the order that the elements occur in the List.
toArray(Object[]) - Method in class com.tangosol.util.ImmutableMultiList
Returns an array with ao runtime type is that of the specified array and that contains all of the elements in this List.
toArray() - Method in class com.tangosol.util.InflatableCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.InflatableCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.LiteSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.LiteSet
Returns an array (whose runtime type is that of the specified array) containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.MapSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.MapSet
Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns an array containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.SafeHashMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Returns an array containing all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the values in the Collection.
toArray() - Method in class com.tangosol.util.SafeLinkedList
Returns an array containing all of the elements in this List in the order that the elements occur in the List.
toArray(Object[]) - Method in class com.tangosol.util.SafeLinkedList
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this List.
toArray() - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.SegmentedHashMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.util.SegmentedHashMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.util.SegmentedHashMap.ValuesCollection
Returns an array containing all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.util.SegmentedHashMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the values in the Collection.
toArray(Enumeration) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an enumeration into an array.
toArray(Enumeration, Object[]) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an enumeration into an array.
toArray(Iterator) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an Iterator into an array.
toArray(Iterator, Object[]) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an Iterator into an array.
toArray() - Method in class com.tangosol.util.SimpleEnumerator
Return the remaining contents of this SimpleEnumerator as an array.
toArray(Object[]) - Method in class com.tangosol.util.SimpleEnumerator
Return the remaining contents of this SimpleEnumerator as an array of the type specified by the passed array, and use that passed array to store the values if it is big enough, putting a null in the first unused element if the size of the passed array is bigger than the number of remaining elements in this enumerator, as per the contract of the Collection.toArray(Object[]) method.
toArray(Enumeration) - Static method in class com.tangosol.util.SortedEnumerator
Return the contents of the passed Enumeration as a sorted array.
toArray(Iterator) - Static method in class com.tangosol.util.SortedEnumerator
Return the contents of the passed Iterator as a sorted array.
toArray() - Method in class com.tangosol.util.SubList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class com.tangosol.util.SubList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.tangosol.util.SubSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.SubSet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArrayInternal(SegmentedHashMap.IterableEntryAction, Object[]) - Method in class com.tangosol.util.SegmentedHashMap
Apply the specified toArray() action to the entries in the map.
toBinary() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.io.AbstractReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.io.AbstractWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in class com.tangosol.io.DelegatingWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary(int, int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in interface com.tangosol.io.ReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in interface com.tangosol.io.ReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in interface com.tangosol.io.WriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary(Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Translate the passed Object object into an Binary object.
toBinary(Object) - Method in class com.tangosol.net.cache.SerializationMap
Translate the passed Object object into an Binary object.
toBinary(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Translate the passed Object object into an Binary object.
toBinary() - Method in class com.tangosol.util.AbstractByteSequence
Returns a Binary object that holds the contents of this ByteSequence.
toBinary() - Method in class com.tangosol.util.Binary
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in class com.tangosol.util.Binary
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.util.BinaryWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in interface com.tangosol.util.ByteSequence
Returns a Binary object that holds the contents of this ByteSequence.
toBitString(byte) - Static method in class com.tangosol.util.BitHelper
Convert a byte to a String of ones and zeros.
toBitString(int) - Static method in class com.tangosol.util.BitHelper
Convert an int to a String of ones and zeros.
toBitString(long) - Static method in class com.tangosol.util.BitHelper
Convert a long to a String of ones and zeros.
toBooleanArray(String) - Static method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
toBufferSequence() - Method in class com.tangosol.io.BufferManagerAdapter
Create a BufferSequence based on the list of ByteBuffers allocated by this adapter.
toByteArray(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.AbstractReadBuffer
Get the contents of the ReadBuffer as a byte array.
toByteArray(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.AbstractWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in class com.tangosol.io.DelegatingWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray(int, int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in interface com.tangosol.io.ReadBuffer
Get the contents of the ReadBuffer as a byte array.
toByteArray(int, int) - Method in interface com.tangosol.io.ReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.Utf8Writer
If the underlying stream is a ByteArrayOutputStream (such as with the no-parameter constructor), this will return the binary UTF8-encoded data that resulted from the character data written to this Writer.
toByteArray() - Method in interface com.tangosol.io.WriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in class com.tangosol.util.UID
Convert the UID to a byte array of 16 bytes.
toByteArray() - Method in class com.tangosol.util.UUID
Convert the UUID to a byte array of 32 bytes.
toCharArray() - Method in class com.tangosol.util.UID
Convert the UID to a character array of 32 hex digits.
toExternalUnits(long, int) - Static method in class com.tangosol.net.cache.OldCache
Deprecated. Convert from an internal 64-bit unit value to an external 32-bit unit value using the configured units factor.
toInt() - Method in class com.tangosol.util.aggregator.QueryRecorder.RecordType
Convert an RecordType to an integer.
toInternalUnits(int, int) - Static method in class com.tangosol.net.cache.OldCache
Deprecated. Convert from an internal 64-bit unit value to an external 32-bit unit value using the configured units factor.
toJavaDate() - Method in class com.tangosol.io.pof.RawDate
Create a Java Date from the raw date information.
toJavaDate() - Method in class com.tangosol.io.pof.RawDateTime
Create a Java Date from the raw date/time information.
toJavaDate() - Method in class com.tangosol.io.pof.RawTime
Create a Java Date from the raw time information.
toLong(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Converts an IPv4 compatible address to a long value.
toLong(InetAddress) - Static method in class com.tangosol.util.UID
Converts and IP address to a long value.
toMap() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get a Map instance representing the contents of the cache.
toNumber(String) - Static method in class com.tangosol.coherence.rest.util.processor.NumberIncrementorFactory
Convert the given string into a number.
toNumber(String) - Static method in class com.tangosol.coherence.rest.util.processor.NumberMultiplierFactory
Convert the given string into a number.
toPageIndex(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Translate a page number to an index into the PageArray.
TopLinkCacheLoader - Class in com.tangosol.coherence.toplink
TopLink implementation of the CacheLoader interface.
TopLinkCacheLoader(String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheLoader
Constructor which accepts an entity name.
TopLinkCacheLoader(String, String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheLoader
Constructor which accepts an entity name and session name.
TopLinkCacheStore - Class in com.tangosol.coherence.toplink
TopLink implementation of the CacheStore interface.
TopLinkCacheStore(String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheStore
Constructor which accepts an entity name.
TopLinkCacheStore(String, String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheStore
Constructor which accepts an entity name and session name.
toSqlDate() - Method in class com.tangosol.io.pof.RawDate
Create a JDBC Date from the raw date information.
toSqlTime() - Method in class com.tangosol.io.pof.RawTime
Create a JDBC Time from the raw time information.
toSqlTimestamp() - Method in class com.tangosol.io.pof.RawDateTime
Create a JDBC Timestamp from the raw date/time information.
toStateString(int) - Static method in class com.tangosol.util.Daemon
Convert a state value to a human-readable String.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a human-readable task description.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
 
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return a string representation of the WorkHolder object.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return a human-readable description.
toString(Object) - Method in class com.tangosol.coherence.rest.DefaultKeyConverter
Convert an object representation of a key into its string form.
toString(Object) - Method in interface com.tangosol.coherence.rest.KeyConverter
Convert an object representation of a key into its string form.
toString() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated. 
toString() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.transaction.Isolation
Return a human-readable description for this Isolation.
toString() - Method in class com.tangosol.coherence.transaction.Status
Return a human-readable description for this Status.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Return a human readable description of this EntryInfo object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return a human readable description of this CacheImpl object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return a human readable description of this FlushAgent object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a human readable String representation of this CacheProvider.
toString() - Method in class com.tangosol.io.AsyncBinaryStore
Return a human readable description of the AsyncBinaryStore.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Return the Holder's human readable description.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Return a human readable description of the BinaryStore.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Return a human readable description of the BinaryStoreManager.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Return a human readable description of the EnvironmentHolder.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactory
Output the DatabaseFactory state as a String.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Return a human readable description of the DatabaseFactoryManager.
toString() - Method in class com.tangosol.io.ByteArrayReadBuffer
Provide a human-readable representation of the Binary object.
toString() - Method in class com.tangosol.io.DecoratedBinaryDeltaCompressor
toString() - Method in class com.tangosol.io.DefaultSerializer
Return a description of this DefaultSerializer.
toString() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
toString() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
toString() - Method in class com.tangosol.io.journal.AbstractJournalRM
toString() - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
toString() - Method in class com.tangosol.io.journal.FlashJournalRM.Buffer
toString() - Method in class com.tangosol.io.journal.FlashJournalRM.BufferPool
toString() - Method in class com.tangosol.io.journal.JournalBinaryStore
toString() - Method in class com.tangosol.io.journal.RamJournalRM.BufferPool
toString() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Create a human readable string representing the data written to the stream.
toString() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Return a description of this ConfigurablePofContext.
toString() - Method in class com.tangosol.io.pof.PofPrincipal
Return a string representation of this Principal.
toString() - Method in exception com.tangosol.io.pof.PortableException
Return a human-readable description for this exception.
toString() - Method in class com.tangosol.io.pof.RawDate
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawDateTime
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawDayTimeInterval
toString() - Method in class com.tangosol.io.pof.RawQuad
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawTime
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawTimeInterval
toString() - Method in class com.tangosol.io.pof.RawYearMonthInterval
toString() - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Return a human-readable description for this SimplePofPath.
toString() - Method in interface com.tangosol.net.ActionPolicy
Return a human-readable String representation of this ActionPolicy.
toString() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Provide a human readable description for the Bundle obect (for debugging).
toString() - Method in class com.tangosol.net.cache.AbstractBundler.Statistics
Provide a human readable description for the Statistics object.
toString() - Method in class com.tangosol.net.cache.AbstractBundler
Provide a human readable description for the Bundler object (for debugging).
toString() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Render the entry as a String.
toString() - Method in class com.tangosol.net.cache.CachingMap
For debugging purposes, format the contents of the CachingMap in a human readable format.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.AddListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Produce a human-readable description of this EventRouter.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Render the cache entry as a String.
toString() - Method in class com.tangosol.net.cache.OldCache
Deprecated. For debugging purposes, format the contents of the cache as a String.
toString() - Method in class com.tangosol.net.cache.OverflowMap.Status
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
Return a String representation of the BinaryEntryStoreWrapper object that will be used as a part of the write-behind thread name.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Return a String representation of the CacheStoreWrapper object that will be used as a part of the write-behind thread name.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
For debugging purposes, present the queue in human-readable format.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
For debugging purposes, format the contents of the Map in a human- readable format.
toString() - Method in class com.tangosol.net.cache.SerializationCache
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.cache.SerializationMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
For debugging purposes, format the contents of the SimpleCachingStatistics in a human readable format.
toString() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.ConfigurableAddressProvider
Return a string representation of this ConfigurableAddressProvider.
toString() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
toString() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Return a human-readable String representation of this ActionPolicy.
toString() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Return a human-readable String representation of this ActionPolicy.
toString() - Method in class com.tangosol.net.GuardSupport.Context
Return a human-readable description.
toString() - Method in class com.tangosol.net.InetAddressHelper.RoutableFilter
toString() - Method in class com.tangosol.net.InetAddressHelper.SubnetMaskFilter
toString(byte[]) - Static method in class com.tangosol.net.InetAddressHelper
Converts a byte array to a raw IP address string representation.
toString(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Format an IP address string representing the specified InetAddress object.
toString() - Method in class com.tangosol.net.LoadBalancer.AddressPort
Return a human readable description of this AddressPort object.
toString() - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.net.MemberEvent
Returns a String representation of this MemberEvent object.
toString() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Return a human-readable description for this ObservableSplittingBackingMap.
toString() - Method in class com.tangosol.net.partition.Ownership
Returns a string representation of this Ownership.
toString() - Method in class com.tangosol.net.partition.PartitionEvent
Return a String representation of this PartitionEvent object.
toString() - Method in class com.tangosol.net.partition.PartitionSet
Returns a string representation of this PartitionSet.
toString() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
For debugging purposes, format the statistics information into a human-readable format.
toString() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Return a human-readable description for this PartitionBackingMap.
toString(boolean) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
Return a human-readable description for this PartitionBackingMap.
toString() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
toString() - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
toString() - Method in class com.tangosol.net.partition.SimplePartitionKey
toString() - Method in class com.tangosol.net.security.SimpleHandler
Return a string representation of this principal.
toString() - Method in class com.tangosol.net.SocketOptions
toString() - Method in class com.tangosol.net.SocketProviderFactory
toString() - Method in class com.tangosol.net.SystemSocketProvider
toString() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
toString() - Method in class com.tangosol.net.TcpDatagramSocket
toString() - Method in class com.tangosol.net.TcpSocketProvider
toString() - Method in class com.tangosol.net.WrapperCacheService
toString() - Method in class com.tangosol.net.WrapperInvocationService
toString() - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
toString() - Method in class com.tangosol.net.WrapperServerSocket
toString() - Method in class com.tangosol.net.WrapperService
toString() - Method in class com.tangosol.net.WrapperSocket
toString() - Method in class com.tangosol.run.jca.CacheAdapter
Return a human readable description of the CacheAdapter.
toString(boolean[]) - Static method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
toString() - Method in class com.tangosol.run.xml.PropertyAdapter
Debugging support.
toString(Timestamp) - Static method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
toString() - Method in class com.tangosol.run.xml.SimpleElement
Format the XML element and all its contained information into a String in a display format.
toString(boolean) - Method in class com.tangosol.run.xml.SimpleElement
Format the XML element and all its contained information into a String in a display format.
toString() - Method in class com.tangosol.run.xml.SimpleValue
Format the XML value into a String in a display format.
toString() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Debugging support.
toString() - Method in class com.tangosol.run.xml.XmlBean
To assist in debugging, provide a clear indication of the key's state.
toString() - Method in interface com.tangosol.run.xml.XmlDocument
Format the XML document and all its contained information into a String in a display format.
toString() - Method in interface com.tangosol.run.xml.XmlElement
Format the XML element and all its contained information into a String in a display format.
toString(XmlSerializable) - Static method in class com.tangosol.run.xml.XmlHelper
Return the XML of an XmlSerializable object as a String.
toString() - Method in interface com.tangosol.run.xml.XmlValue
Format the XML value into a String in a display format.
toString() - Method in class com.tangosol.util.AbstractByteSequence
toString() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.util.AbstractLongArray
Provide a string representation of the LongArray.
toString() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.AbstractSparseArray.Node
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.aggregator.AbstractAggregator
Provide a human-readable representation of this object.
toString() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Return a human-readable description for this ValueExtractor.
toString() - Method in class com.tangosol.util.aggregator.GroupAggregator
Return a human-readable description for this GroupAggregator.
toString() - Method in class com.tangosol.util.aggregator.PriorityAggregator
Return a human-readable description for this PriorityAggregator.
toString() - Method in class com.tangosol.util.Binary
Provide a human-readable representation of the Binary object.
toString(byte[]) - Static method in class com.tangosol.util.Binary
For debugging purposes, convert the passed byte array into a string that contains the information regarding whether the reference is null, and if it is not null, what the length of the byte array is.
toString() - Method in class com.tangosol.util.ClassFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.comparator.ChainedComparator
Return a human-readable description for this ChainedComparator.
toString() - Method in class com.tangosol.util.comparator.SafeComparator
Return a human-readable description for this Comparator.
toString() - Method in class com.tangosol.util.CompositeKey
Returns a string representation of the object.
toString() - Method in class com.tangosol.util.ConditionalIndex
Returns a string representation of this ConditionalIndex.
toString() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return a String description for this Entry.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return a String description for this collection.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return a String description for this collection.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return a String description for this Map.
toString() - Method in class com.tangosol.util.Daemon
Return a human-readable String representation of the Daemon.
toString() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Return a human-readable description for this ValueExtractor.
toString() - Method in class com.tangosol.util.extractor.CompositeUpdater
Return a human-readable description for this CompositeUpdater.
toString() - Method in class com.tangosol.util.extractor.ConditionalExtractor
Return a human-readable description for this ConditionalExtractor.
toString() - Method in class com.tangosol.util.extractor.IdentityExtractor
Provide a human-readable description of this IdentityExtractor object.
toString() - Method in class com.tangosol.util.extractor.KeyExtractor
Return a human-readable description for this KeyExtractor.
toString() - Method in class com.tangosol.util.extractor.PofExtractor
Return a human-readable description for this PofExtractor.
toString() - Method in class com.tangosol.util.extractor.PofUpdater
Return a human-readable description for this PofUpdater.
toString() - Method in class com.tangosol.util.extractor.ReflectionExtractor
Provide a human-readable description of this ReflectionExtractor object.
toString() - Method in class com.tangosol.util.extractor.ReflectionUpdater
Provide a human-readable description of this ValueUpdater object.
toString() - Method in class com.tangosol.util.filter.AlwaysFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ArrayFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ComparisonFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.FilterTrigger
Return a human-readable description for this FilterTrigger.
toString() - Method in class com.tangosol.util.filter.InKeySetFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.KeyFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.LimitFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.MapEventFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Provide a human-readable representation of this object.
toString() - Method in class com.tangosol.util.filter.NeverFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.NotFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.PartitionedFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.PresentFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.PriorityFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.ImmutableArrayList.ListView
toString() - Method in class com.tangosol.util.ImmutableArrayList.SetView
toString() - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
toString() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Provide a human-readable representation of the SimpleEntry object.
toString() - Method in class com.tangosol.util.Listeners
Return a string representation of the Listeners object.
toString() - Method in interface com.tangosol.util.LongArray
Provide a string representation of the LongArray.
toString() - Method in class com.tangosol.util.MapEvent
Return a String representation of this MapEvent object.
toString() - Method in class com.tangosol.util.MapListenerSupport
Provide a string representation of the MapListenerSupport object.
toString() - Method in class com.tangosol.util.NullFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.NullImplementation.NullActionPolicy
Return a human-readable String representation of this ActionPolicy.
toString() - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Provide a human-readable description of this ValueExtractor object.
toString() - Method in class com.tangosol.util.processor.CompositeProcessor
Return a human-readable description for this ConditionalProcessor.
toString() - Method in class com.tangosol.util.processor.ConditionalProcessor
Return a human-readable description for this ConditionalProcessor.
toString() - Method in class com.tangosol.util.processor.ConditionalPut
Return a human-readable description for this ConditionalPut.
toString() - Method in class com.tangosol.util.processor.ConditionalPutAll
Return a human-readable description for this ConditionalPutAll.
toString() - Method in class com.tangosol.util.processor.ConditionalRemove
Return a human-readable description for this ConditionalRemove.
toString() - Method in class com.tangosol.util.processor.ExtractorProcessor
Return a human-readable description for this ExtractorProcessor.
toString() - Method in class com.tangosol.util.processor.PreloadRequest
Return a human-readable description for this PreloadRequest processor.
toString() - Method in class com.tangosol.util.processor.PriorityProcessor
Return a human-readable description for this PriorityProcessor.
toString() - Method in class com.tangosol.util.processor.PropertyManipulator
Return a human-readable description for this PropertyManipulator.
toString() - Method in class com.tangosol.util.processor.PropertyProcessor
Return a human-readable description for this PropertyProcessor.
toString() - Method in class com.tangosol.util.processor.UpdaterProcessor
Return a human-readable description for this UpdaterProcessor.
toString() - Method in class com.tangosol.util.processor.VersionedPut
Return a human-readable description for this VersionedPut.
toString() - Method in class com.tangosol.util.processor.VersionedPutAll
Return a human-readable description for this VersionedPutAll.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Return a String description for this collection.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Return a String description for this Entry.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Return a String description for this Iterator.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Return a String description for this collection.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Return a String description for this Map.
toString() - Method in class com.tangosol.util.SafeHashMap.Entry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SafeLinkedList.Node
Render the Node as a String.
toString() - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
toString() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
Return a String representation of the SkipNode.
toString() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SegmentedHashMap.Entry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SegmentedHashMap
Returns a String representation of this map.
toString() - Method in class com.tangosol.util.ServiceEvent
Returns a String representation of this ServiceEvent object.
toString() - Method in class com.tangosol.util.SimpleMapEntry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SimpleMapIndex
Returns a string representation of this SimpleMapIndex.
toString(boolean) - Method in class com.tangosol.util.SimpleMapIndex
Returns a string representation of this SimpleMapIndex.
toString() - Method in class com.tangosol.util.SimpleQueryRecord
toString() - Method in class com.tangosol.util.StringTable
Provide a string representation of the string table.
toString() - Method in class com.tangosol.util.TaskDaemon
Return a human-readable String representation of the Daemon.
toString() - Method in class com.tangosol.util.ThreadGate
Provide a human-readable representation of this ThreadGate.
toString() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Provide a human-readable representation of this object.
toString() - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Provide a human-readable representation of this object.
toString() - Method in class com.tangosol.util.Tree
Provide a string representation of the tree.
toString() - Method in class com.tangosol.util.UID
Convert the UID to a printable String.
toString(long) - Static method in class com.tangosol.util.UID
Converts a long value to an address string in the form returned by InetAddress#getHostAddress.
toString() - Method in class com.tangosol.util.UUID
Convert the UUID to a printable String.
toString() - Method in interface com.tangosol.util.ValueExtractor
Provide a human-readable description of this ValueExtractor object.
toString() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
toString() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
toString() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
toString() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
toString() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
toString() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
toString() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
toString() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return a human readable decription of the Lock
toString() - Method in class com.tangosol.util.WrapperConcurrentMap
Returns a string representation of this Map.
toString() - Method in exception com.tangosol.util.WrapperException
Returns a short description of this WrapperException object.
toString() - Method in class com.tangosol.util.WrapperObservableMap
Returns a string representation of this Map.
toTimestamp(String) - Static method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
touch() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Update the last-accessed time for the session.
touch() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Deprecated. Update the last-accessed time for the session.
touch() - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalFile
This method is called periodically by the collector daemon to indicate that the file is still being used.
touch() - Method in class com.tangosol.io.journal.FlashJournalRM.JournalFile
This method is called periodically by the collector daemon to indicate that the file is still being used.
touch() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
Indicate to the entry that it has been touched, such as when it is accessed or modified.
touch() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Called each time the entry is accessed or modified.
touch() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
Indicate to the entry that it has been touched, such as when it is accessed or modified.
touch(Object) - Method in class com.tangosol.net.cache.SerializationCache
Touch an object to pop it to the top of the LRU
touch() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
Indicate to the entry that it has been touched, such as when it is accessed or modified.
toUri(Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter
Serialize an object into a URI element.
toUri() - Method in interface com.tangosol.run.xml.UriSerializable
Serialize the object into a URI.
toXml(Object) - Method in class com.tangosol.run.xml.DateFormatAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.IterableAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.QNameAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter
Serialize an object into an XML element.
toXml() - Method in class com.tangosol.run.xml.SimpleDocument
Serialize the object into an XmlElement.
toXml() - Method in class com.tangosol.run.xml.SimpleElement
Serialize the object into an XmlElement.
toXml() - Method in class com.tangosol.run.xml.XmlBean
Serialize the object into an XmlElement.
toXml(Object) - Method in class com.tangosol.run.xml.XmlElementAdapter
Serialize an object into an XML element.
toXml() - Method in interface com.tangosol.run.xml.XmlSerializable
Serialize the object into an XmlElement.
toXml(Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Serialize an object into an XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize a primitive array into a single XML element.
TRACE - Static variable in class com.tangosol.util.aggregator.QueryRecorder.RecordType
Produce a QueryRecord object that contains the actual cost of the query execution.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set) - Method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Filter the given keys using available indexes and record the cost of execution on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry) - Method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Evaluate the specified entry against this filter and record the evaluation cost on the given step of the QueryRecord.
trace(Filter, Map, Set, QueryRecord.PartialResult.TraceStep) - Static method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record the actual cost of applying the specified filter to the specified keySet.
trace(Filter, Map.Entry, QueryRecord.PartialResult.TraceStep) - Static method in class com.tangosol.util.filter.AbstractQueryRecorderFilter
Record the actual cost of query execution for a given filter.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set) - Method in class com.tangosol.util.filter.ArrayFilter
Filter the given keys using available indexes and record the cost of execution on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry) - Method in class com.tangosol.util.filter.ArrayFilter
Evaluate the specified entry against this filter and record the evaluation cost on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set) - Method in interface com.tangosol.util.filter.QueryRecorderFilter
Filter the given keys using available indexes and record the cost of execution on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry) - Method in interface com.tangosol.util.filter.QueryRecorderFilter
Evaluate the specified entry against this filter and record the evaluation cost on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Set) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Filter the given keys using available indexes and record the cost of execution on the given step of the QueryRecord.
trace(QueryContext, QueryRecord.PartialResult.TraceStep, Map.Entry) - Method in class com.tangosol.util.filter.WrapperQueryRecorderFilter
Evaluate the specified entry against this filter and record the evaluation cost on the given step of the QueryRecord.
trackDatabase(Database) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Add a database handle to the trackings list.
TraditionalHttpSessionCollection - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
TraditionalHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Deprecated. Default constructor (required).
TraditionalHttpSessionModel - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
TraditionalHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. Default constructor for deserialization.
TraditionalHttpSessionModel(TraditionalHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. Session creation constructor.
TRANSACTION_GET_COMMITTED - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_GET_COMMITTED
TRANSACTION_GET_COMMITTED - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets are prevented; non-repeatable gets and phantom gets can occur.
TRANSACTION_MANAGER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the TransactionManagerMBean.
TRANSACTION_REPEATABLE_GET - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_REPEATABLE_GET
TRANSACTION_REPEATABLE_GET - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets and non-repeatable gets are prevented; phantom gets can occur.
TRANSACTION_SERIALIZABLE - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets, non-repeatable gets and phantom gets are prevented.
TransactionId - Interface in com.tangosol.coherence.transaction
A transaction identifier.
TransactionMap - Interface in com.tangosol.util
ConcurrentMap with additional transaction support.
TransactionMap.Validator - Interface in com.tangosol.util
A callback interface used by TransactionMap implementations.
TransactionState - Interface in com.tangosol.coherence.transaction
Provides information about a transaction.
transferBytes(ByteBuffer, ByteBuffer) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
Transfer bytes from the source to the destination buffer based on their limits.
transform(MapEvent) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Remove an old value from the specified MapEvent.
transform(MapEvent) - Method in interface com.tangosol.util.MapEventTransformer
Transform the specified MapEvent.
transform(MapEvent) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Transform the specified MapEvent using the corresponding extractors.
transform(MapEvent) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Remove an old value from the specified MapEvent.
transformIdentity(Subject, Service) - Method in class com.tangosol.net.security.DefaultIdentityTransformer
Transform a Subject to a token that asserts an identity.
transformIdentity(Subject, Service) - Method in interface com.tangosol.net.security.IdentityTransformer
Transform a Subject to a token that asserts an identity.
transformInitParams(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Transform the specified "init-params" element of the following structure: <!
transitionPartition(int, int, Member, Member) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext
Update the analysis context to reflect the suggested transfer of the specified number of primary partitions between the specified members.
translateSchemeType(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Translate the scheme name into the scheme type.
translateStandardSchemeType(String) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Translate the scheme name into the scheme type.
Tree - Class in com.tangosol.util
A thread-safe balanced binary search tree.
Tree() - Constructor for class com.tangosol.util.Tree
Default constructor.
trigger(String, String, String) - Method in interface com.tangosol.net.management.NotificationManager
Trigger the notification on subscribers for a given MBean.
trigger(String, Notification) - Method in interface com.tangosol.net.management.NotificationManager
Trigger the notification on subscribers for a given MBean.
trim(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim XML whitespace.
trimb(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim trailing XML whitespace.
trimf(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim leading XML whitespace.
trimToSize() - Method in class com.tangosol.util.CircularArrayList
Trim the capacity of this list instance to be as small as possible.
tryLock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Try to lock the directory.
tryUnlock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Try to unlock the directory.
TX_CONSISTENT_READ - Static variable in class com.tangosol.coherence.transaction.Isolation
Transaction Consistent Read isolation.
TX_MONOTONIC_CONSISTENT_READ - Static variable in class com.tangosol.coherence.transaction.Isolation
Transaction Monotonic Consistent Read isolation.
TYPE_BINARY - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_BOOLEAN - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DATE - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DATETIME - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DECIMAL - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DEFAULT - Static variable in interface com.tangosol.net.InvocationService
Invocation service type constant.
TYPE_DISTRIBUTED - Static variable in interface com.tangosol.net.CacheService
DistributedCache service type constant.
TYPE_DOUBLE - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_INT - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_LOCAL - Static variable in interface com.tangosol.net.CacheService
LocalCache service type constant.
TYPE_LONG - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_OPTIMISTIC - Static variable in interface com.tangosol.net.CacheService
OptimisticCache service type constant.
TYPE_PORTABLE - Static variable in class com.tangosol.io.pof.SafeConfigurablePofContext
The type identifier for objects that implement the PortableObject interface.
TYPE_REMOTE - Static variable in interface com.tangosol.net.CacheService
RemoteCache service type constant.
TYPE_REMOTE - Static variable in interface com.tangosol.net.InvocationService
Remote invocation service type constant.
TYPE_REPLICATED - Static variable in interface com.tangosol.net.CacheService
ReplicatedCache service type constant.
TYPE_SERIALIZABLE - Static variable in class com.tangosol.io.pof.SafeConfigurablePofContext
The type identifier for Java Serializable (including the ExternalizableLite format) objects.
TYPE_STRING - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_TIME - Static variable in interface com.tangosol.run.xml.XmlValue
 

U

UID - Class in com.tangosol.util
A UID is a 128-bit identifier that is almost guaranteed to be unique.
UID() - Constructor for class com.tangosol.util.UID
Construct a UID (default constructor).
UID(int, long, int) - Constructor for class com.tangosol.util.UID
Construct a UID from its constituent members (advanced constructor).
UID(byte[]) - Constructor for class com.tangosol.util.UID
Construct a UID from a byte array.
UID(String) - Constructor for class com.tangosol.util.UID
Construct a UID from a String.
UID(DataInput) - Constructor for class com.tangosol.util.UID
Construct a UID from a stream.
UnableToAcquireLockException - Exception in com.tangosol.coherence.transaction.exception
Indicates that a write operation was unable to acquire a write lock.
UnableToAcquireLockException(String) - Constructor for exception com.tangosol.coherence.transaction.exception.UnableToAcquireLockException
Create a UnableToAcquireLockException with a String msg.
UnableToAcquireLockException(Throwable) - Constructor for exception com.tangosol.coherence.transaction.exception.UnableToAcquireLockException
Create a UnableToAcquireLockException with a Throwable cause.
UnableToAcquireLockException(String, Throwable) - Constructor for exception com.tangosol.coherence.transaction.exception.UnableToAcquireLockException
Create a UnableToAcquireLockException with a String msg and Throwable cause.
unbind(AttributeHolder, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Unbind the specified session attributes name and value.
unbind() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Unbind session attributes.
unbind() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Deprecated. Unbind session attributes.
unbundle(BinaryEntry) - Method in class com.tangosol.net.cache.AbstractBinaryEntryBundler
Un-bundle bundled operation.
unbundle(Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Un-bundle bundled operation.
unbundle(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache.GetBundler
A pass through the the underlying get operation.
unbundle(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache.RemoveBundler
A pass through the the underlying remove() operation.
UNINITIALIZED - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
uninstall() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Uninstall extension classes.
union(ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
Return a quorum rule composed from this and the specified rule that reflects the "union" of the two rules.
UNIT_CALCULATOR_BINARY - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies a unit calculator that assigns an object a weight equal to the number of bytes of memory required to cache the object.
UNIT_CALCULATOR_EXTERNAL - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies a external (custom) unit calculator implementation.
UNIT_CALCULATOR_FIXED - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies the default unit calculator that weighs all entries equally as 1.
UNKNOWN - Static variable in class com.tangosol.coherence.transaction.Status
The transaction is in an unknown state due to an error.
UNKNOWN - Static variable in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
unlink() - Method in class com.tangosol.io.nio.BinaryMap.Block
Unlink this block (either an Entry or free block) from the appropriate data structures (either the hash bucket or the free list.)
unlock(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Unlock a key.
unlock(Object) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Unlocking, ConcurrentMap.unlock(Object), is currently not available when using a transactional cache.
unlock(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.net.cache.NearCache
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
unlock(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Unlock the specified item.
unlock(Object) - Method in interface com.tangosol.util.ConcurrentMap
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Unlock the specified item.
unlock() - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Unlock this entry.
unlock(Object) - Method in class com.tangosol.util.SegmentedConcurrentMap
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Unlock the specified item.
unlockAll(ConcurrentMap, Collection) - Static method in class com.tangosol.util.InvocableMapHelper
Unlock all the specified keys.
unlockAllBuckets() - Method in class com.tangosol.util.SegmentedHashMap
Unlock everything.
unlockAllBuckets(int) - Method in class com.tangosol.util.SegmentedHashMap
Unlock everything, leaving only the segment for the specified bucket locked.
unlockAllSegments(long) - Method in class com.tangosol.util.SegmentedHashMap
Unlock all segments, except the segment-locks indicated by the specified bit-vector.
unlockBucket(int) - Method in class com.tangosol.util.SegmentedHashMap
Unlock the segment corresponding to the specified bucket that was previously locked using the SegmentedHashMap.lockBucket(int) method.
unlockInternal(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Release the lock on the specified key.
unlockSegment(int) - Method in class com.tangosol.util.SegmentedHashMap
Unlock the specified segment previously locked using the SegmentedHashMap.lockSegment(int, boolean) method.
unmarshal(InputStream) - Method in class com.tangosol.coherence.rest.io.JsonJacksonMarshaller
Read an object from the specified stream.
unmarshal(InputStream) - Method in class com.tangosol.coherence.rest.io.JsonJaxbMarshaller
Read an object from the specified stream.
unmarshal(InputStream) - Method in class com.tangosol.coherence.rest.io.KeyConverterAdapter
Read an object from the specified stream.
unmarshal(InputStream) - Method in interface com.tangosol.coherence.rest.io.Marshaller
Read an object from the specified stream.
unmarshal(InputStream) - Method in class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Read an object from the specified stream.
unquote(String) - Static method in class com.tangosol.net.management.MBeanHelper
Convert a string returned from the MBeanHelper.quote(java.lang.String) method to the original string.
unregister() - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
Unregister this listener with the "front" map.
unregister(CacheService, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. as of Coherence 3.7.1; use MBeanHelper.unregisterCacheMBean(CacheService, String) instead
unregister(String, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. as of Coherence 3.7.1; use MBeanHelper.unregisterCacheMBean(String, String) instead
unregister(String) - Method in interface com.tangosol.net.management.Registry
Unregister managed objects that match the specified object name or name pattern (query name).
unregister(Entry) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Unregister an Entry.
unregisterBackServiceListener() - Method in class com.tangosol.net.cache.NearCache
Unregister back cache service member listener.
unregisterCacheMBean(CacheService, String) - Static method in class com.tangosol.net.management.MBeanHelper
Unregister all managed objects that are related to the specified cache from the registry.
unregisterCacheMBean(String, String) - Static method in class com.tangosol.net.management.MBeanHelper
Unregister all managed objects related to the given cache name and context from the cluster registry.
unregisterEventInterceptor(String) - Method in interface com.tangosol.net.events.InterceptorRegistry
Unregister an EventInterceptor, and remove it from all EventDispatchers.
unregisterExpiry(Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Unregister the specified key expiry that is registered to expire at the specified time.
unregisterFrontListener() - Method in class com.tangosol.net.cache.CachingMap
Unregister the global front map listener.
unregisterJournal(AbstractJournalRM.JournalImpl) - Method in class com.tangosol.io.journal.AbstractJournalRM
Register a Journal that uses this Journal Resource Manager.
unregisterJournal(BackupJournalRM.JournalImpl) - Method in class com.tangosol.io.journal.BackupJournalRM
Register a Journal that uses this Journal Resource Manager.
unregisterKey(Object) - Method in class com.tangosol.net.cache.SerializationCache
Unregister a key from the SerializationMap.
unregisterKey(Object) - Method in class com.tangosol.net.cache.SerializationMap
Unregister a key from the SerializationMap.
unregisterListener() - Method in class com.tangosol.net.cache.CachingMap
Unregister the global back map listener.
unregisterListener(Object) - Method in class com.tangosol.net.cache.CachingMap
Unregister the back map listener for the specified key.
unregisterMBean() - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Unregister the MBean instance for this SessionHelper.
unregisterMBean() - Method in class com.tangosol.io.journal.AbstractJournalRM
Unregister an MBean for this JournalRM.
unregisterResource(String) - Method in interface com.tangosol.net.Cluster
Unregisters a resource with the specified name.
unregisterServiceListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Unregister underlying cache service member listener.
unregisterUserType(int) - Method in class com.tangosol.io.pof.SimplePofContext
Unregister a user type that was previously registered using the specified type identifier.
UNRESOLVED - Static variable in interface com.tangosol.run.xml.XmlHelper.ParameterResolver
A constant that indicates that the parameter cannot be resolved.
UnsafeSubSet - Class in com.tangosol.util
The UnsafeSubSet is a SubSet which assumes that the backing set already contains all of the keys that would be retained or removed.
UnsafeSubSet(Set) - Constructor for class com.tangosol.util.UnsafeSubSet
Construct this set based on the assigned set.
UnsafeSubSet.WrapperSet - Class in com.tangosol.util
The WrapperSet wraps a Set to provide a hook for initialization.
UnsafeSubSet.WrapperSet(Set) - Constructor for class com.tangosol.util.UnsafeSubSet.WrapperSet
Construct a new WrapperSet based upon the assigned set.
unscaledValue() - Method in class com.tangosol.io.pof.RawQuad
Get the base-2 unscaled value (mantissa) of the quad value.
unsetReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove the CacheReloader used for the given key.
unsetReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Remove the CacheReloader used for the given key.
unwrapFilterConfig(FilterConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Attempt to unwrap the passed FilterConfig wrapper to get the container's FilterConfig object back.
unwrapServletConfig(ServletConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Attempt to unwrap the passed ServletConfig wrapper to get the container's ServletConfig object back.
unwrapServletRequest() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Return the fully unwrapped ServletRequest.
unwrapServletRequest(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Fully unwrap the specified request object.
update(Object, Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Update an item in the cache.
update(Object, Object, Filter) - Method in interface com.tangosol.coherence.transaction.OptimisticNamedCache
Update an existing value.
update(ValueUpdater, Object) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Update the Entry's value.
update(Member, ProxyServiceLoad) - Method in class com.tangosol.net.proxy.DefaultProxyServiceLoadBalancer
Update the load balancing strategy in response to a change in a ProxyService utilization.
update(Member, ProxyServiceLoad) - Method in interface com.tangosol.net.proxy.ProxyServiceLoadBalancer
Update the load balancing strategy in response to a change in a ProxyService utilization.
update(ValueUpdater, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Update the Entry's value.
update(Object, Object) - Method in class com.tangosol.util.extractor.AbstractUpdater
Update the state of the passed target object using the passed value.
update(Object, Object) - Method in class com.tangosol.util.extractor.CompositeUpdater
Update the state of the passed target object using the passed value.
update(Object, Object) - Method in class com.tangosol.util.extractor.PofUpdater
Update the state of the passed target object using the passed value.
update(Object, Object) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Update the state of the passed target object using the passed value.
update(ValueUpdater, Object) - Method in interface com.tangosol.util.InvocableMap.Entry
Update the Entry's value.
update(ValueUpdater, Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Update the Entry's value.
update(Map.Entry) - Method in interface com.tangosol.util.MapIndex
Update this index in response to an update operation on a cache.
update(ValueUpdater, Object) - Method in class com.tangosol.util.SimpleMapEntry
 
update(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to an update operation on a cache.
update(Object, Object) - Method in interface com.tangosol.util.ValueUpdater
Update the state of the passed target object using the passed value.
updateBinaryValue(Binary) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
Update the binary value for this entry.
updateBinaryValue(Binary) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
Update the binary value for this entry.
updateBinaryValue(Binary) - Method in interface com.tangosol.util.BinaryEntry
Update the binary value for this entry.
updateBinaryValue(Binary) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Update the binary value for this entry.
updateCurrentRule() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Update the currently applicable quorum rule, possibly changing it to reflect growth or shrinkage of the membership size.
UPDATED - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched after one or more BinaryEntry(s) have been updated in the backing-map.
updateEntry(Map.Entry, Object) - Method in class com.tangosol.util.extractor.AbstractUpdater
Update the state of the passed entry using the passed value.
updateEntry(Map.Entry, Object) - Method in class com.tangosol.util.extractor.PofUpdater
Update the passed entry using the specified value.
updateEntry(ValueUpdater, Map.Entry, Object) - Static method in class com.tangosol.util.InvocableMapHelper
Update the specified entry using the specified updater and value.
updateFlag(int, boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Update a particular masked flag within the state of the Status object.
updateFlag(int, boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Update a particular masked flag within the state of the Status object.
updateInternal(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
Update this index in response to an update operation on a cache.
updateInternal(Map.Entry) - Method in class com.tangosol.util.SimpleMapIndex
Update this index in response to an update operation on a cache.
updateLength(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Update the length if the passed length is greater than the current buffer length.
updateLength(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Update the length if the passed length is greater than the current buffer length.
updateModelTimestamp(AbstractHttpSessionModel) - Method in interface com.tangosol.coherence.servlet.CacheDelegator
 
updateModelTimestamp(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.DefaultCacheDelegator
 
updateModelTimestamp(AbstractHttpSessionModel) - Method in class com.tangosol.coherence.servlet.SessionLocalBackingMapCacheDelegator
 
updateMostRecentTaskTime() - Method in class com.tangosol.util.TaskDaemon
Set the time that the most recent task was run to the current time.
updatePersistentVersion(Object, Comparable) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Update the persistent version of the specified key.
updateQueuedSize(int) - Method in class com.tangosol.io.AsyncBinaryStore
Update the number of bytes that are pending to be written.
UpdaterProcessor - Class in com.tangosol.util.processor
UpdaterProcessor is an EntryProcessor implementations that updates an attribute of an object cached in an InvocableMap.
UpdaterProcessor() - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Default constructor (necessary for the ExternalizableLite interface).
UpdaterProcessor(ValueUpdater, Object) - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Construct an UpdaterProcessor based on the specified ValueUpdater.
UpdaterProcessor(String, Object) - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Construct an UpdaterProcessor for a given method name.
updateSafeTimeMillis(long) - Method in class com.tangosol.util.SafeClock
Updates and returns a "safe" current time in milliseconds based on the "unsafe" time.
updateState(int, int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Update a particular masked value within the state of the Status object.
updateState(int, int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Update a particular masked value within the state of the Status object.
updateStatistics() - Method in class com.tangosol.net.cache.AbstractBundler
Update the statistics for this Bundle.
updateStatus(int) - Method in class com.tangosol.util.ThreadGate
Update the current thread gate status, without changing the active count.
updateTransientVersion(Object, Comparable) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Update the transient version of the specified key.
updateVersion(Object, Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Update value's version in the version cache.
updateWork(WorkManager.WorkStatus) - Method in class com.tangosol.coherence.commonj.WorkManager
Update a WorkStatus for a work.
UPDATING - Static variable in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
This BackingMapDispatcher.EntryEvent is dispatched before a BinaryEntry is updated in backing-map.
URI_DEFAULT - Static variable in class com.tangosol.net.ScopedCacheFactoryBuilder
Internally used "default" URI identifier.
URI_DELIM - Static variable in interface com.tangosol.run.xml.UriSerializable
Delimiter between multiple fields in a URI.
URI_NULL - Static variable in interface com.tangosol.run.xml.UriSerializable
Token to signify a null field in a URI.
UriSerializable - Interface in com.tangosol.run.xml
An interface for URI serialization.
use() - Method in class com.tangosol.io.nio.BinaryMap.Block
Increment the use count for this block.
useBackIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to an iterator over the back map.
useDoneIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to an iterator over nothing.
useFrontIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to a snapshot iterator.
useReservation() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
After having successfully made a reservation, this method completes the reservation process by setting the status to processing for the thread that made the reservation.
useSnapshotIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to a snapshot iterator.
Utf8Reader - Class in com.tangosol.io
A Utf8Reader is used to read character data from an underlying stream.
Utf8Reader(byte[]) - Constructor for class com.tangosol.io.Utf8Reader
Construct a Utf8Reader that reads the input from a byte array.
Utf8Reader(InputStream) - Constructor for class com.tangosol.io.Utf8Reader
Construct a Utf8Reader that reads the input from an InputStream.
Utf8Writer - Class in com.tangosol.io
A Utf8Writer is used to write character data onto an underlying stream.
Utf8Writer() - Constructor for class com.tangosol.io.Utf8Writer
Construct a Utf8Writer that buffers the output.
Utf8Writer(OutputStream) - Constructor for class com.tangosol.io.Utf8Writer
Construct a Utf8Writer that puts the output into an OutputStream.
UUID - Class in com.tangosol.util
A UUID is a 256-bit identifier that, if it is generated, is statistically guaranteed to be unique.
UUID() - Constructor for class com.tangosol.util.UUID
Generate a UUID.
UUID(long, InetAddress, int, int) - Constructor for class com.tangosol.util.UUID
Build a UUID from its constituent members (advanced constructor).
UUID(long, byte[], int, int) - Constructor for class com.tangosol.util.UUID
Build a UUID from its constituent members (advanced constructor).
UUID(String) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a String.
UUID(byte[]) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a byte array.
UUID(DataInput) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a stream.

V

V_BOOLEAN_FALSE - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_BOOLEAN_TRUE - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_COLLECTION_EMPTY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_NAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_NEG_INFINITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_POS_INFINITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_0 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_1 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_10 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_11 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_12 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_13 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_14 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_15 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_16 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_17 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_18 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_19 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_2 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_20 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_21 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_22 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_3 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_4 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_5 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_6 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_7 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_8 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_9 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_NEG_1 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_REFERENCE_NULL - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_STRING_ZERO_LENGTH - Static variable in interface com.tangosol.io.pof.PofConstants
 
VALID_COMMANDS - Static variable in class com.tangosol.net.management.MBeanConnector
Array that contains all valid command line arguments.
validate(MapEvent) - Method in class com.tangosol.net.cache.CachingMap
Validate the front map entry for the specified back map event.
validate(Object, Object) - Method in class com.tangosol.net.cache.SeppukuMapListener
Validate the specified entry and remove it from the Map object affected by this listener if and only if the value is different (implying that the entry has been modified elsewhere).
validate(Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Deprecated. Validate the specified Certificate as trusted.
validate(TransactionMap, Set, Set, Set, Set, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate that the content of the TransactionMap is "fit" to be committed into the base map.
validate() - Method in class com.tangosol.util.AbstractSparseArray.Node
Validate the tree rooted at node is a proper AVL tree.
validate() - Method in class com.tangosol.util.AbstractSparseArray
Validate that the tree is a proper AVL tree.
validate(TransactionMap, Set, Set, Set, Set, Set) - Method in interface com.tangosol.util.TransactionMap.Validator
Validate that the content of the TransactionMap is "fit" to be committed into the base map.
validateAssociatedService(PartitionedService) - Method in class com.tangosol.net.partition.MirroringAssignmentStrategy
Validate that the distribution for the specified service is compatible with this service.
validateBackingMapManager(CacheService) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Ensures that the backing map manager of the specified service was configured by this (or equivalent) factory.
validateBackups(SimpleAssignmentStrategy.AnalysisContext) - Method in class com.tangosol.net.partition.SimpleAssignmentStrategy
Check if there are enough ownership members to maintain the configured backup count, reducing the number of backups otherwise.
validateEntry(Object, Object, RuntimeException) - Method in class com.tangosol.io.nio.BinaryMap
If the passed key and/or value is not a Binary object, then throw an exception to specify that the key is not Binary, otherwise throw the original exception.
validateIdentifier(Serializable, Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Ensure that there are no conflicts between an explicit and implicit key.
validateInsert(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the inserts.
validateKey(Object, RuntimeException) - Method in class com.tangosol.io.nio.BinaryMap
If the passed key is not Binary, then throw an exception to specify that the key is not Binary, otherwise throw the original exception.
validateKeyAssociation(Object) - Method in class com.tangosol.net.partition.DefaultKeyAssociator
Check to see if the given key contains a circular association.
validateTypeId(int) - Method in class com.tangosol.io.pof.SimplePofContext
Ensure that the given user type identifier is valid.
validateValue(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the read values.
validateVersion(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the updates or deletes.
validateXsd(String, XmlDocument) - Method in class com.tangosol.run.xml.SaxParser
XSD aware parsing routine; if XML contains an XSD reference to a schemeLocation/noNamespaceSchemaLocation then parse XML using provided XSD for validation.
ValidatingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that validates a POF stream.
ValidatingPofHandler() - Constructor for class com.tangosol.io.pof.ValidatingPofHandler
Default constructor.
ValidatingPofHandler.Complex - Class in com.tangosol.io.pof
A Complex object represents the current complex data structure in the POF stream.
ValidatingPofHandler.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.
ValidatingPofHandler.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.
ValidatingPofHandler.ComplexMap - Class in com.tangosol.io.pof
A ComplexMap object represents a map data structure (potentially with uniform keys or with uniform keys and values) in the POF stream.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform map.
value() - Method in interface com.tangosol.io.pof.annotation.PortableProperty
The index of this property
value() - Method in interface com.tangosol.net.management.annotation.Description
Returns the value of the annotation.
value - Variable in class com.tangosol.util.AnyEvent
The value associated with this event.
VALUE - Static variable in class com.tangosol.util.extractor.AbstractExtractor
Indicates that the AbstractExtractor.extractFromEntry(java.util.Map.Entry) operation should use the Entry's value.
ValueChangeEventFilter - Class in com.tangosol.util.filter
Filter which evaluates the content of a MapEvent values based on the specified value extractor.
ValueChangeEventFilter() - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Default constructor (necessary for the ExternalizableLite interface).
ValueChangeEventFilter(ValueExtractor) - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Construct a ValueChangeEventFilter that evaluates MapEvent values based on the specified extractor.
ValueChangeEventFilter(String) - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Construct a ValueChangeEventFilter that evaluates MapEvent values based on the specified method name.
ValueExtractor - Interface in com.tangosol.util
ValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.
ValueManipulator - Interface in com.tangosol.util
ValueManipulator represents a composition of ValueExtractor and ValueUpdater implementations.
valueOf(String) - Static method in class com.tangosol.coherence.transaction.Isolation
 
valueOf(String) - Static method in class com.tangosol.coherence.transaction.Status
 
valueOf(String) - Static method in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
 
valueOf(String) - Static method in class com.tangosol.net.events.BackingMapDispatcher.InvocationEvent.Type
 
valueOf(String) - Static method in class com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type
 
valueOf(String) - Static method in class com.tangosol.util.aggregator.QueryRecorder.RecordType
 
valueOf(String) - Static method in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
values() - Static method in class com.tangosol.coherence.transaction.Isolation
 
values() - Static method in class com.tangosol.coherence.transaction.Status
 
values() - Method in class com.tangosol.io.nio.BinaryMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.net.cache.CachingMap
Obtain an collection of the values contained in this map.
values() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns a collection view of the values contained in this map.
values() - Static method in class com.tangosol.net.events.BackingMapDispatcher.EntryEvent.Type
 
values() - Static method in class com.tangosol.net.events.BackingMapDispatcher.InvocationEvent.Type
 
values() - Static method in class com.tangosol.net.events.PartitionedServiceDispatcher.TransferEvent.Type
 
values() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a collection view of the values contained in this map.
values() - Static method in class com.tangosol.util.aggregator.QueryRecorder.RecordType
 
values() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.NullImplementation.NullMap
 
values() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.SafeHashMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.SegmentedHashMap
Returns a collection view of the values contained in this map.
values() - Static method in class com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
 
values() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Returns a collection view of the values contained in this map.
ValueUpdater - Interface in com.tangosol.util
ValueUpdater is used to update an object's state.
verifyMapListener(DefaultConfigurableCacheFactory.CacheInfo, Map, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Check whether or not a MapListener has to be instantiated and added to a Map according to a scheme definition.
verifyNoNulls(Collection, String) - Static method in class com.tangosol.net.cache.OverflowMap
Check the passed collection for nulls, and fail if it contains any.
verifyNoNulls(Collection, String) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Check the passed collection for nulls, and fail if it contains any.
VERSION - Static variable in class com.tangosol.net.CacheFactory
Software version string.
Versionable - Interface in com.tangosol.util
An interface for versionable data.
VersionedBackingMap - Class in com.tangosol.net.cache
Deprecated. as of Coherence 3.2 all the functionality of this class has been superceded by the ReadWriteBackingMap implementation
VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Construct a VersionedBackingMap using a CacheLoader object.
VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Construct a VersionedBackingMap using a CacheStore object.
VersionedBackingMap.CacheStoreWrapper - Class in com.tangosol.net.cache
Deprecated. A wrapper around the original CacheStore to allow operations to be overridden and extended.
VersionedBackingMap.CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.VersionedBackingMap.CacheStoreWrapper
Deprecated. Construct a wrapped CacheStore.
VersionedBackingMap.InternalMapListener - Class in com.tangosol.net.cache
Deprecated. A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this VersionedBackingMap.
VersionedBackingMap.InternalMapListener() - Constructor for class com.tangosol.net.cache.VersionedBackingMap.InternalMapListener
Deprecated.  
VersionedNearCache - Class in com.tangosol.net.cache
Deprecated. as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementation
VersionedNearCache(Map, NamedCache, NamedCache) - Constructor for class com.tangosol.net.cache.VersionedNearCache
Deprecated. Construct a VersionedNearCache.
VersionedNearCache.VersionCacheListener - Class in com.tangosol.net.cache
Deprecated. A map listener that listens to the VersionCache and invalidates local entries accordingly.
VersionedNearCache.VersionCacheListener() - Constructor for class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
Deprecated.  
VersionedPut - Class in com.tangosol.util.processor
VersionedPut is an EntryProcessor that assumes that entry values implement Versionable interface and performs an Entry.setValue operation if and only if the version of the specified value matches to the version of the current value.
VersionedPut() - Constructor for class com.tangosol.util.processor.VersionedPut
Default constructor (necessary for the ExternalizableLite interface).
VersionedPut(Versionable) - Constructor for class com.tangosol.util.processor.VersionedPut
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
VersionedPut(Versionable, boolean, boolean) - Constructor for class com.tangosol.util.processor.VersionedPut
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value.
VersionedPutAll - Class in com.tangosol.util.processor
VersionedPutAll is an EntryProcessor that assumes that entry values implement Versionable interface and performs an Entry.setValue operation only for entries whose versions match to versions of the corresponding current values.
VersionedPutAll() - Constructor for class com.tangosol.util.processor.VersionedPutAll
Default constructor (necessary for the ExternalizableLite interface).
VersionedPutAll(Map) - Constructor for class com.tangosol.util.processor.VersionedPutAll
Construct a VersionedPutAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
VersionedPutAll(Map, boolean, boolean) - Constructor for class com.tangosol.util.processor.VersionedPutAll
Construct a VersionedPutAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
VersionNotAvailableException - Exception in com.tangosol.coherence.transaction.exception
Indicates that a read was attempted for a version of the data that is no longer available in storage due to garbage collection.
VersionNotAvailableException() - Constructor for exception com.tangosol.coherence.transaction.exception.VersionNotAvailableException
Default constructor
VersionNotAvailableException(Throwable) - Constructor for exception com.tangosol.coherence.transaction.exception.VersionNotAvailableException
Create a VersionNotAvailableException with a throwable.
virtuallyEqual(byte[], byte[]) - Static method in class com.tangosol.net.InetAddressHelper
Compare specified raw IP addresses taking into account IPv4-compatible IPv6 addresses.
VOID - Static variable in class com.tangosol.util.ClassHelper
Useful constant for methods with no arguments.
VOID_PARAMS - Static variable in class com.tangosol.util.ClassHelper
Useful constant for methods with no parameters.

W

WAIT_FOREVER - Static variable in class com.tangosol.io.AsyncBinaryStore
Special wait time to indicate that a lock should be blocked on until it becomes available.
waitFor(Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Wait for notification on the specified object for no longer than the specified wait time.
waitForAll(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
waitForAll(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager
Wait for all WorkItems in the collection to finish.
waitForAny(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
waitForAny(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager
Wait for any of the WorkItems in the collection to finish.
waitForAvailable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Wait for the Entry that this Status represents to become available.
waitForAvailable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Wait for the Entry that this Status represents to become available.
waitForNotify(long) - Method in class com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Wait for this LockableEntry to be notified that it has been freed by the previous lock-holder.
waitForNotify(long) - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Wait for a Lock release notification.
waitForReservationDecision() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Wait for the Entry that this Status represents to no longer be reserved.
waitForResults(boolean) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Wait until results of bundled requests are retrieved.
wakeNow() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Force the daemon to wake up immediately.
wakeup() - Method in class com.tangosol.net.WrapperSelector
warnBufferSize(Object, String, int, int) - Static method in class com.tangosol.net.SocketOptions
Issue a warning regarding an undersized socket buffer.
warnEventSequence(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Issue a one-time warning that events are being received in an order than cannot be explained by normal operation according to the contracts expected by this OverflowMap.
warnEventSequence(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Issue a one-time warning that events are being received in an order than cannot be explained by normal operation according to the contracts expected by this OverflowMap.
warning(SAXParseException) - Method in class com.tangosol.run.xml.SaxParser.ValidationHandler
Routine called when a warning occurs in parser.
warnMissingEvent(Object, int, boolean) - Method in class com.tangosol.net.cache.OverflowMap
An expected event did not get raised.
warnReuseAddr(boolean) - Static method in class com.tangosol.net.SocketOptions
Issue a warning regarding overrideing SO_REUSEADDR
warnUnfathomable(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Something totally inexplicable has occurred.
WebPluginInstaller - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
WebPluginInstaller() - Constructor for class com.tangosol.coherence.servlet.WebPluginInstaller
Deprecated. Default constructor.
WebPluginInstaller.ApplyPatch - Class in com.tangosol.coherence.servlet
Deprecated. In releases following 3.6 customization will be declarative.
WebPluginInstaller.ApplyPatch() - Constructor for class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Default constructor.
wipe(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Wipe a portion of the buffer.
WORK_ACCEPTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been accepted.
WORK_COMPLETED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been completed.
WORK_REJECTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been rejected or aborted.
WORK_STARTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been started.
WORK_UNKNOWN - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Initial value (work has neither been accepted nor rejected); should not be visible from outside.
WorkManager - Class in com.tangosol.coherence.commonj
An implementation of commonj.work.WorkManager based on a joint BEA-IBM specification: "The Timer and Work Manager for Application Servers", which is a foundation of WorkManager(String, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager
Construct the WorkManager.
WorkManager(String, ConfigurableCacheFactory) - Constructor for class com.tangosol.coherence.commonj.WorkManager
Construct the WorkManager using the specified ConfigurableCacheFactory.
WorkManager.AbstractWork - Class in com.tangosol.coherence.commonj
Base class for Invocable tasks related to the WorkManager.
WorkManager.AbstractWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Default constructor (necessary for a lite serialization).
WorkManager.AbstractWork(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Construct the AbstractWork to be executed on behalf of the specified member (a Work originator).
WorkManager.CollectMembershipInfo - Class in com.tangosol.coherence.commonj
Invocable task used during handshake, which has to be scheduled immediately.
WorkManager.CollectMembershipInfo() - Constructor for class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Default constructor (necessary for a lite serialization).
WorkManager.CollectMembershipInfo(Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Construct the task for a given member server (could be null for a client).
WorkManager.ReleaseWork - Class in com.tangosol.coherence.commonj
Invocable task that forces a release for a wrapped Work object.
WorkManager.ReleaseWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Default constructor (necessary for a lite serialization).
WorkManager.ReleaseWork(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Construct the ReleaseWork for a given Work.
WorkManager.RemoteWorkManager - Class in com.tangosol.coherence.commonj
RemoteWorkManager is a delegating WorkManager wrapper.
WorkManager.RemoteWorkManager(Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
WorkManager.RequestStatus - Class in com.tangosol.coherence.commonj
Invocable task that requests a status for a given Work.
WorkManager.RequestStatus() - Constructor for class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Default constructor (necessary for a lite serialization).
WorkManager.RequestStatus(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Construct the ReleaseWork for a given Work.
WorkManager.ScheduleWork - Class in com.tangosol.coherence.commonj
Invocable task that posts a wrapped Work object to a WorkManager queue.
WorkManager.ScheduleWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Default constructor (necessary for a lite serialization).
WorkManager.ScheduleWork(Work, long, int, boolean) - Constructor for class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Construct the ScheduleWork for a given Work.
WorkManager.ScheduleWorkRejectedException - Exception in com.tangosol.coherence.commonj
The ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work.
WorkManager.ScheduleWorkRejectedException(long, Throwable) - Constructor for exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
Construct the ScheduleWorkRejectedException for a given Work id and the original cause exception.
WorkManager.ScheduleWorkRejectedException(long, String) - Constructor for exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
Construct the ScheduleWorkRejectedException for a given Work id with a specified detail message.
WorkManager.SendFeedback - Class in com.tangosol.coherence.commonj
Invocable task that delivers a WorkEvent to a WorkListener.
WorkManager.SendFeedback() - Constructor for class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Default constructor (necessary for a lite serialization).
WorkManager.SendFeedback(WorkManager.WorkStatus) - Constructor for class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Construct a SendFeedback task.
WorkManager.ServiceListener - Class in com.tangosol.coherence.commonj
The member listener for the InvocataionService used by the WorkManager.
WorkManager.ServiceListener() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ServiceListener
 
WorkManager.WorkHolder - Class in com.tangosol.coherence.commonj
A holder for a Work object that serves as a communication intermediary between a client and a [remote] service.
WorkManager.WorkHolder(long, WorkListener, InvocationService, Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Construct a WorkHolder for a Work with a given work id that is scheduled to be executed on a specified service.
WorkManager.WorkHolder.Event - Class in com.tangosol.coherence.commonj
A WorkEvent implementation.
WorkManager.WorkHolder.Event(int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
Construct a WorkEvent.
WorkManager.WorkObserver - Class in com.tangosol.coherence.commonj
The InvocationObserver for all posted work.
WorkManager.WorkObserver() - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkObserver
 
WorkManager.WorkStatus - Class in com.tangosol.coherence.commonj
A WorkStatus object is used to communicate a work execution status back to the caller.
WorkManager.WorkStatus() - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Default constructor (necessary for a lite serialization).
WorkManager.WorkStatus(long, int, Object) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Construct the WorkStatus object for the specified work id.
wrapCacheLoader(CacheLoader) - Static method in class com.tangosol.net.cache.CacheLoaderCacheStore
Create a CacheStore wrapper for the passed CacheLoader.
wrapEntry(Map.Entry) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Wrap an Entry from the Entry Set to make a Converter Entry.
wrapEntry(Map.Entry) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Wrap an Entry from the Entry Set to make a Restricted Entry.
wrapFilterConfig(FilterConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Given the specified FilterConfig object, return a wrapper to use.
wrapIterator(Iterator) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Wrap an Iterator from the Entry Set to make a Converter Iterator.
wrapIterator(Iterator) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Wrap an Iterator from the Entry Set to make a Restricted Iterator.
WrapperBufferInput - Class in com.tangosol.io
This is an imitation BufferInput implementation that provides the BufferInput interface by delegating to an object that implements the DataInput interface.
WrapperBufferInput(DataInput) - Constructor for class com.tangosol.io.WrapperBufferInput
Construct a WrapperBufferInput that will read from the specified object implementing the DataInput interface.
WrapperBufferInput(DataInput, ReadBuffer) - Constructor for class com.tangosol.io.WrapperBufferInput
Construct a WrapperBufferInput that will read from the specified object implementing the DataInput interface and return the optional ReadBuffer as its underlying source.
WrapperBufferOutput - Class in com.tangosol.io
This is an imitation BufferOutput implementation that provides the BufferOutput interface by delegating to an object that implements the DataOutput interface.
WrapperBufferOutput(DataOutput) - Constructor for class com.tangosol.io.WrapperBufferOutput
Construct a WrapperBufferOutput that will write to the specified object implementing the DataOutput interface.
WrapperBufferOutput(DataOutput, WriteBuffer) - Constructor for class com.tangosol.io.WrapperBufferOutput
Construct a WrapperBufferOutput that will write to the specified object implementing the DataOutput interface and return the optional WriteBuffer as its underlying destination.
WrapperCacheService - Class in com.tangosol.net
CacheService implementation that delegates to a wrapped CacheService instance.
WrapperCacheService(CacheService) - Constructor for class com.tangosol.net.WrapperCacheService
Create a new WrapperCacheService that delegates to the given CacheService instance.
WrapperCollections - Class in com.tangosol.util
A collection of abstract Collection implementation classes for wrapping Collection types.
WrapperCollections() - Constructor for class com.tangosol.util.WrapperCollections
 
WrapperCollections.AbstractWrapperCollection - Class in com.tangosol.util
Collection implementation which delegates all calls to another Collection.
WrapperCollections.AbstractWrapperCollection(Collection) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Create an AbstractWrapperCollection which delegates to the specified Collection.
WrapperCollections.AbstractWrapperEntry - Class in com.tangosol.util
Map.Entry implementation which delegates all calls to another Map.Entry.
WrapperCollections.AbstractWrapperEntry(Map.Entry) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
Create an AbstractWrapperEntry which delegates to the specified Entry.
WrapperCollections.AbstractWrapperIterator - Class in com.tangosol.util
Iterator implementation which delegates all calls to another Iterator.
WrapperCollections.AbstractWrapperIterator(Iterator) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
Create an AbstractWrapperIterator which delegates to the specified Iterator.
WrapperCollections.AbstractWrapperList - Class in com.tangosol.util
List implementation which delegates all calls to another List.
WrapperCollections.AbstractWrapperList(List) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperList
Create an AbstractWrapperList which delegates to the specified List.
WrapperCollections.AbstractWrapperListIterator - Class in com.tangosol.util
ListIterator implementation which delegates all calls to another ListIterator.
WrapperCollections.AbstractWrapperListIterator(ListIterator) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Create an AbstractWrapperListIterator which delegates to the specified ListIterator.
WrapperCollections.AbstractWrapperMap - Class in com.tangosol.util
Map implementation which delegates all calls to another Map.
WrapperCollections.AbstractWrapperMap(Map) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperMap
Create an AbstractWrapperMap which delegates to the specified Map.
WrapperCollections.AbstractWrapperSet - Class in com.tangosol.util
Set implementation which delegates all calls to another Set.
WrapperCollections.AbstractWrapperSet(Set) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSet
Create an AbstractWrapperSet which delegates to the specified Set.
WrapperCollections.AbstractWrapperSortedSet - Class in com.tangosol.util
SortedSet implementation which delegates all calls to another SortedSet.
WrapperCollections.AbstractWrapperSortedSet(SortedSet) - Constructor for class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
Create an AbstractWrapperSortedSet which delegates to the specified SortedSet.
WrapperCollections.ConcurrentWrapperCollection - Class in com.tangosol.util
Collection implementation which uses a ReadWriteLock to manage concurrent access to an underlying Collection.
WrapperCollections.ConcurrentWrapperCollection(Collection) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Create an ConcurrentWrapperCollection which delegates to the specified Collection.
WrapperCollections.ConcurrentWrapperCollection(Collection, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperCollection
Create an ConcurrentWrapperCollection which delegates to the specified Collection.
WrapperCollections.ConcurrentWrapperEntry - Class in com.tangosol.util
Map Entry implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map Entry.
WrapperCollections.ConcurrentWrapperEntry(Map.Entry) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
WrapperCollections.ConcurrentWrapperEntry(Map.Entry, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
WrapperCollections.ConcurrentWrapperEntry(Map.Entry, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntry
Create an ConcurrentWrapperEntry which delegates to the specified Map Entry.
WrapperCollections.ConcurrentWrapperEntrySet - Class in com.tangosol.util
Map Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects.
WrapperCollections.ConcurrentWrapperEntrySet(Set, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperEntrySet
Create an ConcurrentWrapperSet which delegates to the specified Set.
WrapperCollections.ConcurrentWrapperMap - Class in com.tangosol.util
Map implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map.
WrapperCollections.ConcurrentWrapperMap(Map) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
WrapperCollections.ConcurrentWrapperMap(Map, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
WrapperCollections.ConcurrentWrapperMap(Map, ReadWriteLock, boolean) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperMap
Create an ConcurrentWrapperMap which delegates to the specified Map.
WrapperCollections.ConcurrentWrapperSet - Class in com.tangosol.util
Set implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set.
WrapperCollections.ConcurrentWrapperSet(Set) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperSet
Create an ConcurrentWrapperSet which delegates to the specified Set.
WrapperCollections.ConcurrentWrapperSet(Set, ReadWriteLock) - Constructor for class com.tangosol.util.WrapperCollections.ConcurrentWrapperSet
Create an ConcurrentWrapperSet which delegates to the specified Set.
WrapperConcurrentMap - Class in com.tangosol.util
A simple implementation of ConcurrentMap interface built as a wrapper around any Map implementation.
WrapperConcurrentMap(Map) - Constructor for class com.tangosol.util.WrapperConcurrentMap
Construct a ConcurrentMap wrapper based on the specified map with locking enforced for put, remove and clear operations.
WrapperConcurrentMap(Map, boolean, long) - Constructor for class com.tangosol.util.WrapperConcurrentMap
Construct a ConcurrentMap wrapper based on the specified map.
WrapperConcurrentMap.Lock - Class in com.tangosol.util
A lock object.
WrapperConcurrentMap.Lock() - Constructor for class com.tangosol.util.WrapperConcurrentMap.Lock
Construct a new Lock object.
WrapperDataInputStream - Class in com.tangosol.io
This is an imitation DataInputStream class that provides the DataInput interface by delegating to an object that implements the DataInput interface.
WrapperDataInputStream(DataInput) - Constructor for class com.tangosol.io.WrapperDataInputStream
Construct a WrapperDataInputStream that will read from the specified object implementing the DataInput interface.
WrapperDataOutputStream - Class in com.tangosol.io
This is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.
WrapperDataOutputStream(DataOutput) - Constructor for class com.tangosol.io.WrapperDataOutputStream
Construct a WrapperDataOutputStream that will output to the specified object implementing the DataOutput interface.
WrapperException - Exception in com.tangosol.util
A WrapperException wraps a Throwable object as a RuntimeException.
WrapperException(Throwable, String) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException from a Throwable object and an additional description.
WrapperException(Throwable) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException from a Throwable object.
WrapperException(String) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException with a specified detail message.
WrapperInputStream - Class in com.tangosol.io
This is an InputStream class that delegates to another InputStream.
WrapperInputStream() - Constructor for class com.tangosol.io.WrapperInputStream
Construct an uninitialized WrapperInputStream.
WrapperInputStream(InputStream) - Constructor for class com.tangosol.io.WrapperInputStream
Construct a WrapperInputStream that will input from the specified InputStream object.
WrapperInvocationService - Class in com.tangosol.net
InvocationService implementation that delegates to a wrapped InvocationService instance.
WrapperInvocationService(InvocationService) - Constructor for class com.tangosol.net.WrapperInvocationService
Create a new WrapperInvocationService that delegates to the given InvocationService instance.
WrapperNamedCache - Class in com.tangosol.net.cache
A simple implementation of NamedCache interface built as a wrapper around any Map implementation.
WrapperNamedCache(Map, String) - Constructor for class com.tangosol.net.cache.WrapperNamedCache
Construct a NamedCache wrapper based on the specified map.
WrapperNamedCache(Map, String, CacheService) - Constructor for class com.tangosol.net.cache.WrapperNamedCache
Construct a NamedCache wrapper based on the specified map.
WrapperObjectInputStream - Class in com.tangosol.io
This is an imitation ObjectInputStream class that provides the ObjectInput interface by delegating to an object that implements the ObjectInput interface.
WrapperObjectInputStream(ObjectInput) - Constructor for class com.tangosol.io.WrapperObjectInputStream
Construct a WrapperObjectInputStream that will read from the specified object implementing the ObjectInput interface.
WrapperObjectOutputStream - Class in com.tangosol.io
This is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface.
WrapperObjectOutputStream(ObjectOutput) - Constructor for class com.tangosol.io.WrapperObjectOutputStream
Construct a WrapperObjectOutputStream that will output to the specified object implementing the ObjectOutput interface.
WrapperObservableMap - Class in com.tangosol.util
A simple implementation of ObservableMap interface built as a wrapper around any Map implementation.
WrapperObservableMap(Map) - Constructor for class com.tangosol.util.WrapperObservableMap
Construct an ObservableMap wrapper based on the specified map.
WrapperObservableMap(Map, boolean) - Constructor for class com.tangosol.util.WrapperObservableMap
Construct an ObservableMap wrapper based on the specified map.
WrapperObservableMap.InternalListener - Class in com.tangosol.util
An internal MapListener that listens to the wrapped map.
WrapperObservableMap.InternalListener() - Constructor for class com.tangosol.util.WrapperObservableMap.InternalListener
 
WrapperOutputStream - Class in com.tangosol.io
This is an OutputStream class that delegates to another OutputStream.
WrapperOutputStream() - Constructor for class com.tangosol.io.WrapperOutputStream
Construct an uninitialized WrapperOutputStream.
WrapperOutputStream(OutputStream) - Constructor for class com.tangosol.io.WrapperOutputStream
Construct a WrapperOutputStream that will output to the specified OutputStream object.
WrapperQueryRecorderFilter - Class in com.tangosol.util.filter
QueryRecorderFilter wrapper class.
WrapperQueryRecorderFilter(Filter) - Constructor for class com.tangosol.util.filter.WrapperQueryRecorderFilter
Construct a WrapperQueryRecorderFilter.
WrapperReentrantGate - Class in com.tangosol.util
A Gate implementation that allows for 2^31 reentrant calls by a single thread.
WrapperReentrantGate() - Constructor for class com.tangosol.util.WrapperReentrantGate
Default constructor.
WrapperReentrantGate(Gate) - Constructor for class com.tangosol.util.WrapperReentrantGate
Construct a WrapperReentrantGate around the specified underlying gate.
WrapperSelector - Class in com.tangosol.net
WrapperSelector is a Selector implementation which delegates all calls to a delegate Selector.
WrapperSelector(Selector, SelectorProvider) - Constructor for class com.tangosol.net.WrapperSelector
Construct a WrapperSelector
WrapperSelector.KeySet - Class in com.tangosol.net
A layered set implementation used for key sets.
WrapperSelector.KeySet(Set) - Constructor for class com.tangosol.net.WrapperSelector.KeySet
 
WrapperSelector.WrapperSelectableChannel - Interface in com.tangosol.net
An interface to be implemented by all channels which will be selectable using this Selector.
WrapperSelector.WrapperSelectionKey - Class in com.tangosol.net
WraperSelectionKey which delegates to a real SelectionKey.
WrapperSelector.WrapperSelectionKey(WrapperSelector, SelectionKey, Object) - Constructor for class com.tangosol.net.WrapperSelector.WrapperSelectionKey
 
WrapperServerSocket - Class in com.tangosol.net
Wrapper server socket which delegates all operations to a delegate socket.
WrapperServerSocket(ServerSocket) - Constructor for class com.tangosol.net.WrapperServerSocket
Create a new ServerSocket that delegates all operations to the given server socket.
WrapperServerSocketChannel - Class in com.tangosol.net
Wrapper ServerSocketChannel implementation that delegates all operations to a delegate ServerSocketChannel.
WrapperServerSocketChannel(ServerSocketChannel, SelectorProvider) - Constructor for class com.tangosol.net.WrapperServerSocketChannel
 
WrapperService - Class in com.tangosol.net
Service implementation that delegates to a wrapped Service instance.
WrapperService(Service) - Constructor for class com.tangosol.net.WrapperService
Create a new WrapperService that delegates to the given Service instance.
WrapperSocket - Class in com.tangosol.net
Wrapper socket implementation that delegates all operations to a delegate socket.
WrapperSocket(Socket) - Constructor for class com.tangosol.net.WrapperSocket
Create a new Socket that delegates all operations to the given socket.
WrapperSocketChannel - Class in com.tangosol.net
Wrapper SocketChannel implementation that delegates all operations to a delegate SocketChannel.
WrapperSocketChannel(SocketChannel, SelectorProvider) - Constructor for class com.tangosol.net.WrapperSocketChannel
 
WrapperSocketProvider - Class in com.tangosol.net
WrapperSocketProvider is a SocketProvider which produces wrapped sockets which are obtained from a delegate SocketProvider.
WrapperSocketProvider(SocketProvider) - Constructor for class com.tangosol.net.WrapperSocketProvider
Construct a WrapperSocketProvider which delegates all SocketProvider calls to the delegate.
WrapperSocketProvider() - Constructor for class com.tangosol.net.WrapperSocketProvider
Construct a WrapperSocketProvider with no delegate, allowing the delegate to be specified programatically or through configuration.
WrapperStreamFactory - Interface in com.tangosol.io
Deprecated. As of Coherence 3.7, deprecated with no replacement.
wrapServletConfig(ServletConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Given the specified servlet config object, return a wrapper to use.
wrapServletRequest(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Given the specified request, create a request wrapper.
wrapSocket(ServerSocket) - Method in class com.tangosol.net.WrapperServerSocketChannel
Produce a wrapper around the specified socket.
wrapSocket(Socket) - Method in class com.tangosol.net.WrapperSocketChannel
Produce a wrapper around the specified socket.
write(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[]) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified bytes at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.Base64OutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.Base64OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int, byte) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.DebugDataOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.IndentingWriter
Write a single character.
write(char[], int, int) - Method in class com.tangosol.io.IndentingWriter
Write a portion of an array of characters.
write(String) - Method in class com.tangosol.io.IndentingWriter
Write a string.
write(String, int, int) - Method in class com.tangosol.io.IndentingWriter
Write a portion of a string.
write(Binary) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Write a Binary value to the Journal and return a ticket for it.
write(Binary) - Method in class com.tangosol.io.journal.BackupJournalRM.JournalImpl
Write a Binary value to the Journal and return a ticket for it.
write(Binary) - Method in interface com.tangosol.io.journal.Journal
Write a Binary value to the Journal and return a ticket for it.
write(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int, byte) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int) - Method in interface com.tangosol.io.OutputStreaming
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in interface com.tangosol.io.OutputStreaming
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in interface com.tangosol.io.OutputStreaming
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.pof.PofOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.Utf8Writer
Write a single character.
write(char[]) - Method in class com.tangosol.io.Utf8Writer
Write an array of characters.
write(char[], int, int) - Method in class com.tangosol.io.Utf8Writer
Write a portion of an array of characters.
write(String) - Method in class com.tangosol.io.Utf8Writer
Write a string.
write(String, int, int) - Method in class com.tangosol.io.Utf8Writer
Write a portion of a string.
write(int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.WrapperBufferOutput
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.WrapperOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.WrapperOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.WrapperOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in interface com.tangosol.io.WriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[]) - Method in interface com.tangosol.io.WriteBuffer
Store the specified bytes at the specified offset within the buffer.
write(int, byte[], int, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer) - Method in interface com.tangosol.io.WriteBuffer
Store the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in interface com.tangosol.io.WriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.WriterPrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class com.tangosol.io.WriterPrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
WRITE - Static variable in interface com.tangosol.net.CacheService.CacheAction
Singleton action for cache writes.
write(int) - Method in class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Deprecated. Overrides the underlying DeflaterOutputStream.write(int) implementation making it more memory efficient.
write(int) - Method in class com.tangosol.net.DatagramPacketOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.net.DatagramPacketOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.tangosol.net.security.BlockCipherOutputStream
write(byte[], int, int) - Method in class com.tangosol.net.security.BlockCipherOutputStream
write(ByteBuffer) - Method in class com.tangosol.net.WrapperSocketChannel
write(ByteBuffer[], int, int) - Method in class com.tangosol.net.WrapperSocketChannel
write(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
write(byte[]) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
write(byte[], int, int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
write(char[]) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(char[], int, int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(String) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(String, int, int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Write a sparse array of primitive values.
writeAttributes(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Helper to write the session attributes to a stream.
writeAttributes(DataOutput) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Deprecated. Helper to write the session attributes to a stream.
writeAttributes(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the attributes as part of a start tag.
writeBigDecimal(int, BigDecimal) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a BigDecimal property to the POF stream.
writeBigDecimal(WriteBuffer.BufferOutput, BigDecimal, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a BigDecimal to the passed DataOutput stream as a decimal value.
writeBigDecimal(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofWriter
Write a BigDecimal property to the POF stream.
writeBigInteger(int, BigInteger) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a BigInteger property to the POF stream.
writeBigInteger(WriteBuffer.BufferOutput, BigInteger) - Static method in class com.tangosol.io.pof.PofHelper
Write a BigInteger as a packed int.
writeBigInteger(int, BigInteger) - Method in interface com.tangosol.io.pof.PofWriter
Write a BigInteger property to the POF stream.
writeBinary(DataOutput) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Write the binary value.
writeBinary(DataOutput) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Write the binary value.
writeBinary(int, Binary) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Binary property to the POF stream.
writeBinary(int, Binary) - Method in interface com.tangosol.io.pof.PofWriter
Write a Binary property to the POF stream.
writeBlock() - Method in class com.tangosol.net.security.BlockCipherOutputStream
Write the current clear block to the wrapped stream.
writeBoolean(boolean) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the boolean value f.
writeBoolean(int, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a boolean property to the POF stream.
writeBoolean(int, boolean, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a boolean property to the POF stream.
writeBoolean(boolean) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the boolean value f.
writeBoolean(int, boolean) - Method in interface com.tangosol.io.pof.PofWriter
Write a boolean property to the POF stream.
writeBoolean(boolean) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the boolean value f.
writeBoolean(boolean) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeBooleanArray(int, boolean[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a boolean[] property to the POF stream.
writeBooleanArray(int, boolean[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a boolean[] property to the POF stream.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.WrapperBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.WrapperBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
WriteBuffer - Interface in com.tangosol.io
The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to).
writeBuffer(ReadBuffer) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
WriteBuffer.BufferOutput - Interface in com.tangosol.io
The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.
writeByte(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int, byte) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a byte property to the POF stream.
writeByte(int, byte, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a byte property to the POF stream.
writeByte(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int, byte) - Method in interface com.tangosol.io.pof.PofWriter
Write a byte property to the POF stream.
writeByte(int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeByteArray(int, byte[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a byte[] property to the POF stream.
writeByteArray(int, byte[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a byte[] property to the POF stream.
writeBytes(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeChar(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int, char) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a char property to the POF stream.
writeChar(int, char, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a char property to the POF stream.
writeChar(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int, char) - Method in interface com.tangosol.io.pof.PofWriter
Write a char property to the POF stream.
writeChar(int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeCharArray(int, char[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a char[] property to the POF stream.
writeCharArray(int, char[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a char[] property to the POF stream.
writeChars(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeChildren(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeCollection(int, Collection) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Collection property to the POF stream.
writeCollection(int, Collection, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Collection property to the POF stream.
writeCollection(int, Collection) - Method in interface com.tangosol.io.pof.PofWriter
Write a Collection property to the POF stream.
writeCollection(int, Collection, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Collection property to the POF stream.
writeComment(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeDate(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDate(WriteBuffer.BufferOutput, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a date value to a BufferOutput object.
writeDate(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTime(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDouble(double) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a double value.
writeDouble(int, double) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a double property to the POF stream.
writeDouble(int, double, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a double property to the POF stream.
writeDouble(double) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a double value.
writeDouble(int, double) - Method in interface com.tangosol.io.pof.PofWriter
Write a double property to the POF stream.
writeDouble(double) - Method in class com.tangosol.io.WrapperBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a double value.
writeDouble(double) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeDoubleArray(int, double[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a double[] property to the POF stream.
writeDoubleArray(int, double[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a double[] property to the POF stream.
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.CollectionAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.IterableAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.MapAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
writeEmptyTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as a combined start/end tag.
writeEndTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element's end tag.
writeEntry(ApplicationEntry, ApplicationWriter, byte[]) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Deprecated. Write the contents of an entry.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Deprecated. Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Helper to write the object state to a stream.
writeExternal(ObjectOutput) - Method in class com.tangosol.coherence.servlet.AttributeHolder
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.AttributeHolder
Helper to write the object state to a stream.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.OptimizedHolder
Helper to write the object state to a stream.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.SplittableHolder
Helper to write the object state to a stream.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in interface com.tangosol.io.ExternalizableLite
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in exception com.tangosol.io.pof.PortableException
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in interface com.tangosol.io.pof.PortableObject
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.io.pof.reflect.SimplePofPath
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.net.AbstractPriorityTask
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.net.AbstractPriorityTask
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.net.partition.Ownership
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.net.partition.Ownership
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.net.partition.PartitionSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.net.partition.PartitionSet
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.net.partition.SimplePartitionKey
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.net.partition.SimplePartitionKey
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in exception com.tangosol.net.RequestPolicyException
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in exception com.tangosol.net.RequestTimeoutException
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.net.security.PermissionInfo
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.net.security.PermissionInfo
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.CollectionAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.MapAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Write the specified data to the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.run.xml.SimpleDocument
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleDocument
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.run.xml.SimpleDocument
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
 
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.run.xml.SimpleElement
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleValue
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.run.xml.SimpleValue
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.run.xml.XmlBean
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.XmlBean
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.XmlElementAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.AbstractComparableAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.Count
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.Count
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.GroupAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.GroupAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.QueryRecorder
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.QueryRecorder
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.Binary
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.util.Binary
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.ChainedComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.ChainedComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.EntryComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.EntryComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.ExtractorComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.SafeComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.SafeComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.CompositeKey
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.CompositeKey
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.CompositeUpdater
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.CompositeUpdater
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.EntryExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.EntryExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.IdentityExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.IdentityExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.KeyExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.KeyExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.PofExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.PofUpdater
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.AlwaysFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.AlwaysFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ArrayFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ArrayFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ComparisonFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ComparisonFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ExtractorFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ExtractorFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.FilterTrigger
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.FilterTrigger
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.InKeySetFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.InKeySetFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.LikeFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.LikeFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.LimitFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.LimitFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.MapEventFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.MapEventFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.NeverFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.NeverFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.NotFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.NotFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.PartitionedFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.PartitionedFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.PresentFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.PresentFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.PriorityFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.PriorityFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.ImmutableArrayList
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.LiteMap
Write this object's data to the passed ObjectOutput stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.LiteMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.LiteSet
Write this object's data to the passed ObjectOutput stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.LiteSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.MapSet
Write the contents of this object into the passed object stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.MapSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullMap
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullSet
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.CompositeProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.CompositeProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalPut
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalPut
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalPutAll
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalPutAll
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalRemove
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalRemove
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ExtractorProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ExtractorProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.NumberIncrementor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.NumberIncrementor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.NumberMultiplier
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.NumberMultiplier
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PreloadRequest
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PreloadRequest
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PriorityProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PriorityProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PropertyManipulator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PropertyManipulator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PropertyProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PropertyProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.UpdaterProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.UpdaterProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.VersionedPut
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.VersionedPut
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.VersionedPutAll
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.VersionedPutAll
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.IndexLookupRecord
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult.Step
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.SimpleQueryRecord.PartialResult
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.SimpleQueryRecord
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.SimpleQueryRecord
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.UID
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.UID
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.UUID
Write this object to an ObjectOutputStream.
writeExternal(DataOutput) - Method in class com.tangosol.util.UUID
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.UUID
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeFloat(float) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a float value.
writeFloat(int, float) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a float property to the POF stream.
writeFloat(int, float, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a float property to the POF stream.
writeFloat(float) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a float value.
writeFloat(int, float) - Method in interface com.tangosol.io.pof.PofWriter
Write a float property to the POF stream.
writeFloat(float) - Method in class com.tangosol.io.WrapperBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a float value.
writeFloat(float) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeFloatArray(int, float[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a float[] property to the POF stream.
writeFloatArray(int, float[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a float[] property to the POF stream.
writeHeader() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the block's data to the Buffer.
writeIdentity() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Deprecated. Write the local identity to inner stream.
writeInt(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes an int value.
writeInt(int, int) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a int property to the POF stream.
writeInt(int, int, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a int property to the POF stream.
writeInt(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes an int value.
writeInt(int, int) - Method in interface com.tangosol.io.pof.PofWriter
Write a int property to the POF stream.
writeInt(int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes an int value.
writeInt(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeIntArray(int, int[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a int[] property to the POF stream.
writeIntArray(int, int[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a int[] property to the POF stream.
writeKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the "key" portion of an Entry block, including the key hash.
writeLong(long) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a long value.
writeLong(int, long) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a long property to the POF stream.
writeLong(int, long, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a long property to the POF stream.
writeLong(long) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a long value.
writeLong(int, long) - Method in interface com.tangosol.io.pof.PofWriter
Write a long property to the POF stream.
writeLong(long) - Method in class com.tangosol.io.WrapperBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a long value.
writeLong(long) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeLongArray(int, long[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a long[] property to the POF stream.
writeLongArray(int, LongArray) - Method in class com.tangosol.io.pof.PofBufferWriter
 
writeLongArray(int, LongArray, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform LongArray property to the POF stream.
writeLongArray(int, long[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a long[] property to the POF stream.
writeLongArray(int, LongArray) - Method in interface com.tangosol.io.pof.PofWriter
Write a LongArray property to the POF stream.
writeLongArray(int, LongArray, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform LongArray property to the POF stream.
writeMap(int, Map) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Map property to the POF stream.
writeMap(int, Map, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform key Map property to the POF stream.
writeMap(int, Map, Class, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Map property to the POF stream.
writeMap(int, Map) - Method in interface com.tangosol.io.pof.PofWriter
Write a Map property to the POF stream.
writeMap(int, Map, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform key Map property to the POF stream.
writeMap(int, Map, Class, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Map property to the POF stream.
writeObject(int, Object) - Method in class com.tangosol.io.pof.PofBufferWriter
Write an Object property to the POF stream.
writeObject(Object) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the Object o so that the corresponding ObjectInput.readObject() method can reconstitute an Object from the written data.
writeObject(int, Object) - Method in interface com.tangosol.io.pof.PofWriter
Write an Object property to the POF stream.
writeObject(Object) - Method in class com.tangosol.io.WrapperObjectOutputStream
Writes the Object o so that the corresponding ObjectInput.readObject() method can reconstitute an Object from the written data.
writeObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write an Object[] property to the POF stream.
writeObjectArray(int, Object[], Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Object[] property to the POF stream.
writeObjectArray(int, Object[]) - Method in interface com.tangosol.io.pof.PofWriter
Write an Object[] property to the POF stream.
writeObjectArray(int, Object[], Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Object[] property to the POF stream.
writeOverflow(Binary) - Method in class com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Handle the case in which the write overflows the capacity of the journal.
writeOverflow(Binary) - Method in class com.tangosol.io.journal.RamJournalRM.JournalImpl
Handle the case in which the write overflows the capacity of the journal.
writePackedInt(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in class com.tangosol.io.WrapperBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write an int value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.WrapperBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write a long value using a variable-length storage-format.
writeRawDate(int, RawDate) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDate property to the POF stream.
writeRawDate(int, RawDate) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDate property to the POF stream.
writeRawDateTime(int, RawDateTime) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDateTime property to the POF stream.
writeRawDateTime(int, RawDateTime) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDateTime property to the POF stream.
writeRawDayTimeInterval(int, RawDayTimeInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDayTimeInterval property to the POF stream.
writeRawDayTimeInterval(int, RawDayTimeInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDayTimeInterval property to the POF stream.
writeRawQuad(int, RawQuad) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawQuad property to the POF stream.
writeRawQuad(int, RawQuad) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawQuad property to the POF stream.
writeRawTime(int, RawTime) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawTime property to the POF stream.
writeRawTime(int, RawTime) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawTime property to the POF stream.
writeRawTimeInterval(int, RawTimeInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawTimeInterval property to the POF stream.
writeRawTimeInterval(int, RawTimeInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawTimeInterval property to the POF stream.
writeRawYearMonthInterval(int, RawYearMonthInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawYearMonthInterval property to the POF stream.
writeRawYearMonthInterval(int, RawYearMonthInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawYearMonthInterval property to the POF stream.
writeRemainder(Binary) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
writeRemainder(Binary) - Method in class com.tangosol.io.pof.PofBufferWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
writeRemainder(Binary) - Method in interface com.tangosol.io.pof.PofWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
WriterPrintStream - Class in com.tangosol.io
Overrides PrintStream to delegate to a PrintWriter.
WriterPrintStream(PrintWriter) - Constructor for class com.tangosol.io.WriterPrintStream
 
writeSafeUTF(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write a variable-length encoded UTF packed String.
writeSafeUTF(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write a variable-length encoded UTF packed String.
writeSafeUTF(String) - Method in class com.tangosol.io.WrapperBufferOutput
Write a variable-length encoded UTF packed String.
writeSafeUTF(String) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write a variable-length encoded UTF packed String.
writeSharedKey(DataOutputStream, Member) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Deprecated. Write the shared cluster secret to the supplied OutputStream.
writeShort(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int, short) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a short property to the POF stream.
writeShort(int, short, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a short property to the POF stream.
writeShort(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int, short) - Method in interface com.tangosol.io.pof.PofWriter
Write a short property to the POF stream.
writeShort(int) - Method in class com.tangosol.io.WrapperBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeShortArray(int, short[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a short[] property to the POF stream.
writeShortArray(int, short[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a short[] property to the POF stream.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Write a sparse array of primitive values.
writeStartTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element's start tag.
writeStream(InputStreaming) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in class com.tangosol.io.WrapperBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.WrapperBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeString(int, String) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a String property to the POF stream.
writeString(int, String) - Method in interface com.tangosol.io.pof.PofWriter
Write a String property to the POF stream.
writeTime(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeTime(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTime(WriteBuffer.BufferOutput, int, int, int, int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a time value to a BufferOutput object.
writeTime(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeTime(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTo(OutputStream) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to an OutputStream.
writeTo(OutputStream, int, int) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to an OutputStream.
writeTo(DataOutput) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to a DataOutput.
writeTo(DataOutput, int, int) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to a DataOutput.
writeTo(ByteBuffer) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to a ByteBuffer.
writeTo(ByteBuffer, int, int) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to a ByteBuffer.
writeToLog(StringBuilder) - Method in class com.tangosol.coherence.servlet.LogThreadsHoldingLockAgent
Deprecated. Delegating method for logging for mock testing purposes
writeUserType(int, Object) - Method in class com.tangosol.io.pof.PofBufferWriter
writeUserTypeInfo() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Write out the type and version identifiers of the user type to the POF stream, if they haven't already been written.
writeUTF(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String, int, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write out the characters of the passed String as UTF-8 data.
writeUTF(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.WrapperBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
writeValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the "value" portion of an Entry block.
writeValue(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the value as it will appear in XML.
writeValue(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleValue
Write the value as it will appear in XML.
writeValue(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlValue
Write the value as it will appear in XML.
writeXml(XmlElement, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize an object into an XML element.
writeXml(XmlElement, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into an XML element.
writeXml(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleDocument
Write the XML document, including an XML header and DOCTYPE if one exists.
writeXml(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeXml(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlDocument
Write the XML document, including an XML header and DOCTYPE if one exists.
writeXml(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlElement
Write the element as it will appear in XML.
WritingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that writes a POF stream to a WriteBuffer using a BufferOutput object.
WritingPofHandler(WriteBuffer.BufferOutput) - Constructor for class com.tangosol.io.pof.WritingPofHandler
Construct a Writing POF Handler that will write a POF stream to the passed BufferOutput object.
WritingPofHandler.Complex - Class in com.tangosol.io.pof
A Complex object represents the current complex data structure in the POF stream.
WritingPofHandler.Complex(WritingPofHandler.Complex, boolean) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a data collection or user type.
WritingPofHandler.Complex(WritingPofHandler.Complex, boolean, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a uniformly-typed data collection.
WritingPofHandler.ComplexMap - Class in com.tangosol.io.pof
A ComplexMap object represents a map data structure (with uniform keys or with uniform keys and values) in the POF stream.
WritingPofHandler.ComplexMap(WritingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Construct a ComplexMap object for maps with uniformly-typed keys.
WritingPofHandler.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.

X

XML_NAME - Static variable in class com.tangosol.net.SocketProviderFactory
The name of the XmlElement in which SocketProviders are specified.
XML_NAME - Static variable in class com.tangosol.net.SystemSocketProvider
The name of the XmlElement in which the provider configuration is specified.
XML_NAME - Static variable in class com.tangosol.net.TcpSocketProvider
The name of the XmlElement in which the provider configuration is specified.
XML_PROVIDER_NAME - Static variable in class com.tangosol.net.SocketProviderFactory
The name of the XmlElement in which each SocketProvider is specified.
XmlBean - Class in com.tangosol.run.xml
This is a base class for building XmlSerializable value objects.
XmlBean() - Constructor for class com.tangosol.run.xml.XmlBean
Construct a value object.
XmlBean.BeanInfo - Class in com.tangosol.run.xml
A BeanInfo contains information about the XML bean and its properties.
XmlBean.BeanInfo(Class, XmlElement) - Constructor for class com.tangosol.run.xml.XmlBean.BeanInfo
Construct a BeanInfo.
XmlConfigurable - Interface in com.tangosol.run.xml
An interface for XML configuration.
XmlDocument - Interface in com.tangosol.run.xml
An interface for XML document access.
XmlElement - Interface in com.tangosol.run.xml
An interface for XML element access.
XmlElementAdapter - Class in com.tangosol.run.xml
An XmlElementAdapter supports properties of type XmlElement.
XmlElementAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.XmlElementAdapter
Construct an XmlElementAdapter.
XmlHelper - Class in com.tangosol.run.xml
This abstract class contains XML manipulation methods.
XmlHelper() - Constructor for class com.tangosol.run.xml.XmlHelper
 
XmlHelper.ParameterResolver - Interface in com.tangosol.run.xml
An interface that describes a callback to resolve a substitutable parameter value.
XmlJaxbMarshaller - Class in com.tangosol.coherence.rest.io
JAXB-based marshaller that marshals object to/from XML.
XmlJaxbMarshaller(Class) - Constructor for class com.tangosol.coherence.rest.io.XmlJaxbMarshaller
Construct an XmlJaxbMarshaller instance.
XmlSerializable - Interface in com.tangosol.run.xml
An interface for XML serialization.
XmlSerializableAdapter - Class in com.tangosol.run.xml
An XmlSerializableAdapter supports Java objects that implement the XmlSerializable interface.
XmlSerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.XmlSerializableAdapter
Construct an XmlSerializableAdapter.
XmlSerializablePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements XmlSerializable to and from a POF stream.
XmlSerializablePofSerializer(int) - Constructor for class com.tangosol.io.pof.XmlSerializablePofSerializer
Create a new XmlSerializablePofSerializer for the user type with the given type identifier.
XmlValue - Interface in com.tangosol.run.xml
An interface for XML element content and element attribute values.
XorFilter - Class in com.tangosol.util.filter
Filter which returns the logical exclusive or ("xor") of two other filters.
XorFilter() - Constructor for class com.tangosol.util.filter.XorFilter
Default constructor (necessary for the ExternalizableLite interface).
XorFilter(Filter, Filter) - Constructor for class com.tangosol.util.filter.XorFilter
Construct a "xor" filter.

Z

ZERO - Static variable in class com.tangosol.io.pof.RawQuad
An empty RawQuad value.

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

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.