CoherenceTM v3.4.1
Copyright© 2000-2008 by Oracle Corporation
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
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 Comparable values extracted from a set of entries in a Map.
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(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
An abstract base class from which implementations of HttpSessionCollection can be more easily built.
AbstractHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Default constructor (required).
AbstractHttpSessionCollection.ExitAgent - Class in com.tangosol.coherence.servlet
This agent is used to request the other servers in the cluster to unlock the specified session ID.
AbstractHttpSessionCollection.ExitAgent(String) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Construct an ExitAgent to unlock a specific session.
AbstractHttpSessionCollection.ExitObserver - Class in com.tangosol.coherence.servlet
This InvocationObserver waits for an ExitAgent to report back that some server in the cluster did have the specified session id locked.
AbstractHttpSessionCollection.ExitObserver() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
 
AbstractHttpSessionCollection.SimpleDistributedController - Class in com.tangosol.coherence.servlet
A simple implementation of the SessionDistributionController interface that forces all sessions (and thus their attributes) to be managed in a distributed manner.
AbstractHttpSessionCollection.SimpleDistributedController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleDistributedController
 
AbstractHttpSessionCollection.SimpleHybridController - Class in com.tangosol.coherence.servlet
A simple implementation of the SessionDistributionController interface that forces all sessions and serializable attributes to be managed in a distributed manner.
AbstractHttpSessionCollection.SimpleHybridController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleHybridController
 
AbstractHttpSessionCollection.SimpleLocalController - Class in com.tangosol.coherence.servlet
A simple implementation of the SessionDistributionController interface that forces all sessions (and thus their attributes) to be managed locally.
AbstractHttpSessionCollection.SimpleLocalController() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleLocalController
 
AbstractHttpSessionModel - Class in com.tangosol.coherence.servlet
An abstract base class from which implementations of HttpSessionModel can be more easily built.
AbstractHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Default constructor for deserialization.
AbstractHttpSessionModel(AbstractHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Session creation constructor.
AbstractHttpSessionModel.AttributeHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
AbstractHttpSessionModel.AttributeHolder() - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Default constructor is required for deserialization purposes.
AbstractHttpSessionModel.AttributeHolder(String, Object) - Constructor for class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Construct an AttributeHolder for a value.
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.
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.
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.
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.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.
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_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.
activate(String, HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Move the session into an active state, if it is not already.
activate(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Activate the session model.
activate(String, HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Move the session into an active state, if it is not already.
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(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Add an entry to the queue.
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.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.DeltaSet
Ensures that this Collection contains the specified element.
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.
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.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(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.
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.
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.
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
Sign up the specified listener to receive HttpSessionBindingEvent objects.
addHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Sign up the specified listener to receive HttpSessionBindingEvent objects.
addHttpSessionListener(HttpSessionListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Sign up the specified listener to receive HttpSessionEvent objects.
addHttpSessionListener(HttpSessionListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Sign up the specified listener to receive HttpSessionEvent objects.
addIgnoreAttributeName(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Register a name to ignore events for.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.NearCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Add an index to this QueryMap.
addIndex(ValueExtractor, boolean, Comparator) - 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.
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.
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.
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) - 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.
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 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.MultiBufferReadBuffer.MultiBufferInput
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(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.
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
Once the current buffer is full, allocate a new one and make it the current buffer.
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.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.
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.MultiBufferWriteBuffer
Increase the MultiBufferWriteBuffer length so that the next byte to write is at the specified offset.
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.
aggregate(Filter, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.NearCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Collection, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Perform an aggregating operation against the entries specified by the passed keys.
aggregate(Filter, InvocableMap.EntryAggregator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Perform an aggregating operation against the set of entries that are selected by the given Filter.
aggregate(Set) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Process a set of InvocableMap Entry objects using each of the underlying agregators in order to produce an array of aggregated results.
aggregate(Set) - Method in class com.tangosol.util.aggregator.Count
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(Set) - Method in class com.tangosol.util.aggregator.GroupAggregator
Process a set of InvocableMap Entry objects using the underlying extractor to split the entries into non-intersecting (distinct) groups and then apply the underlying aggregator separately to each group.
aggregate(Set) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.
aggregate(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.
ALL - Static variable in class com.tangosol.net.ClusterPermission
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 interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Allocate a WriteBuffer for use by the MultiBufferWriteBuffer.
allocate(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Allocate this free block (or at least a specified number of bytes of this block) as an Entry block.
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.
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.
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.
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
 
available() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.Base64InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in interface com.tangosol.io.InputStreaming
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.MultiByteArrayInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.pof.PofInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperBufferInput
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperDataInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.io.WrapperObjectInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without causing a blocking I/O condition to occur.
available() - Method in class com.tangosol.net.security.BlockCipherInputStream

B

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.
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) - 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.
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.
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(AbstractHttpSessionModel.AttributeHolder, AbstractHttpSessionModel.AttributeHolder) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Bind the specified session attribute, replacing the specified attribute if it exists.
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
The buffer to use for buffered I/O.
BLOCK_SIZE - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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.
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.
BOOLEAN_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of bytes.
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).
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.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
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
 
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
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
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
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
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
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.
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.
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.
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.
calculatePreviousBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the old bucket for the specified hash code.
calculateRangeEffectiveness(Map, Set) - Method in class com.tangosol.util.filter.ComparisonFilter
Helper method to calculate effectiveness for ComparisonFilters that need a range of values from an index in order to retrieve all necessary keys to perform the applyIndex() operation.
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.
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) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Calculate a cache cost for the specified object.
calculateUnits(Object, Object) - Method in interface com.tangosol.net.cache.OldCache.UnitCalculator
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.
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.
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.
CFG_KEY_REAPER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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.
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.DatagramTest.PublisherConfig
Check that the contained configuration is valid.
check() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Check that the contained configuration is valid.
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
Make sure that the model is 'active', 'usable' and 'valid'.
checkBounds(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Check if the specified read is within bounds.
checkBounds(int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Validate the ranges for the passed bounds and make sure that the underlying array is big enough to handle them.
checkBounds(int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Test an offset and length of data to write to see if it can be written to this buffer.
checkBounds(int, int) - Method in class com.tangosol.util.BinaryWriteBuffer
Validate the ranges for the passed bounds and make sure that the underlying array is big enough to handle them.
checkBufferGrow(int) - Method in class com.tangosol.io.nio.BinaryMap
If there is a buffer manager, check if the current buffer should be grown.
checkBufferShrink() - Method in class com.tangosol.io.nio.BinaryMap
If there is a buffer manager, check if the current buffer should be shrunk.
checkDate(int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate date information.
checkDayTimeInterval(int, int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Validate a day-time interval.
checkDecimalRange(BigDecimal, int) - Static method in class com.tangosol.io.pof.PofHelper
Verify that the specified decimal value will fit in the specified number of bits.
checkDestroy() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Test if the underlying store can be destroyed, and if so, destroy it.
checkElement(XmlElement) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Validates the passed XmlElement, copying the element into a new valid element if necessary.
checkElementCount(int) - Static method in class com.tangosol.io.pof.PofHelper
Verify that the number of elements is valid.
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.
checkExpiredSessionId(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Check the specified session to see if it has expired.
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. Check if the cache is timed out, and clear if it is.
checkForDeadSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.
checkPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Check for an item known to the WriteBehind queue.
checkPermission(ClusterPermission, Subject) - Method in interface com.tangosol.net.security.AccessController
Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).
checkPermission(ClusterPermission, Subject) - Method in class com.tangosol.net.security.DefaultController
Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).
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.
checkProcessPacketBytes(int, int) - Static method in class com.tangosol.net.DatagramTest
Check that the value for processPacketBytes is acceptable.
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.
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
Make sure that the model is 'usable'.
checkValid() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
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.
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.
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 AbstractWriteBuffer.length() method to zero.
clear() - Method in class com.tangosol.io.DelegatingWriteBuffer
Set the length of the buffer as indicated by the DelegatingWriteBuffer.length() method to zero.
clear() - Method in class com.tangosol.io.nio.BinaryMap.Block
Zero the block.
clear() - Method in class com.tangosol.io.nio.BinaryMap
Removes all mappings from this map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Removes all mappings from this map.
clear() - Method in interface com.tangosol.io.WriteBuffer
Set the length of the buffer as indicated by the WriteBuffer.length() method to zero.
clear() - Method in class com.tangosol.net.cache.AbstractSerializationCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Clear is explicitly not implemented.
clear() - Method in class com.tangosol.net.cache.CachingMap
Clears both the front and back maps.
clear() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.LocalCache
Removes all mappings from this map.
clear() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove everything from the cache.
clear() - Method in class com.tangosol.net.cache.OverflowMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove everything from the Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Removes all of the elements from this set of Keys by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Remove all keys from the queue.
clear() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Removes all of the elements from this Collection of values by clearing the underlying Map.
clear() - Method in class com.tangosol.net.cache.SerializationCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SerializationMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SerializationPagedCache
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.net.partition.PartitionSet
Clear the set.
clear() - Method in class com.tangosol.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 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.DeltaSet
Removes all of the elements from this Collection.
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.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.WrapperConcurrentMap
Clear all key/value mappings.
clear() - Method in class com.tangosol.util.WrapperObservableMap
Clear all key/value mappings.
clearBucketOffsets() - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of hash buckets.
clearBucketOffsets(int) - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of hash buckets starting with the specified bucket.
clearBuffer() - Method in class com.tangosol.io.nio.BinaryMap
Create one big free block in the buffer.
clearFreeLists() - Method in class com.tangosol.io.nio.BinaryMap
Clear out all references in the array of free lists.
clearPending() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Clear the map of pending entries.
clearValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Zero the value portion of the block.
clone() - Method in class com.tangosol.io.AbstractReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in class com.tangosol.io.AbstractWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in class com.tangosol.io.ByteArrayReadBuffer
Create a clone of this ByteArrayReadBuffer object.
clone() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Create a clone of this WriteBuffer object.
clone() - Method in interface com.tangosol.io.ReadBuffer
Create a clone of this ReadBuffer object.
clone() - Method in interface com.tangosol.io.WriteBuffer
Create a clone of this WriteBuffer object.
clone(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() - Method in class com.tangosol.util.CacheCollator
Clone the caching collator.
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 class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Close the OutputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.AsyncBinaryStore
Close the store.
close() - Method in class com.tangosol.io.Base64InputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.Base64OutputStream
Close the stream, flushing any accumulated bytes.
close() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Close the BinaryStore.
close() - Method in class com.tangosol.io.DebugDataOutputStream
Closes this OutputStream and releases any associated system resources.
close() - Method in interface com.tangosol.io.InputStreaming
Close the InputStream and release any system resources associated with it.
close() - Method in class com.tangosol.io.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.run.jca.CacheAdapter
Close the connection assosiated with this adapter.
close() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Closes this output stream and releases any system resources associated with this stream.
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.
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_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
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.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.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.
COMMAND_ADDR_GROUP - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_ADDR_LOCAL - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_ADDR_LOCAL - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_DELAY - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_DISPLAY - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_HELP - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_LOG - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_LOG_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_PACKET_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_PAYLOAD - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_PROCESS_BYTES - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_REPORT_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_RX_PACKET_BUFFER_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_RX_TIMEOUT_MS - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_TICK_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_TRANSLATE - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_TTL - Static variable in class com.tangosol.net.MulticastTest
 
COMMAND_TX_DURATION_MS - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_TX_ITERATIONS - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_TX_PACKET_BUFFER_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
COMMAND_TX_RATE - Static variable in class com.tangosol.net.DatagramTest
 
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.
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 Comparable 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(String) - Constructor for class com.tangosol.util.aggregator.ComparableMax
Construct a ComparableMax aggregator.
ComparableMin - Class in com.tangosol.util.aggregator
Calculates a minimum among Comparable 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(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.
compare(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
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.

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.
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.
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 ValueManipulator implementation based on an extractor-updater pair.
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.
computeAverageOutOfOrderOffset() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the average out of order offset for packets which arrived out of order.
computeAveragePacketSize() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute average packet size.
computeDurationMillis() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Return the duration this tracker has been accumulating data for.
computeMissingPackets() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the number of missing packets.
computeRttNanos() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Return the average round trip time of a packet in milliseconds.
computeSentPackets() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the number of packets sent by the publisher.
computeSuccessRate() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the success rate for receiveing packets.
computeThroughputMBPerSec(long, long) - Static method in class com.tangosol.net.DatagramTest
Compute throughput as megabytes per second.
computeThroughputMBPerSec() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the throughput in megabytes per second.
computeThroughputPacketsPerSec(int, long) - Static method in class com.tangosol.net.DatagramTest
Compute throughput as packets per second.
computeThroughputPacketsPerSec() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Compute the throughput in megabytes per second.
computeTmpDir() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Compute the system's temp directory.
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.
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:
ConfigurableAddressProvider(XmlElement) - 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 InetSocketAddress object.
ConfigurableAddressProvider.AddressHolder(InetSocketAddress) - Constructor for class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Construct an AddressHolder for the specified InetSocketAddress.
ConfigurableCacheFactory - Interface in com.tangosol.net
An interface for XML driven cache factory.
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
 
configure(int, int) - Method in class com.tangosol.coherence.servlet.SessionHelper
Called immediately after construction.
configure(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configure the new Environment.
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(CacheStore, boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set up the CacheStore that this backing map will use.
configureEviction(int, OldCache.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, OldCache.UnitCalculator) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Configure the unit calculator type and implementation.
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(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_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.
contains(Object) - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Determine if a particular key is present in the Set.
contains(Object) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
contains(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns true if this collection contains the specified element.
contains(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Determine if a particular key is present in the Set.
contains(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.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.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(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.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.
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.
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.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.
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.WrapperObservableMap
Returns true if this Map maps one or more keys to the specified value.
contextDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
Called by the Coherence ServletContextListener on contextDestroyed() if an event listener is registered.
contextInitialized() - Method in class com.tangosol.coherence.servlet.SessionHelper
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 evicting items from the query.
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 query.
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 dameon-like object, quite oftenly 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
Convert the given Java class name to its corresponding Jar entry name.
convertEntryToClass(String) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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.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 Converter MapEvent 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
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.
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.
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
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.
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
This method creates a new session, returning the session model for the new session.
create(HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
This method creates a new session, returning the session model for the new session.
CREATE - Static variable in class com.tangosol.net.ClusterPermission
Create action.
createAddressProvider(XmlElement, ClassLoader) - Static method in class com.tangosol.net.ConfigurableAddressProvider
Instantiate an AddressProvider configured using an XML that conforms to the following format:
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.
createDelegateEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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
Creates a delegate method in the given ClassFile that delegates the given method to the object returned by the given accessor method.
createEntityFromId(Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Create a transient entity instance given an entity id
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.
createHttpSession() - Method in class com.tangosol.coherence.servlet.SessionHelper
Create a new HttpSession object.
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(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.
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.
createRequestContext(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified request and response, provide a request context.
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
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
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
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
The configuration property that specifies whether non-serializable attributes should be preserved as local.
CTX_INIT_ATTR_OVERFLOW_THRESHOLD - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_CONTROLLER_CLASS - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The configuration property that specifies an implementation of the SessionDistributionController interface to use.
CTX_INIT_CONTROLLER_CLASS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that specifies an implementation of the SessionDistributionController interface to use.
CTX_INIT_COOKIE_DOMAIN - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The domain of the session cookie.
CTX_INIT_COOKIE_MAX_AGE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The maximum age in seconds of the session cookie.
CTX_INIT_COOKIE_NAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the session cookie.
CTX_INIT_COOKIE_PATH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The path of the session cookie.
CTX_INIT_COOKIES_ENABLED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
True to enable session cookies.
CTX_INIT_DAEMON_ASSUME_LOCALITY - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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
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
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
The number of seconds that the daemon rests between reaping.
CTX_INIT_DAEMON_PRIORITY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The priority for the session reaper daemon.
CTX_INIT_DAEMON_SWEEP_MODULO - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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_FACTORY - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
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
The comma-delimited list of names of application classes that wish to receive events from the web container.
CTX_INIT_SERVICENAME_OWNERSHIP - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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
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
In the servlet's configuration, the name of the servlet class that is wrapped by the Coherence servlet.
CTX_INIT_SESSION_EXPIRE_SECS - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The configuration property that overrides the session expirty time.
CTX_INIT_SESSION_EXPIRE_SECS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that overrides the session expirty time.
CTX_INIT_SESSION_ID_LENGTH - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The configuration property that overrides the session id length.
CTX_INIT_SESSION_ID_LENGTH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that overrides the session id length.
CTX_INIT_SESSION_MEMBER_LOCK - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The configuration property that specifies member level session locking.
CTX_INIT_SESSION_MEMBER_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that specifies member level session locking.
CTX_INIT_SESSION_RETAIN_MILLIS - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
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
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
The configuration property that specifies strict spec adherence.
CTX_INIT_SESSION_STRICT_SPEC - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that specifies strict spec adherence.
CTX_INIT_SESSION_THREAD_LOCK - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The configuration property that specifies thread level session locking.
CTX_INIT_SESSION_THREAD_LOCK - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The configuration property that specifies thread level session locking.
CTX_INIT_SESSIONCONTEXT_ENABLED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
The configuration property that overrides the shutdown delay time.
CTX_INIT_URLDECODE_DEFAULT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
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
True to enable URL encoding of session ids.
CTX_INIT_URLENCODE_NAME - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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
 
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
 
DatagramTest - Class in com.tangosol.net
Test for datagram communication.
DatagramTest() - Constructor for class com.tangosol.net.DatagramTest
 
DatagramTest.DatagramListener - Class in com.tangosol.net
 
DatagramTest.DatagramListener(DatagramSocket, DatagramTest.StartFlag, DatagramTest.ListenerConfig) - Constructor for class com.tangosol.net.DatagramTest.DatagramListener
Construct the listener test object.
DatagramTest.DatagramPublisher - Class in com.tangosol.net
The publisher test.
DatagramTest.DatagramPublisher(DatagramSocket, DatagramTest.StartFlag, DatagramTest.PublisherConfig) - Constructor for class com.tangosol.net.DatagramTest.DatagramPublisher
Construct the publisher test object.
DatagramTest.ListenerConfig - Class in com.tangosol.net
Holder for Listener configuration.
DatagramTest.ListenerConfig() - Constructor for class com.tangosol.net.DatagramTest.ListenerConfig
 
DatagramTest.PacketTracker - Class in com.tangosol.net
Tracker of packet statistics for a single client.
DatagramTest.PacketTracker(SocketAddress) - Constructor for class com.tangosol.net.DatagramTest.PacketTracker
Construct a PacketTracker for the given client.
DatagramTest.PublisherConfig - Class in com.tangosol.net
Holder for Publisher configuration.
DatagramTest.PublisherConfig() - Constructor for class com.tangosol.net.DatagramTest.PublisherConfig
 
DatagramTest.StartFlag - Class in com.tangosol.net
The start flag is used to allow a listener to control a inner process publisher.
DatagramTest.StartFlag() - Constructor for class com.tangosol.net.DatagramTest.StartFlag
 
DatagramTest.TestConfiguration - Class in com.tangosol.net
Holder for Test configuration.
DatagramTest.TestConfiguration() - Constructor for class com.tangosol.net.DatagramTest.TestConfiguration
 
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.
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
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) - 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
Decodes the session ID from the URL represented by the passed request.
decReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
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_ADDR_GROUP - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_ADDR_LOCAL - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_ADDR_LOCAL - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_ALGORITHM - Static variable in class com.tangosol.net.security.SymmetricEncryptionFilter
Default cryptography algorithm
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
The default cache name for the ServletContext attribute map.
DEFAULT_DELAY - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_DISPLAY - Static variable in class com.tangosol.net.MulticastTest
 
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
The default class name for the SessionHelper factory implementation.
DEFAULT_FLUSH - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, expired cache entries are flushed on a minute interval.
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_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_IP_GROUP - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_IP_LOCAL - Static variable in class com.tangosol.net.DatagramTest
 
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_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_LOG - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_LOG_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
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
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_PACKET_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_PAYLOAD - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_PORT - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_PORT - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_PROCESS_BYTES - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_PRUNE - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. By default, when the cache prunes, it reduces its entries by 25%, meaning it retains 75% (.75) of its entries.
DEFAULT_RECYCLE_MAX - Static variable in class com.tangosol.util.RecyclingLinkedList
The default maximum number of Nodes to recycle.
DEFAULT_REPORT_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
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_RX_PACKET_BUFFER_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_RX_TIMEOUT_MS - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_TICK_INTERVAL - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_TRANSFORMATION - Static variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Default transformation
DEFAULT_TTL - Static variable in class com.tangosol.net.MulticastTest
 
DEFAULT_TX_DURATION_MS - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_TX_ITERATIONS - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_TX_PACKET_BUFFER_SIZE - Static variable in class com.tangosol.net.DatagramTest
 
DEFAULT_TX_RATE - Static variable in class com.tangosol.net.DatagramTest
 
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).
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() - Constructor for class com.tangosol.net.DefaultCacheServer
 
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.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
 
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.
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.
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.
deferFlush() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Defer the next flush by scheduling it for infinity and beyond.
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.
DELETED - Static variable in class com.tangosol.io.AsyncBinaryStore
A special token that is used to signify a queued erase operation.
delink() - Method in class com.tangosol.util.SafeLinkedList.Node
Remove this Node from the List.
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.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.TraditionalHttpSessionModel.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
Destroy the specified session.
destroy(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
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.
destroyLocalAttributesCache(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Destroy the cache of local-only session attributes for the specified session ID.
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
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(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.
dispatchAttributeEvent(int, ServletContextAttributeEvent) - Method in class com.tangosol.coherence.servlet.SessionHelper
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
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.
displayPacket(ReadBuffer, InetSocketAddress) - Method in class com.tangosol.net.MulticastTest
 
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.
DistributedCacheService - Interface in com.tangosol.net
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.
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.
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.
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_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.
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
Encode a session ID into a cookie and attach it to the response object.
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
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
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.
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
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.
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.
ensureCluster() - Static method in class com.tangosol.net.CacheFactory
Obtain a Cluster object running Coherence services.
ensureConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the NamedCache used to store configuration and management information for the session management implementation if it exists, otherwise create it.
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.
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
Get the HttpSession object for the specified ID.
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.SplitHttpSessionModel.SplittableHolder
Obtain the non-null internally managed binary value.
ensureInternalBinary() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Obtain the non-null internally managed binary value.
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.
ensureLoadBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Configure the bundler for the "load" operations.
ensureLocalAttributesCache(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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.
ensureLocalCache(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Return the LocalCache that uses this eviction policy.
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.
ensureNetworkHealthMBean() - Static method in class com.tangosol.net.management.MBeanHelper
Ensure that there is an instance of NetworkHealth MBean registered with the default MBeansServer.
ensureOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
Return the underlying OutputStream.
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.
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.
ensureServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
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
Get the daemon thread that is used for scheduled tasks, creating it if necessary.
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.
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(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
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
Obtain any necessary ownership for the specified session.
enter() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Increment the usage count of the session by this thread.
enter(String, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
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
Obtain any necessary ownership for the specified session.
enterWriteAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
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
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 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
 
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.
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 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.
entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.NearCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns an set view of the mappings contained in this map.
entrySet(Filter) - Method in class com.tangosol.net.cache.WrapperNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.WrapperNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
entrySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.ChainedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns a set view of the mappings contained in this map.
entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
entrySet() - Method in class com.tangosol.util.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.
entryTouched(OldCache.Entry) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
This method is called by the cache to indicate that an entry has been touched.
entryTouched(OldCache.Entry) - Method in interface com.tangosol.net.cache.OldCache.EvictionPolicy
Deprecated. This method is called by the cache to indicate that an entry has been touched.
entryUpdated(OldCache.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.AbstractEvictionPolicy
Invoked when a map entry has been 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 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.
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.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.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.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.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(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.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.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.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.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.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.SimpleMapEntry
Compares the specified object with this entry 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.
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(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
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Remove the specified key from the underlying store if present.
erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Remove the specified key from the underlying store if present.
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(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
Remove the specified keys from the underlying store if present.
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(Collection) - 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(Object) - 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.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.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.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 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() - Method in class com.tangosol.net.cache.SerializationCache
Flush items that have expired.
evict(Object) - Method in class com.tangosol.net.cache.SerializationCache
Evict the specified item from the cache.
evict() - Method in class com.tangosol.net.cache.SerializationPagedCache
Flush items that have expired.
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.
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
The internal enum for an attribute-added event.
EVT_REMOVED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The internal enum for an attribute-removed event.
EVT_REPLACED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
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.
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 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) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Release ownership for the specified session.
exit() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Decrement the usage count of the session by this thread.
exit(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
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
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
An array of container-specific ApplyPatch extension class names.
extendEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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(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.EntryExtractor
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.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(Object) - Method in interface com.tangosol.util.ValueExtractor
Extract the value from the passed object.
extractCertificates(Set) - Method in class com.tangosol.net.security.DefaultController
Extract a set of Certificate objects from the set of public credentials.
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(QueryMap.Entry) - Method in class com.tangosol.util.extractor.EntryExtractor
Extract 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.
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.
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.
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.
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.
extractSwitches(Collection, String[]) - Static method in class com.tangosol.net.DatagramTest
Search the supplied argument set for known switches, and extract them.

F

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
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.
filterDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
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.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.

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.
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.
findMethod(Class, String, Class[], boolean) - Static method in class com.tangosol.util.ClassHelper
Find a Method that matches the specified name and parameter types.
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 cache 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.
finishStarting(Daemon.DaemonWorker) - Method in class com.tangosol.util.Daemon
Wait for the specified worker to finish starting.
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.
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.
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(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
In a distributed environment, ensure that any changes to the specified session are flushed.
flush() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Called to flush the value to its data storage.
flush() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Flush the changes to this model to whatever data structure (for example, a cache) that is responsible for managing the model's data.
flush(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
In a distributed environment, ensure that any changes to the specified session are flushed.
flush() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.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
Flushes this output stream and forces any buffered output bytes to be written out.
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.
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
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.
formatListeners(Listeners) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Format a Listeners object into a human readable string.
formatMapKeys(Map) - Static method in class com.tangosol.coherence.servlet.SessionHelper
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.
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.
generateReport(String, Map) - Static method in class com.tangosol.net.DatagramTest.PacketTracker
Generate a report for all PacketTrackers in the Map.
generateSessionId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Generate a potential session ID.
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
Obtain the HttpSessionModel for the specified session, or null if it does not exist.
get(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
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(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(Object) - Method in interface com.tangosol.util.ConcurrentMap
Returns the value to which this map maps the specified key.
get(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns the element at the specified position in this list.
get(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns the value to which this map maps the specified key.
get(int) - Method in class com.tangosol.util.ImmutableArrayList
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(long) - Method in class com.tangosol.util.SimpleLongArray
Return the value stored at the specified index.
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(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.
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.
getActions() - Method in class com.tangosol.net.ClusterPermission
Return the actions as a String in a canonical form.
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
Get the map of session attributes that are part of this session (not "local".)
getActualSessionCount() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
 
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.
getAddrPeers() - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Accessor for AddrPeers.
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.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.
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.
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.
getAttribute(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
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
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
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
Returns an array of attribute names for this session.
getAttributeNameArray() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Returns an array of attribute names for this session.
getAttributes() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Obtain the attribute map.
getAttributeSerializationFailureMap() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
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
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.
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 (answered using only the front map).
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 (uses the back map).
getAverageModelLifetime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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
Calculate the average size (in bytes) of session model objects placed in the session storage clustered cache since the last time statistics were reset.
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.
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 class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Get the backing Map assosiated with a given cache.
getBackingMapManager() - Method in interface com.tangosol.net.CacheService
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.
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.
getBaseMap() - Method in interface com.tangosol.util.TransactionMap
Return the base map, which contains this TransactionMap's committed data.
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.
getBinary() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.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.
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
 
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 that was written.
getBlockCount() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the number of blocks that have been written thus far.
getBlockCount() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return the blocked threads count.
getBlockDataSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Determine the maximum number of bytes of data that will be stored in each block.
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.
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.
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 writeing to.
getBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Obtain the specified buffer.
getBuffer(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Obtain the specified buffer.
getBuffer() - Method in class com.tangosol.io.nio.AbstractBufferManager
Get the current ByteBuffer reference.
getBuffer() - Method in class com.tangosol.io.nio.BinaryMap
Obtain the ByteBuffer that the BinaryMap is backed by.
getBuffer() - Method in interface com.tangosol.io.nio.ByteBufferManager
Get the current ByteBuffer reference.
getBuffer() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Get the ReadBuffer object that this BufferInput is reading from.
getBuffer() - Method in class com.tangosol.io.WrapperBufferInput
Get the ReadBuffer object that this BufferInput is reading from.
getBuffer() - Method in class com.tangosol.io.WrapperBufferOutput
Get the WriteBuffer object that this BufferOutput is writing to.
getBuffer() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Get the WriteBuffer object that this BufferOutput is writing to.
getBufferCount() - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine the number of ReadBuffer objects that contain the data presented by this MultiBufferReadBuffer.
getBufferCount() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the number of WriteBuffer objects allocated by this MultiBufferWriteBuffer from the WriteBufferPool.
getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine which underlying ReadBuffer contains the specified offset.
getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine which underlying WriteBuffer contains the specified offset.
getBufferInput() - Method in class com.tangosol.io.AbstractReadBuffer
Get a BufferInput object to read data from this buffer.
getBufferInput() - Method in class com.tangosol.io.nio.BinaryMap
Get the DataInputStream that maps to the underlying ByteBuffer.
getBufferInput() - Method in interface com.tangosol.io.ReadBuffer
Get a BufferInput object to read data from this buffer.
getBufferManager() - Method in class com.tangosol.io.nio.BinaryMap
Obtain the ByteBufferManager that provides the ByteBuffer objects.
getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
Determine the offset of the specified buffer.
getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the offset of the specified buffer.
getBufferOutput() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
getBufferOutput(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput() - Method in class com.tangosol.io.nio.BinaryMap
Get the DataOutputStream that maps to the underlying ByteBuffer.
getBufferOutput(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferOutput() - Method in class com.tangosol.io.pof.PofBufferWriter
Return the BufferOutput that this PofBufferWriter writes to.
getBufferOutput() - Method in class com.tangosol.io.pof.WritingPofHandler
Obtain the DataOutput object that this Writing POF Handler is writing to.
getBufferOutput() - Method in interface com.tangosol.io.WriteBuffer
Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
getBufferOutput(int) - Method in interface com.tangosol.io.WriteBuffer
Get a BufferOutput object to write data to this buffer starting at a particular offset.
getBufferPackets() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for BufferPackets.
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.
getCache(String) - Static method in class com.tangosol.coherence.servlet.SessionHelper
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.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
 
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.
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.
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
 
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.
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
 
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.
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
 
getCachePrunes() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
 
getCachePrunesMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
Determine the total number of milliseconds (since that last statistics reset) for the prune().
getCachePrunesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
 
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.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.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.
getCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
Get the capacity of the current ByteBuffer.
getCapacity() - Method in class com.tangosol.io.nio.BinaryMap
Determine the capacity of the map in bytes.
getCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
Get the capacity of the current ByteBuffer.
getCapacity() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
getCapacity() - Method in interface com.tangosol.io.WriteBuffer
Determine the number of bytes that the buffer can hold without resizing itself.
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.
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).
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) - 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.
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.
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.
getClusterCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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.
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
Obtain the AbstractHttpSessionCollection that is being used in the current application.
getCollection() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
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.
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.
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
Determine the current configuration of the object.
getConfig() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.
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.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 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.
getConfigLocation() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
getConfigurableCacheFactory() - Static method in class com.tangosol.coherence.servlet.SessionHelper
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.
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
Get the NamedCache used to store configuration and management information for the session management implementation.
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
Return the name of the target web container for this utility.
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.ReadWriteBackingMap
Get the context information provided by the CacheService.
getContextAttributeListeners() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.
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.ConverterCacheEvent
Return the Converter used to view the underlying CacheEvent'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.ConverterCacheEvent
Return the Converter used to view the underlying CacheEvent'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
Returns the creation time for this session.
getCreationTime() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
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.
getCurrentResult(WorkItem) - Method in class com.tangosol.coherence.commonj.WorkManager
Retrieve a current WorkStatus (partial result) for a given Work.
getCurrentTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine the current time value in milliseconds.
getCutoffMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Determine the time before which all entries that were added are now eligable for removing from the queue.
getDaemon() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
getDaemonCheckCollectionModulo() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
Determine the number of milliseconds per reap cycle.
getDaemonPriority() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the configured priority for the session reaper daemon.
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.
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
Get the cache of previously used session IDs (IDs of previously existent HttpSessionModel objects).
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.
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.
getDefaultMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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
 
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
Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.RequestContext
Returns a string representation of this object's attributes.
getDescription() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.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.
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.
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
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.
getDurationLimitMs() - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Accessor for DurationLimitMs
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)
getElementCountOnDisk() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the size of the cache on disk (object count)
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.
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.
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.
getEntryMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
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
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 class com.tangosol.net.cache.OldCache
Deprecated. Determine the current external eviction policy, if any.
getEvictionType() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the current eviction type.
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.

getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExecutionTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Determine the expiry for the entry represented by this Status.
getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the expiry for the entry represented by this Status.
getExpiryArray() - Method in class com.tangosol.net.cache.OverflowMap
Obtain the array of keys that have an expiration, indexed by expiration times.
getExpiryArray() - Method in class com.tangosol.net.cache.SerializationCache
Get the Expiry data structure.
getExpiryDelay() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Return the time-to-live of the corresponding Map.Entry.
getExpiryDelay() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the "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 cache entries.
getExpiryMillis() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. 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
Obtain the cache used to store the large session attributes.
getExternalAttributeUpdates() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
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.SplitHttpSessionModel.SplittableHolder
Obtain the binary form of the value from the external cache.
getExternalCache() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Obtain the cache that holds split-out (external) attribute values.
getExternalKey() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.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
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.
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.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 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.
getFlatRegistry() - Static method in class com.tangosol.util.NullImplementation
Factory method: Obtain a null implementation of a FlatRegistry.
getFlushDelay() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the delay between cache flushes.
getFlushTime() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the date/time at which the next cache flush is scheduled.
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.
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.
getHashCode() - Method in class com.tangosol.run.xml.XmlBean
Get the cached hash code.
getHighUnits() - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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 any particular invocation that could be answered using the front or the back will be handled by the front map, 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
Get the wrapped HttpServletRequest.
getHttpServletResponse() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Get the wrapped HttpServletResponse.
getHttpSession() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine the HttpSession that this model is bound to.
getHttpSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the HttpSession object for the specified ID.
getHttpSession(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Return the HttpSession associated with the given request.
getHttpSessionAttributeListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine the list of listeners that are registered for session attribute modification events.
getHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the HttpSessionCollection object that manages the HttpSessionModel objects.
getHttpSessionContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the HttpSessionContext.
getHttpSessionListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine the list of listeners that are registered for session life cycle events.
getHttpSessionMap() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
Returns the session identifier for this session.
getId() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Returns the session identifier for this session.
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.
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.
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 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.
getInfo() - Method in interface com.tangosol.net.Service
Return the ServiceInfo object for this Service.
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.util.Binary
Get an InputStream to read the Binary object's contents from.
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.
getInternalBinary() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.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.
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.
getInternalLocalCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Get the LocalCache for this backing map.
getInternalValue() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.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.
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
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
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 class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
getIterationLimit() - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Accessor for Iterations
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.
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.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.ConverterCacheEvent
Return a key associated with this event.
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.SimpleMapEntry
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.
getKeyList() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
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.partition.KeyPartitioningStrategy
Determine the partition to which a particular key should be assigned.
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.
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
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
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.
getLastFlushedTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
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 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.
getLastReapTime() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Determine the last time that session reaping started.
getLastTouchMillis() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. 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.
getLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the length of the block.
getLibrary() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Return the library to be patched by this utility.
getLibraryName() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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(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
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.
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
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
Get the cache of local-only session attributes.
getLocalCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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.
getLocalCache() - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
Return the LocalCache that uses this eviction policy.
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.
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.
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.
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.
getLockTypeDescription() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return a human readable decription of the Lock type
getLog() - Method in class com.tangosol.net.DatagramTest.ListenerConfig
Accessor for log.
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.
getLogInterval() - Method in class com.tangosol.net.DatagramTest.ListenerConfig
Accessor for LogInterval.
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.
getLowUnits() - Method in class com.tangosol.net.cache.OldCache
Deprecated. 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.
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.
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 data.
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
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
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Determine the maximum number of bytes that the buffer can hold.
getMaximumCapacity() - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
getMaximumCapacity() - Method in interface com.tangosol.io.WriteBuffer
Determine the maximum number of bytes that the buffer can hold.
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
Determine the maximum number of entries that the cache will hold.
getMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
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
Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxIncrement() - Method in class com.tangosol.io.nio.AbstractBufferManager
 
getMaxLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
Determine the load factor for the map.
getMaxModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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.
getMBeanObjectName() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
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
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
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.
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
Obtain the specified session model.
getModel() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Return the AbstractHttpSessionModel to which this AttributeHolder belongs.
getModelDeaths() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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
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.AbstractHttpSessionModel.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.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() - 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() - 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.
getNewValue() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Return a new value associated with this event.
getNewValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a new value associated with this event.
getNewValue() - Method in class com.tangosol.util.MapEvent
Return a new value associated with this event.
getNewValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Return a ValueExtractor used to transfrom the event's NewValue.
getNext() - Method in class com.tangosol.util.SafeLinkedList.Node
 
getNextAddress() - Method in interface com.tangosol.net.AddressProvider
Obtain a next available address to use.
getNextAddress() - Method in class com.tangosol.net.ConfigurableAddressProvider
Obtain a 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.
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.
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.
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() - 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() - 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 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.
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.ConverterCacheEvent
Return an old value associated with this event.
getOldValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return an old value associated with this event.
getOldValue() - Method in class com.tangosol.util.MapEvent
Return an old value associated with this event.
getOldValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
Return a ValueExtractor used to transfrom the event's OldValue.
getOpenBundle() - Method in class com.tangosol.net.cache.AbstractBundler
Retrieve any Bundle that is currently in the open state.
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
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.
getOriginalException() - Method in exception com.tangosol.util.WrapperException
 
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.
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() - 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
Get the cache of owned ("locally live") session models.
getOwnedModel(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
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.
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.
getPacketSize() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for PacketSize.
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.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.
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
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.
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.
getPartitionSet() - Method in class com.tangosol.net.partition.PartitionEvent
Determine the set of partitions represented by this event.
getPartitionSet() - Method in class com.tangosol.util.filter.PartitionedFilter
Obtain the PartitionSet that specifies what partitions the wrapped filter will be applied to.
getPassword() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
 
getPattern() - Method in class com.tangosol.util.filter.LikeFilter
Obtain the filter's pattern string.
getPayload() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for Payload.
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.
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() - 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.
getPofWriter() - Method in class com.tangosol.io.pof.PofOutputStream
Obtain the underlying PofWriter.
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.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.
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.
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.
getProcessPacketBytes() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for ProcessPacketBytes.
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.
getProviderId() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a unique identifier for this CacheProvider.
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
 
getQueuedMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue.Entry
Determine when the entry was added to the queue.
getQueuedSize() - Method in class com.tangosol.io.AsyncBinaryStore
Determine the current number of bytes that are pending being written.
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.
getRandomDestination() - Method in class com.tangosol.net.LoadBalancer
Determine a random AddressPort combination to route to.
getRate() - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Accessor for rate
getRawByteArray() - Method in class com.tangosol.io.ByteArrayReadBuffer
Obtain the byte array that this ReadBuffer uses.
getRawByteArray() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Obtain the byte array that this WriteBuffer uses.
getRawDate() - Method in class com.tangosol.io.pof.RawDateTime
Obtain the date portion of the raw date-time value.
getRawOffset() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine the offset into the byte array returned from ByteArrayReadBuffer.getRawByteArray() that this ReadBuffer uses.
getRawTime() - Method in class com.tangosol.io.pof.RawDateTime
Obtain the time portion of the raw date-time value.
getReadBuffer(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
getReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
getReadBuffer(int, int) - Method in interface com.tangosol.io.ReadBuffer
Obtain a ReadBuffer for a portion of this ReadBuffer.
getReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
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.
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).
getReferenceCount() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine the reference count (unmatched enter calls) for this model.
getReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
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.
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
getReportInterval() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for ReportInterval.
getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getRequestTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
getResources(Class, String) - Static method in class com.tangosol.util.ClassHelper
Load the named resources for the specified class.
getResult() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return the Work once it has completed.
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.
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.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.
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.
getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.
getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.
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.
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.
getScopeIdentifier() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return the scope identifier of the CacheProvider that created this FlushAgent.
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.
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.
getSecurityConfig(XmlElement) - Static method in class com.tangosol.net.CacheFactory
Set the security framework configuration.
getSerializer() - Method in interface com.tangosol.net.Service
Return a Serializer used by this Service.
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.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.util.ServiceEvent
Return the Service that fired the event.
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 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
Returns the Coherence ServletContext wrapper that this SessionHelper is helping with.
getServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
Returns the major version of the Java Servlet API that this servlet container supports.
getServletContextMinorVersion() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.
getServletRequest() - Method in class com.tangosol.coherence.servlet.RequestContext
Get the wrapped ServletRequest.
getServletResponse() - Method in class com.tangosol.coherence.servlet.RequestContext
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.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.SessionHelper.SessionReaperDaemon.IncrementalReapTask
 
getSessionChunkMillis() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
 
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.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
Get the SessionHelper.
getSessionId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
Obtain the session ID that this agent is supposed to unlock.
getSessionIdCookieDomain() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the domain of the cookie for holding the session ID.
getSessionIdCookieMaxAge() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the max age (in seconds) of the cookie for holding the session ID.
getSessionIdCookieName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the name of the cookie for holding the session ID.
getSessionIdCookiePath() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the path of the cookie for holding the session ID.
getSessionIdEncodingName() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine the name of the URL parameter for session ID encoding and decoding.
getSessionIdIterator() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
 
getSessionIdLength() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine the length that session IDs will be created with.
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
Determine which cluster member (if any) holds the lock for the given session ID.
getSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
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
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() - 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
Determine the number of milliseconds to defer shutdown after the app appears to have stopped.
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.
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.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 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.
getSizeCode() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine the "free block size code" for a block of this size.
getSizeInMemory() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the size of the cache in memory (byte count)
getSizeThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
Obtain the bundle size threshold value.
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(SortedSet, Class) - Static method in class com.tangosol.util.RestrictedCollections
Returns a restricted instance of SortedSet.
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
Get the SplitHttpSessionCollection that contains this model.
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.
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 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 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.
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
Get the cache of sessions that are being managed by this member, if sticky ownership is used.
getStickyService() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Get the invocation service to use to manage sticky session ownership.
getStorageEnabledMembers() - Method in interface com.tangosol.net.DistributedCacheService
Return a Set of Member objects, one for each Member that has registered this Service and has local storage enabled.
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.
getSupportedVersion(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Determine the version of the spec to find the factory for based on the passed application server ServletContext object.
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.
getTabularReport() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Return a report in tabular form.
getTabularReportHeader() - Static method in class com.tangosol.net.DatagramTest.PacketTracker
Return a header for a tabular report.
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.
getThread() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
getThread() - Method in class com.tangosol.util.Daemon
Accessor to obtain the Daemon thread object.
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.
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.
getTickInterval() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Accessor for TickInterval.
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.
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.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.
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.
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.
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.
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.
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.
getTotalReapCycles() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Determine the total number of reaping cycles that this node has performed.
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 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.
getTouchCounter() - Method in class com.tangosol.net.cache.SerializationCache
Determine the next value from the touch counter.
getTransactionIsolation() - Method in interface com.tangosol.util.TransactionMap
Retrieve this TransactionMap's current transaction isolation level.
getTransactionTimeout() - Method in interface com.tangosol.util.TransactionMap
Retrieve transaction timeout value for this TransactionMap.
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.
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.
getUid() - Method in interface com.tangosol.net.Member
Return the unique identifier of the Member.
getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
If the object encoding is using uniform encoding, obtain the type id of the uniform type.
getUniqueDbName() - Method in class com.tangosol.io.bdb.DatabaseFactory
Get a unique (within the Factory) database name.
getUnitCalculator() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the current external unit calculator, if any.
getUnitCalculatorType() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Determine the current unit calculator type.
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.
getUniversalName(String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Return a universal XML element name.
getUnqualifiedCacheName(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Given a qualified cache name as returned by the PortalCacheProvider.getQualifiedCacheName(String) method, return the unqualified name that does not contain the CacheProvider scope identifier.
getUnsafeReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Get a ReadBuffer object to read data from this buffer.
getUnsafeReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
Get a ReadBuffer object to read data from this buffer.
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.
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.
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.AbstractHttpSessionModel.AttributeHolder
Obtain the object form of the value.
getValue() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
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.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.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.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.
getValueAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
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.
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.
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.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.
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
 
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
Determine the ServletContext wrapper for the specified application server context.
getWrappedServletContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
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.
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.
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.
go() - Method in class com.tangosol.net.DatagramTest.StartFlag
Instruct any publisher waiting for the go flag that it may proceed.
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.
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.

H

handle(Callback[]) - Method in class com.tangosol.net.security.SimpleHandler
Invoke an array of Callbacks.
hasCurrent() - Method in class com.tangosol.run.xml.SimpleParser
Determine if there is a current token.
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.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.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.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.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.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.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.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.SimpleMapEntry
Returns the hash code value for this map entry.
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.
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.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.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.
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.RestrictedCollections.RestrictedListIterator
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.
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.
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.
HELP_COMMAND_LINE_ARG - Static variable in class com.tangosol.net.management.MBeanConnector
Command line argument used to output usage.
HibernateCacheLoader - Class in com.tangosol.coherence.hibernate
Data-driven CacheLoader implementation for Hibernate tables

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

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(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
Request context information for an HTTP Servlet request.
HttpRequestContext(SessionHelper, HttpServletRequest, HttpServletResponse) - Constructor for class com.tangosol.coherence.servlet.HttpRequestContext
Construct an HttpRequestContext object to hold the state of the request and response.
HttpSessionCollection - Interface in com.tangosol.coherence.servlet
This is the abstract model for a collection of HttpSessionModel objects.
HttpSessionCollection.SessionDistributionController - Interface in com.tangosol.coherence.servlet
An optional interface to override the default distribution of session objects in the cluster, allowing the sessions to remain "local" to the originating server until a later point in the life of the session, that point determined by the implementation of this interface.
HttpSessionManager - Class in com.tangosol.coherence.servlet.management
HttpSessionManagerMBean implementation class.
HttpSessionManager(SessionHelper) - 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
This is the abstract model for HttpSession implementations that support clustering.

I

Identifiable - Interface in com.tangosol.run.xml
An interface for access to a key of a value object
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).
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).
implies(Permission) - Method in class com.tangosol.net.ClusterPermission
Check if the specified permission's actions are "implied by" this object's actions.
incActualSessionCount() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
Increment the number of sessions actually checked so far.
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
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.
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
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.
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(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.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 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.
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.
init(String, int) - 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(HttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleDistributedController
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.SimpleHybridController
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.SimpleLocalController
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 interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
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
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(BackingMapManagerContext) - Method in interface com.tangosol.net.BackingMapManager
Called by a CacheService to indicate to this manager that the manager is being associated with the CacheService.
init(BackingMapManagerContext) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
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.DefaultKeyAssociator
Initialize the KeyAssociator and bind it to a 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 a 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() - 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.
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.
initSocket() - Method in class com.tangosol.net.MulticastTest
Open the multicast socket.
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.
install() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Install extension classes.
INSTALL_DESCRIPTOR - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
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.SimpleOverflowMap.FrontFilterConverter
 
INSTANCE - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
INSTANCE - Static variable in class com.tangosol.util.comparator.SafeComparator
The trivial SafeComparator.
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.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.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.
instantiateAddListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Factory Method: Instantiate a MapListener for adding items to the query, 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
Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Factory method: Instantiate an AttributeHolder to manage the passed value.
instantiateAttributeHolder() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Factory method: Instantiate an AttributeHolder to manage the passed value.
instantiateAttributeHolder() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Factory method: Instantiate an AttributeHolder for deserialization purposes.
instantiateAttributeHolder(String, Object) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
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.
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() - 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 or CacheStore 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(CacheStore) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
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.
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) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Factory pattern: instantiate a queue entry.
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.
instantiateEntryAttributes(SerializationCache.EntryAttributes, long, long) - 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.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.
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
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.
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.
instantiateHttpServletRequest(HttpServletRequest, HttpServletResponse, String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an HttpServletRequest wrapper.
instantiateHttpServletResponse(HttpServletRequest, HttpServletResponse) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an HttpServletResponse wrapper.
instantiateHttpSession(HttpSessionCollection) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create a new HttpSession object.
instantiateHttpSession(HttpSessionCollection, String) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an HttpSession object for an existing session ID.
instantiateHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the HttpSessionCollection object that manages the HttpSessionModel objects.
instantiateHttpSessionContext() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an HttpSessionContext implementation.
instantiateIncrementalReapTask(Iterator, int) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Factory method: Instantiate a task that incrementally reaps sessions (checks for and invalidates expired sessions).
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.
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.
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.
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.
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.
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
Factory Method: Instantiate a MBean implementation for this SessionHelper.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof.
instantiateModel(HttpSession, String) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
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.
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.
instantiatePeriodicTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
Create a task that will automatically be run on a periodic basis.
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.
instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, boolean, int, double) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a ReadWriteBackingMap using the specified parameters.
instantiateReloadableEntryInfo(boolean, CacheReloader, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Factory pattern: Create a new ReloadableEntryInfo.
instantiateRemoveListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Factory Method: Instantiate a MapListener for evicting items from the query.
instantiateRequestHandler(LoadBalancer.Queue) - Method in class com.tangosol.net.LoadBalancer
Factory method: Create a RequestHandler.
instantiateResponseHandler(LoadBalancer.RequestHandler) - Method in class com.tangosol.net.LoadBalancer
Factory method: Create a ResponseHandler.
instantiateRoot(String) - Method in class com.tangosol.run.xml.SaxParser
Instantiate an XmlElement implementation for a root element.
instantiateSerializationCache(BinaryStore, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationCache using the specified parameters.
instantiateSerializationCache(BinaryStore, int, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationCache using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean, ClassLoader, int, int, String, XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Instantiate a SerializationMap, SerializationCache, SimpleSerializationMap, or any sub-class thereof.
instantiateSerializationMap(BinaryStore, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationMap using the specified parameters.
instantiateSerializationMap(BinaryStore, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationMap using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationPagedCache using the specified parameters.
instantiateSerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an SerializationPagedCache using the specified parameters.
instantiateServletConfig(ServletConfig) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Given an application server's ServletConfig object, create a wrapper.
instantiateServletContext() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create a ServletContext wrapper implementation.
instantiateSessionHelper(ServletContext) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Given an application server's ServletContext object, initialize the factory and create the SessionHelper object.
instantiateSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Factory method: Instantiate a daemon thread that will clean up expired sessions.
instantiateSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Factory method: Instantiate a daemon thread that will be used for scheduled tasks.
instantiateSet(Set, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Create a Converter Set.
instantiateSet() - Method in class com.tangosol.util.LiteSet
(Factory pattern) Instantiate a Set object to store items in once the "lite" threshold has been exceeded.
instantiateSimpleOverflowMap(ObservableMap, Map, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a SimpleOverflowMap using the specified parameters.
instantiateSortedMap(SortedMap, Converter, Converter, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Create a Converter SortedMap.
instantiateSortedSet(SortedSet, Converter, Converter) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Create a Converter SortedSet.
instantiateStartReapingTask() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Factory method: Instantiate a task that starts a reaping cycle.
instantiateStatus() - Method in class com.tangosol.net.cache.OverflowMap
Factory method: Instantiate a Status object.
instantiateStatus() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Factory method: Instantiate a Status object.
instantiateSubclass(String, Class, ClassLoader, Object[], XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an instance of the specified class using the specified parameters.
instantiateValues() - Method in class com.tangosol.util.AbstractKeyBasedMap
Factory pattern: Instantiate the values Collection.
instantiateValues() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Factory pattern: Instantiate the values Collection.
instantiateValuesCollection() - Method in class com.tangosol.io.nio.BinaryMap
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern.
instantiateValuesCollection() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
instantiateVersionCacheListener() - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Factory method: Provide a MapListener that listens to the VersionCache and invalidates local entries accordingly.
instantiateVersionedBackingMap(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, BackingMapManagerContext, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct a VersionedBackingMap using the specified parameters.
instantiateVersionedNearCache(Map, NamedCache, NamedCache) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Construct an VersionedNearCache using the specified parameters.
instantiateWorker() - Method in class com.tangosol.util.Daemon
Instantiate a DaemonWorker that will be used as a daemon.
instantiateWorkObserver() - Method in class com.tangosol.coherence.commonj.WorkManager
Instantiate a Work observer.
instantiateWrapperStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Factory method: Instantiate a WrapperBinaryStore.
instantiateWriteQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate a new WriteQueue object.
instantiateWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Factory pattern: Instantiate the write-behind thread.
INT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of ints.
intersects(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the specified partition set intersects with this set.
intValue() - Method in class com.tangosol.io.pof.RawQuad
Returns the value of the specified number as an int.
invalidate() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Drop references to the underlying Collection and the Converters.
invalidateFront(Object) - Method in class com.tangosol.net.cache.CachingMap
Invalidate the key from the front.
InverseComparator - Class in com.tangosol.util.comparator
Comparator that reverses the result of another comparator.
InverseComparator() - Constructor for class com.tangosol.util.comparator.InverseComparator
Default constructor (for ExternalizableLite and PortableObject).
InverseComparator(Comparator) - Constructor for class com.tangosol.util.comparator.InverseComparator
Construct an InverseComparator.
invert() - Method in class com.tangosol.net.partition.PartitionSet
Invert all the partitions.
Invocable - Interface in com.tangosol.net
The Invocable object is a cluster-portable object that can be invoked on any set of remote members and each can optionally register a return value for the invocation.
InvocableInOrder - Interface in com.tangosol.net
The InvocableInOrder interface allows to control the ordering in which the results of Invocable tasks are returned back to the caller by the Invocation service with a thread pool.
InvocableMap - Interface in com.tangosol.util
An InvocableMap is a Map against which both entry-targeted processing and aggregating operations can be invoked.
InvocableMap.Entry - Interface in com.tangosol.util
An InvocableMap.Entry contains additional information and exposes additional operations that the basic Map.Entry does not.
InvocableMap.EntryAggregator - Interface in com.tangosol.util
An EntryAggregator represents processing that can be directed to occur against some subset of the entries in an InvocableMap, resulting in a aggregated result.
InvocableMap.EntryProcessor - Interface in com.tangosol.util
An invocable agent that operates against the Entry objects within a Map.
InvocableMap.ParallelAwareAggregator - Interface in com.tangosol.util
A ParallelAwareAggregator is an advanced extension to EntryAggregator that is explicitly capable of being run in parallel, for example in a distributed environment.
InvocableMapHelper - Class in com.tangosol.util
Helper methods for InvocableMap implementations and Filter related evaluation.
InvocableMapHelper() - Constructor for class com.tangosol.util.InvocableMapHelper
 
InvocableMapHelper.SimpleEntry - Class in com.tangosol.util
Simple implementation of the InvocableMap.Entry interface.
InvocableMapHelper.SimpleEntry(Map, Object, boolean) - Constructor for class com.tangosol.util.InvocableMapHelper.SimpleEntry
Construct a SimpleEntry for a given map and a key.
InvocableMapHelper.SimpleEntry(Object, Object) - Constructor for class com.tangosol.util.InvocableMapHelper.SimpleEntry
Construct a SimpleEntry for a given key and value.
INVOCATION_SERVICE_NAME - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The default name of the InvocationService used by the CacheProvider.
invocationCompleted() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
invocationCompleted() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
This method is called by the InvocationService to inform the InvocationObserver that all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
invocationCompleted() - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that all service members have either finished the Invocable object execution or are not (or no longer) running the InvocationService.
InvocationObserver - Interface in com.tangosol.net
The InvocationObserver is an object that asynchronously receives notification of results from the execution of Invocable objects.
InvocationService - Interface in com.tangosol.net
The InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified instance method using the passed arguments.
invoke(Class, Object, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified method using the passed arguments.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invoke(Object, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.NearCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in interface com.tangosol.util.InvocableMap
Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.
invokeAllLocked(ConcurrentMap, Set, InvocableMap.EntryProcessor) - Static method in class com.tangosol.util.InvocableMapHelper
Invoke the passed EntryProcessor against the entries specified by the passed map and entries.
invokeLocked(ConcurrentMap, InvocableMap.Entry, InvocableMap.EntryProcessor) - Static method in class com.tangosol.util.InvocableMapHelper
Invoke the passed EntryProcessor against the specified Entry.
invokeStatic(Class, String, Object[]) - Static method in class com.tangosol.util.ClassHelper
Invoke the specified static method using the passed arguments.
isActivatableAttributes() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if the session model may have attributes that need to be activated and passivated.
isActivationListener() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Determine if the value is an object that implements the HttpSessionActivationListener interface.
isActive(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the specified session ID identifies a session that is in the active state.
isActive() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if the session model is active (not passivated).
isActive(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Determine if the specified session ID identifies a session that is in the active state.
isActive() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.net.cache.NearCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map is still active.
isActive() - Method in class com.tangosol.net.cache.WrapperNamedCache
Specifies whether or not the NamedCache is active.
isActive() - Method in interface com.tangosol.net.NamedCache
Specifies whether or not the NamedCache is active.
isActive() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
Specifies whether or not the NamedCache is active.
isActiveIterator() - Method in class com.tangosol.util.SafeHashMap
Determine if there are any active Iterators, which may mean that they are in the middle of iterating over the Map.
isActiveThread() - Method in class com.tangosol.util.ThreadGate
Determine if the current thread has entered and not exited.
isAddressIncluded() - Method in class com.tangosol.util.UUID
This is true if the IP address is a real IP address.
isAllowAutoAdjust() - Method in class com.tangosol.net.cache.AbstractBundler
Check whether or not the auto-adjustment is allowed.
isAllowLocalAttributes() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if non-serializable attributes should be preserved as local.
isAnonymous() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if this property does not have a designated element name.
isAnyLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isAnyLocalAddress()
isAssumeLocality() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if it can be assumed that each existent session is managed on a server that is doing reaping, and thus each server can reap only the sessions that are managed on it.
isAsync() - Method in class com.tangosol.io.AsyncBinaryStore
Determine if the AsyncBinaryStore is operating in an asynchronous manner.
isAsynchronousPageDeactivation() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if a daemon should evict the items from a deactivated page to avoid blocking other work from being done.
isAttribute() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the property is stored in an XML attribute instead of an XML element.
isAttribute() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value is an element attribute.
isAttribute() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value is an element attribute.
isAttributeNameIgnored(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Test to see if events for the specified name should be ignored.
isAvailable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object is available.
isAvailable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is available.
isBackUpToDate() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists has the same value in the front Map as in the back Map.
isBackUpToDate() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the entry for which this Status exists has the same value in the front Map as in the back Map.
isBinaryMap() - Method in class com.tangosol.net.cache.SerializationMap
Determine if the keys and values in this map are known to be all Binary.
isBinaryMap() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Determine if the keys and values in this map are known to be all Binary.
isBinaryOnly() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Determine if the keys and values in this CacheStore are known to be all Binary.
isBindingListener() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Determine if the value is an object that implements the HttpSessionBindingListener interface.
isBlindPutAllowed() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the "blind put" optimization is possible.
isBlindRemoveAllowed() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the "blind remove" optimization is possible.
isByteArrayPrivate() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Determine if the underlying byte[] should be treated as private data.
isByteArrayPrivate() - Method in class com.tangosol.util.Binary
Determine if the underlying byte[] should be treated as private data.
isCacheValues() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if this ContinuousQueryCache caches values locally.
isCanceled() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return true if the load operation has been canceled.
isCloneRequired() - Method in class com.tangosol.run.xml.DateTimeAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.IterableAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the property value must be deep-cloned.
isCloneRequired() - Method in class com.tangosol.run.xml.RestrictedStringAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SerializableAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.XmlElementAdapter
 
isCloneRequired() - Method in class com.tangosol.run.xml.XmlSerializableAdapter
 
isClusterOwned() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the responsibility for shutting down the cluster is owned by the application.
isClusterOwned() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should shutdown the cluster when it is shutdown.
isCoherent() - Method in class com.tangosol.net.cache.CachingMap
Determine if changes to the back map affect the front map so that data in the front map stays in sync.
isCollectStats() - Method in class com.tangosol.util.WrapperObservableMap
Check whether or not statistics are collected by the wrapper.
isCommentValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed comment.
isCommitting() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object represents an Entry that has been processed and the results of that processing are being committed.
isCommitting() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object represents an Entry that has been processed and the results of that processing are being committed.
isCompacting() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the map is incrementally compacting.
isCompareEntry() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator pass entries themselves for comparison to the underlying compareEntries() method.
isCompareKey() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator uses entries' keys to pass for comparison to the underlying Comparator.
isCompareValue() - Method in class com.tangosol.util.comparator.EntryComparator
Check whether or not this EntryComparator uses entries' values to pass for comparison to the underlying Comparator.
isComplete() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Return true if the load operation is complete.
isCompressable() - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the value encoding can be compressed by combining type and value information in such a way that type information could be lost.
isConnected() - Method in class com.tangosol.run.jca.CacheAdapter
Return the connection status.
isContent() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value is an element's content.
isContent() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value is an element's content.
isContiguous() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Determine if the elements are contiguous.
isCurrent() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
 
isCurrentThread() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
isDaemonAssumeLocality() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the reaper daemon assumes that session data is stored only on nodes that are running the session reaper daemon thread.
isDaemonCheckCoordinated() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the reaper daemon coordinates the check across the cluster instead of just doing its own "local" scan.
isDebug() - Static method in class com.tangosol.net.cache.SerializationPagedCache
Determine the status of the internal debug flag.
isDirty() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is held by another thread.
isDiscardable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if this Status object can be discarded.
isDiscardable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if this Status object can be discarded.
isDiscardable() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is discardable.
isDiscarded() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Determine if this entry has already been discarded from the cache.
isDone() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Determine if an agent has reported that the session was unlocked.
isDone() - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Indicate if the task has completed.
isDone() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Determine if the daemon thread should continue processing or should shut itself down.
isDormant() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Determine whether the daemon is dormant or not.
isElementMatch(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Check whether or not the passed element matches to the property's local name and Namespace URI.
isElementMatch(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not an element matches to the specified local name and Namespace URI.
isEmpty() - Method in class com.tangosol.io.nio.BinaryMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.CachingMap
Check whether or not this map is empty.
isEmpty() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
isEmpty() - Method in class com.tangosol.net.cache.OverflowMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
isEmpty() - Method in class com.tangosol.net.cache.SerializationCache
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.net.LoadBalancer.Queue
Determine if the queue is empty.
isEmpty() - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the partition set is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.CollectionAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.MapAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Determine if the specified value is empty.
isEmpty(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Determine if the specified value is empty.
isEmpty() - Method in class com.tangosol.run.xml.SimpleValue
Determine if the value is empty.
isEmpty(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not this element or any of its children elements have any content such as values or attributes.
isEmpty() - Method in interface com.tangosol.run.xml.XmlValue
Determine if the value is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.AbstractLongArray
Test for empty LongArray.
isEmpty() - Method in interface com.tangosol.util.ConcurrentMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.Dequeue
Determines if the dequeue is empty.
isEmpty() - Method in class com.tangosol.util.Listeners
Check if there are no listeners.
isEmpty() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns true if this Set is empty.
isEmpty() - Method in class com.tangosol.util.LiteMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.LiteSet
Determine if this Set is empty.
isEmpty() - Method in interface com.tangosol.util.LongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners.
isEmpty(Filter) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners for a given filter.
isEmpty(Object) - Method in class com.tangosol.util.MapListenerSupport
Checks whether or not this MapListenerSupport object contains any listeners for a given key.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns true if this Collection contains no elements.
isEmpty() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SafeHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.tangosol.util.SimpleLongArray
Test for empty LongArray.
isEmpty() - Method in class com.tangosol.util.StringTable
Test for empty table.
isEmpty() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is empty.
isEmpty() - Method in class com.tangosol.util.Tree
Test for empty tree.
isEmptyIsNull() - Method in class com.tangosol.run.xml.IterableAdapter
 
isEnabled() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return true if the Cache is enabled; false otherwise.
isEncodingValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed encoding.
isEntry() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine if the Block is marked as an Entry.
isEntryExistent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the front map or the back map.
isEntryInBack() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the back map.
isEntryInFront() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the entry for which this Status exists is present in the front map.
isEntryInFront() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the entry for which this Status exists is present in the front map.
isEntrySetRealized() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should return Cache implementations that return a fully realized set of cached values from the entrySet() method, rather than a virtual collection of cached values.
isEraseAllSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine if the wrapped CacheStore supports eraseAll() operations.
isEraseSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine if the wrapped CacheStore supports erase() operations.
isEraseUnsupported() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the CacheStore has been determined to be read-only for erase() operations.
isEventDeferred(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Called when an event has occurred.
isEventFabricator() - Method in class com.tangosol.util.WrapperObservableMap
Determine if this ObservableMap has to fabricate events itself.
isException() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "exception" state - bundled execution threw an exception and requests have to be un-bundled.
isExistent(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the specified session ID identifies a session that exists.
isExistent(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Determine if the specified session ID identifies a session that exists.
isExpired() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
A helper method to determine if the session data has expired.
isExpired() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
A helper method to determine if the session data has expired.
isExpired() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Determine if the cache entry has expired.
isExpired() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Determine if this Status represents an entry that will automatically expire.
isExpired() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if this Status represents an entry that will automatically expire.
isExpiryEnabled() - Method in class com.tangosol.net.cache.OverflowMap
Determine if this OverflowMap supports entry expiry.
isExternal() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Determine if the value is stored in the external cache.
isExternalDesirable(Binary) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Decide whether or not this holder will choose to store the passed binary value in its external storage.
isFeedbackRequested() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a feedback flag.
isFinishing() - Method in class com.tangosol.util.TaskDaemon
Determine if the daemon will finish those scheduled tasks that are ripe (presently due to be run) before stopping.
isFree() - Method in class com.tangosol.io.nio.BinaryMap.Block
Determine if the Block is marked as free.
isFrontPutBlind() - Method in class com.tangosol.net.cache.OverflowMap
Determine if the front Map is more efficiently updated using putAll.
isFrontPutBlind() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Determine if the front Map is more efficiently updated using putAll.
isFull() - Method in class com.tangosol.net.partition.PartitionSet
Check whether or not the partition set is full.
isFull() - Method in class com.tangosol.util.Dequeue
Determines if the dequeue is full.
isFullReapDue() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Determine if this node should run a full reaper scan.
isGenerated() - Method in class com.tangosol.util.UUID
This is true if the UUID was generated, and false if it was built.
isIgnoreCase() - Method in class com.tangosol.util.filter.LikeFilter
Check whether or not the filter is case incensitive.
isIgnored(Object) - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Check if a key should be ignored.
isImmutable(Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if the passed object is definitely of an immutable type.
isInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext has completed its initialization.
isInstanceOf(Object, String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed object is an instance of the specified class.
isInstanceOf(Object, Class) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed object is an instance of the specified class.
isInterfaceAllowed() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the Java type.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.net.cache.OverflowMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.WrapperConcurrentMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalKeySetIteratorMutable() - Method in class com.tangosol.util.WrapperObservableMap
Determine if this Iterator should remove an iterated item by calling remove on the internal key Set Iterator, or by calling removeBlind on the map itself.
isInternalValueDecorated(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Check whether or not the specified value in the internal form is decorated.
isInternalValueDecorated(Object, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Check whether or not the specified value in the internal form is decorated.
isKeyComparator() - Method in class com.tangosol.util.comparator.ChainedComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator() - Method in interface com.tangosol.util.comparator.EntryAwareComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator() - Method in class com.tangosol.util.comparator.SafeComparator
Specifies whether this comparator expects to compare keys or values.
isKeyComparator(Comparator) - Static method in class com.tangosol.util.comparator.SafeComparator
Check whether the specified comparator expects to compare keys or values.
isKeyConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's key has been converted.
isKeyOwned(Object) - Method in interface com.tangosol.net.BackingMapManagerContext
Determines whether or not the specified key (in the internal format) is managed (i.e.
isKeyOwned(Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
Determines whether or not the specified key (in the internal format) is managed (i.e.
isLeaf() - Method in class com.tangosol.util.AbstractSparseArray.Node
Determine if this node is a part of a 2-3-4 leaf node (i.e.
isLinked() - Method in class com.tangosol.util.AbstractSparseArray.Node
Return true iff the node is linked to other nodes.
isLinkLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isLinkLocalAddress()
isLocal() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
If a session distribution controller is used, and if the session is not local (is distributed), then this property specifies whether or not this specific attribute is managed locally.
isLocal() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine whether the session is local (not distributed).
isLocal() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Determine if the corresponding Map.Entry is stored in the local Map.
isLocal() - Method in class com.tangosol.net.MemberEvent
Check whether a Member object for this event represents the local member of the cluster.
isLocalCache(NamedCache) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the given NamedCache is a LocalCache.
isLocalStorageEnabled() - Method in interface com.tangosol.net.DistributedCacheService
Determine if local storage is enabled on this member.
isLockingEnforced() - Method in class com.tangosol.util.WrapperConcurrentMap
Obtain the flag indicatinig whether or not the locking is enforced for put, remove and clear operations.
isLogEnabled(int) - Static method in class com.tangosol.net.CacheFactory
Check if a message of the specified severity level will be logged using the Coherence logging facility.
isLoopbackAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isLoopbackAddress()
isManagingTransientVersion() - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Determine if this backing map is responsible for keeping the transient version cache in sync.
isMaster() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this is a "master" Bundle.
isMatch(String) - Method in class com.tangosol.util.filter.LikeFilter
Check the passed String value to see if it matches the pattern that this filter was constructed with.
isMemberLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine whether or not two or more JVMs should be prevented from accessing the same session simultaneously.
isMinimalPutsEnabledByDefault() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Indicates whether minimal puts are enabled by default.
isModified() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if the session has been modified since it was deserialized or last marked as not-modified.
isModified() - Method in class com.tangosol.util.DeltaSet
Determine if any items were added or removed.
isModified() - Method in class com.tangosol.util.SubSet
Determine if the set has been modified.
isMutable() - Method in class com.tangosol.run.xml.SimpleValue
Determine if this value can be modified.
isMutable() - Method in class com.tangosol.run.xml.XmlBean
Determine if this value can be modified.
isMutable() - Method in interface com.tangosol.run.xml.XmlValue
Determine if this value can be modified.
isNameMatch(XmlElement, String, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
Check whether or not a universal (composite) name matches to the specified local name and Namespace URI.
isNameMutable() - Method in class com.tangosol.run.xml.SimpleElement
Determine if the name can be changed.
isNameValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed name.
isNested() - Method in class com.tangosol.run.xml.IterableAdapter
 
isNew() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNew() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewValueConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's new value has been converted.
IsNotNullFilter - Class in com.tangosol.util.filter
Filter which tests the result of a method invocation for inequality to null.
IsNotNullFilter() - Constructor for class com.tangosol.util.filter.IsNotNullFilter
Default constructor (necessary for the ExternalizableLite interface).
IsNotNullFilter(String) - Constructor for class com.tangosol.util.filter.IsNotNullFilter
Construct a IsNotNullFilter for testing inequality to null.
IsNullFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with null.
IsNullFilter() - Constructor for class com.tangosol.util.filter.IsNullFilter
Default constructor (necessary for the ExternalizableLite interface).
IsNullFilter(String) - Constructor for class com.tangosol.util.filter.IsNullFilter
Construct a IsNullFilter for testing equality to null.
isNullValuesAllowed() - Method in class com.tangosol.net.cache.OverflowMap
Determine if null values are permitted.
isNullValuesAllowed() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Determine if null values are permitted.
isObserved() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if the ContinuousQueryCache has any listeners that cannot be served by this Map listening to lite events.
isOldValueConverted() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Check if the event's old value has been converted.
isOnWorkerThread() - Method in class com.tangosol.util.Daemon
Indiciate if the current execution thread is a child of this daemon.
isOpen() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is open for adding request elements.
isOrdered() - Method in interface com.tangosol.util.MapIndex
Determine if the MapIndex orders the contents of the indexed information.
isOriginalPresent() - Method in interface com.tangosol.util.MapTrigger.Entry
Determine whether or not the Entry existed before the start of the mutating operation that is being evaluated by the trigger.
isOwned(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the specified session ID identifies a session that exists and that this thread has ownership for, either by a call to enter(sId) or create() without a corresponding call to exit(sId).
isOwned(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Determine if the specified session ID identifies a session that exists and that this thread has ownership for, either by a call to enter(sId) or create() without a corresponding call to exit(sId).
isOwnedByCaller() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Checks whether or not this Lock object is held by the calling thread.
isOwnedByCurrentThread() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the current thread owns this Status object.
isOwnedByCurrentThread() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the current thread owns this Status object.
isOwnedByThisServer() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if this model is owned by this server (process).
isOwnedByThisThread() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if this model is owned by the current thread.
isOwnershipSticky() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the sticky session ownership option is on.
isPageActive(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Determine if the specified page number is active.
isPartialNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if a partial name (for example, a prefix, class name, package name, etc.
isPassivePagedBackup() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if this is just a passive backup for a paged cache.
isPending() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "pending" state - awaiting for the execution results.
isPending() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
Check whether or not the underlying address has been accepted.
isPresent() - Method in interface com.tangosol.util.InvocableMap.Entry
Determine if this Entry exists in the Map.
isPresent() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Determine if this Entry exists in the Map.
isProcessed() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Check whether or not this bundle is in the "processed" state - ready to return the result of execution back to the client.
isProcessing() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object represents an Entry that is currently being processed.
isProcessing() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object represents an Entry that is currently being processed.
isPublicIdentifierValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed public identifier.
isPutAllOptimized(Map) - Static method in class com.tangosol.net.DefaultConfigurableCacheFactory
Determines whether or not the specified Map is optimized for a putAll() operation versus a regular put() operation.
isQualifiedNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed string is a legal dot-delimited identifier.
isQuoteRequired(String) - Static method in class com.tangosol.net.management.MBeanHelper
Determine if the string requires quotes.
isReadOnly() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Determine if this ContinuousQueryCache disallows data modification operations.
isReadOnly() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map should send data changes through the CacheStore, or should just keep them in memory.
isRefreshAhead() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map preemptively reads soon-to-be expired entries on a refresh-ahead thread.
isRegistered(String) - Method in interface com.tangosol.net.management.Registry
Check whether or not the specified name is already registered.
isRehashing() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the map is incrementally rehashing.
isReloadableCacheSupported() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Determine if the CacheProvider should return Cache implementations that support the ReloadableCache API.
isReserved() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is reserved.
isRespondInOrder() - Method in class com.tangosol.net.AbstractInvocable
Determine whether this Invocable object has to preserve the order of responses according to the order of requests.
isRespondInOrder() - Method in interface com.tangosol.net.InvocableInOrder
Determine whether this Invocable object has to preserve the order of responses according to the order of requests.
isRethrowExceptions() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if exceptions caught during synchronous CacheStore operations are rethrown to the calling thread; if false, exceptions are logged.
isRunning() - Method in interface com.tangosol.util.Controllable
Determine whether or not the controllable service is running.
isRunning() - Method in class com.tangosol.util.Daemon
Check if the daemon is running (has started and has not stopped).
isServer() - Method in class com.tangosol.coherence.commonj.WorkManager
Check whether or not this node operates in a "server" mode processing remote Work requests.
isServletContextClustered() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the context clusters attributes.
isServletRequestWrapped(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Test to see if the passed ServletRequest is wrapped, which means that invoking a method on the passed ServletRequest object will invoke the Coherence implementation, and will do so before the container implementation is invoked.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleDistributedController
Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleHybridController
Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleLocalController
Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionAttributeDistributed(HttpSessionModel, String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
Determine if the specified attribute of the HttpSession associated with the passed session model should be distributed.
isSessionContextEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the session context should disobey the deprecation and allow an application to enumerate sessions.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleDistributedController
Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleHybridController
Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.SimpleLocalController
Determine if the HttpSession associated with the passed session model should be distributed.
isSessionDistributed(HttpSessionModel) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
Determine if the HttpSession associated with the passed session model should be distributed.
isSessionIdCookie(Cookie) - Method in class com.tangosol.coherence.servlet.SessionHelper
Tests to see if the supplied cookie is a session ID cookie.
isSessionIdCookieEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if a cookie may be used to hold the session ID.
isSessionIdEncodingEnabled() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if URL encoding may be used to hold the session ID.
isShallowCloneable() - Method in class com.tangosol.io.ByteArrayReadBuffer
Determine whether a clone can be made without cloning the byte array.
isSimpleNameLegal(String) - Static method in class com.tangosol.util.ClassHelper
Determine if the passed string is a legal simple name.
isSiteLocalAddress(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Deprecated. As of Coherence 3.0, replaced by InetAddress.isSiteLocalAddress()
isSkippable() - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the value encoding can be skipped.
isSparse() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Determine if the position information is encoded with the values of the complex type, and if the Complex type is terminated in the POF stream with an illegal position (-1).
isSparse() - Method in class com.tangosol.run.xml.IterableAdapter
 
isStopped() - Method in class com.tangosol.net.DatagramTest.StartFlag
Return true if the publisher should stop.
isStopping() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
isStopping() - Method in class com.tangosol.util.Daemon
Check if the daemon is supposed to stop.
isStoreAllSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine if the wrapped CacheStore supports storeAll() operations.
isStoreSupported() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Determine if the wrapped CacheStore supports store() operations.
isStoreUnsupported() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Determine if the CacheStore has been determined to be read-only for store() operations.
isStrict() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the Servlet specification is being followed strictly.
isStrict() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the Servlet specification is being followed strictly.
isStrict() - Method in class com.tangosol.io.nio.BinaryMap
Determine if the buffer should be initialized and if blocks should be cleared when not in use.
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
 
isStringable() - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
isStuck(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the specified session is stuck.
isSubclassAllowed() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the ConfigurablePofContext supports the serialization of an object that is an instance of a sub-class of a configured type, but not actually an instance of a class of a configured type.
isSuspect() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Determine if the value needs to be serialized because it was never serialized or because it could have changed.
isSynthetic() - Method in class com.tangosol.net.cache.CacheEvent
Return true iff this event is caused by the cache internal processing such as eviction or loading
isSynthetic() - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Check whether or not the currently performed operation is internally initiated.
isSynthetic(MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Helper method to determine if an event is synthetic.
isSynthetic(MapEvent) - Static method in class com.tangosol.util.WrapperObservableMap
Helper method to determine if an event is synthetic.
isSystemIdentifierValid(String) - Static method in class com.tangosol.run.xml.XmlHelper
Validate the passed system identifier.
isTemporary() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Return if the database is temporary.
isTemporary() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Return true if this is a manager for temporary stores.
isTemporary() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Return true if this is a temporary environment.
isThreadLockingEnforced() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine whether a session should be single threaded (only one request per session accessing the session at a time) or multithreaded (any number of requests accessing the session at a time).
isTrackingRemoved() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is tracking removed items versus retained items.
isTrackingRetained() - Method in class com.tangosol.util.SubSet
Determine if the SubSet is tracking retained items versus removed items.
isTranslateEvents() - Method in class com.tangosol.util.WrapperObservableMap
Check whether or not an event source has to be translated by the wrapper.
isTypeIdEncoded(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Determine if the type should be encoded for the current value.
isUniform() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Determine if the object encoding within the Complex type is uniform.
isUniform() - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Determine if the object encoding within the Complex type is uniform.
isUsable() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if this session model is a usable object.
isUsable() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Determine if this session model is a usable object.
isUseDefaultSessionIdDecoding() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the session ID decoding (from a URL) performed by the application server's request object is sufficient.
isUseDefaultSessionIdEncoding() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the session ID encoding (into a URL) performed by the application server's response object is sufficient.
isUserType(Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in interface com.tangosol.io.pof.PofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in interface com.tangosol.io.pof.PofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in interface com.tangosol.io.pof.PofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.io.pof.SimplePofContext
Determine if the class with the given name is a user type known to this PofContext.
isUserType(Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the given object is of a user type known to this PofContext.
isUserType(Class) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the given class is a user type known to this PofContext.
isUserType(String) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Determine if the class with the given name is a user type known to this PofContext.
isUTC() - Method in class com.tangosol.io.pof.RawTime
Determine if the time value uses UTC.
isValid() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Determine if this session model is valid.
isValid() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Determine if this session model is valid.
isValid() - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine if the Status object is valid.
isValid() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine if the Status object is valid.
isValidQName(String) - Method in class com.tangosol.run.xml.QNameAdapter
Specifies whether or not the specified QName value is assosiated with a known namespace declaration.
isValuesImmutable() - Method in interface com.tangosol.util.TransactionMap
Check whether or not the values stored in this TransactionMap are known to be immutable.
isVirtualErase() - Method in class com.tangosol.net.cache.SerializationPagedCache
Determine if BinaryStore erase commands will be done only in memory (to the cached list of keys) and not passsed to the underlying BinaryStore, thus improving performance and cutting I/O, but potentially wasting disk space (or whatever resource the paged data are stored on.)
isWhitespace(char) - Static method in class com.tangosol.run.xml.XmlHelper
Test if the specified character is XML whitespace.
isWriteBehind() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map writes changes on a write-behind thread through the CacheStore.
isWriteThrough() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Determine if the backing map writes changes immediately through the CacheStore.
isWritingAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Determine if the attributes are currently being written.
IterableAdapter - Class in com.tangosol.run.xml
An IterableAdapter is the base class for any data type that must be iterated over to serialize/deserialize, such as arrays, collections and maps.
IterableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.IterableAdapter
Construct a IterableAdapter.
IterableCacheLoader - Interface in com.tangosol.net.cache
A JCache CacheLoader that can iterate its underlying contents.
iterateBinaryStores() - Method in class com.tangosol.net.cache.SerializationPagedCache
Obtain an iterator of all registered (not destroyed) BinaryStore objects being used by this cache.
iterateIds() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Obtain an iterator of the session IDs.
iterateIds() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Obtain an iterator of the session IDs.
iterateKeys() - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.util.AbstractKeyBasedMap
Create an iterator over the keys in this Map.
iterateKeys() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Create an iterator over the keys in this Map.
iterateLocalIds() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Obtain an iterator of the session IDs that this JVM is responsible for invalidating when the sessions for those IDs have timed out.
iterateLocalIds() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Obtain an iterator of the session IDs that this JVM is responsible for invalidating when the sessions for those IDs have timed out.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Obtain an iterator over the keys in the Map.
iterator() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.net.cache.OldCache.EntrySet
Deprecated. Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray.
iterator(long) - Method in class com.tangosol.util.AbstractSparseArray
Obtain a LongArray.Iterator of the contents of the LongArray, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.DeltaSet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.ImmutableArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.LiteSet
Returns an Iterator over the elements in this Set.
iterator() - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices.
iterator(long) - Method in interface com.tangosol.util.LongArray
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.MapSet
Returns an iterator over the elements in this Set.
iterator() - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Obtain an Iterator of the Entry items in the registry.
iterator() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an Iterator over the elements contained in this Collection.
iterator() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an iterator over the elements contained in this collection.
iterator() - Method in class com.tangosol.util.SafeHashMap.KeySet
Obtain an iterator over the keys in the Map.
iterator() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Obtain an iterator over the values in the Map.
iterator() - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray.
iterator(long) - Method in class com.tangosol.util.SimpleLongArray
Obtain a LongArray.Iterator of the contents of the LongArray, starting at a particular index such that the first call to next will set the location of the iterator at the first existent index that is greater than or equal to the specified index, or will throw a NoSuchElementException if there is no such existent index.
iterator() - Method in class com.tangosol.util.SubSet
Returns an Iterator over the elements contained in this Collection.
iteratorActivated(Iterator) - Method in class com.tangosol.util.SafeHashMap
Register the activation of an Iterator.
iteratorDeactivated(Iterator) - Method in class com.tangosol.util.SafeHashMap
Unregister the (formerly active) Iterator.
IteratorEnumerator - Class in com.tangosol.util
Provide a implementation of an enumerator based on data from an Iterator.
IteratorEnumerator(Iterator) - Constructor for class com.tangosol.util.IteratorEnumerator
Construct the enumerator based on an Iterator.

J

J_BIG_DECIMAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BIG_INTEGER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BINARY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BOOLEAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BOOLEAN_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BYTE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_BYTE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_CHAR_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_CHARACTER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DOUBLE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_DOUBLE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_FLOAT - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_FLOAT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_INT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_INTEGER - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_LONG - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_LONG_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_NULL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_OBJECT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_QUAD - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_DAY_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_RAW_YEAR_MONTH_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SHORT - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SHORT_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_TIMESTAMP - Static variable in interface com.tangosol.io.pof.PofConstants
 
J_USER_TYPE - Static variable in interface com.tangosol.io.pof.PofConstants
 
JE_PROPERTY_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for all Berkeley DB JE configuration settings.
JOIN - Static variable in class com.tangosol.net.ClusterPermission
Join action.
JpaCacheLoader - Class in com.tangosol.coherence.jpa
JPA implementation of the CacheLoader interface.
JpaCacheLoader(String, String, String) - Constructor for class com.tangosol.coherence.jpa.JpaCacheLoader
Constructor which accepts an entity name, class name, and persistence unit name.
JpaCacheLoader(String, String, String, ClassLoader) - Constructor for class com.tangosol.coherence.jpa.JpaCacheLoader
Constructor which accepts an entity name, class name, persistence unit name, and classloader.
JpaCacheStore - Class in com.tangosol.coherence.jpa
JPA implementation of the CacheStore interface.
JpaCacheStore(String, String, String) - Constructor for class com.tangosol.coherence.jpa.JpaCacheStore
Constructor which accepts an entity name, class name, and persistence unit name.
JpaCacheStore(String, String, String, ClassLoader) - Constructor for class com.tangosol.coherence.jpa.JpaCacheStore
Constructor which accepts an entity name, class name, persistence unit name, and classloader.

K

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

L

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

M

m_aabArray - Variable in class com.tangosol.io.MultiByteArrayInputStream
The array of byte arrays.
m_aAdapter - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The property adapters for the XML bean.
m_aAddrPeer - Variable in class com.tangosol.net.DatagramTest.PublisherConfig
 
m_aAddrPortDest - Variable in class com.tangosol.net.LoadBalancer
The AddressPort combinations that the load balancer will balance to.
m_aAggregator - Variable in class com.tangosol.util.aggregator.CompositeAggregator
The underlying EntryAggregator array.
m_ab - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
The byte array that holds the binary data.
m_ab - Variable in class com.tangosol.io.ByteArrayWriteBuffer
The byte array that holds the binary data.
m_ab - Variable in class com.tangosol.io.MultiByteArrayInputStream
The current byte array.
m_ab - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The current block of output.
m_abAccum - Variable in class com.tangosol.io.Base64OutputStream
Accumulated bytes.
m_abBlockClear - Variable in class com.tangosol.net.security.BlockCipherInputStream
The current block of unencrypted data
m_abBlockClear - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The current block of unencrypted data
m_abBlockEncrypted - Variable in class com.tangosol.net.security.BlockCipherInputStream
The current block of encrypted data
m_abBuf - Variable in class com.tangosol.net.LoadBalancer.SocketHandler
The buffer to use for reading from a stream.
m_abGroup - Variable in class com.tangosol.io.Base64InputStream
Group of bytes (stored as ints 0..255).
m_achBuf - Variable in class com.tangosol.io.AbstractWriteBuffer
A lazily instantiated temp buffer used to avoid allocations from String.toCharArray() and repeated calls to String.charAt(int).
m_achGroup - Variable in class com.tangosol.io.Base64OutputStream
An array that is used to send 4 characters at a time to the underlying Writer object.
m_aComparator - Variable in class com.tangosol.util.comparator.ChainedComparator
The Comparator array.
m_addrportHost - Variable in class com.tangosol.net.LoadBalancer
The AddressPort combination that the load balancer will listen on.
m_addrSender - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_advancer - Variable in class com.tangosol.util.PagedIterator
The underlying Advancer.
m_aeBucket - Variable in class com.tangosol.util.SafeHashMap
The array of hash buckets.
m_aExtractor - Variable in class com.tangosol.util.extractor.AbstractCompositeExtractor
The ValueExtractor array.
m_aFilter - Variable in class com.tangosol.util.filter.ArrayFilter
The Filter array.
m_afilter - Variable in class com.tangosol.util.MapListenerSupport.FilterEvent
Filters caused the event.
m_aggregator - Variable in class com.tangosol.util.aggregator.GroupAggregator
The underlying EntryAggregator.
m_aiOwner - Variable in class com.tangosol.net.partition.Ownership
An array of member ids representing the parition ownership.
m_anodeRecycled - Variable in class com.tangosol.util.RecyclingLinkedList
The Nodes to recycle.
m_aoItem - Variable in class com.tangosol.util.SimpleEnumerator
Array of items to enumerate.
m_aoParam - Variable in class com.tangosol.util.extractor.ReflectionExtractor
The parameter array.
m_aProcessor - Variable in class com.tangosol.util.processor.CompositeProcessor
The underlying entry processor array.
m_arefClassByTypeId - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
An array of WeakReferences to user type classes, indexed by type identifier.
m_arrayRefs - Variable in class com.tangosol.io.pof.PofBufferReader
Lazily-constructed mapping of identities to references.
m_aserByTypeId - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
An array of PofSerializer objects, indexed by type identifier.
m_asStackRemote - Variable in exception com.tangosol.io.pof.PortableException
A raw representation of the remote stack trace for this exception.
m_atomicAckOut - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_buf - Variable in class com.tangosol.io.DelegatingWriteBuffer
The WriteBuffer to delegate to; the "containing" WriteBuffer.
m_buf - Variable in class com.tangosol.io.nio.ByteBufferInputStream
The ByteBuffer object from which data is read.
m_buf - Variable in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
The ByteBuffer object from which data is read.
m_bufUnsafe - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Cached ReadBuffer to quickly provide an answer to ByteArrayWriteBuffer.getUnsafeReadBuffer().
m_cAccum - Variable in class com.tangosol.io.Base64OutputStream
The number of bytes accumulated (0, 1, 2 or 3).
m_cache - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Coherence NamedCache used to implement most cache operations.
m_cacheLocal - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The LocalCache of non-serializable objects.
m_cAcksIn - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_calculator - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The external unit calculator.
m_cAverageBundleSize - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average bundle size for this Bundler.
m_cAverageBurstDuration - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average time for bundled request processing (burst).
m_cAverageThreadWaitDuration - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average thread waiting time caused by under-filled bundle.
m_cb - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
Number of bytes in the byte array that belong to this ReadBuffer object.
m_cb - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Number of bytes in the byte array that have been written by this WriteBuffer.
m_cb - Variable in class com.tangosol.io.DelegatingWriteBuffer
Length in bytes of this WriteBuffer.
m_cbBlock - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The max size of each block.
m_cbMax - Variable in class com.tangosol.io.ByteArrayWriteBuffer
Number of bytes that the byte array can be grown to.
m_cbMax - Variable in class com.tangosol.io.DelegatingWriteBuffer
Maximum number of bytes in this WriteBuffer.
m_cbPacket - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cbPadBack - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The number of additional bytes to allocate and leave free at the back (end) of each block
m_cbPadFront - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The number of additional bytes to allocate and leave free at the front (start) of each block
m_cbPayload - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cBufferPackets - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cBundleCountSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a total number of processed bundled.
m_cBundleSizeSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a total size of processed bundled.
m_cBurstDurationSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a burst duration.
m_cBytesReceived - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cCacheHits - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
The rough (ie unsynchronized) number of calls that could be answered from the front or the back and were answered by data in the front map.
m_cCacheMisses - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
The rough (ie unsynchronized) number of calls that could be answered from the front or the back and were answered by data in the back map.
m_cCachePrunes - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of evictions triggered based on the size of the cache since the last statistics reset.
m_cCachePrunesMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for prune operations since the last statistics reset.
m_cCachePuts - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of put operations since the last statistics reset.
m_cCapacity - Variable in class com.tangosol.util.SafeHashMap
The capacity of the hash map (the point at which it must resize), 1 <= n.
m_cCurUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The current number of units in the cache.
m_cDbId - Variable in class com.tangosol.io.bdb.DatabaseFactory
Counter used to generate unique Database names for this Environment.
m_cDurationLimitMs - Variable in class com.tangosol.net.DatagramTest.PublisherConfig
 
m_cEntries - Variable in class com.tangosol.util.SafeHashMap
The number of entries stored in the hash map, 0 <= n.
m_certificate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
 
m_certificateLocal - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
The local Certificate
m_cExpiryDelay - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
The time-to-live of the corresponding Map.Entry.
m_cExpiryDelay - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of milliseconds that a value will live in the cache.
m_cFlushDelay - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The interval between full cache flushes, in milliseconds.
m_cGapMillis - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cGapPackets - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cGaps - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cHitsMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for get operations that were hits since the last statistics reset.
m_cipher - Variable in class com.tangosol.net.security.BlockCipherInputStream
The Cipher to use to decrypt data
m_cipher - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The Encryption Cipher
m_cIterationLimit - Variable in class com.tangosol.net.DatagramTest.PublisherConfig
 
m_cLineGroups - Variable in class com.tangosol.io.Base64OutputStream
The number of groups left to write in the current line.
m_cLogInterval - Variable in class com.tangosol.net.DatagramTest.ListenerConfig
 
m_clz - Variable in class com.tangosol.util.RestrictedCollections.RestrictedCollection
The class of Objects stored in the Collection.
m_clz - Variable in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
The class of Objects stored in the ListIterator.
m_clzBean - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The class of the specific XML bean.
m_clzEntity - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
The entity class that this CacheLoader is managing.
m_clzKey - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The class of key stored in the Map.
m_clzType - Variable in class com.tangosol.run.xml.PropertyAdapter
The type of the property.
m_clzVal - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
The class of value stored in the Map.
m_clzVal - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The class of value stored in the Map.
m_cMaxUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of units to allow the cache to grow to before pruning.
m_cMissesMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for get operations that were misses since the last statistics reset.
m_cNodes - Variable in class com.tangosol.util.SafeLinkedList
The size of the List.
m_col - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The underlying Collection.
m_col - Variable in class com.tangosol.util.RestrictedCollections.RestrictedCollection
The underlying Collection.
m_colRegisteredDbs - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Databases to close prior to deleting the Environment.
m_colValues - Variable in class com.tangosol.io.nio.BinaryMap
The collection of values backed by this map.
m_colValues - Variable in class com.tangosol.util.SafeHashMap
The collection of values backed by this map.
m_comparator - Variable in class com.tangosol.util.comparator.SafeComparator
The wrapped Comparator.
m_comparator - Variable in class com.tangosol.util.extractor.ComparisonValueExtractor
An underlying Comparator object (optional).
m_complex - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The Complex value that corresponds to the user type that is being written.
m_config - Variable in class com.tangosol.net.DatagramTest.DatagramListener
 
m_config - Variable in class com.tangosol.net.DatagramTest.DatagramPublisher
 
m_context - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
 
m_conv - Variable in class com.tangosol.util.ConverterEnumerator
Converter to convert each item.
m_convDown - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The Converter from this Collection to the underlying Collection.
m_convDown - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The Converter from this ListIterator to the underlying ListIterator.
m_convKey - Variable in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
The Converter to view the underlying CacheEvent's key.
m_convKey - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The Converter to view the underlying MapEvent's key.
m_convKey - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The Converter to view an underlying CacheEvent's key.
m_convKeyDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to pass keys down to the Entry Set.
m_convKeyDown - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to pass keys down to the Map.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to view the Entry's key.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to view keys stored in the Entry Set.
m_convKeyUp - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to view keys stored in the Map.
m_convUp - Variable in class com.tangosol.util.ConverterCollections.ConverterCollection
The Converter from the underlying Collection to this Collection.
m_convUp - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The Converter from the underlying ListIterator to this ListIterator.
m_convVal - Variable in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
The Converter to view the underlying CacheEvent's value.
m_convVal - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The Converter to view the underlying MapEvent's value.
m_convVal - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The Converter to view an underlying CacheEvent's value.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to store the Entry's value.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to pass values down to the Entry Set.
m_convValDown - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to pass keys down to the Map.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntry
The Converter used to view the Entry's value.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The Converter used to view values stored in the Entry Set.
m_convValUp - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Converter used to view values stored in the Map.
m_count - Variable in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractComparableAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractDoubleAggregator
The count of processed entries.
m_count - Variable in class com.tangosol.util.aggregator.AbstractLongAggregator
The count of processed entries.
m_countThreads - Variable in class com.tangosol.net.cache.AbstractBundler
A counter for the total number of threads that have started any bundle related execution.
m_cOutOfOrder - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cPacketsRcvd - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_cProcessPacketBytes - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cPruneUnits - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The number of units to prune the cache down to.
m_cPutsMillis - Variable in class com.tangosol.net.cache.SimpleCacheStatistics
Total number of milliseconds used for put operations since the last statistics reset.
m_cRate - Variable in class com.tangosol.net.DatagramTest.PublisherConfig
 
m_cRecycleMax - Variable in class com.tangosol.util.RecyclingLinkedList
The maximum number of Nodes to recycle.
m_cRecycleNodes - Variable in class com.tangosol.util.RecyclingLinkedList
The current number of Nodes being recycle.
m_cReportInterval - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cThreadWaitSnapshot - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
Snapshot for a combined thread waiting time.
m_cTickInterval - Variable in class com.tangosol.net.DatagramTest.TestConfiguration
 
m_cTotalOutOfOrderOffset - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_ctx - Variable in class com.tangosol.io.pof.PofBufferReader
The PofContext to use to realize user data types as Java objects.
m_ctx - Variable in class com.tangosol.io.pof.PofBufferWriter
The PofContext used by this PofBufferWriter to serialize user types.
m_current - Variable in class com.tangosol.util.SafeLinkedList
The Node at the "cached position" in the List.
m_cWaitMillis - Variable in class com.tangosol.util.WrapperConcurrentMap
The number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
m_daemonRequest - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The RequestHandler that this ResponseHandler belongs to.
m_daemonResponse - Variable in class com.tangosol.net.LoadBalancer.RequestHandler
The ResponseHandler that handles the server-to-client response routing corresponding to requests routed client-to-server by this daemon.
m_db - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
The underlying Database Handle.
m_db - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
The Database handle.
m_dbConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory
Configuration to use when creating new Databases.
m_decResult - Variable in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
The running result value.
m_descEntity - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Descriptor for entity class.
m_dflResult - Variable in class com.tangosol.util.aggregator.AbstractDoubleAggregator
The running result value.
m_dir - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Directory to lock.
m_dirEnv - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Environment directory.
m_dirLock - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Lock held on the directory associated with the Environment.
m_dirParent - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Parent directory for creating Environments.
m_dirParent - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configuration setting for parent directory.
m_dPreviousSizeThreshold - Variable in class com.tangosol.net.cache.AbstractBundler
The previous bundle size threshold value.
m_element - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_emf - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
The EntityManagerFactory from which EntityManager instances are obtained.
m_eNext - Variable in class com.tangosol.util.SafeHashMap.Entry
The next entry in the linked list (an open hashing implementation).
m_entry - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
The underlying entry.
m_entry - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
 
m_env - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Berkeley DB Environment for managing Databases.
m_envConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Berkeley DB Environment Configuration.
m_envHolder - Variable in class com.tangosol.io.bdb.DatabaseFactory
Holder for Environment used to create Databases.
m_event - Variable in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
The underlying CacheEvent.
m_event - Variable in class com.tangosol.util.ConverterCollections.ConverterMapEvent
The underlying MapEvent.
m_extractor - Variable in class com.tangosol.util.aggregator.GroupAggregator
The underlying ValueExtractor.
m_extractor - Variable in class com.tangosol.util.extractor.CompositeUpdater
The ValueExtractor part.
m_extractor - Variable in class com.tangosol.util.extractor.KeyExtractor
The underlying ValueExtractor.
m_extractor - Variable in class com.tangosol.util.filter.ExtractorFilter
The ValueExtractor used by this filter.
m_extractor - Variable in class com.tangosol.util.processor.ExtractorProcessor
The underlying value extractor.
m_extractor - Variable in class com.tangosol.util.processor.PropertyManipulator
The underlying ValueExtractor.
m_extractorPart - Variable in class com.tangosol.util.processor.PropertyManipulator
A partial ValueExtractor used for composite properties.
m_factory - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The CacheProvider's own ConfigurableCacheFactory.
m_factory - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Factory used to create this Database.
m_fAttribute - Variable in class com.tangosol.run.xml.PropertyAdapter
True if the property is stored in an attribute instead of an XML element.
m_fBlind - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that put() and remove() can return null, regardless of the presence of an old value.
m_fBreakLines - Variable in class com.tangosol.io.Base64OutputStream
True if lines are to be broken by BASE64_LF;
m_fClosed - Variable in class com.tangosol.io.Base64InputStream
True after close is invoked.
m_fClosed - Variable in class com.tangosol.io.Base64OutputStream
True after close is invoked.
m_fClosed - Variable in class com.tangosol.io.MultiByteArrayOutputStream
True after close is invoked.
m_fClusterOwned - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the CacheProvider should shutdown the cluster when it is shutdown.
m_fDeepClone - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Specifies whether the XML bean requires a deep clone.
m_fDestructive - Variable in class com.tangosol.io.MultiByteArrayInputStream
True iff the array will be null'd out as it is traversed.
m_fEmptyIsNull - Variable in class com.tangosol.run.xml.IterableAdapter
Empty-is-null option: Empty iterable values are not stored in the serialized form of the XmlBean nor in the XML form of the XmlBean.
m_fEnabled - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Enabled flag.
m_fEnforceLocking - Variable in class com.tangosol.util.WrapperConcurrentMap
Flag indicating whether or not the locking is enforced for put, remove and clear operations.
m_fEntrySetRealized - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the Cache implementations returned by this CacheProvider should return a fully realized set of cached values from the entrySet() method rather than a virtual collection of values.
m_fEOF - Variable in class com.tangosol.io.Base64InputStream
True after eof is determined.
m_fEOF - Variable in class com.tangosol.io.MultiByteArrayInputStream
True after eof is determined.
m_fEof - Variable in class com.tangosol.net.security.BlockCipherInputStream
Marker indicating if the end of the wrapped stream has been reached
m_fEraseUnsupported - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that a call to the CacheStore erase() method is assumed to be unsupported.
m_fForward - Variable in class com.tangosol.util.SimpleEnumerator
Iterator direction.
m_fGo - Variable in class com.tangosol.net.DatagramTest.StartFlag
 
m_fileLib - Variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
The target web container library file.
m_filter - Variable in class com.tangosol.net.cache.CachingMap.FrontMapListener
The filter associated with this listener.
m_filter - Variable in class com.tangosol.util.aggregator.GroupAggregator
The Filter object representing the "having" clause of this "group by" aggregator.
m_filter - Variable in class com.tangosol.util.filter.FilterTrigger
The underlying filter.
m_filter - Variable in class com.tangosol.util.filter.MapEventFilter
The event value(s) filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalProcessor
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalPut
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalPutAll
The underlying filter.
m_filter - Variable in class com.tangosol.util.processor.ConditionalRemove
The underlying filter.
m_fInsert - Variable in class com.tangosol.util.processor.VersionedPut
Specifies whether or not an insert is allowed.
m_fInsert - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies whether or not an insert is allowed.
m_fInterfaceAllowed - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
True iff an interface name is acceptable in the configuration as the class of a user type.
m_flGrowthRate - Variable in class com.tangosol.util.SafeHashMap
The rate of growth as a fraction of the current number of buckets, 0 < n, such that the hash map grows to bucketcount * (1 + growthrate)
m_flLoadFactor - Variable in class com.tangosol.util.SafeHashMap
The determining factor for the hash map capacity given a certain number of buckets, such that capactiy = bucketcount * loadfactor.
m_fLocal - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Flag that determines if the corresponding Map.Entry is stored in the local Map.
m_fNext - Variable in class com.tangosol.util.FilterEnumerator
Is there a next item which passed the test?
m_fParallel - Variable in class com.tangosol.util.aggregator.AbstractAggregator
Set to true if this aggregator realizes that it is going to be used in parallel.
m_fPrev - Variable in class com.tangosol.util.FilterEnumerator
Is there a previous item which passed the test and can be removed?
m_fReloadableCacheSupported - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
True to indicate that the CacheProvider should return Cache implementations that support the ReloadableCache API.
m_fReturn - Variable in class com.tangosol.util.processor.ConditionalPut
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.ConditionalRemove
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.VersionedPut
Specifies whether or not a return value is required.
m_fReturn - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies whether or not a return value is required.
m_fRoundRobin - Variable in class com.tangosol.net.LoadBalancer
Toggles between random and round-robin load balancing.
m_fSparse - Variable in class com.tangosol.run.xml.IterableAdapter
Sparse array storage option.
m_fStoreUnsupported - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
True means that a call to the CacheStore store() method is assumed to be unsupported.
m_fstreamLocked - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
The FileStream which the actuall lock is held on.
m_fStrict - Variable in class com.tangosol.net.cache.ReadonlyNamedCache
Specifies whether or not the "read-only" nature of this NamedCache is strictly enforced.
m_fSubclassAllowed - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
True iff serialization of sub-classes is explicitly enabled.
m_fSynthetic - Variable in class com.tangosol.net.cache.CacheEvent
Event cause flag.
m_fTemporary - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Flag indicating if the database is temporary.
m_fTemporary - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Flag indicating if this store manages temporary data.
m_fTemporary - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Flag indicating if this is a temporary environment.
m_fUseIs - Variable in class com.tangosol.util.processor.PropertyManipulator
The getter prefix flag.
m_fUsePkClass - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Flag to indicate whether or not the PK is a composite class.
m_fUserTypeBegin - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
True iff the type and version identifier of the user type was written to the POF stream.
m_fUserTypeEnd - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
True iff the user type was written to the POF stream.
m_gateMap - Variable in class com.tangosol.util.WrapperConcurrentMap
The ThreadGate object for the entire map.
m_handler - Variable in class com.tangosol.io.pof.PofBufferWriter
The WritingPofHandler used to write a POF stream.
m_head - Variable in class com.tangosol.util.AbstractSparseArray
The first node of the tree (or null if the tree is empty).
m_head - Variable in class com.tangosol.util.SafeLinkedList
The first Node in the List (or null if empty).
m_iArray - Variable in class com.tangosol.io.MultiByteArrayInputStream
The index of the current byte array.
m_iArrayMarked - Variable in class com.tangosol.io.MultiByteArrayInputStream
The index of the marked byte array.
m_iItem - Variable in class com.tangosol.util.SimpleEnumerator
Iterator position: next item to return.
m_iLast - Variable in class com.tangosol.net.ConfigurableAddressProvider
Index of the last returned address.
m_in - Variable in class com.tangosol.io.pof.PofBufferReader
The BufferInput containing the POF stream.
m_iNextDestination - Variable in class com.tangosol.net.LoadBalancer
Round-robin index.
m_iNextIter - Variable in class com.tangosol.util.ChainedEnumerator
The next Iterator (index into the m_listIter) to iterate.
m_infoBean - Variable in class com.tangosol.run.xml.PropertyAdapter
The BeanInfo object that contains this PropertyAdapter.
m_iPos - Variable in class com.tangosol.util.SafeLinkedList
The "cached position" in the List.
m_iPrevProp - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The index of the last property written to the POF stream or -1 if the first property has yet to be written.
m_iProp - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The index of the user type being written.
m_iter - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
The underlying Iterator.
m_iter - Variable in class com.tangosol.util.ConverterCollections.ConverterListIterator
The underlying ListIterator.
m_iter - Variable in class com.tangosol.util.ConverterEnumerator
Iterator of Objects to convert.
m_iter - Variable in class com.tangosol.util.FilterEnumerator
Objects to filter/enumerate.
m_iter - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
 
m_iter - Variable in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
The underlying ListIterator.
m_iterator - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_iterCurrent - Variable in class com.tangosol.util.ChainedEnumerator
The current Iterator.
m_iterKeys - Variable in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Key iterator.
m_iterKeys - Variable in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Key iterator.
m_iterKeys - Variable in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
A key iterator.
m_iterPage - Variable in class com.tangosol.util.PagedIterator
An Iterator for the current page.
m_key - Variable in class com.tangosol.net.security.SymmetricEncryptionFilter
The SecretKey
m_keyPrivate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
The local PrivateKey
m_keystore - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
The KeyStore
m_laClass - Variable in class com.tangosol.io.pof.SimplePofContext
A LongArray of user types, indexed by type identifier.
m_laSerializer - Variable in class com.tangosol.io.pof.SimplePofContext
A LongArray of PofSerializer objects, indexed by type identifier.
m_lDeltaRttNanos - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_ldtConnectionTimestamp - Variable in class com.tangosol.net.cache.ContinuousQueryCache
The timestamp when the synchronization was last attempted.
m_list - Variable in class com.tangosol.net.LoadBalancer.Queue
A list of items that have been queued.
m_listBlock - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The list of blocks.
m_listBundle - Variable in class com.tangosol.net.cache.AbstractBundler
A pool of Bundle objects.
m_listener - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
A work listener associated with the corresponding Work.
m_listener - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The underlying MapListener.
m_listenerBackService - Variable in class com.tangosol.net.cache.NearCache
The back cache service MemberListener.
m_listenerInternal - Variable in class com.tangosol.util.WrapperObservableMap
The MapListener used to listen to the wrapped ObservableMap.
m_listenersCached - Variable in class com.tangosol.util.MapListenerSupport
A cached set of Listeners.
m_listenerService - Variable in class com.tangosol.net.cache.ContinuousQueryCache
The cache service MemberListener for the underlying NamedCache.
m_listenerSupport - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.net.cache.ReadWriteBackingMap
MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.util.ObservableHashMap
The MapListenerSupport object.
m_listenerSupport - Variable in class com.tangosol.util.WrapperObservableMap
The event listeners.
m_listHandler - Variable in class com.tangosol.net.LoadBalancer
The list of RequestHandler daemons.
m_listHolders - Variable in class com.tangosol.net.ConfigurableAddressProvider
A list of AddressHolder objects.
m_listIter - Variable in class com.tangosol.util.ChainedEnumerator
The Iterators.
m_listWaits - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
A list of collections waiting for this Work to complete.
m_lLastPacketArrivalTime - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_lNextFlush - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The time (ie System.currentTimeMillis) at which the next full cache flush should occur.
m_loader - Variable in class com.tangosol.net.cache.CacheLoaderCacheStore
The CacheLoader to delegate to.
m_lockDir - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
The actual FileLock.
m_lResult - Variable in class com.tangosol.util.aggregator.AbstractLongAggregator
The running result value.
m_lStartTime - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_lValue - Variable in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
The Node's value.
m_lWorkId - Variable in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
The work id.
m_lWorkId - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The corresponding work id.
m_manipulator - Variable in class com.tangosol.util.processor.PropertyProcessor
The property value manipulator.
m_map - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The underlying Map.
m_map - Variable in class com.tangosol.util.ConverterCollections.ConverterMapListener
The converting Map the will be the source of converted events.
m_map - Variable in class com.tangosol.util.InvocableMapHelper.SimpleEntry
The map.
m_map - Variable in class com.tangosol.util.MapSet
The underlying Map.
m_map - Variable in class com.tangosol.util.processor.ConditionalPutAll
Specifies the map of new values.
m_map - Variable in class com.tangosol.util.processor.VersionedPutAll
Specifies the map of new values.
m_map - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The underlying Map.
m_map - Variable in class com.tangosol.util.WrapperObservableMap
The (wrapped) map containing all the resources.
m_mapAttribute - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Map of scheme attributes.
m_mapBack - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The "back" map, which the front overflows to.
m_mapByName - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Map keyed by a cache name with a corresponding value being a map keyed by a class loader with a corresponding value being a NamedCache reference.
m_mapConcurrent - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter ConcurrentMap around the underlying NamedCache.
m_mapEntryInfo - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Map of EntryInfo objects for this CacheImpl.
m_mapFactories - Variable in class com.tangosol.io.bdb.DatabaseFactoryManager
Map of DatabaseFactory objects keyed by XmlElement configuration.
m_mapFirst - Variable in class com.tangosol.util.ChainedMap
The first map.
m_mapFront - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The "front" map, which is size-limited.
m_mapInvocable - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter InvocableMap around the underlying NamedCache.
m_mapKeyListeners - Variable in class com.tangosol.util.MapListenerSupport
The collections of MapListener objects that have signed up for key based notifications from an ObservableMap implementation keyed by the corresponding key objects.
m_mapListeners - Variable in class com.tangosol.util.MapListenerSupport
The collections of MapListener objects that have signed up for notifications from an ObservableMap implementation keyed by the corresponding Filter objects.
m_mapLock - Variable in class com.tangosol.util.WrapperConcurrentMap
The map containing all the locks.
m_mapMemberCertificate - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter
Map of Member to their certificates
m_mapMiss - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The miss cache; may be null.
m_mappingPk - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Database mapping of the PK attribute.
m_mapQuery - Variable in class com.tangosol.util.ConverterCollections.ConverterNamedCache
A Converter QueryMap around the underlying NamedCache.
m_mapSecond - Variable in class com.tangosol.util.ChainedMap
The second map.
m_mapStandardKeyListeners - Variable in class com.tangosol.util.MapListenerSupport
The subset of standard (not lite) key listeners.
m_mapStandardListeners - Variable in class com.tangosol.util.MapListenerSupport
The subset of standard (not lite) global listeners.
m_mapTemp - Variable in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Map to use with getInternal() in order to determine differences between null values and non-present values.
m_mapTypeId - Variable in class com.tangosol.io.pof.SimplePofContext
A Map that contains mappings from a registered user type into type identifier.
m_mapTypeIdByClass - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
Once initialized, this references a thread-safe Map that contains mappings from Java classes to POF type identifiers (wrapped as Integer objects).
m_mapTypeIdByClassName - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
Once initialized, this references a thread-safe Map that contains mappings from Java class names to POF type identifiers (wrapped as Integer objects).
m_mapVersion - Variable in class com.tangosol.run.jca.SimpleValidator
The map that holds version objects for enlisted resources.
m_member - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The server Member that is to run the Work.
m_memberFrom - Variable in class com.tangosol.net.partition.PartitionEvent
The "from" member for events that represent transfer from a member.
m_memberPinned - Variable in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
The service Member this RemoteWorkManager is pinned to.
m_memberTo - Variable in class com.tangosol.net.partition.PartitionEvent
The "to" member for events that represent transfer to a member.
m_methodClone - Variable in class com.tangosol.run.xml.PropertyAdapter
The "public Object clone()" method for the property type, if available.
m_methodFactory - Variable in class com.tangosol.run.xml.RestrictedStringAdapter
The factory method.
m_methodGet - Variable in class com.tangosol.run.xml.PropertyAdapter
The property "accessor" method.
m_methodSet - Variable in class com.tangosol.run.xml.PropertyAdapter
The property "mutator" method.
m_nAction - Variable in class com.tangosol.util.filter.FilterTrigger
The action code.
m_nAverageThroughput - Variable in class com.tangosol.net.cache.AbstractBundler.Statistics
An average bundled request throughput in size units per millisecond (total bundle size over total processing time)
m_nBeanId - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Serialization ID for the XmlBean class.
m_nBlockIndex - Variable in class com.tangosol.net.security.BlockCipherInputStream
The index into the next unread byte of unencrypted data
m_nBlockIndex - Variable in class com.tangosol.net.security.BlockCipherOutputStream
The next available index to write into the unencrypted data block.
m_nBlockSize - Variable in class com.tangosol.net.security.BlockCipherInputStream
The Cipher's block size
m_nCalculatorType - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The type of unit calculator employed by the cache; one of the UNIT_CALCULATOR_* enumerated values.
m_nEvictionType - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The type of eviction policy employed by the cache; one of the EVICTION_POLICY_* enumerated values.
m_nHash - Variable in class com.tangosol.util.SafeHashMap.Entry
The key's hash code.
m_nId - Variable in class com.tangosol.net.partition.PartitionEvent
The event's id.
m_nId - Variable in class com.tangosol.util.MapEvent
The event's id.
m_nMask - Variable in class com.tangosol.util.filter.MapEventFilter
The event mask.
m_nMax - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_nMemberId - Variable in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
The Work originator Member id.
m_nMin - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_nNext - Variable in class com.tangosol.net.DatagramTest.PacketTracker
 
m_nodeNext - Variable in class com.tangosol.util.SafeLinkedList.Node
The next Node in the List.
m_nodePrev - Variable in class com.tangosol.util.SafeLinkedList.Node
The previous Node in the List.
m_nOptimizationPlan - Variable in class com.tangosol.util.MapListenerSupport
The optimization plan which indicates the fastest way to put together a set of listeners.
m_nSharedKeySize - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Shared key length.
m_nState - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_nStrategyCurrent - Variable in class com.tangosol.net.cache.CachingMap
The current invalidation strategy, which at times could be different from the target strategy.
m_nStrategyTarget - Variable in class com.tangosol.net.cache.CachingMap
The invalidation strategy that this map is to use.
m_nStyle - Variable in class com.tangosol.util.comparator.EntryComparator
Comparison style utilized by this EntryComparator.
m_nTypeId - Variable in class com.tangosol.io.pof.ExternalizableLitePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.ExternalizablePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The type identifier of the user type that is being written.
m_nTypeId - Variable in class com.tangosol.io.pof.PortableObjectSerializer
The type identifier of the user type to serialize and deserialize.
m_nTypeId - Variable in class com.tangosol.io.pof.XmlSerializablePofSerializer
The type identifier of the user type to serialize and deserialize.
m_nVersionId - Variable in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
The version identifier of the user type that is being written.
m_object - Variable in class com.tangosol.util.SafeLinkedList.Node
The value stored in the Node.
m_oCurr - Variable in class com.tangosol.util.PagedIterator
Currently "Active" object.
m_of - Variable in class com.tangosol.io.AbstractByteArrayReadBuffer
Offset into the byte array at which the binary data is located.
m_of - Variable in class com.tangosol.io.MultiByteArrayInputStream
The current offset in the current byte array.
m_of - Variable in class com.tangosol.io.MultiByteArrayOutputStream
The offset into the current block of output.
m_ofbGroup - Variable in class com.tangosol.io.Base64InputStream
The offset in the group of bytes.
m_ofLimit - Variable in class com.tangosol.util.SimpleEnumerator
Iterator end position (beyond last).
m_ofMarked - Variable in class com.tangosol.io.MultiByteArrayInputStream
The marked offset in the marked byte array.
m_ofStart - Variable in class com.tangosol.io.DelegatingWriteBuffer
Offset into the containing WriteBuffer where this WriteBuffer starts.
m_ofWrite - Variable in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Current write offset within the containing WriteBuffer.
m_oIterActive - Variable in class com.tangosol.util.SafeHashMap
A holder for active Iterator(s): either WeakReference() or WeakHashMap(, null)
m_oKey - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The optional key to flush.
m_oKey - Variable in class com.tangosol.util.MapEvent
A key.
m_oKey - Variable in class com.tangosol.util.SafeHashMap.Entry
The key.
m_oKey - Variable in class com.tangosol.util.SimpleMapEntry
The key.
m_oKeyUp - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Cached converted key.
m_oNext - Variable in class com.tangosol.util.FilterEnumerator
The next item which passed the test.
m_oResult - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The Work result.
m_oResult - Variable in class com.tangosol.util.aggregator.AbstractComparableAggregator
The running result value.
m_out - Variable in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
The BufferOutput to delegate to.
m_out - Variable in class com.tangosol.io.pof.PofBufferWriter
The BufferOutput object that the PofBufferWriter writes to.
m_out - Variable in class com.tangosol.io.WrapperOutputStream
The underlying OutputStream object to use.
m_oValue - Variable in class com.tangosol.util.filter.ComparisonFilter
The value to compare to.
m_oValue - Variable in class com.tangosol.util.processor.ConditionalPut
Specifies the new value to update an entry with.
m_oValue - Variable in class com.tangosol.util.processor.UpdaterProcessor
A value to update the entry's value with.
m_oValue - Variable in class com.tangosol.util.processor.VersionedPut
Specifies the new value to update an entry with.
m_oValue - Variable in class com.tangosol.util.SafeHashMap.Entry
The value.
m_oValue - Variable in class com.tangosol.util.SimpleMapEntry
The value.
m_oValue - Variable in class com.tangosol.util.SparseArray.ObjectNode
The Node's value.
m_oValueLatestOld - Variable in class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
A previous value, but the most recent of the previous values.
m_oValueNew - Variable in class com.tangosol.util.MapEvent
A new value.
m_oValueOld - Variable in class com.tangosol.util.MapEvent
A previous value.
m_oValueUp - Variable in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Cached converted value.
m_policy - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The eviction policy; for eviction type EVICTION_POLICY_EXTERNAL.
m_processor - Variable in class com.tangosol.util.processor.ConditionalProcessor
The underlying entry processor.
m_propOptions - Variable in class com.tangosol.net.LoadBalancer
The optional settings that the load balancer will use.
m_pstreamLog - Variable in class com.tangosol.net.DatagramTest.DatagramListener
 
m_queue - Variable in class com.tangosol.net.LoadBalancer
The queue of pending requests.
m_queue - Variable in class com.tangosol.net.LoadBalancer.RequestHandler
The Queue that this RequestHandler listens to connections (Socket) on.
m_random - Variable in class com.tangosol.net.LoadBalancer
Random number generator.
m_reader - Variable in class com.tangosol.io.Base64InputStream
The Reader object from which the Base64 encoded data is read.
m_reloader - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
The CacheReloader used to refresh the corresponding Map.Entry value.
m_sCacheName - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
The cache name.
m_sDbName - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
The name of the underlying Database.
m_sDbName - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Database name, used for persistent stores.
m_sElement - Variable in class com.tangosol.run.xml.IterableAdapter
Name used for each element of the array when formatted into XML.
m_sEntityClass - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
The entity class that this CacheLoader is managing.
m_sEntityName - Variable in class com.tangosol.coherence.jpa.JpaCacheLoader
Name of the entity that this CacheLoader is managing.
m_sEntityName - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Name of the entity that this CacheLoader is managing.
m_service - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
The underlying Invocation service.
m_service - Variable in class com.tangosol.net.cache.WrapperNamedCache
The CacheService this NamedCache is a part of.
m_service - Variable in class com.tangosol.net.partition.DefaultKeyAssociator
The PartitionedService that this DefaultKeyAssociator is bound to.
m_serviceInvocation - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The InvocationService used by the CacheProvider.
m_session - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Shared session for all entities.
m_set - Variable in class com.tangosol.io.nio.BinaryMap
The set of entries backed by this map.
m_set - Variable in class com.tangosol.util.aggregator.DistinctValues
The resulting set of distinct values.
m_set - Variable in class com.tangosol.util.ConverterCollections.ConverterEntrySet
The underlying Entry Set (or Collection of Map Entry objects).
m_set - Variable in class com.tangosol.util.ConverterCollections.ConverterMap
The Entry Set.
m_set - Variable in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
The underlying Entry Set.
m_set - Variable in class com.tangosol.util.RestrictedCollections.RestrictedMap
The Entry Set.
m_setEntries - Variable in class com.tangosol.util.ChainedMap
The entry set.
m_setEntries - Variable in class com.tangosol.util.SafeHashMap
The set of entries backed by this map.
m_setKeys - Variable in class com.tangosol.io.nio.BinaryMap
The set of keys backed by this map.
m_setKeys - Variable in class com.tangosol.util.filter.KeyFilter
The keys that are evaluated to true by this filter.
m_setKeys - Variable in class com.tangosol.util.SafeHashMap
The set of keys backed by this map.
m_setLocalClass - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The Set of non-serializable Class objects.
m_setPartitions - Variable in class com.tangosol.net.partition.PartitionEvent
The set of affected partitions.
m_sInvocationServiceName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the InvocationService used by the CacheProvider to send messages to remote cluster nodes.
m_size - Variable in class com.tangosol.util.AbstractSparseArray
The number of nodes in the tree.
m_sLockText - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Text to include in the lock file.
m_sLog - Variable in class com.tangosol.net.DatagramTest.ListenerConfig
 
m_sMessage - Variable in exception com.tangosol.io.pof.PortableException
The exception's message.
m_sMethod - Variable in class com.tangosol.util.extractor.ReflectionExtractor
The name of the method to invoke.
m_sMethod - Variable in class com.tangosol.util.extractor.ReflectionUpdater
The name of the method to invoke.
m_sName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
The name of the cache.
m_sName - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The name of the Cache to flush.
m_sName - Variable in class com.tangosol.io.pof.PofPrincipal
The name of the identity represented by this Principal.
m_sName - Variable in exception com.tangosol.io.pof.PortableException
The exception's name.
m_sName - Variable in class com.tangosol.net.cache.NearCache
The cache name.
m_sName - Variable in class com.tangosol.net.cache.WrapperNamedCache
The name of the cache.
m_sName - Variable in class com.tangosol.run.xml.PropertyAdapter
The property name.
m_sName - Variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
m_sName - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
The XML element name for the XML bean.
m_sName - Variable in class com.tangosol.util.processor.PropertyManipulator
The property name, never null.
m_sNmsPrefix - Variable in class com.tangosol.run.xml.PropertyAdapter
The namespace prefix for this property.
m_sNmsPrefix - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Namespace prefix.
m_sNmsUri - Variable in class com.tangosol.run.xml.PropertyAdapter
The namespace URI for this property.
m_sNmsUri - Variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Namespace URI.
m_socket - Variable in class com.tangosol.net.DatagramTest.DatagramListener
 
m_socket - Variable in class com.tangosol.net.DatagramTest.DatagramPublisher
 
m_socketClient - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The Socket to write the response to.
m_socketServer - Variable in class com.tangosol.net.LoadBalancer.ResponseHandler
The Socket to read the response from.
m_specCipherParams - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
The Cipher Paramaters
m_sPkField - Variable in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Field name of the PK attribute.
m_sSchemeName - Variable in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
The corresponding scheme name.
m_sScopeId - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
The scope identifier of the CacheProvider that created this FlushAgent.
m_sScopeSeparator - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The string that separates the Cache name from the scope identifier in the fully qualified name of the delegate NamedCache.
m_sSharedKeyAlgorithm - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
Shared key algorithm.
m_startFlag - Variable in class com.tangosol.net.DatagramTest.DatagramListener
 
m_startFlag - Variable in class com.tangosol.net.DatagramTest.DatagramPublisher
 
m_stats - Variable in class com.tangosol.net.cache.OldCache
Deprecated. The CacheStatistics object maintained by this cache.
m_stats - Variable in class com.tangosol.net.cache.SimpleOverflowMap
The CacheStatistics object maintained by this cache.
m_stats - Variable in class com.tangosol.util.WrapperObservableMap
The CacheStatistics object maintained by this wrapper.
m_status - Variable in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Current Work status.
m_store - Variable in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
The CacheStore to delegate all Map operations to.
m_sTransformation - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
The Cipher transformation
m_streamInner - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
 
m_streamInner - Variable in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
 
m_streamInner - Variable in class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
The wrapped stream
m_streamInner - Variable in class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
The wrapped stream
m_sXml - Variable in class com.tangosol.run.xml.PropertyAdapter
The XML element name used to store this property.
m_tail - Variable in class com.tangosol.util.SafeLinkedList
The last Node in the List (or null if empty).
m_test - Variable in class com.tangosol.util.FilterEnumerator
Test to perform on each item.
m_threadRunning - Variable in class com.tangosol.net.LoadBalancer
The Thread that the load balancer is started on.
m_threadShutdownHook - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Shutdown hook for closing environment.
m_tlsCipher - Variable in class com.tangosol.net.security.AbstractEncryptionFilter
Reuseable Cipher
m_token - Variable in class com.tangosol.run.xml.SimpleParser
The "current" token being evaluated.
m_toker - Variable in class com.tangosol.run.xml.SimpleParser
The lexical tokenizer.
m_tree - Variable in class com.tangosol.util.Tree
The delgate tree.
m_updater - Variable in class com.tangosol.util.extractor.CompositeUpdater
The ValueUpdater part.
m_updater - Variable in class com.tangosol.util.processor.PropertyManipulator
The underlying ValueUpdater.
m_updater - Variable in class com.tangosol.util.processor.UpdaterProcessor
The underlying ValueUpdater.
m_workObserver - Variable in class com.tangosol.coherence.commonj.WorkManager
The ScheduleWork agent observer.
m_wrapperAsymmetric - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
The AsymmetricEncryptionFilter
m_wrapperSymmetric - Variable in class com.tangosol.net.security.ClusterEncryptionFilter
The SymmetricEncryptionFilter
m_writer - Variable in class com.tangosol.io.Base64OutputStream
The Writer object to which the Base64 encoded data is written.
m_xml - Variable in class com.tangosol.io.pof.ConfigurablePofContext.PofConfig
The XML configuration, if supplied by constructor, or by the XmlConfigurable interface.
m_xmlConfig - Variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The CacheProvider's configuration.
m_xmlConfig - Variable in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Stored configuration for this Manager.
m_xmlConfig - Variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Configuration.
main(String[]) - Static method in class com.tangosol.coherence.commonj.WorkManager
Entry point: start a stand-alone WorkManager (server) using the specified name and thread count.
main(String[]) - Static method in class com.tangosol.coherence.servlet.WebPluginInstaller
Command-line method.
main(String[]) - Static method in class com.tangosol.io.DebugDataOutputStream
Command line test.
main(String[]) - Static method in class com.tangosol.io.nio.BinaryMap
Debugging support: Command line test.
main(String[]) - Static method in class com.tangosol.io.pof.PofParser
Unit test:
main(String[]) - Static method in class com.tangosol.net.cache.BinaryMemoryCalculator
Unit test.
main(String[]) - Static method in class com.tangosol.net.cache.SimpleMemoryCalculator
Unit test.
main(String[]) - Static method in class com.tangosol.net.CacheFactory
Invoke the Coherence command line tool.
main(String[]) - Static method in class com.tangosol.net.ClusterPermission
Unit test allows to compare the specified permissions.
main(String[]) - Static method in class com.tangosol.net.DatagramTest
Parse and validate the command-line parameters and run the test.
main(String[]) - Static method in class com.tangosol.net.DefaultCacheServer
Entry point: start the cache server using the specified path to the "cache-config.dtd" compliant configuration file and checking the service status every N seconds (keep alive interval).
main(String[]) - Static method in class com.tangosol.net.LoadBalancer
Command-line capability to start the load balancer.
main(String[]) - Static method in class com.tangosol.net.management.MBeanConnector
Start a Coherence cluster node that enables JMX agents such as a web browser or JConsole to connect to the in-process JMX MBeanServer and manage Coherence MBeans.
main(String[]) - Static method in class com.tangosol.net.MulticastTest
Parse and validate the command-line parameters and start the test.
main(String[]) - Static method in class com.tangosol.net.security.DefaultController
Standalone permission check utility.
main(String[]) - Static method in class com.tangosol.net.security.SymmetricEncryptionFilter
Generates and insert a symmetric key into a keystore.
main(String[]) - Static method in class com.tangosol.run.xml.SaxParser
Unit test: create a simple parser, parse and output the result
main(String[]) - Static method in class com.tangosol.run.xml.SimpleParser
Unit test.
main(String[]) - Static method in class com.tangosol.util.SafeLinkedList
Self-test for SafeLinkedList.
main(String[]) - Static method in class com.tangosol.util.UID
Allow UID identifiers to be generated or parsed at the command line.
main(String[]) - Static method in class com.tangosol.util.UUID
Allow UUID identifiers to be generated or parsed at the command line.
makeAdapter(Class, String, String, XmlElement) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Generate a property adapter instance that will work on this bean class and will adapt for a property of the specified class and of the specified name.
makeByteArrayPrivate() - Method in class com.tangosol.io.ByteArrayWriteBuffer
Make sure that the underlying byte[] will be treated as private data.
makeCipher(int, Key) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Return a new initialized Cipher.
makeDistributed() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Mark the session as being distributed (not local).
makeEntry(Map, Object) - Static method in class com.tangosol.util.InvocableMapHelper
Create a SimpleEntry object for the specified map and the key.
makeEntrySet(Map, Collection, boolean) - Static method in class com.tangosol.util.InvocableMapHelper
Create a set of SimpleEntry objects for the specified map and the key collection.
makeEntrySet(Collection) - Static method in class com.tangosol.util.InvocableMapHelper
Create a set of read-only SimpleEntry objects for the specified collection of Map.Entry objects.
makeThread(ThreadGroup, Runnable, String) - Method in interface com.tangosol.util.ThreadFactory
Create a Thread with the specified group, runnable, and name.
MANAGEMENT_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ManagementMBean.
MANIFEST_NAME - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
The JAR manifest file name.
MAP_FIXED_SIZES - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
An immutable map of fixed-sized classes to instance size (in bytes).
MapAdapter - Class in com.tangosol.run.xml
A MapAdapter supports properties whose types implement the java.util.Map interface.
MapAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.MapAdapter
Construct a MapAdapter.
MapCacheStore - Class in com.tangosol.net.cache
A CacheStore that sits directly on top of a Map.
MapCacheStore(Map) - Constructor for class com.tangosol.net.cache.MapCacheStore
Create a CacheStore that delegates to a Map.
MapEvent - Class in com.tangosol.util
An event which indicates that the content of a map has changed: an entry has been added an entry has been removed an entry has been changed A MapEvent object is sent as an argument to the MapListener interface methods.
MapEvent(ObservableMap, int, Object, Object, Object) - Constructor for class com.tangosol.util.MapEvent
Constructs a new MapEvent.
MapEventFilter - Class in com.tangosol.util.filter
Filter which evaluates the content of a MapEvent object according to the specified criteria.
MapEventFilter() - Constructor for class com.tangosol.util.filter.MapEventFilter
Default constructor (necessary for the ExternalizableLite interface).
MapEventFilter(int) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter that evaluates MapEvent objects based on the specified combination of event types.
MapEventFilter(Filter) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter that evaluates MapEvent objects that would affect the results of a keySet filter issued by a previous call to QueryMap.keySet(com.tangosol.util.Filter).
MapEventFilter(int, Filter) - Constructor for class com.tangosol.util.filter.MapEventFilter
Construct a MapEventFilter that evaluates MapEvent objects based on the specified combination of event types.
MapEventTransformer - Interface in com.tangosol.util
MapEventTransformer interface is used to allow an event consumer to change the content of a MapEvent destined for the corresponding MapListener.
MapEventTransformerFilter - Class in com.tangosol.util.filter
MapEventTransformerFilter is a generic multiplexing wrapper that combines two implementations: a Filter (most commonly a MapEventFilter) and a MapEventTransformer and is used to register event listeners that allow to change the content of a MapEvent.
MapEventTransformerFilter() - Constructor for class com.tangosol.util.filter.MapEventTransformerFilter
No-argument constructor for lite deserialization.
MapEventTransformerFilter(Filter, MapEventTransformer) - Constructor for class com.tangosol.util.filter.MapEventTransformerFilter
Construct a MapEventTransformerFilter based on the specified Filter and MapEventTransformer.
MapIndex - Interface in com.tangosol.util
MapIndex is used to correlate values stored in an indexed Map (or attributes of those values) to the corresponding keys in the indexed Map.
MapListener - Interface in com.tangosol.util
The listener interface for receiving MapEvents.
MapListenerSupport - Class in com.tangosol.util
This class provides support for advanced MapListener functionality.
MapListenerSupport() - Constructor for class com.tangosol.util.MapListenerSupport
Constructs a new MapListenerSupport object.
MapListenerSupport.FilterEvent - Class in com.tangosol.util
An extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.
MapListenerSupport.FilterEvent(ObservableMap, int, Object, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new lite (no values are speicifed) FilterEvent.
MapListenerSupport.FilterEvent(ObservableMap, int, Object, Object, Object, boolean, Filter[]) - Constructor for class com.tangosol.util.MapListenerSupport.FilterEvent
Constructs a new FilterEvent.
MapListenerSupport.SynchronousListener - Interface in com.tangosol.util
A tag interface indicating that tagged MapListener implementation has to receive the MapEvent notifications in a synchronous manner.
MapListenerSupport.WrapperSynchronousListener - Class in com.tangosol.util
A wrapper class that turns the specified MapListener into a synchronous listener.
MapListenerSupport.WrapperSynchronousListener(MapListener) - Constructor for class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
Counstruct WrapperSynchronousListener.
MappedBufferManager - Class in com.tangosol.io.nio
Manages a ByteBuffer on a file.
MappedBufferManager() - Constructor for class com.tangosol.io.nio.MappedBufferManager
Construct a MappedBufferManager using defaults.
MappedBufferManager(int, int, File) - Constructor for class com.tangosol.io.nio.MappedBufferManager
Construct a MappedBufferManager that supports a buffer of a certain initial and maximum size.
MappedStoreManager - Class in com.tangosol.io.nio
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the MappedBufferManager to provide BinaryStore objects.
MappedStoreManager(int, int, File) - Constructor for class com.tangosol.io.nio.MappedStoreManager
Construct a DirectStoreManager that uses BinaryMap objests built on the MappedBufferManager(s) with certain initial and maximum size.
MapSet - Class in com.tangosol.util
An ExternalizableLite implementation of java.util.Set that uses an underlying Map object to store its data in, just as the Java HashSet implementation uses an underlying HashMap for its element storage.
MapSet() - Constructor for class com.tangosol.util.MapSet
Default constructor.
MapSet(Map) - Constructor for class com.tangosol.util.MapSet
Construct a Map from the
MapTrigger - Interface in com.tangosol.util
MapTrigger represents a functional agent that allows to validate, reject or modify mutating operations against an underlying map.
MapTrigger.Entry - Interface in com.tangosol.util
A MapTrigger Entry represents a pending change to an Entry that is about to committed to the underlying Map.
MapTriggerListener - Class in com.tangosol.util
MapTriggerListener is a special purpose MapListener implementation that is used to register a MapTrigger on a corresponding ObservableMap.
MapTriggerListener(MapTrigger) - Constructor for class com.tangosol.util.MapTriggerListener
Construct a MapTriggerListener that can be used to register the specified MapTrigger.
mark(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the AbstractReadBuffer.AbstractBufferInput.reset() method) to the current position.
mark(int) - Method in interface com.tangosol.io.InputStreaming
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.MultiByteArrayInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the AbstractReadBuffer.AbstractBufferInput.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.pof.PofInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the PofInputStream.reset() method) to the current position.
mark(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.Utf8Reader
Mark the present position in the stream.
mark(int) - Method in class com.tangosol.io.WrapperBufferInput
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the InputStreaming.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.WrapperDataInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the WrapperDataInputStream.reset() method) to the current position.
mark(int) - Method in class com.tangosol.io.WrapperInputStream
Marks the current read position in the InputStream in order to support the stream to be later "rewound" (using the WrapperInputStream.reset() method) to the current position.
mark() - Method in class com.tangosol.run.xml.SimpleParser
Marks the current position and returns it as a token.
MARK_UNSET - Static variable in class com.tangosol.io.MultiByteArrayInputStream
Marker position indicating that stream is not marked.
markPosition(int, SafeLinkedList.Node) - Method in class com.tangosol.util.SafeLinkedList
Remember that a certain Node occurs at a certain index.
markSupported() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Determine if this InputStream supports the AbstractReadBuffer.AbstractBufferInput.mark(int) and AbstractReadBuffer.AbstractBufferInput.reset() methods.
markSupported() - Method in interface com.tangosol.io.InputStreaming
Determine if this InputStream supports the InputStreaming.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.MultiByteArrayInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.tangosol.io.pof.PofInputStream
Determine if this InputStream supports the PofInputStream.mark(int) and PofInputStream.reset() methods.
markSupported() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Determine if this InputStream supports the ReadBuffer.BufferInput.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.Utf8Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.tangosol.io.WrapperBufferInput
Determine if this InputStream supports the InputStreaming.mark(int) and InputStreaming.reset() methods.
markSupported() - Method in class com.tangosol.io.WrapperDataInputStream
Determine if this InputStream supports the WrapperDataInputStream.mark(int) and WrapperDataInputStream.reset() methods.
markSupported() - Method in class com.tangosol.io.WrapperInputStream
Determine if this InputStream supports the WrapperInputStream.mark(int) and WrapperInputStream.reset() methods.
markSupported() - Method in class com.tangosol.net.security.BlockCipherInputStream
match(int) - Method in class com.tangosol.run.xml.SimpleParser
Verifies that the current token matches the passed token id and, if so, advances to the next token.
match(String) - Method in class com.tangosol.run.xml.SimpleParser
Verifies that the current token is a name token whose name matches the passed String and, if so, advances to the next token.
MAX - Static variable in class com.tangosol.util.SimpleLongArray
Maximum index value.
MAX_DECIMAL128_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 128-bit decimal format.
MAX_DECIMAL128_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 128-bit decimal format.
MAX_DECIMAL32_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 32-bit decimal format.
MAX_DECIMAL32_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 32-bit decimal format.
MAX_DECIMAL64_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum scale for the IEEE-754r 64-bit decimal format.
MAX_DECIMAL64_UNSCALED - Static variable in interface com.tangosol.io.pof.PofConstants
Maximum unscaled value for the IEEE-754r 64-bit decimal format.
MAX_LOCK_WAIT - Static variable in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. The length of time (in millis) to wait on a lock; keep this value low to avoid causing timing problems since some calls will be on the distributed cache thread.
MAX_OPEN_BLOCKS - Static variable in class com.tangosol.io.nio.BinaryMap
Maximum number of simultaneously open blocks to support.
MAX_SIZE_CODES - Static variable in class com.tangosol.io.nio.BinaryMap
Number of size codes for free blocks.
MB - Static variable in class com.tangosol.net.DatagramTest
 
MBeanConnector - Class in com.tangosol.net.management
Utility class to expose Coherence JMX MBeans via the Sun JMX reference implementation HtmlAdaptorServer or a JMX Remote JMXConnectorServer.
MBeanConnector() - Constructor for class com.tangosol.net.management.MBeanConnector
 
MBeanHelper - Class in com.tangosol.net.management
Helper class providing various functionality related to aggregation of attributes and methods exposed by Coherence JMX framework MBeans.
MBeanHelper() - Constructor for class com.tangosol.net.management.MBeanHelper
 
MBeanReference - Class in com.tangosol.net.management
MBeanReference holds all necessary information to uniquely identify an MBean.
MBeanReference(ObjectName, MBeanServer) - Constructor for class com.tangosol.net.management.MBeanReference
Construct an instance of MBeanReference.
Member - Interface in com.tangosol.net
The Member interface represents a cluster member.
MEMBER_JOINED - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member has joined.
MEMBER_LEAVING - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member is leaving.
MEMBER_LEFT - Static variable in class com.tangosol.net.MemberEvent
This event indicates that a Member has left.
memberCompleted(Member, Object) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member has finished running the ScheduleWork agent.
memberCompleted(Member, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has finished running the Invocable object; the result of the invocation, if any, is provided to the InvocationObserver.
memberCompleted(Member, Object) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has finished running the Invocable object; the result of the invocation, if any, is provided to the InvocationObserver.
MemberEvent - Class in com.tangosol.net
An event which indicates that membership has changed: a Member has joined a Member is leaving a Member has left A MemberEvent object is sent as an argument to the MemberListener interface methods.
MemberEvent(Object, int, Member) - Constructor for class com.tangosol.net.MemberEvent
Constructs a new MemberEvent.
memberFailed(Member, Throwable) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member has thrown an exception while running the Invocable object.
memberFailed(Member, Throwable) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has thrown an exception while running the Invocable object.
memberFailed(Member, Throwable) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member has thrown an exception while running the Invocable object.
memberJoined(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member has joined the service.
memberJoined(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member has joined the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member is leaving the service.
memberLeaving(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member is leaving the service.
memberLeft(MemberEvent) - Method in class com.tangosol.coherence.commonj.WorkManager.ServiceListener
Invoked when a Member has left the service.
memberLeft(Member) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkObserver
This method is called when a Member that the Invocable} object was intended for execution upon has left the service (or the cluster).
memberLeft(Member) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
This method is called by the InvocationService to inform the InvocationObserver that a member that the Invocable object was intended for execution upon has left the service (or the cluster).
memberLeft(MemberEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Invoked when a Member has left the service.
memberLeft(MemberEvent) - Method in class com.tangosol.net.cache.NearCache.BackServiceListener
Invoked when a Member has left the service.
memberLeft(Member) - Method in interface com.tangosol.net.InvocationObserver
This method is called by the InvocationService to inform the InvocationObserver that a member that the Invocable object was intended for execution upon has left the service (or the cluster).
memberLeft(MemberEvent) - Method in interface com.tangosol.net.MemberListener
Invoked when a Member has left the service.
MemberListener - Interface in com.tangosol.net
The listener interface for receiving MemberEvents.
merge() - Method in class com.tangosol.io.nio.BinaryMap.Block
Merge a free block with any free blocks that it borders.
mergeEvents(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Merge two events that have been raised in sequence from a given map.
mergeEvents(MapEvent, MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Merge two events that have been raised in sequence from a given map.
mergeFilter(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Return a filter which merges the ContinousQueueCache's filter with the supplied filter.
MGR_CONTEXT - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing the backing map manager context.
MIN_DECIMAL128_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 128-bit decimal format.
MIN_DECIMAL32_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 32-bit decimal format.
MIN_DECIMAL64_SCALE - Static variable in interface com.tangosol.io.pof.PofConstants
Minimum scale for the IEEE-754r 64-bit decimal format.
MIN_ENTRY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of an Entry block.
MIN_FREE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of a free block.
MIN_SPLIT - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Minimum size of a block to split off a free block.
MODE_DEBUG - Static variable in class com.tangosol.io.nio.BinaryMap
True to enable debug mode.
MODE_DEBUG - Static variable in class com.tangosol.io.nio.DirectBufferManager
Set to true to use on-heap storage, false to use off-heap.
MonolithicHttpSessionCollection - Class in com.tangosol.coherence.servlet
An implementation of HttpSessionCollection that manages 'monolithic' session objects.
MonolithicHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Default constructor (required).
MonolithicHttpSessionModel - Class in com.tangosol.coherence.servlet
This is an implementation of HttpSessionModel that manages its attribute state in a single ('monolithic') serializable unit, allowing session attributes to safely form graphs while avoiding duplication of objects, yet not being able to optimize attribute serialization and deserialization as a result.
MonolithicHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Default constructor for deserialization.
MonolithicHttpSessionModel(MonolithicHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Session creation constructor.
moveOffset(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Move the offset within the stream forward.
moveOffset(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Move the offset within the stream forward.
MultiBufferReadBuffer - Class in com.tangosol.io
The MultiBufferReadBuffer is a ReadBuffer implementation that presents a view across any number of underlying ReadBuffer objects, as if they were appended end-to-end into a single ReadBuffer.
MultiBufferReadBuffer(ReadBuffer[]) - Constructor for class com.tangosol.io.MultiBufferReadBuffer
Construct a MultiBufferReadBuffer from an array of underlying ReadBuffer objects.
MultiBufferReadBuffer.MultiBufferInput - Class in com.tangosol.io
An implementation of the BufferInput interface that is backed by a series of the underlying ReadBuffer BufferInput objects.
MultiBufferReadBuffer.MultiBufferInput() - Constructor for class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Default constructor.
MultiBufferWriteBuffer - Class in com.tangosol.io
The MultiBufferWriteBuffer is used to present a single WriteBuffer that collects together a sequence of underlying WriteBuffer objects, and which grows by allocating additional WriteBuffer objects as necessary.
MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool) - Constructor for class com.tangosol.io.MultiBufferWriteBuffer
Construct a MultiBufferWriteBuffer that will use the passed WriteBufferPool to allocate WriteBuffer objects from.
MultiBufferWriteBuffer.MultiBufferOutput - Class in com.tangosol.io
The MultiBufferOutput implementation extends the AbstractBufferOutput to provide "pass through" operations to the underlying buffer if the operation is guaranteed to fit in the underlying buffer; otherwise, it vitualizes the operation onto the MultiBufferWriteBuffer itself so that the over-run of one underlying WriteBuffer will end up being written to the next underlying WriteBuffer.
MultiBufferWriteBuffer.MultiBufferOutput(int) - Constructor for class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Construct an AbstractBufferOutput that will begin writing at the specified offset within the containing WriteBuffer.
MultiBufferWriteBuffer.WriteBufferPool - Interface in com.tangosol.io
A WriteBufferPool is used to dynamically allocate WriteBuffer objects as the MultiBufferWriteBuffer requires them.
MultiByteArrayInputStream - Class in com.tangosol.io
Reads binary data from a series of byte arrays.
MultiByteArrayInputStream(byte[][]) - Constructor for class com.tangosol.io.