Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.1.0

E18814-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.
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.
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
Abstract implementation of a JCE-based EncryptionFilter.
AbstractEncryptionFilter() - Constructor for class com.tangosol.net.security.AbstractEncryptionFilter
 
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.
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
 
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
 
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
 
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
 
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(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(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(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Ensures that this collection contains the specified element (optional operation).
add(int, Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
Inserts the specified element into the list (optional operation).
addAddress(InetSocketAddress) - Method in class com.tangosol.net.CompositeAddressProvider
Add an address.
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.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).
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.
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. The operation always executes against the back cache.
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) assosiated with specified key and listener.
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.

The listeners will receive MapEvent objects, but if fLite is passed as true, they might not contain the OldValue and NewValue properties.

To unregister the MapListener, use the ObservableMap.removeMapListener(MapListener, Object) method.

addMapListener(MapListener, Filter, boolean) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
Add a map listener that receives events based on a filter evaluation.

The listeners will receive MapEvent objects, but if fLite is passed as true, they might not contain the OldValue and NewValue properties.

To unregister the MapListener, use the ObservableMap.removeMapListener(MapListener, Filter) method.

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
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 assosiated 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.
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.
adjust(long) - Method in class com.tangosol.util.AtomicCounter
Adjust the value of the counter by the specified amount, and return the new value.
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.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(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. The operation always executes against the back cache.
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. The operation always executes against the back cache.
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(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 interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
Aggregate the results of the parallel aggregations.
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.ByteArrayWriteBuffer.Allocator
Allocate a new ByteArrayWriteBuffer.
allocate(int) - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Allocate a WriteBuffer for use by the MultiBufferWriteBuffer.
allocate(int) - Method in class com.tangosol.io.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.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.
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.
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.
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.
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 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(IndexAwareFilter, Map, Set) - 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.AllFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.AlwaysFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.AnyFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsAllFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsAnyFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.ContainsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.EqualsFilter
Filter remaining keys using a Map of available indexes.
applyIndex(Map, Set) - Method in class com.tangosol.util.filter.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) - Method in class com.tangosol.util.filter.XorFilter
Filter remaining keys using a Map of available indexes.
applyStrategy(XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Apply the resolution strategy for this builder to the specified xml configuration in the context of the specified class loader.
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.
assertEqual(Class, Class) - Static method in class com.tangosol.io.pof.PofBufferWriter
Assert that a class is equal to another class.
assertIdentity(Object) - Method in class com.tangosol.net.security.DefaultIdentityAsserter
Asserts an identity based on a token-based identity assertion.
assertIdentity(Object) - 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
Asymmetric encryption filter implementation.
AsymmetricEncryptionFilter() - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter
Default constructor
AsymmetricEncryptionFilter.IdentityInputStream - Class in com.tangosol.net.security
Stream which reads an unencrypted identity header followed by an encrypted payload.
AsymmetricEncryptionFilter.IdentityInputStream(InputStream) - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Construct a IdentityInputStream around the supplied stream.
AsymmetricEncryptionFilter.IdentityOutputStream - Class in com.tangosol.net.security
Stream which writes an unencrypted identity header followed by an encrypted payload.
AsymmetricEncryptionFilter.IdentityOutputStream(OutputStream) - Constructor for class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
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.
AtomicCounter - Class in com.tangosol.util
Abstract base class for AtomicCounters.
AtomicCounter() - Constructor for class com.tangosol.util.AtomicCounter
 
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. This method reflects the assumed implementation of various buffering InputStreams, which can guarantee non-blocking reads up to the extent of their buffers, but beyond that the read operations will have to read from some underlying (and potentially blocking) source.
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

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.
BackingMapManager - Interface in com.tangosol.net
A callback interface used by CacheService implementations.
BackingMapManagerContext - Interface in com.tangosol.net
The BackingMapManager context used by the CacheService to pass information to the BackingMapManager during the service initialization.
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.
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
 
BinaryStore - Interface in com.tangosol.io
A simple mapping of CacheStore operations for Binary objects into a Java 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
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.
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.DefaultCacheFactoryBuilder
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(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.
bundle(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.EraseBundler
A pass through the the underlying eraseAll() operation.
bundle(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.LoadBundler
A pass through the the underlying loadAll operation.
bundle(Map) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.StoreBundler
A pass through the the underlying storeAll() 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.
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.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.

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.
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.
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.
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.
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.
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.CacheStoreWrapper
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.
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
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.
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.
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[]) - 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) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Change the state of the ContinousQueryCache.
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.
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.
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.
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.
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.
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.

The effect on the capacity of the buffer is implementation-specific; some implementations are expected to retain the same capacity while others are expected to shrink accordingly.

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.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.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.WrapperConcurrentMap
Clear all key/value mappings. If lock enforcement is required an attempt will be made to lock the entire map using the ConcurrentMap.LOCK_ALL object.
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. Changes to the clone will not affect the original, and vice-versa.
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. Changes to the clone will not affect the original, and vice-versa.
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.
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
Closes this OutputStream and releases any associated system resources.
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.MultiBufferWriteBuffer.MultiBufferOutput
Closes this OutputStream and releases any associated system resources.
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
Release underlying resources.
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
Closes this OutputStream and releases any associated system resources.
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
Close the input stream.
close() - Method in class com.tangosol.net.CompressionFilter.InflaterInputShell
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
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() - 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 thread 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
 
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
 
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
Encryption filter implementation which switches between asymmetric and symmetric encryption based upon the type of data being filtered.
ClusterEncryptionFilter() - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter
 
ClusterEncryptionFilter.DemultiplexingInputStream - Class in com.tangosol.net.security
WrapperInputStram which chooses the appropriate wrapper based on the protocol context.
ClusterEncryptionFilter.DemultiplexingInputStream(InputStream) - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
Construct a DemultiplexingInputStream.
ClusterEncryptionFilter.MultiplexingOutputStream - Class in com.tangosol.net.security
WrapperOutputStram which chooses the appropriate wrapper based on the protocol context.
ClusterEncryptionFilter.MultiplexingOutputStream(OutputStream) - Constructor for class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
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.
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
 
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
collectServiceNames() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Construct and return a collection of service names defined by any cache configurations known to this cache factory builder.
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.
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.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
 
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.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.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.management - package com.tangosol.net.management
Contains classes related to the Coherence Management Framework.
com.tangosol.net.partition - package com.tangosol.net.partition
Contains interfaces and classes related to partitioned 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(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.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.

If possible, use the extract method to optimize the value extraction process.

This method is expected to be implemented by Comparator wrappers, such as ChainedComparator and InverseComparator, which simply pass on this invocation to the wrapped Comparator objects if they too implement this interface, or to invoke their default compare method passing the actual objects (not the extracted values) obtained from the extractor using the passed entries.

This interface is also expected to be implemented by ValueExtractor implementations that implement the Comparator interface. It is expected that in most cases, the Comparator wrappers will eventually terminate at (i.e. delegate to) ValueExtractors that also implement this interface.

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.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
Provides a compression wrapper for an InputStream and OutputStream.
CompressionFilter() - Constructor for class com.tangosol.net.CompressionFilter
 
CompressionFilter.DeflaterOutputShell - Class in com.tangosol.net
DeflaterOutputShell enforces the "end" call for the corresponding Deflater object.
CompressionFilter.DeflaterOutputShell(OutputStream, Deflater) - Constructor for class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Create a new input stream with the specified decompressor.
CompressionFilter.DeflaterOutputShell(OutputStream, Deflater, int) - Constructor for class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Create a new input stream with the specified decompressor and buffer size.
CompressionFilter.InflaterInputShell - Class in com.tangosol.net
InflaterInputShell enforces the "end" call for the corresponding Inflater object.
CompressionFilter.InflaterInputShell(InputStream, Inflater) - Constructor for class com.tangosol.net.CompressionFilter.InflaterInputShell
Create a new input stream with the specified decompressor.
CompressionFilter.InflaterInputShell(InputStream, Inflater, int) - Constructor for class com.tangosol.net.CompressionFilter.InflaterInputShell
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) - 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.
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(XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy
Create a ConfigurableQuorumPolicy using the specified Xml configuration.
ConfigurableQuorumPolicy.ClusterQuorumPolicy - Class in com.tangosol.net
ClusterQuorumPolicy defines an action policy that is applicable to the cluster.
ConfigurableQuorumPolicy.ClusterQuorumPolicy(XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
Construct a ClusterQuorumPolicy with the specified config.
ConfigurableQuorumPolicy.MembershipQuorumPolicy - Class in com.tangosol.net
MembershipQuorumPolicy is a quorum policy that is stateless and based solely on service membership sizes.
ConfigurableQuorumPolicy.MembershipQuorumPolicy(XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Create a MembershipQuorumPolicy using the specified Xml configuration.
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(XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Construct a PartitionedCacheQuorumPolicy with the specified config.
ConfigurableQuorumPolicy.ProxyQuorumPolicy - Class in com.tangosol.net
ProxyQuorumPolicy defines a configurable quorum policy that is applicable to a proxy service.
ConfigurableQuorumPolicy.ProxyQuorumPolicy(XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Construct a ProxyQuorumPolicy with the specified config.
ConfigurableQuorumPolicy.WrapperQuorumPolicy - Class in com.tangosol.net
WrapperQuorumPolicy is a ConfigurableQuorumPolicy that wraps an arbitrary ActionPolicy instance.
ConfigurableQuorumPolicy.WrapperQuorumPolicy(ActionPolicy, XmlElement) - Constructor for class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
Create a WrapperQuorumPolicy around the specified ActionPolicy, instantiated by the specified configuration.
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(int, int) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Called immediately after construction.
configure(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configure the new Environment.
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(XmlElement) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
Configure the quorum policy using the specified xml.
configure(XmlElement) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
Configure the quorum policy using the specified xml.
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.CacheStoreWrapper, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the CacheStoreWrapper that this backing map will use.
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.
configureReadThread(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the optional refresh-ahead thread and queue that this backing map will use.
configureSynchronization(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Set up the listeners that keep the ContinuousQueryCache up-to-date.
configureUnitCalculator(int, ConfigurableCacheMap.UnitCalculator) - Method in class com.tangosol.net.cache.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.
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.
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 iff 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.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.
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.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.
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(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.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.
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.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.
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.ConverterMapEventEntry - Class in com.tangosol.util
ConverterMapEventEntry provides both the Map Entry and the BinaryEntry interface to the information encapsulated inside the ConvertMapEvent.
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.
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.
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.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() - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to the default transactional Coherence cache service.
createConnection(String) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence cache service identified by the given service name.
createConnection(ClassLoader) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to the default transactional Coherence cache service.
createConnection(String, ClassLoader) - Method in class com.tangosol.coherence.transaction.DefaultConnectionFactory
Create a connection to a Coherence cache service identified by the given service name.
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) - Method in class com.tangosol.util.extractor.ConditionalExtractor
Create an index and associate it with the corresponding extractor.
createIndex(boolean, Comparator, Map) - 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.
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. The returned PofReader is only valid from the time that it is returned until the next call is made to this PofReader.
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. The returned PofWriter is only valid from the time that it is returned until the next call is made to this PofWriter.
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.
createPolicy(XmlElement, ClassLoader) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Create an action policy based on the specified XML configuration.
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.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies whether non-serializable attributes should be preserved as local.
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_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.AbstractHttpSessionCollection
Deprecated. The configuration property that overrides the name of the clustered cache that stores the IDs of "recently departed" sessions.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that overrides the name of the local cache that stores non-distributed session attributes when the SessionDistributionController option is implemented.
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.AbstractHttpSessionCollection
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_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.AbstractHttpSessionCollection
Deprecated. The configuration property that overrides the name of the clustered cache that stores the sessions.
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.AbstractHttpSessionCollection
Deprecated. True to assume that the sessions in the cache are split across only the servers that are doing reaping.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies an implementation of the SessionDistributionController interface to use.
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_SUSPECT_ATTRIBUTES - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies whether suspect attributes are treated specially.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies an implementation of the AttributeScopeController interface to use.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies the name of the invocation service that will be used to manage sticky session ownership.
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_APP_LOCK - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies application level session locking.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that overrides the session expirty time.
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.AbstractHttpSessionCollection
Deprecated. Configuration property for specifying a custom session expiry filter factory.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies the session id generator class.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that overrides the session id length.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies that session locking is enabled.
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_MEMBER_LOCK - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies member level session locking.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies whether sticky sessions optimizations will be used.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies strict spec adherence.
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.AbstractHttpSessionCollection
Deprecated. The configuration property that specifies thread level session locking.
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
 
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.
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.
decReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Decrement the reference count.
decrement() - Method in class com.tangosol.util.AtomicCounter
Decrement the value, and return the new value.
decrement(long) - Method in class com.tangosol.util.AtomicCounter
Decrement the value by c, and return the new value.
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
Decrypt the supplied data with the local private key.
DEFAULT_ALGORITHM - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
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_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
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
Default KeyStore path
DEFAULT_KEYSTORE_TYPE - Static variable in class com.tangosol.net.security.AbstractEncryptionFilter
Default KeyStore type
DEFAULT_KEYSTORE_TYPE - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
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_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_SPAN - Static variable in class com.tangosol.util.SafeSortedMap
The default span value.
DEFAULT_TRANSFORMATION - Static variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
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.
DefaultCacheFactoryBuilder - Class in com.tangosol.net
DefaultCacheFactoryBuilder provides the basic means to manage configurable cache factories (CCF).
DefaultCacheFactoryBuilder() - Constructor for class com.tangosol.net.DefaultCacheFactoryBuilder
Default constructor using the compatibility strategy (STRATEGY_COMPATIBILITY).
DefaultCacheFactoryBuilder(int) - Constructor for class com.tangosol.net.DefaultCacheFactoryBuilder
Construct a DefaultCacheFactoryBuilder with the specified configuration resolution strategy.
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 configration 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.
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.
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.
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(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.
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.
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.
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 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.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.
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.MultiBufferWriteBuffer
Invoked when all resources owned by the implementor can safely be released.
dispose() - Method in class com.tangosol.io.MultiplexingWriteBufferPool
Invoked when all resources owned by the implementor can safely be released.
dispose() - Method in interface com.tangosol.util.Disposable
Invoked when all resources owned by the implementor can safely be released.
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.
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.
enableReferences() - Method in class com.tangosol.io.pof.PofBufferWriter
Ensure that references (support for cyclic dependencies) are enabled.
enableReferences() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Ensure that references (support for cyclic dependencies) are 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.
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.
encodeInitParams(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Encode the supplied xmlConfig XmlElement as a series of init-param elements.
encodePosition(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Called for each and every value going into the POF stream, in case the value needs its position to be encoded into the stream.
encodeString(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
Parse escaped string into a string.
encodeTinyInt(int) - Static method in class com.tangosol.io.pof.PofHelper
Encode an integer value into one of the reserved single-byte combined type and value indicators.
encodeUri(String) - Static method in class com.tangosol.run.xml.XmlHelper
Encode a System Identifier as per the XML 1.0 Specification second edition, section 4.2.2.
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
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.
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.
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() - 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.DefaultCacheFactoryBuilder
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.
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.CacheStoreWrapper
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.
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 maintaned 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 choosen 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.
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.CacheStoreWrapper
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.
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.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
Convert the passed exception to a SecurityException if necessary.
ensureSecurityException(Throwable, String) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
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.
ensureStoreBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Configure the bundler for the "store" operations.
ensureSynchronized(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Ensure that the ContinousQueryCache 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.
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 class com.tangosol.util.ThreadGate
Enter the thread 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_ARRAY - Variable in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Deprecated. Zero-length array of Map Entry objects.
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.
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. The operation always executes against the back cache.
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. The operation always executes against the back cache.
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.
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
 
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.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.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.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.ConverterMapListener
Compare the ConverterMapListener with another object to determine 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.

While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)

The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)

equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SetView
Compares the specified object with this collection for equality.

While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)

The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)

equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
Compares the specified object with this collection for equality.

While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)

The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)

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.

While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)

The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)

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.StringTable
Test for equality of two string tables.
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.
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.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(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
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.
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.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(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
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.
eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Same as ReadWriteBackingMap.CacheStoreWrapper.eraseAll(java.util.Collection), but the keys is in the internal format.
eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Same as ReadWriteBackingMap.CacheStoreWrapper.erase(java.lang.Object), but the key is in the internal format.
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.
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(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
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.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) - Method in class com.tangosol.util.filter.AllFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AlwaysFilter
Apply the test to a Map Entry.
evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AnyFilter
Apply the test to a Map Entry.
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.XorFilter
Apply the test to a Map Entry.
evaluateEntry(Filter, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Check if the entry passes the filters 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 filters 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.
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.
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".
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 class com.tangosol.util.ThreadGate
Exit the gate.
exitSession(String, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Release ownership for the specified session.
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.
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.ConverterMapEventEntry
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. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
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. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
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. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
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.
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 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(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Return the expiration decoration for the given object or -1 if the given object does not have an expiration decoration.
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.
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

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.
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().
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.

If the fFinal parameter is true, the returned object must be the final result of the aggregation; otherwise, the returned object will be treated as a partial result that should be incorporated into the final result.

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.

If the fFinal parameter is true, the returned object must be the final result of the aggregation; otherwise, the returned object will be treated as a partial result that should be incorporated into the final result.

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.
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.
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(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.
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.
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.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.CacheStoreWrapper) - 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.
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.CacheStoreWrapper
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
 
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_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
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(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.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. This is expected to be more efficient than using the ValueExtractor against an object containing the value, because the index should already have the necessary information at hand.
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() - 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.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".)
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() - 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. For each key that is in the cache, that key and its corresponding value will be placed in the map that is returned by this method. The absence of a key in the returned map indicates that it was not in the cache, which may imply (for caches that can load behind the scenes) that the requested data could not be loaded.
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. Most commonly, this method returns a partition set containing a single partition returned by the getKeyPartition method.
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.
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.CacheStoreWrapper
Determine the average number of entries stored per store() operation.
getAverageEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
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.CacheStoreWrapper
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.CacheStoreWrapper
Determine the average time spent per store() operation.
getBackCache() - Method in class com.tangosol.net.cache.NearCache
Obtain the NamedCache object that sits behind this NearCache.
getBackEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, return the current event from the back Map.
getBackingMap(String) - Method in interface com.tangosol.net.BackingMapManagerContext
Obtain a reference to the backing map that corresponds to the specified cache name.
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. The returned Map should be used in a read-only manner.
getBackingMap(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Get the backing Map assosiated 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.ConverterMapEventEntry
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.
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.
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 interface com.tangosol.net.PartitionedService
Determine the configured redundancy count that this service has been configured to maintain.
getBackupOwner(int, int) - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
Determine the backup owner of the specified partition.
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.
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.CacheStoreWrapper
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.
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.
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.
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.

Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).

This is functionally equivalent to:


 BufferOutput bufout = getBufferOutput();
 bufout.setOffset(of);
 return bufout;
 
getBufferOutput(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.

Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).

This is functionally equivalent to:


 BufferOutput bufout = getBufferOutput();
 bufout.setOffset(of);
 return bufout;
 
getBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.

Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).

This is functionally equivalent to:


 BufferOutput bufout = getBufferOutput();
 bufout.setOffset(of);
 return bufout;
 
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.

Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).

This is functionally equivalent to:


 BufferOutput bufout = getBufferOutput();
 bufout.setOffset(of);
 return bufout;
 
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.MultiBufferWriteBuffer
Obtain the factory used to create WriteBuffer objects.
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.
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 ByteBuffer that this ReadBuffer is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Obtain the ByteBuffer that this ReadBuffer is based on.
getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Obtain the ByteBuffer that this WriteBuffer is based on.
getBytesWritten() - Method in class com.tangosol.io.WrapperDataOutputStream
Return the total number of bytes written to the wrapped DataOutput object.
getBytesWritten() - Method in class com.tangosol.io.WrapperObjectOutputStream
Return the total number of bytes written to the wrapped DataOutput object. This method is unsupported.
getCache(String) - Static 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
 
getCachedOrPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get a value from the internal cache in a way that respects a potentially pending write-behind operation.
getCacheEntry(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 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.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.
getCacheService() - Method in interface com.tangosol.net.BackingMapManagerContext
Return the CacheService assosiated 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.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 assosiated 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.
getCacheStoreTimeoutMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Return the timeout used for CacheStore operations, or 0 if no timeout is specified.
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. In other words, a WriteBuffer has getCapacity() - WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.

Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.

getCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() - WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.

Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.

getCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() - WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.

Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.

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. In other words, a WriteBuffer has getCapacity() - WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.

Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.

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
Return the Certificate assocaited with the specified Member.
getCertificateLocal() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
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
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
Return a cached thread-local initialized Cipher.
getCipherParams() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Return the Cipher's parameters
getCipherTransformation() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
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.net.BackingMapManagerContext
Return the ClassLoader assosiated 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 assosiated 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() - 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
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.
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.
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() - 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.
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.
getConfig() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Deprecated. Determine the current configuration of the object.
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.pof.ConfigurablePofContext
Determine the current configuration of the object.

Note that the configuration will not be available unless the ConfigurablePofContext was constructed with the configuration, the configuration was specified using the XmlConfigurable interface, or the ConfigurablePofContext has fully initialized itself (which does not occur until a ClassLoader is provided, or an attempt is made through the ConfigurablePofContext to serialize or deserialize a POF object, whichever comes first.)

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
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.ConfigurableQuorumPolicy
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
 
getConfig() - Method in class com.tangosol.net.security.ClusterEncryptionFilter
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() - Static 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 "configurablecache-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.DefaultCacheFactoryBuilder
Return the default ConfigurableCacheFactory for a given class loader.
getConfigurableCacheFactory(String, ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
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.
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().
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.ConverterMapEventEntry
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.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.
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.
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.AtomicCounter
Return the current value of the counter.
getCount() - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Obtain the long value of the ThreadLocalCounter for the current thread.
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
 
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".
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.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
Return the filter's decryption block size.
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.DefaultCacheFactoryBuilder
Return a default cache factory for the specified loader.
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.
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.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.
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.net.cache.AbstractSerializationCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.CacheEvent
Get the event's description.
getDescription() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.OverflowMap.Status
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationMap
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SerializationPagedCache
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Assemble a human-readable description.
getDescription() - Method in class com.tangosol.net.partition.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.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.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.
getDistControllerClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
Deprecated.  
getDistributedCache() - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use getService(String).ensureCache(null, null) instead
getDistributedCache(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String) instead
getDistributedCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String, ClassLoader) instead
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 cache configuration.
getDistributedCacheService(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getService(String) instead
getDistributedCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, deprecated with no replacement
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.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.
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.
getEffectiveness() - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
Get the effectiveness value of the wrapped filter.
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
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.
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.
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.CacheStoreWrapper
Obtain the bundler for the "erase" operations.
getEraseFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the number of erase() failures.
getEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the cummulative time spent on erase() operations.
getEraseOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the number of erase() operations.
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.
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.
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
 
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.

The value of TIMEOUT_DEFAULT indicates a default timeout value configured for the corresponding service; the value of TIMEOUT_NONE indicates that this task can execute indefinitely.

If, by the time the specified amount of time passed, the task has not finished, the service will attempt to stop the execution by using the Thread.interrupt() method. In the case that interrupting the thread does not result in the task's termination, the PriorityTask.runCanceled(boolean) method will be called.

This implementation returns TIMEOUT_DEFAULT.

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. This implementation returns TIMEOUT_DEFAULT.
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 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.
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.
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() - 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.
getFile() - Method in class com.tangosol.io.nio.MappedBufferManager
Obtain the RandomAccessFile that the buffer is constructed on.
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
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 assosiated 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.
getFlatRegistry() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a FlatRegistry.
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).
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.
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.
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.  
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.
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.
getIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Get the map of indexes maintaned 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
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
Requests an InputStream that wraps the passed InputStream.
getInputStream(InputStream) - Method in class com.tangosol.net.CompressionFilter
Requests an InputStream that wraps the passed InputStream.
getInputStream(InputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
 
getInputStream(InputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Requests an InputStream that wraps the passed InputStream.
getInputStream(InputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
 
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.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.
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) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Deprecated. Obtain a session management invocation service by name.
getInvocationService(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getService(String) instead
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.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.
getJavaTypeId(Object, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
Return an identifier that represents the Java type of the specified object.
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
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
Return 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.
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.
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.

In general, the implementations are expected to respect the associations provided by the service's KeyAssociator in such a way that keys that return the same associated key would be assigned to the same partition.

The resulting partition must be in the range [0..N-1], where N is the value returned from PartitionedService.getPartitionCount().

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 assosiated key listeners.
getKeyStore(String, String, char[]) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
Return a loaded KeyStore.
getKeyStore() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
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.
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.
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.CacheStoreWrapper
Obtain the bundler for the "load" operations.
getLoadFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the number of load() failures.
getLoadMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the cummulative time spent on load() operations.
getLoadOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the number of load() operations.
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.
getLocalCacheService(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getService(String) instead
getLocalCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, deprecated with no replacement
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.
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.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.
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.
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.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.
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.Member
Return the Member's machine Id.
getMachineName() - Method in interface com.tangosol.net.Member
Determine 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.util.NullImplementation.NullBackingMapManagerContext
Return the BackingMapManager this object is a context for.
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
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.
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.
getMaxEntries() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the maximum number of entries the Cache can store.
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.
getMaximumCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
getMaximumCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
getMaximumCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
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.
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
 
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.
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.
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.
getMemberId() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Return a Work originator's Member id.
getMemberName() - Method in interface com.tangosol.net.Member
Determine 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.
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.
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.
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.
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.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
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.
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.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.
getOptimisticCache() - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use getService(String).ensureCache(null, null) instead
getOptimisticCache(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String) instead
getOptimisticCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String, ClassLoader) instead
getOptimisticCacheService(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getService(String) instead
getOptimisticCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, deprecated with no replacement
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.
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.ConverterMapEventEntry
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.ConverterMapEventEntry
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
Requests an OutputStream that wraps the passed OutputStream.
getOutputStream(OutputStream) - Method in class com.tangosol.net.CompressionFilter
Requests an OutputStream that wraps the passed OutputStream.
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
 
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Requests an OutputStream that wraps the passed OutputStream.
getOutputStream(OutputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
 
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.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.
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.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.
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.
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) - 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.
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.
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 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.
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 interface com.tangosol.net.PartitionedService
Determine the number of partitions that the service has been configured to "break up" the conceptual "key set" into.
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.
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.partition.PartitionAssignmentStrategy
Determine the primary owner of 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.
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.
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.
Note: The quorum for PartitionedService is determined by the ownership-enabled members only.
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.
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.
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.
getPrivateKey() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
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.Member
Determine the configured name for the Process (such as a JVM) in which this Member resides.
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.
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.
getQuorumValue(XmlElement, String) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
Helper function to validate and return the specified quorum element from a quorum-policy configuration element.
getRackName() - Method in interface com.tangosol.net.Member
Determine the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.
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.

This method is functionally equivalent to the following code:


 ReadBuffer buf = getUnsafeReadBuffer();
 byte[] ab = buf.toByteArray();
 return new ByteArrayReadBuffer(ab);
 
getReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.

This method is functionally equivalent to the following code:


 ReadBuffer buf = getUnsafeReadBuffer();
 byte[] ab = buf.toByteArray();
 return new ByteArrayReadBuffer(ab);
 
getReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.

This method is functionally equivalent to the following code:


 ReadBuffer buf = getUnsafeReadBuffer();
 byte[] ab = buf.toByteArray();
 return new ByteArrayReadBuffer(ab);
 
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.
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.
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.
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() - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use getService(String).ensureCache(null, null) instead
getReplicatedCache(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String) instead
getReplicatedCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getCache(String, ClassLoader) instead
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.
getReplicatedCacheService(String) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, use CacheFactory.getService(String) instead
getReplicatedCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
Deprecated. As of Coherence 3.3, deprecated with no replacement
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. This implementation returns TIMEOUT_DEFAULT.
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.
getResolutionStrategy() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Return the configuration resolution strategy.
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.
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.Member
Determine 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.
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. Valid values are one of the SCHEDULE_* constants.

This implementation returns SCHEDULE_STANDARD.

getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.

This implementation returns SCHEDULE_STANDARD.

getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.

This implementation returns SCHEDULE_STANDARD.

getSchedulingPriority() - Method in class com.tangosol.net.AbstractInvocable
Obtain this task's scheduling priority. This implementation returns SCHEDULE_STANDARD.
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.
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(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Return the scope name corresponding to the specified class loader.
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
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.ConverterMapEventEntry
Return a Serializer that is used to serialize/deserialize this entry.
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 class com.tangosol.net.MemberEvent
Return the Service that fired the event
getService() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the partitioned service that this event originates from.
getService() - Method in class com.tangosol.net.WrapperService
Return the wrapped Service.
getService() - Method in class com.tangosol.util.ServiceEvent
Return the Service that fired the event.
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 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.
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.  
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.
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
Return the shared key, or generate one if none exists.
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.
getSingletonFactory() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
Return the singleton cache factory.
getSiteName() - Method in interface com.tangosol.net.Member
Determine the configured name for the Site (such as a data center) in which this Member resides.
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 AtomicCounter 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.
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.net.cache.ContinuousQueryCache
Obtain the state of the ContinousQueryCache.
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.
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.
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().
getStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Obtain the bundler for the "store" operations.
getStoreFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the number of store() failures.
getStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine the cummulative time spent on store() operations.
getStoreOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
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.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.
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.
getThreadGate() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the ThreadGate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
getThreadGate() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Obtain the ThreadGate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
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.
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 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.
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 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.
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.
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. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.

To get a snapshot, use the WriteBuffer.getReadBuffer() method.

getUnsafeReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.

To get a snapshot, use the WriteBuffer.getReadBuffer() method.

getUnsafeReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.

To get a snapshot, use the WriteBuffer.getReadBuffer() method.

getUnsafeReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.

To get a snapshot, use the WriteBuffer.getReadBuffer() method.

getUnsafeReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object to read data from this buffer.
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.
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
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(Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine the user type identifier associated with the given object.
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.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
Return 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
 
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.
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.
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.
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.
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 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.
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.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.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.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.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.ConverterMapListener
Determine a hash value for the WrapperSynchronousListener object according to the general Object.hashCode() contract.
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. While the Collection interface adds no stipulations to the general contract for the Object.hashCode method, programmers should take note that any class that overrides the Object.equals method must also override the Object.hashCode method in order to satisfy the general contract for the Object.hashCodemethod. In particular, c1.equals(c2) implies that c1.hashCode()==c2.hashCode().
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SetView
Returns the hash code value for this collection. While the Collection interface adds no stipulations to the general contract for the Object.hashCode method, programmers should take note that any class that overrides the Object.equals method must also override the Object.hashCode method in order to satisfy the general contract for the Object.hashCodemethod. In particular, c1.equals(c2) implies that c1.hashCode()==c2.hashCode().
hashCode() - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
Returns the hash code value for this collection. While the Collection interface adds no stipulations to the general contract for the Object.hashCode method, programmers should take note that any class that overrides the Object.equals method must also override the Object.hashCode method in order to satisfy the general contract for the Object.hashCodemethod. In particular, c1.equals(c2) implies that c1.hashCode()==c2.hashCode().
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. While the Collection interface adds no stipulations to the general contract for the Object.hashCode method, programmers should take note that any class that overrides the Object.equals method must also override the Object.hashCode method in order to satisfy the general contract for the Object.hashCodemethod. In particular, c1.equals(c2) implies that c1.hashCode()==c2.hashCode().
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.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.
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(Object) - 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.
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.
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.
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).
incReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
Deprecated. Increment the reference count.
increment() - Method in class com.tangosol.util.AtomicCounter
Incremenet the value, and return the new value.
increment(long) - Method in class com.tangosol.util.AtomicCounter
Incremenet the value by c, and return the new value.
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.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
 
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
 
InflatableList - Class in com.tangosol.util
Specialization of InflatableCollection that surfaces as a List.
InflatableList() - Constructor for class com.tangosol.util.InflatableList
 
InflatableSet - Class in com.tangosol.util
Specialization of InflatableCollection that surfaces as a Set.
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() - 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.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() - Method in class com.tangosol.util.SimpleMapIndex
Initialize the index's data structures.
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.
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.
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.
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.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.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.
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.
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.
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 CacheStore wrapper around the passed CacheStore.
instantiateCacheStoreWrapper(BinaryEntryStore) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
instantiateCacheStoreWrapper(CacheStore) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
instantiateClusterPolicy(XmlElement) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for the cluster with the specified XML configuration.
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
Create a new expanded set.
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
 
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.
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.
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.
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.
instantiateKeyIterator() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Create a mutable Iterator over the keys in the 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.
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
 
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
 
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.
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(XmlElement) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for a PartitionedCache service with the specified XML configuration.
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.
instantiateProxyPolicy(XmlElement) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy
Instantiate an action policy for a proxy service with the specified XML configuration.
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.
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.