CoherenceTM v3.3
Copyright© 2000-2007 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.SparseArray.Crawler
 
ABOVE - Static variable in class com.tangosol.util.Tree.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.
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.
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.
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.
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.ConverterMap
This method is not implemented.
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.
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.
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.
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.
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.
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 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.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(SparseArray.Node) - Method in class com.tangosol.util.SparseArray
Maintain balance on insertion.
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_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
 
CacheFactory.LoggingWriter - Class in com.tangosol.net
Inner class for over-riding the destination of log(), out() and err() calls on the Base class.
CacheFactory.LoggingWriter(int) - Constructor for class com.tangosol.net.CacheFactory.LoggingWriter
Construct a PrintWriter that logs using the CacheFactory.log(java.lang.String, int) method.
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.
calculatePreviousBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Calculate the old bucket for the specified hash code.
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.
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 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.SparseArray
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.
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.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.SparseArray
Make a clone of the LongArray.
clone() - Method in class com.tangosol.util.SparseArray.Crawler
Make a shallow copy of the node crawler.
clone() - Method in class com.tangosol.util.SparseArray.Node
Make a shallow copy of the node and its sub-nodes.
clone() - Method in class com.tangosol.util.StringTable
Make a new string table with a copy of the tree and a copy of the collator.
clone() - Method in class com.tangosol.util.SubSet
Clone the subset.
clone() - Method in class com.tangosol.util.Tree
Make a shallow copy of the tree and its nodes.
clone() - Method in class com.tangosol.util.Tree.Crawler
Make a shallow copy of the node crawler.
clone() - Method in class com.tangosol.util.Tree.Node
Make a shallow copy of the node and its sub-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.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
Signals that a cluster related exception of some sort has occurred.
ClusterException() - Constructor for exception com.tangosol.net.ClusterException
Constructs a ClusterException with no detail message.
ClusterException(String) - Constructor for exception com.tangosol.net.ClusterException
Constructs a ClusterException with the specified detail message.
ClusterException(Throwable) - Constructor for exception com.tangosol.net.ClusterException
Construct a ClusterException from a Throwable object.
ClusterException(String, Throwable) - Constructor for exception com.tangosol.net.ClusterException
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.
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.
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.
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.
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.
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
Controllable interface represents a Daemon 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
Construct the ConverterCacheEvent.
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.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.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
Construct the ConverterMapEvent.
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
Counstruct ConverterMapListener.
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.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.
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(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.
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_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_UNWRAP_REQUEST - Static variable in class com.tangosol.coherence.servlet.SessionHelper
True to force the request dispatcher to unwrap the servlet request before forwarding or including.
CTX_INIT_UNWRAP_RESPONSE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
True to force the request dispatcher to unwrap the servlet response before forwarding or including.
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.SparseArray.Crawler
 
current - Variable in class com.tangosol.util.Tree.Crawler
 

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.
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.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(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.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.io.SimpleSerializer
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.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_FORWARD - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The value of the SessionHelper.REQ_ATTR_DISPATCH request attribute that indicates the current request has been forwarded.
DISPATCH_INCLUDE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The value of the SessionHelper.REQ_ATTR_DISPATCH request attribute that indicates the current request has been included.
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.
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.
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.
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 cached binary form of the 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.
ensureRequestContext(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified request and response, provide a request context.
ensureRequestContext(ServletRequest, ServletResponse, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified request and response, provide a request context.
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.
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.
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.ConverterMap
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.ConverterMap
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.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.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.SafeConfigurablePofContext.SafePofHolder
equals(Object) - Method in class com.tangosol.net.cache.CachingMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Compare the EventRouter with another object to determine equality.
equals(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
equals(Object) - Method in class com.tangosol.net.ClusterPermission
Checks two Permission objects for equality.
equals(Object) - Method in class com.tangosol.net.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.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.NeverFilter
Compare the NeverFilter 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 PropertyProcessor 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.SparseArray.Node
Test for node 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.Tree
Test for tree equality.
equals(Object) - Method in class com.tangosol.util.Tree.Node
Test for node 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.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.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.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 evaulation.
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 evaulation.
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 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.
exists(long) - Method in class com.tangosol.util.SparseArray
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.
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.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(ValueExtractor, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
Extract a value from the specified entry using the specified extractor.
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 PropertyExtractor.
ExtractorProcessor(String) - Constructor for class com.tangosol.util.processor.ExtractorProcessor
 
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

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().
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.SparseArray
Find the specified key and return its node.
find(Comparable) - Method in class com.tangosol.util.Tree
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.
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.
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.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.SparseArray.Crawler
 
fromdir - Variable in class com.tangosol.util.Tree.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
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(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(long) - Method in class com.tangosol.util.SparseArray
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.
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 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.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.ConverterObservableMap
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.CachingMap
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.CachingMap
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.CachingMap
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.CachingMap
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.
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 interface com.tangosol.io.WriteBuffer.BufferOutput
Get the WriteBuffer object that this BufferOutput is writeing 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
 
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.CachingMap
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.CachingMap
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.
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.CachingMap
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.CachingMap
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.
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
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.
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.
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 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(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.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.
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.
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.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 default 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.
getContextClassLoader() - Method in interface com.tangosol.io.ClassLoaderAware
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.io.pof.ConfigurablePofContext
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in class com.tangosol.io.SimpleSerializer
Retrieve the context ClassLoader for this object.
getContextClassLoader() - Method in interface com.tangosol.util.Controllable
Retrieve the context ClassLoader for this controllable service.
getContextClassLoader() - Method in class com.tangosol.util.NullImplementation.NullPofContext
Retrieve the context ClassLoader 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.
getConverterListener(MapListener) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Create a converter listener for the specified listener.
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
getData() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Return the serialized property values of the POF user type instance represented by this SafePofHolder.
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.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.
getDataVersion() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
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.
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.
getDepth() - Method in class com.tangosol.util.SparseArray.Node
Determine the 2-3-4 node depth of this node (i.e.
getDepth() - Method in class com.tangosol.util.Tree.Node
Determine the 2-3-4 node depth of this node (i.e.
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.HttpRequestContext
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(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
 
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.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.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 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.
getFirstIndex() - Method in class com.tangosol.util.SparseArray
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.
getFutureData() - Method in class com.tangosol.io.AbstractEvolvable
Return all the unknown remainder of the data stream from which this object was deserialized.
getFutureData() - Method in interface com.tangosol.io.Evolvable
Return all the unknown remainder of the data stream from which this object was deserialized.
getFutureData() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Return all the unknown remainder of the data stream from which this object was deserialized.
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.CachingMap
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.
getHttpServletRequestWrapper() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Get the HttpServletRequest wrapper.
getHttpServletResponse() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Get the wrapped HttpServletResponse.
getHttpServletResponseWrapper() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Get the HttpServletResponse wrapper.
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.
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.
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.
getImplVersion() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
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 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.
getIndex() - Method in class com.tangosol.util.SparseArray.Crawler
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.
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.
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(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 indentifier 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 assosiated with this event.
getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a key assosiated 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.
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.
getKeyUpConv() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter to view the underlying Entry's key through.
getKeyUpConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter to view the underlying Entry's key through.
getKeyUpConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter to view the underlying Entry's key through.
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 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.
getLastIndex() - Method in class com.tangosol.util.SparseArray
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(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(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.io.pof.PortableException
Return a localized description of this PortableException
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.
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(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(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.
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.
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 assosiated 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 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.
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.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) - Static 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.
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 assosiated with this event.
getNewValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return a new value assosiated with this event.
getNewValue() - Method in class com.tangosol.util.MapEvent
Return a new value associated with this event.
getNext() - Method in class com.tangosol.util.SafeLinkedList.Node
 
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.
getObjectOutput() - Method in class com.tangosol.io.WrapperObjectOutputStream
Obtain the underlying object providing the ObjectOutput interface that this object is delegating to.
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 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 assosiated with this event.
getOldValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
Return an old value assosiated with this event.
getOldValue() - Method in class com.tangosol.util.MapEvent
Return an old value associated with this event.
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.
getOriginalEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
Return the underlying CacheEvent.
getOriginalException() - Method in exception com.tangosol.util.WrapperException
 
getOut() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Obtain the underlying BufferOutput.
getOuterHttpRequestContext() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Determine the HttpRequestContext object that this HttpRequestContext exists "within", if this request context was created by a nested request, such as by including or forwarding.
getOuterRequestContext() - Method in class com.tangosol.coherence.servlet.RequestContext
Determine the RequestContext object that this RequestContext exists "within", if this request context was created by a nested request, such as by including or forwarding.
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.
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 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.
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.
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.
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.
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 ReadBuffer 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.
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.
getRemoteMessage() - Method in exception com.tangosol.io.pof.PortableException
Return a wrapped detail message indicating that this PortableException was deserialized from a POF stream
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.
getRequestContext(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Get the request context for the passed request, if one exists.
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.
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.
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.
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.
getServletRequest(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
If the passed ServletRequest has been wrapped, return the current request object that was wrapped.
getServletRequestWrapper() - Method in class com.tangosol.coherence.servlet.RequestContext
Get the ServletRequest wrapper.
getServletRequestWrapper(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
If the passed ServletRequest has been wrapped, return the request wrapper.
getServletResponse() - Method in class com.tangosol.coherence.servlet.RequestContext
Get the wrapped ServletResponse.
getServletResponseWrapper() - Method in class com.tangosol.coherence.servlet.RequestContext
Get the ServletResponse wrapper.
getSession() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Returns the current session associated with the stack of request context objects, or if the session has not been associated yet with the stack of request context objects, returns null.
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.
getSessionId() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Determine the HTTP session ID that came in with the request.
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.
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 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.SparseArray
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(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(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.
getStackTrace(Throwable) - Method in exception com.tangosol.io.pof.PortableException
Return a string that contains the stack trace information of the given Throwable.
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.CachingMap
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.CachingMap
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.CachingMap
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.CachingMap
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).
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.
getTypeId() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Return the type identifier of the POF user type instance represented by his SafePofHolder.
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.
getUnsynchronizedNodeEnumerator() - Method in class com.tangosol.util.Tree
Get an enumerator of the nodes in the tree.
getUnsynchronizedNodeEnumerator(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.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.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.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.ThreadLocalObject
Get the value stored by this instance of ThreadLocalObject.
getValueAdapter() - Method in class com.tangosol.run.xml.MapAdapter
 
getValueDownConv() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter used to change value in the underlying Entry.
getValueDownConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter used to change value in the underlying Entry.
getValueDownConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter used to change value in the underlying Entry.
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.
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.
getValueUpConv() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return the Converter to view the underlying Entry's value through.
getValueUpConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
Return the Converter to view the underlying Entry's value through.
getValueUpConv() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
Return the Converter to view the underlying Entry's value through.
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.
getVersionId() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Return the version identifier of the POF user type instance represented by this SafePofHolder.
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.
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(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.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.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.SafeConfigurablePofContext.SafePofHolder
hashCode() - Method in class com.tangosol.net.cache.CachingMap
Return the hash code value for this map.
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.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.NeverFilter
Determine a hash value for the NeverFilter 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 PropertyProcessor 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.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.
hasMoreElements() - Method in class com.tangosol.util.Tree.Crawler
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.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.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.SparseArray.Crawler
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.
head - Variable in class com.tangosol.util.SparseArray
The first node of the tree (or NIL if the tree is empty).
head - Variable in class com.tangosol.util.Tree
The first node of the tree (or NIL if the tree is empty).
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, RequestContext, HttpServletRequest, String, boolean, boolean) - Constructor for class com.tangosol.coherence.servlet.HttpRequestContext
Construct a HttpRequestContext object to hold the state of the request and response and the wrappers for each.
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[]) - 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.
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 MapIndex to fully or partially evaluate itself.
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 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.
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.
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.
initLogging() - Static method in class com.tangosol.net.CacheFactory
Initialize the console logging.
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.NullConverter
Since the Converter contains no information, only one ever has to exist.
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.
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.
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() - Method in class com.tangosol.util.SafeHashMap
Factory pattern.
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(HttpRequestContext, HttpServletRequest) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an HttpServletRequest wrapper.
instantiateHttpServletResponse(HttpRequestContext, 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).
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, 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(Object) - Method in class com.tangosol.util.RecyclingLinkedList
Instantiate a Node.
instantiateNode(Object) - Method in class com.tangosol.util.SafeLinkedList
Instantiate a Node.
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, CacheStore, 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.
instantiateRequestDispatcher(RequestDispatcher) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create a RequestDispatcher wrapper.
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.
instantiateServletRequest(RequestContext, ServletRequest) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an ServletRequest wrapper.
instantiateServletResponse(RequestContext, ServletResponse) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Factory
Create an ServletResponse wrapper.
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.
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.
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 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 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.
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.
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.
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.
isKeyOwned(Object) - Method in interface com.tangosol.net.BackingMapManagerContext
Determines whether or not the specified key (in the internal format) is managed (i.e.
isLeaf() - Method in class com.tangosol.util.SparseArray.Node
Determine if this node is a part of a 2-3-4 leaf node (i.e.
isLeaf() - Method in class com.tangosol.util.Tree.Node
Determine if this node is a part of a 2-3-4 leaf node (i.e.
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.
isMinimalPutsEnabledByDefault() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Indicates whether minimal puts are enabled by default.
isModelSingleThreaded() - 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 on a specific server).
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.coherence.servlet.RequestContext
Determines if this RequestContext exists "within" an outer RequestContext.
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.
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.
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.
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.
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.
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.
isRequestedSessionIdFromCookie() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Checks whether the requested session ID came in as a cookie.
isRequestedSessionIdFromURL() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Checks whether the requested session ID came in as part of the request URL.
isRequestUnwrapRequired() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the custom servlet request wrapper needs to be unwrapped before including or forwarding to other content.
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.
isResponseUnwrapRequired() - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine if the custom servlet response wrapper needs to be unwrapped before including or forwarding to other content.
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.
isServletRequestDispatched(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Test to see if the passed ServletRequest has been dispatched as a result of an include or forward.
isServletRequestForwarded(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Test to see if the passed ServletRequest has been dispatched as a result of a forward.
isServletRequestIncluded(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Test to see if the passed ServletRequest has been dispatched as a result of an include.
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.
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.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.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.
iterator(long) - Method in interface com.tangosol.util.LongArray
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.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.SparseArray
Obtain a LongArray.Iterator of the contents of the LongArray.
iterator(long) - Method in class com.tangosol.util.SparseArray
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.SparseArray.Node
The key of the node.
key - Variable in class com.tangosol.util.Tree.Node
The key of the node.
KEY_REQUEST - Static variable in class com.tangosol.coherence.servlet.RequestContext
The key used to store the original Servlet request in the map returned by saveRequestState.
KEY_REQUEST - Static variable in class com.tangosol.coherence.servlet.SessionHelper
 
KEY_REQUEST_RESOLVED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The key used to store the dispatchable Servlet request in the map returned by preDispatch.
KEY_RESPONSE - Static variable in class com.tangosol.coherence.servlet.RequestContext
The key used to store the original Servlet response in the map returned by saveRequestState.
KEY_RESPONSE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
 
KEY_RESPONSE_RESOLVED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The key used to store the dispatchable Servlet response in the map returned by preDispatch.
KEY_SESSION_ID - Static variable in class com.tangosol.coherence.servlet.HttpRequestContext
The key used to store the current session ID in the map returned by saveRequestState.
KEY_SESSION_ID - Static variable in class com.tangosol.coherence.servlet.SessionHelper
 
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.ConverterMap
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(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 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.
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.SparseArray.Crawler
 
left - Variable in class com.tangosol.util.SparseArray.Node
The left child of this node.
LEFT - Static variable in class com.tangosol.util.Tree.Crawler
 
left - Variable in class com.tangosol.util.Tree.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, 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.
LOG_ALWAYS - Static variable in class com.tangosol.net.CacheFactory
It is expected that items with a log level of 0 will always be logged.
LOG_DEBUG - Static variable in class com.tangosol.net.CacheFactory
As of Coherence 3.2, the default logging level is 5, so using the level of 5 will show up in the logs by default as a debug message.
LOG_ERR - Static variable in class com.tangosol.net.CacheFactory
Log level 1 indicates an error.
LOG_INFO - Static variable in class com.tangosol.net.CacheFactory
Log level 1 indicates information that should likely be logged.
LOG_MAX - Static variable in class com.tangosol.net.CacheFactory
The maximum logging level indicator.
LOG_MIN - Static variable in class com.tangosol.net.CacheFactory
The minimum logging level indicator.
LOG_QUIET - Static variable in class com.tangosol.net.CacheFactory
As of Coherence 3.2, the default logging level is 5, so using a level higher than 5 will be "quiet" by default, meaning that it will not show up in the logs unless the configured logging level is increased.
LOG_WARN - Static variable in class com.tangosol.net.CacheFactory
Log level 1 indicates a warning.
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_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_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_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_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_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_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 the 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 the 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.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_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.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_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_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.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_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
 
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_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_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_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_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_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_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_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_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_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_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_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_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.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_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_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.
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.
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
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.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.
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.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
 
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.MultiByteArrayInputStream
Construct a MultiByteArrayInputStream.
MultiByteArrayOutputStream - Class in com.tangosol.io
An OutputStream that accumulates the written data to a series of byte arrays that do not exceed a specified size.
MultiByteArrayOutputStream(int) - Constructor for class com.tangosol.io.MultiByteArrayOutputStream
Construct a MultiByteArrayOutputStream to write to byte arrays of the specified length.
MultiByteArrayOutputStream(int, int, int) - Constructor for class com.tangosol.io.MultiByteArrayOutputStream
Construct a MultiByteArrayOutputStream to write to byte arrays of the specified length, leaving the specified amount of padding at the front and back of each byte array.
MulticastTest - Class in com.tangosol.net
Test multicast broadcast.
MulticastTest(InetAddress, InetSocketAddress, int, int, int, boolean) - Constructor for class com.tangosol.net.MulticastTest
Construct the MulticastTest object.
MulticastTest.Listener - Class in com.tangosol.net
 
MulticastTest.Listener() - Constructor for class com.tangosol.net.MulticastTest.Listener
Construct the Listener (not started).
MultiExtractor - Class in com.tangosol.util.extractor
Composite ValueExtractor implementation based on an array of extractors.
MultiExtractor() - Constructor for class com.tangosol.util.extractor.MultiExtractor
Default constructor (necessary for the ExternalizableLite interface).
MultiExtractor(ValueExtractor[]) - Constructor for class com.tangosol.util.extractor.MultiExtractor
Construct a MultiExtractor.
MultiExtractor(String) - Constructor for class com.tangosol.util.extractor.MultiExtractor
Construct a MultiExtractor for a specified method name list.
MultiplexingMapListener - Class in com.tangosol.util
A base class that simplifies the implementation of a MapListener by multiplexing all events into a single listener method.
MultiplexingMapListener() - Constructor for class com.tangosol.util.MultiplexingMapListener
 

N

NAME_FILTER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The Filter object that hides init param names for Coherence params.
NamedCache - Interface in com.tangosol.net
A NamedCache is a Map that holds resources shared among members of a cluster.
NearCache - Class in com.tangosol.net.cache
A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.
NearCache(Map, NamedCache) - Constructor for class com.tangosol.net.cache.NearCache
Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage using the CachingMap.LISTEN_AUTO invalidation strategy.
NearCache(Map, NamedCache, int) - Constructor for class com.tangosol.net.cache.NearCache
Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage.
NearCache.BackServiceListener - Class in com.tangosol.net.cache
MemberListener for the back cache's service.
NearCache.BackServiceListener() - Constructor for class com.tangosol.net.cache.NearCache.BackServiceListener
 
NETWORK_HEALTH - Static variable in class com.tangosol.net.management.MBeanHelper
The Network Health MBean name.
NeverFilter - Class in com.tangosol.util.filter
Filter which always evaluates to false.
NeverFilter() - Constructor for class com.tangosol.util.filter.NeverFilter
Construct a NeverFilter.
newAtomicCounter() - Static method in class com.tangosol.util.AtomicCounter
Instantiate and return a new AtomicCounter.
newAtomicCounter(long) - Static method in class com.tangosol.util.AtomicCounter
Instantiate and return a new AtomicCounter initialized to a particular value.
newInstance(Class, Object[]) - Static method in class com.tangosol.util.ClassHelper
Instantiate the specified class using the specified parameters.
next() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Returns the next element in the iteration.
next(int) - Method in class com.tangosol.net.partition.PartitionSet
Return an index of the first marked partition that is more or equals to the specified partition.
next() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
next() - Method in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
next() - Method in class com.tangosol.run.xml.SimpleParser
Advances to and returns the next token.
next() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.AbstractStableIterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.ChainedEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the next element in the list.
next() - Method in class com.tangosol.util.ConverterEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.DeltaSet.DeltaIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.Dequeue
Returns the next element of this Iterator.
next(int) - Method in class com.tangosol.util.Dequeue
Determines the index following the passed index for storing or accessing an item from the m_ao storage.
next() - Method in class com.tangosol.util.EnumerationIterator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.FilterEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.IteratorEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.LiteMap.EntryIterator
Returns the next element in the iteration.
next() - Method in interface com.tangosol.util.LongArray.Iterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Returns the next element in the interation.
next() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the next element in the list.
next() - Method in class com.tangosol.util.SimpleEnumerator
Returns the next element of this Iterator.
next() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.SparseArray.Crawler
Returns the next element in the iteration.
next() - Method in class com.tangosol.util.SubSet.SubSetIterator
Returns the next element in the interation.
nextElement() - Method in class com.tangosol.util.ChainedEnumerator
Returns the next element of this enumeration.
nextElement() - Method in class com.tangosol.util.ConverterEnumerator
Get the next element in the enumeration.
nextElement() - Method in class com.tangosol.util.Dequeue
Returns the next element from the Dequeue.
nextElement() - Method in class com.tangosol.util.FilterEnumerator
Get the next element in the enumeration.
nextElement() - Method in class com.tangosol.util.IteratorEnumerator
Returns the next element of this enumeration.
nextElement() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class com.tangosol.util.SimpleEnumerator
Returns the next element of this enumeration.
nextElement() - Method in class com.tangosol.util.Tree.Crawler
Returns the next element of this enumeration.
nextIndex() - Method in class com.tangosol.io.pof.PofInputStream
Determine the next property index to read from.
nextIndex() - Method in class com.tangosol.io.pof.PofOutputStream
Determine the next property index to write to.
nextIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextPage() - Method in class com.tangosol.util.filter.LimitFilter
Switch to the next page.
nextTimestamp() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get the current timestamp (in millis).
nextTimestamp() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Returns the current timestamp.
NIL - Static variable in class com.tangosol.io.nio.BinaryMap
Offset reserved for the "does-not-exist" block.
NIL - Variable in class com.tangosol.util.SparseArray.Crawler
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NIL - Static variable in class com.tangosol.util.SparseArray
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NIL - Static variable in class com.tangosol.util.SparseArray.Node
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NIL - Static variable in class com.tangosol.util.Tree.Crawler
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NIL - Static variable in class com.tangosol.util.Tree
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NIL - Static variable in class com.tangosol.util.Tree.Node
NIL is the sentinal Node that is used instead of null, simplifying the implementation of the red/black tree.
NO_BINARY - Static variable in class com.tangosol.io.AbstractReadBuffer
An empty Binary object.
NO_BINARY - Static variable in class com.tangosol.io.AbstractWriteBuffer
An empty Binary object.
NO_BYTES - Static variable in class com.tangosol.io.AbstractReadBuffer
An empty byte array (by definition immutable).
NO_BYTES - Static variable in class com.tangosol.io.AbstractWriteBuffer
An empty byte array (by definition immutable).
NO_LISTENERS - Variable in class com.tangosol.util.MapListenerSupport
An empty set of Listeners.
NO_VALUE - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
Marker object used to indicate to the write-behind thread that an entry has been removed from the queue.
NO_VALUE - Static variable in class com.tangosol.util.MapSet
A no-value object.
NODE_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ClusterNodeMBean.
NONE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Initial state, also state of an allocated block that has not been linked.
NONE - Static variable in class com.tangosol.net.ClusterPermission
No actions.
NOPARAMS - Static variable in class com.tangosol.run.xml.PropertyAdapter
Parameters for finding no-parameter methods.
NOPARAMS - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Parameters for finding no-parameter methods.
NotEqualsFilter - Class in com.tangosol.util.filter
Filter which compares the result of a method invocation with a value for inequality.
NotEqualsFilter() - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Default constructor (necessary for the ExternalizableLite interface).
NotEqualsFilter(ValueExtractor, Object) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, Object) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotEqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.NotEqualsFilter
Construct a NotEqualsFilter for testing inequality.
NotFilter - Class in com.tangosol.util.filter
Filter which negates the results of another filter.
NotFilter() - Constructor for class com.tangosol.util.filter.NotFilter
Default constructor (necessary for the ExternalizableLite interface).
NotFilter(Filter) - Constructor for class com.tangosol.util.filter.NotFilter
Construct a negation filter.
notifyStopping() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
nPort - Variable in class com.tangosol.net.LoadBalancer.AddressPort
The port.
NullFilter - Class in com.tangosol.util
Filter which discards null references.
NullFilter() - Constructor for class com.tangosol.util.NullFilter
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation - Class in com.tangosol.util
A collection of classes that do nothing.
NullImplementation.NullConverter - Class in com.tangosol.util
A Converter that does nothing.
NullImplementation.NullEnumerator - Class in com.tangosol.util
An empty enumerator.
NullImplementation.NullFlatRegistry - Class in com.tangosol.util
A FlatRegistry that contains nothing.
NullImplementation.NullMap - Class in com.tangosol.util
A Map that contains nothing and does nothing.
NullImplementation.NullMap() - Constructor for class com.tangosol.util.NullImplementation.NullMap
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullObservableMap - Class in com.tangosol.util
An immutable ObservableMap which contains nothing.
NullImplementation.NullObservableMap() - Constructor for class com.tangosol.util.NullImplementation.NullObservableMap
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullOutputStream - Class in com.tangosol.util
An OutputStream that does basically nothing.
NullImplementation.NullPofContext - Class in com.tangosol.util
An implementation of PofContext that does nothing.
NullImplementation.NullPofHandler - Class in com.tangosol.util
An implementation of PofHandler that does nothing.
NullImplementation.NullSet - Class in com.tangosol.util
An immutable set which contains nothing.
NullImplementation.NullSet() - Constructor for class com.tangosol.util.NullImplementation.NullSet
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullValueExtractor - Class in com.tangosol.util
A ValueExtractor that always results in the passed-in value.
NullImplementation.NullValueExtractor() - Constructor for class com.tangosol.util.NullImplementation.NullValueExtractor
Default constructor (for ExternalizableLite and PortableObject).
NullImplementation.NullWriter - Class in com.tangosol.util
A writer that does basically nothing.
NumberIncrementor - Class in com.tangosol.util.processor
The NumberIncrementor entry processor is used to increment a property value of a Number type.
NumberIncrementor() - Constructor for class com.tangosol.util.processor.NumberIncrementor
Default constructor (necessary for the ExternalizableLite interface).
NumberIncrementor(String, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberIncrementor
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
NumberIncrementor(PropertyManipulator, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberIncrementor
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.
NumberMultiplier - Class in com.tangosol.util.processor
The NumberMultiplier entry processor is used to multiply a property value of a Number type.
NumberMultiplier() - Constructor for class com.tangosol.util.processor.NumberMultiplier
Default constructor (necessary for the ExternalizableLite interface).
NumberMultiplier(String, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberMultiplier
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.
NumberMultiplier(PropertyManipulator, Number, boolean) - Constructor for class com.tangosol.util.processor.NumberMultiplier
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.

O

OBJECT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of objects.
OBJECT_TYPE - Static variable in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
String representing the "type" part of ObjectName for the HttpSessionManagerMBean.
ObservableHashMap - Class in com.tangosol.util
An ObservableMap implementation that extends the SafeHashMap.
ObservableHashMap() - Constructor for class com.tangosol.util.ObservableHashMap
Construct the ObservableHashMap.
ObservableHashMap(int, float, float) - Constructor for class com.tangosol.util.ObservableHashMap
Construct an ObservableHashMap using the specified settings.
ObservableHashMap.Entry - Class in com.tangosol.util
A holder for a cached value.
ObservableHashMap.Entry() - Constructor for class com.tangosol.util.ObservableHashMap.Entry
 
ObservableMap - Interface in com.tangosol.util
ObservableMap interface represents an object with a model being a Map that allows for pluggable notifications for occuring changes.
obtainClusterOwnership(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Obtain ownership within the cluster for the specified session.
OFFSET_HASH - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset of the key's hash within an Entry block.
OFFSET_KEY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset of the key data within an Entry block.
OFFSET_VALUE - Static variable in class com.tangosol.io.nio.BinaryMap.Block
Offset (not counting key length) of the value data within an Entry block.
OldCache - Class in com.tangosol.net.cache
Deprecated. As of release 3.1, replaced by LocalCache
OldCache() - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int, int) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache(int, int, double) - Constructor for class com.tangosol.net.cache.OldCache
Deprecated. Construct the cache manager.
OldCache.Entry - Class in com.tangosol.net.cache
Deprecated. A holder for a cached value.
OldCache.Entry() - Constructor for class com.tangosol.net.cache.OldCache.Entry
Deprecated. Construct the cacheable entry that holds the cached value.
OldCache.EntrySet - Class in com.tangosol.net.cache
Deprecated. A set of entries backed by this map.
OldCache.EntrySet() - Constructor for class com.tangosol.net.cache.OldCache.EntrySet
Deprecated.  
OldCache.EvictionPolicy - Interface in com.tangosol.net.cache
Deprecated. An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.
OldCache.KeySet - Class in com.tangosol.net.cache
Deprecated. A set of entries backed by this map.
OldCache.KeySet() - Constructor for class com.tangosol.net.cache.OldCache.KeySet
Deprecated.  
OldCache.UnitCalculator - Interface in com.tangosol.net.cache
Deprecated. A unit calculator is an object that can calculate the cost of caching an object.
OldCache.ValuesCollection - Class in com.tangosol.net.cache
Deprecated. A collection of values backed by this map.
OldCache.ValuesCollection() - Constructor for class com.tangosol.net.cache.OldCache.ValuesCollection
Deprecated.  
onAdd() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. This method is invoked when the containing Map has actually added this Entry to itself.
onAdd() - Method in class com.tangosol.util.ObservableHashMap.Entry
This method is invoked when the containing Map has actually added this Entry to itself.
onAdd() - Method in class com.tangosol.util.SafeHashMap.Entry
This method is invoked when the containing Map has actually added this Entry to itself.
onBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Handle an event occuring against the "back" map.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a boolean value has been encountered in the POF stream.
onBoolean(int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a boolean value has been encountered in the POF stream.
onBound(AbstractHttpSessionModel.AttributeHolder) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Called when the attribute is bound.
onBound(AbstractHttpSessionModel.AttributeHolder) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Called when the attribute is bound.
onChar(int, char) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in interface com.tangosol.io.pof.PofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a character value has been encountered in the POF stream.
onChar(int, char) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a character value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in interface com.tangosol.io.pof.PofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a character string value has been encountered in the POF stream.
onCharString(int, String) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a character string value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date value has been encountered in the POF stream.
onDate(int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date-time value has been encountered in the POF stream.
onDateTime(int, int, int, int, int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDayTimeInterval(int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a day-time interval value has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal128(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a quad-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal32(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a single-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onDecimal64(int, BigDecimal) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a double-precision decimal value (a base-10 floating point) has been encountered in the POF stream.
onEraseAllFailure(Collection, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore eraseAll() failure.
onEraseFailure(Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore erase() failure.
onException(Throwable, Runnable) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Process an exception that is thrown during a task execution.
onException(Exception) - Method in class com.tangosol.io.pof.PofBufferWriter
Called when an unexpected exception is caught while writing to the POF stream.
onException(Exception) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Called when an unexpected exception is caught while writing to the POF stream.
onException(Throwable, Runnable) - Method in class com.tangosol.util.TaskDaemon
Process an exception that is thrown during a task execution.
onExternalAttributeUpdate(int) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Notify the session collection that an attribute of the specified size (in bytes) was updated in the external attribute cache.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat128(int, RawQuad) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 quad-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat32(int, float) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in interface com.tangosol.io.pof.PofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFloat64(int, double) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
onFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Either handle an event by turning it over to another thread that is processing the key specified by the event, or take responsibility on this thread for deferring the event and registering its immediate side-effects.
onFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Either handle an event by turning it over to another thread that is processing the key specified by the event, or take responsibility on this thread for deferring the event and registering its immediate side-effects.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onIdentityReference(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in interface com.tangosol.io.pof.PofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt128(int, BigInteger) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a 128-bit integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in interface com.tangosol.io.pof.PofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt16(int, short) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a short integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that an integer value has been encountered in the POF stream.
onInt32(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that an integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in interface com.tangosol.io.pof.PofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a long integer value has been encountered in the POF stream.
onInt64(int, long) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a long integer value has been encountered in the POF stream.
onLoadAllFailure(Collection, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore loadAll() failure.
onLoadFailure(Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore load() failure.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.BackMapListener
Invoked for any event.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.AddListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.BackMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.FrontMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
Invoked when a map entry has been inserted, updated or deleted.
onMapEvent(MapEvent) - Method in class com.tangosol.util.WrapperObservableMap.InternalListener
Invoked when a map entry has been inserted, updated or deleted.
onModelUpdate(int) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Notify the session collection that a model of the specified size (in bytes) was updated in the session storage clustered cache.
onModify(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
A value modification event (insert or update) has occurred.
onNullReference(int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in interface com.tangosol.io.pof.PofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.io.pof.WritingPofHandler
Specifies that a null value has been encountered in the POF stream.
onNullReference(int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Specifies that a null value has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctet(int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that an octet value (a byte) has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in interface com.tangosol.io.pof.PofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a octet string value has been encountered in the POF stream.
onOctetString(int, Binary) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a octet string value has been encountered in the POF stream.
onPartitionEvent(PartitionEvent) - Method in interface com.tangosol.net.partition.PartitionListener
Invoked when a partition event has occurred.
onRemove() - Method in class com.tangosol.util.ObservableHashMap.Entry
Called to inform the Entry that it has been removed.
onStoreAllFailure(Map, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore storeAll() failure.
onStoreFailure(Object, Object, Exception) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Logs a CacheStore store() failure.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTime(int, int, int, int, int, boolean) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time value has been encountered in the POF stream.
onTime(int, int, int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time value (with a timezone offset) has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a time interval value has been encountered in the POF stream.
onTimeInterval(int, int, int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a time interval value has been encountered in the POF stream.
onUnbound(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Called when the attribute is unbound.
onUnbound(boolean) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Called when the attribute is unbound.
onValue(int) - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Notify the Complex object that a value has been encountered.
onValue(int) - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Notify the Complex object that a value has been encountered.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.AbstractPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.LoggingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in interface com.tangosol.io.pof.PofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.io.pof.WritingPofHandler
Report that a year-month interval value has been encountered in the POF stream.
onYearMonthInterval(int, int, int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
Report that a year-month interval value has been encountered in the POF stream.
open() - Method in class com.tangosol.util.ThreadGate
After the ThreadGate is closed by a call to close(), it can be re-opened by calling this method.
openBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Obtain a Block object for the block located at the specified offset in the ByteBuffer.
openSession() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Open a Hibernate Session.
OPT_INSTALL - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
Command line option: install
OPT_UNINSTALL - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
Command line option: uninstall
OrFilter - Class in com.tangosol.util.filter
Filter which returns the logical "or" of two other filters.
OrFilter() - Constructor for class com.tangosol.util.filter.OrFilter
Default constructor (necessary for the ExternalizableLite interface).
OrFilter(Filter, Filter) - Constructor for class com.tangosol.util.filter.OrFilter
Construct an "or" filter.
OutputStreaming - Interface in com.tangosol.io
This is the interface represented by the Java OutputStream class.
OverflowMap - Class in com.tangosol.net.cache
An Observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).
OverflowMap(ObservableMap, Map) - Constructor for class com.tangosol.net.cache.OverflowMap
Construct a OverflowMap using two specified maps: FrontMap (aka "cache" or "shallow") and BackMap (aka "file" or "deep") If the BackMap implements the ObservableMap interface a listener will be added to the BackMap to invalidate items updated [externally] in the back map.
OverflowMap.BackMapListener - Class in com.tangosol.net.cache
A listener for the back map.
OverflowMap.BackMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.BackMapListener
 
OverflowMap.EntrySet - Class in com.tangosol.net.cache
A set of entries backed by this map.
OverflowMap.EntrySet() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet
 
OverflowMap.EntrySet.EntrySetIterator - Class in com.tangosol.net.cache
A pessimistic Iterator over the EntrySet that is backed by the OverflowMap.
OverflowMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
 
OverflowMap.ExpirableStatus - Class in com.tangosol.net.cache
The ExpirableStatus adds expiry to the base Status object.
OverflowMap.ExpirableStatus() - Constructor for class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Construct a Status object for a specific key.
OverflowMap.FrontMapListener - Class in com.tangosol.net.cache
A listener for the front map that moves evictions to the back map.
OverflowMap.FrontMapListener() - Constructor for class com.tangosol.net.cache.OverflowMap.FrontMapListener
 
OverflowMap.HistoricCacheEvent - Class in com.tangosol.net.cache
A CacheEvent that carries a recent value (to avoid it being lost during eviction).
OverflowMap.HistoricCacheEvent(ObservableMap, int, Object, Object, Object, boolean, Object) - Constructor for class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
Create a Historic CacheEvent that contains the most recent value before the now-current value.
OverflowMap.InternalKeySet - Class in com.tangosol.net.cache
A read-only set of keys backed by this map.
OverflowMap.InternalKeySet() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet
 
OverflowMap.InternalKeySet.InternalKeySetIterator - Class in com.tangosol.net.cache
An Iterator implementation over the keys in the OverflowMap that that is based on a concurrent Iterator over the internal status map.
OverflowMap.InternalKeySet.InternalKeySetIterator() - Constructor for class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Default constructor.
OverflowMap.Status - Class in com.tangosol.net.cache
The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.
OverflowMap.Status() - Constructor for class com.tangosol.net.cache.OverflowMap.Status
Construct a Status object.
overrideElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Override the values of the specified base element with values from the specified override element.

P

PackedDataInputStream - Class in com.tangosol.io
This is an imitation DataInputStream class that reads from streams that were produced by a corresponding PackedDataOutputStream.
PackedDataInputStream(InputStream) - Constructor for class com.tangosol.io.PackedDataInputStream
Construct a WrapperDataInputStream that will read from the specified InputStream object.
PackedDataOutputStream - Class in com.tangosol.io
This is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB.
PackedDataOutputStream(OutputStream) - Constructor for class com.tangosol.io.PackedDataOutputStream
Construct a PackedDataOutputStream that will output to the specified OutputStream object.
padMemorySize(int) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Round the given number of bytes to the next closest integer that is divisible by 8.
PARAM_IDS - Static variable in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Name of the "ids" named parameter in HQL bulk queries
parent - Variable in class com.tangosol.util.SparseArray.Node
The parent of this node.
parent - Variable in class com.tangosol.util.Tree.Node
The parent of this node.
parse(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.PofParser
Parse a POF value that is in the passed BufferInput.
parse(String) - Static method in class com.tangosol.run.xml.DateTimeAdapter
Return a Date represented by ISO8601 compliant string.
parseAction(String) - Method in class com.tangosol.net.ClusterPermission
Parse the action string and set the action flag.
parseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse an Array from the POF stream.
parseBoolean(ServletContext, String, boolean) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Helper: Get a boolean init parameter from the context.
parseCollection(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Collection from the POF stream.
parseComment(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parseComment(XmlElement, boolean) - Method in class com.tangosol.run.xml.SimpleParser
 
parseDoctype(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
 
parseDocument(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
Factory method to instantiate an XmlDocument implementation.
parseElement(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
Note: '<' and element name have already been parsed
parseInitParams(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Parse the specified "init-params" element of the following structure:
parseInitParams(XmlElement, XmlHelper.ParameterResolver) - Static method in class com.tangosol.run.xml.XmlHelper
Parse the specified "init-params" element of the following structure:
parseInt(ServletContext, String, int) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Helper: Get an int init parameter from the context.
parseMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Map from the POF stream.
parseMisc(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parseNumber(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
Parse parenthesized number string into a negative number string.
parsePi(XmlElement) - Method in class com.tangosol.run.xml.SimpleParser
 
parsePi(XmlElement, boolean) - Method in class com.tangosol.run.xml.SimpleParser
 
parseSparseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Sparse Array from the POF stream.
parseString(ServletContext, String, String) - Static method in class com.tangosol.coherence.servlet.SessionHelper
Helper: Get a String init parameter from the context.
parseTarget(String) - Method in class com.tangosol.net.ClusterPermission
Parse the target string.
parseThreadExtension(Daemon) - Static method in class com.tangosol.net.LoadBalancer
Parse the extension glued onto the end of a daemon's thread's name.
parseUniformArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Array from the POF stream.
parseUniformCollection(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Collection from the POF stream.
parseUniformKeysMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform-Keys Map from the POF stream.
parseUniformMap(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Map from the POF stream.
parseUniformSparseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Parse a Uniform Sparse Array from the POF stream.
parseUniformValue(ReadBuffer.BufferInput, int, int) - Method in class com.tangosol.io.pof.PofParser
Within the POF stream, parse a POF value of the specified type that is in the passed BufferInput.
parseUserType(ReadBuffer.BufferInput, int, int) - Method in class com.tangosol.io.pof.PofParser
Parse a User Type from the POF stream.
parseValue(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
Within the POF stream, parse a POF value that is in the passed BufferInput.
parseXml(String) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified String into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(String, XmlElement) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified String into a tree of XmlElement objects (same as above) having the specified [empty] XmlElement a root Note: this method is used by de-serialization (see SimpleElement#readExternal)
parseXml(InputStream) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified InputStream into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(Reader) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified Reader into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(InputSource) - Method in class com.tangosol.run.xml.SaxParser
Parse the specified InputSource into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
parseXml(InputSource, XmlElement) - Method in class com.tangosol.run.xml.SaxParser
 
parseXml(String) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified String into an XmlDocument object.
parseXml(Reader) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified Reader into an XmlDocument object.
parseXml(InputStream) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified InputStream into an XmlDocument object.
parseXml(InputStream, String) - Method in class com.tangosol.run.xml.SimpleParser
Parse the specified InputStream into an XmlDocument object using the specified charset.
parseXml(String, XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
Parse the passed script.
parseXmlDecl(XmlDocument) - Method in class com.tangosol.run.xml.SimpleParser
 
PARTITION_LOST - Static variable in class com.tangosol.net.partition.PartitionEvent
This event indicates that a partition has been lost.
PartitionAssignmentStrategy - Interface in com.tangosol.net.partition
A PartitionAssignmentStrategy is a pluggable strategy for assigning partition primary and backup ownership to cluster members.
PartitionedService - Interface in com.tangosol.net
A PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.
PartitionEvent - Class in com.tangosol.net.partition
The PartitionEvent carries information about an event related to one or more partitions.
PartitionEvent(PartitionedService, int, PartitionSet, Member, Member) - Constructor for class com.tangosol.net.partition.PartitionEvent
Construct a partition event.
PartitionListener - Interface in com.tangosol.net.partition
The listener interface for receiving PartitionEvents.
PartitionSet - Class in com.tangosol.net.partition
PartitionSet is a light-weight data structure that represents a set of partitions that are used in parallel processing.
PartitionSet() - Constructor for class com.tangosol.net.partition.PartitionSet
Default constructor (necessary for the ExternalizableLite interface).
PartitionSet(int) - Constructor for class com.tangosol.net.partition.PartitionSet
Construct an empty partition set with a given count.
PartitionSet(PartitionSet) - Constructor for class com.tangosol.net.partition.PartitionSet
Copy constructor: construct a new PartitionSet object equivalent to the specified one.
passivate(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Move the session into a passive state, if it is not already.
passivate() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Passivate the session model.
passivate(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Move the session into a passive state, if it is not already.
PasswordBasedEncryptionFilter - Class in com.tangosol.net.security
Provides a password-based symmetric encryption wrapper for an InputStream and OutputStream.
PasswordBasedEncryptionFilter() - Constructor for class com.tangosol.net.security.PasswordBasedEncryptionFilter
 
PATH_CACHE_CONFIG - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the required resource that will be used to configure the CacheProvider's own ConfigurableCacheFactory.
PATH_PROVIDER_CONFIG - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The name of the optional resource that will be used to configure the CacheProvider itself.
peek(Object) - Method in class com.tangosol.net.cache.LocalCache
Checks for a valid entry corresponding to the specified key in the cache, and returns the corresponding value if it is.
peek() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Wait for a key to be added to the queue and return it without removing it from the queue.
peek(int) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token matches the passed token id and, if so, advances to the next token.
peek(int, int) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token matches the passed token category and sub-category.
peek(String) - Method in class com.tangosol.run.xml.SimpleParser
Tests if the current token is a name that matches the passed String and, if so, advances to the next token.
peek() - Method in class com.tangosol.util.SimpleStack
Return the object that is currently on top of the stack.
peekAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
Checks for a valid entry corresponding to each specified key in the cache, and places the corresponding value in the returned map if it is.
PLAN_ALL_LISTENER - Static variable in class com.tangosol.util.MapListenerSupport
There is one all-keys non-filtered listener.
PLAN_KEY_LISTENER - Static variable in class com.tangosol.util.MapListenerSupport
There is one key listener (even if for multiple keys).
PLAN_NO_LISTENERS - Static variable in class com.tangosol.util.MapListenerSupport
There are no listeners.
PLAN_NO_OPTIMIZE - Static variable in class com.tangosol.util.MapListenerSupport
There is no optimized plan, so just use the default approach.
PLAN_NONE - Static variable in class com.tangosol.util.MapListenerSupport
A plan has not yet been formed.
PofBufferReader - Class in com.tangosol.io.pof
PofReader implementation that reads POF-encoded data from a BufferInput.
PofBufferReader(ReadBuffer.BufferInput, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferReader
Construct a POF parser that will pull values from the specified stream
PofBufferReader() - Constructor for class com.tangosol.io.pof.PofBufferReader
 
PofBufferReader.UserTypeReader - Class in com.tangosol.io.pof
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.
PofBufferReader.UserTypeReader(ReadBuffer.BufferInput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Construct a parser for parsing the property values of a user type.
PofBufferWriter - Class in com.tangosol.io.pof
PofWriter implementation that writes POF-encoded data to a BufferOutput.
PofBufferWriter(WriteBuffer.BufferOutput, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferWriter
Construct a new PofBufferWriter that will write a POF stream to the passed BufferOutput object.
PofBufferWriter(WritingPofHandler, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferWriter
Construct a new PofBufferWriter that will write a POF stream using the passed WritingPofHandler.
PofBufferWriter.UserTypeWriter - Class in com.tangosol.io.pof
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.
PofBufferWriter.UserTypeWriter(WriteBuffer.BufferOutput, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofBufferWriter.UserTypeWriter(WritingPofHandler, PofContext, int, int) - Constructor for class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Construct a UserTypeWriter for writing the property values of a user type.
PofConstants - Interface in com.tangosol.io.pof
The constants related to POF streams.
PofContext - Interface in com.tangosol.io.pof
The PofContext interface represents a set of user types that can be serialized to and deserialized from a POF stream.
PofHandler - Interface in com.tangosol.io.pof
This interface defines the handler for an event-driven approach to parsing (or assembling) a POF stream.
PofHelper - Class in com.tangosol.io.pof
Collection of helper methods for POF streams.
PofHelper() - Constructor for class com.tangosol.io.pof.PofHelper
 
PofHelper.ReadableEntrySetMap - Class in com.tangosol.io.pof
Map implementation backed by a List of Map.Entry objects.
PofHelper.ReadableEntrySetMap() - Constructor for class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Create a new ReadableEntrySetMap.
PofHelper.WriteableEntrySetMap - Class in com.tangosol.io.pof
Immutable Map implementation backed by a Set of Map.Entry objects.
PofHelper.WriteableEntrySetMap(Map.Entry) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
Construct a new WriteableEntrySetMap that is backed by a single Map.Entry object.
PofHelper.WriteableEntrySetMap(Set) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
Construct a new WriteableEntrySetMap that is backed by the given Set of Map.Entry objects.
PofInputStream - Class in com.tangosol.io.pof
An ObjectInput implementation suitable for reading Externalizable and ExternalizableLite objects from a POF stream, although without support for schema evolution and other advanced POF features.
PofInputStream(PofReader) - Constructor for class com.tangosol.io.pof.PofInputStream
Construct a PofInputStream that will read its information from an underlying PofReader.
PofOutputStream - Class in com.tangosol.io.pof
An ObjectOutput implementation suitable for writing Externalizable and ExternalizableLite objects to a POF stream, although without support for schema evolution and other advanced POF features.
PofOutputStream(PofWriter) - Constructor for class com.tangosol.io.pof.PofOutputStream
Construct a PofOutputStream that will write its information to an underlying PofWriter.
PofParser - Class in com.tangosol.io.pof
A "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object.
PofParser(PofHandler) - Constructor for class com.tangosol.io.pof.PofParser
Construct a POF parser that will push events to the specified handler.
PofReader - Interface in com.tangosol.io.pof
The PofReader interface provides the capability of reading a set of non-primitive Java types ("user types") from a POF stream as an ordered sequence of indexed properties.
PofSerializer - Interface in com.tangosol.io.pof
The PofSerializer interface provides the capability of reading and writing a Java object from and to a POF stream.
PofWriter - Interface in com.tangosol.io.pof
The PofWriter interface provides the capability of writing a set of non-primitive Java types ("user types") to a POF stream as an ordered sequence of indexed properties.
POINT_TO_POINT_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the PointToPointMBean.
pop() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
pop() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
pop() - Method in class com.tangosol.util.SimpleStack
Remove and return the object that is currently on top of the stack.
popCacheContext() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Pop cache context from a thread-local storage.
PortableException - Exception in com.tangosol.io.pof
A PortableException is an exception that allows information about a remote exception or error to be serialized and deserialized to/from a POF stream.
PortableException() - Constructor for exception com.tangosol.io.pof.PortableException
Default constructor (for PortableObject).
PortableException(String) - Constructor for exception com.tangosol.io.pof.PortableException
Construct a PortableException with a specified detail message.
PortableException(String, Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
Construct a PortableException with a specified detail message and cause.
PortableException(Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
Construct a PortableException with a specified cause.
PortableObject - Interface in com.tangosol.io.pof
The PortableObject interface is implemented by Java classes that can self- serialize and deserialize their state to and from a POF data stream.
PortableObjectSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements PortableObject to and from a POF stream.
PortableObjectSerializer(int) - Constructor for class com.tangosol.io.pof.PortableObjectSerializer
Create a new PortableObjectSerializer for the user type with the given type identifier.
PortalCacheProvider - Class in com.tangosol.coherence.weblogic
WebLogic Portal CacheProvider implementation that provides Cache instances that use Coherence™ to cache data.
PortalCacheProvider() - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider
Default constructor.
PortalCacheProvider.CacheImpl - Class in com.tangosol.coherence.weblogic
Cache implementation that delegates most operations to a Coherence NamedCache.
PortalCacheProvider.CacheImpl(String, NamedCache) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Create a new CacheImpl.
PortalCacheProvider.CacheImpl.EntryInfo - Class in com.tangosol.coherence.weblogic
An EntryInfo contains metadata about a cached Map.Entry.
PortalCacheProvider.CacheImpl.EntryInfo(boolean) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Create a new EntryInfo.
PortalCacheProvider.FlushAgent - Class in com.tangosol.coherence.weblogic
Invocable implementation that is used to flush a Cache instance located on one or more remote cluster nodes.
PortalCacheProvider.FlushAgent() - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Default constructor necessary for ExternalizableLite support.
PortalCacheProvider.FlushAgent(String, Object, String) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Create a new FlushAgent that can be used to flush the Cache with the given name.
PortalCacheProvider.ReloadableCacheImpl - Class in com.tangosol.coherence.weblogic
CacheImpl extension that supports the ReloadableCache interface.
PortalCacheProvider.ReloadableCacheImpl(String, NamedCache) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Create a new CacheImpl.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo - Class in com.tangosol.coherence.weblogic
An EntryInfo extension that contains additional metadata about a cached Map.Entry that can be refreshed using a CacheReloader.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo(boolean) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Create a new ReloadableEntryInfo.
PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo(boolean, CacheReloader, long) - Constructor for class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Create a new ReloadableEntryInfo.
postAdjust(long) - Method in class com.tangosol.util.AtomicCounter
Adjust the value of the counter by the specified amount, and return the old value.
postCreate(HttpSession) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
This method is called at the end of the session creation process.
postCreate(HttpSession) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
This method is called at the end of the session creation process.
postDecrement() - Method in class com.tangosol.util.AtomicCounter
Decrement the value, and return the original value.
postDecrement(long) - Method in class com.tangosol.util.AtomicCounter
Decrement the value by c, and return the original value.
postDispatch(ServletRequest, Map) - Method in class com.tangosol.coherence.servlet.SessionHelper
Restores a Servlet request to the state it was in prior to being dispatched.
postIncrement() - Method in class com.tangosol.util.AtomicCounter
Incremenet the value, and return the original value.
postIncrement(long) - Method in class com.tangosol.util.AtomicCounter
Incremenet the value by c, and return the original value.
postService(RequestContext) - Method in class com.tangosol.coherence.servlet.SessionHelper
Finish the request processing after the servlet/jsp is complete.
potentialStreamClosedException(NullPointerException) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Check if an NPE is caused by the stream being closed.
potentialStreamClosedException(NullPointerException) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Check if an NPE is caused by the stream being closed.
preDispatch(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Prepares a Servlet request to be dispatched by a RequestDispatcher.
PreferIPv4Stack - Static variable in class com.tangosol.net.InetAddressHelper
The value of system property "java.net.preferIPv4Stack".
PreferIPv6Addresses - Static variable in class com.tangosol.net.InetAddressHelper
The value of system property "java.net.preferIPv6Addresses".
PREFIX - Static variable in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
The prefix for all provider-specific system properties
PreloadRequest - Class in com.tangosol.util.processor
PreloadRequest is a simple EntryProcessor that performs a Entry.getValue call.
PreloadRequest() - Constructor for class com.tangosol.util.processor.PreloadRequest
Construct the PreloadRequest processor.
prepare() - Method in interface com.tangosol.util.TransactionMap
Prepare to commit changes made to the TransactionMap.
prepareStatus(Object, OverflowMap.Status) - Method in class com.tangosol.net.cache.OverflowMap
Validate the status and process any deferred events or pending expiry.
prepareWrite() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IOException at this point.
prepareWrite() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IO Exception at this point.
prepareWrite() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Called to test serialization; if the holder cannot serialize its value, it should throw an IOException at this point.
PresentFilter - Class in com.tangosol.util.filter
Filter which returns true for InvocableMap.Entry objects that currently exist in a Map.
PresentFilter() - Constructor for class com.tangosol.util.filter.PresentFilter
Construct a PresentFilter.
preService(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Wrap the passed request and response (if necessary) and build a request context that contains all the pertinent information about the request.
prev(int) - Method in class com.tangosol.util.Dequeue
Determines the index preceding the passed index for storing or accessing an item from the m_ao storage.
previous() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the previous element in the list.
previous() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the previous element in the list.
previousIndex() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousIndex() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousPage() - Method in class com.tangosol.util.filter.LimitFilter
Switch to the previous page.
PRIME_MODULO - Static variable in class com.tangosol.util.SafeHashMap
A list of possible modulos to use.
PrimitiveArrayAdapter - Class in com.tangosol.run.xml
A PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.
PrimitiveArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter
Construct a PrimitiveArrayAdapter.
PrimitiveArrayAdapter.BooleanArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting boolean[].
PrimitiveArrayAdapter.BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Construct a BooleanArrayAdapter.
PrimitiveArrayAdapter.ByteArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting byte[].
PrimitiveArrayAdapter.ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Construct a ByteArrayAdapter.
PrimitiveArrayAdapter.CharArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting char[].
PrimitiveArrayAdapter.CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Construct a CharArrayAdapter.
PrimitiveArrayAdapter.DoubleArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting double[].
PrimitiveArrayAdapter.DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Construct a DoubleArrayAdapter.
PrimitiveArrayAdapter.FloatArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting float[].
PrimitiveArrayAdapter.FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Construct a FloatArrayAdapter.
PrimitiveArrayAdapter.IntArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting int[].
PrimitiveArrayAdapter.IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Construct an IntArrayAdapter.
PrimitiveArrayAdapter.LongArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting long[].
PrimitiveArrayAdapter.LongArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Construct a LongArrayAdapter.
PrimitiveArrayAdapter.ShortArrayAdapter - Class in com.tangosol.run.xml
A PropertyAdapter supporting short[].
PrimitiveArrayAdapter.ShortArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Construct a ShortArrayAdapter.
print(String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Print the passed String.
print(boolean) - Method in class com.tangosol.io.WriterPrintStream
Print a boolean value.
print(char) - Method in class com.tangosol.io.WriterPrintStream
Print a character.
print(int) - Method in class com.tangosol.io.WriterPrintStream
Print an integer.
print(long) - Method in class com.tangosol.io.WriterPrintStream
Print a long integer.
print(float) - Method in class com.tangosol.io.WriterPrintStream
Print a floating-point number.
print(double) - Method in class com.tangosol.io.WriterPrintStream
Print a double-precision floating-point number.
print(char[]) - Method in class com.tangosol.io.WriterPrintStream
Print an array of characters.
print(String) - Method in class com.tangosol.io.WriterPrintStream
Print a string.
print(Object) - Method in class com.tangosol.io.WriterPrintStream
Print an object.
print() - Method in class com.tangosol.util.SparseArray.Node
In-order printing of the contents of the node and its children.
print() - Method in class com.tangosol.util.SparseArray
In-order printing of the contents of the SparseArray.
print() - Method in class com.tangosol.util.Tree.Node
In-order printing of the contents of the node and its children.
print() - Method in class com.tangosol.util.Tree
In-order printing of the contents of the tree.
println(String) - Method in class com.tangosol.io.DebugDataOutputStream
Print the passed String to the underlying stream.
println() - Method in class com.tangosol.io.IndentingWriter
Terminate the current line by writing the line separator string.
println() - Method in class com.tangosol.io.WriterPrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class com.tangosol.io.WriterPrintStream
Print a boolean and then terminate the line.
println(char) - Method in class com.tangosol.io.WriterPrintStream
Print a character and then terminate the line.
println(int) - Method in class com.tangosol.io.WriterPrintStream
Print an integer and then terminate the line.
println(long) - Method in class com.tangosol.io.WriterPrintStream
Print a long and then terminate the line.
println(float) - Method in class com.tangosol.io.WriterPrintStream
Print a float and then terminate the line.
println(double) - Method in class com.tangosol.io.WriterPrintStream
Print a double and then terminate the line.
println(char[]) - Method in class com.tangosol.io.WriterPrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class com.tangosol.io.WriterPrintStream
Print a String and then terminate the line.
println(Object) - Method in class com.tangosol.io.WriterPrintStream
Print an Object and then terminate the line.
println() - Method in class com.tangosol.net.CacheFactory.LoggingWriter
Log the accumulated String using the logging severity that this PrintWriter was configured with.
printStackTrace() - Method in exception com.tangosol.io.pof.PortableException
Print this PortableException and its stack trace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.tangosol.io.pof.PortableException
Print this PortableException and its stack trace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.tangosol.io.pof.PortableException
Print this PortableException and its stack trace to the specified PrintWriter.
printStackTrace() - Method in exception com.tangosol.util.WrapperException
Prints this WrapperException and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.tangosol.util.WrapperException
Prints this WrapperException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception com.tangosol.util.WrapperException
Prints this WrapperException and its backtrace to the specified print writer.
PriorityAggregator - Class in com.tangosol.util.aggregator
PriorityAggregator is used to explicitly control the scheduling priority and timeouts for execution of EntryAggregator-based methods.
PriorityAggregator() - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
Default constructor (necessary for the ExternalizableLite interface).
PriorityAggregator(InvocableMap.ParallelAwareAggregator) - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
Construct a PriorityAggregator.
PriorityFilter - Class in com.tangosol.util.filter
PriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods.
PriorityFilter() - Constructor for class com.tangosol.util.filter.PriorityFilter
Default constructor (necessary for the ExternalizableLite interface).
PriorityFilter(IndexAwareFilter) - Constructor for class com.tangosol.util.filter.PriorityFilter
Construct a PriorityFilter.
PriorityProcessor - Class in com.tangosol.util.processor
PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.
PriorityProcessor() - Constructor for class com.tangosol.util.processor.PriorityProcessor
Default constructor (necessary for the ExternalizableLite interface).
PriorityProcessor(InvocableMap.EntryProcessor) - Constructor for class com.tangosol.util.processor.PriorityProcessor
Construct a PriorityProcessor.
PriorityTask - Interface in com.tangosol.net
The PriorityTask interface allows to control the ordering in which a service schedules tasks for execution using a thread pool and limit their execution times to a specified duration.
process(boolean, Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Process the specified entry according to this Bundle state.
process(Object, Object) - Method in class com.tangosol.net.cache.AbstractEntryBundler
Process the specified entry in a most optimal way according to the bundle settings.
process(boolean, Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Process the specified key according to this Bundle state.
process(Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Process the specified key in a most optimal way according to the bundle settings.
process(Socket, Socket) - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Process the transfer of data from one socket to another.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalAverage
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.BigDecimalSum
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.ComparableMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.ComparableMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DistinctValues
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleAverage
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.DoubleSum
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongMax
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongMin
Incorporate one aggregatable value into the result.
process(Object, boolean) - Method in class com.tangosol.util.aggregator.LongSum
Incorporate one aggregatable value into the result.
process(InvocableMap.Entry) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.CompositeProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPut
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPutAll
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalRemove
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ExtractorProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberIncrementor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberMultiplier
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PreloadRequest
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PriorityProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.UpdaterProcessor
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPut
Process a Map.Entry object.
process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPutAll
Process a Map.Entry object.
processAll(boolean, Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Process the specified collection of entries according to this Bundle state.
processAll(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler
Process a colllection of entries in a most optimal way according to the bundle settings.
processAll(boolean, Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Process the specified kye collection according to this Bundle state.
processAll(Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Process a colKeys of specified items in a most optimal way according to the bundle settings.
processAll(Set) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.AbstractProcessor
Process a Set of InvocableMap.Entry objects.
processAll(Set) - Method in class com.tangosol.util.processor.PriorityProcessor
Process a Set of InvocableMap.Entry objects.
processBackEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an event.
processCommand(Map, String) - Static method in class com.tangosol.net.DatagramTest
Process a command from the command line arguments.
processCommand(Map, String, Object) - Static method in class com.tangosol.net.DatagramTest
Process a command from the command line arguments.
processDeferredEvents(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Process deferred events, if there are any.
processDeferredEvents() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Process deferred events, if there are any.
processDeletedEntry(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
Process an entry that is about to be removed from the internal cache.
processEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Perform any necessary processing on the given class entry.
processEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an arbitrary event that has occurred against either the front or back map.
processFeedback(WorkManager.SendFeedback) - Method in class com.tangosol.coherence.commonj.WorkManager
Process a remote work feedback.
processFrontEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Process an event.
processFrontEvent(SimpleOverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Process an event.
processIntCommand(Map, String, int) - Static method in class com.tangosol.net.DatagramTest
Process an optional command from the command line arguments, where the value is to be interpreted as an integer.
processIntCommand(Map, String) - Static method in class com.tangosol.net.DatagramTest
Process a required command from the command line arguments, where the value is to be interpreted as an integer.
processLongCommand(Map, String, long) - Static method in class com.tangosol.net.DatagramTest
Process an optional command from the command line arguments, where the value is to be interpreted as an long.
processPending(Binary, Binary) - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Store the specified value under the specific key in the underlying store, or if the value is AsyncBinaryStore.DELETED then erase the value from the underlying store.
processWork(WorkManager.ScheduleWork) - Method in class com.tangosol.coherence.commonj.WorkManager
Run the remote work agent.
PRODUCT - Static variable in class com.tangosol.net.CacheFactory
The product name string.
PRODUCT_BANNER - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The product name banner.
PROPERTY_CONFIG - Static variable in class com.tangosol.io.pof.ConfigurablePofContext
The name of the system property ("tangosol.pof.config") that can be used to override the location of the default POF configuration file.
PROPERTY_CONFIG - Static variable in class com.tangosol.net.security.DefaultController
The name of the system property that can be used to override the location of the DefaultController configuration file.
PropertyAdapter - Class in com.tangosol.run.xml
The PropertyAdapter is the base class for handling the operations that can occur on any property.
PropertyAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PropertyAdapter
Construct a PropertyAdapter.
PropertyManipulator - Class in com.tangosol.util.processor
PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.
PropertyManipulator() - Constructor for class com.tangosol.util.processor.PropertyManipulator
Default constructor (necessary for the ExternalizableLite interface).
PropertyManipulator(String) - Constructor for class com.tangosol.util.processor.PropertyManipulator
Construct a PropertyManipulator for the specified property name.
PropertyManipulator(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyManipulator
Construct a PropertyManipulator for the specified property name.
PropertyProcessor - Class in com.tangosol.util.processor
PropertyProcessor is a base class for EntryProcessor implementations that depend on a PropertyManipulator.
PropertyProcessor() - Constructor for class com.tangosol.util.processor.PropertyProcessor
Default constructor (necessary for the ExternalizableLite interface).
PropertyProcessor(String) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor for the specified property name.
PropertyProcessor(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor for the specified property name.
PropertyProcessor(PropertyManipulator) - Constructor for class com.tangosol.util.processor.PropertyProcessor
Construct a PropertyProcessor based for the specified PropertyManipulator.
prune() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Prune the cache by discarding the lowest priority cache entries.
prune() - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
purgeChildrenNamespace(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
For the children elements of the specified XmlElement purge the repetetive Namespace declarations.
purgeNamespace(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
For the specified XmlElement purge the Namespace declarations that are declared somewhere up the xml tree.
push(Object) - Method in class com.tangosol.util.SimpleStack
Add the given object to the top of the stack.
pushCacheContext(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Push cache context into a thread-local storage.
put(Object, Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Put an object into the cache.
put(Object, Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value and specify a CacheReloader used to reload the value when it expires.
put(Object, Object, long, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with a specific time-to-live and specify a CacheReloader used to reload the value when that time-to-live expires.
put(Object, Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value.
put(Object, Object, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with the specified time-to-live.
put(Object, Object, long, PortalCacheProvider.CacheImpl.EntryInfo, boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Cache the given value with the specified time-to-live in the delegate NamedCache.
put(CacheMap, Object, Object, long) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Cache the given value in the specified CacheMap using the specified time-to-live and return the old cached value.
put(Object, Object, long, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Cache the given value with a specific time-to-live and specify a CacheReloader used to reload the value when that time-to-live expires.
put(Object, Object, long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Cache the given value with the specified time-to-live.
put(Object, Object) - Method in class com.tangosol.io.nio.BinaryMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in interface com.tangosol.net.cache.CacheMap
Associates the specified value with the specified key in this cache.
put(Object, Object, long) - Method in interface com.tangosol.net.cache.CacheMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.CachingMap
Associates the specified value with the specified key in this map.
put(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.CachingMap
Implementation of put method that optionally skips the return value retrieval and allows to specify an expiry for the cache entry.
put(Object, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Associates the specified value with the specified key in this cache.
put(Object, Object, long) - Method in class com.tangosol.net.cache.NearCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Store a value in the cache.
put(Object, Object, long) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Store a value in the cache that will be automatically evicted according to the specified expiration value.
put(Object, Object) - Method in class com.tangosol.net.cache.OverflowMap
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
put(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationCache
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.net.cache.SerializationCache
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Associates the specified value with the specified key in this map.
put(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Implementation of put method that optionally skips the return value retrieval and allows to specify an expiry for the cache entry.
put(Object, Object, long) - Method in class com.tangosol.net.cache.WrapperNamedCache
Associates the specified value with the specified key in this cache.
put(Object, Object, long) - Method in interface com.tangosol.net.NamedCache
Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
put(Object, Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
put(Object, Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.ChainedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in interface com.tangosol.util.ConcurrentMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Associates the specified value with the specified key in this map.
put(Object, Object, long) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Associates the specified value with the specified key in this cache.
put(Object, Object) - Method in class com.tangosol.util.LiteMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
put(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.SafeHashMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class com.tangosol.util.StringTable
Add the passed string to the table and associate the passed value with the string.
put(Comparable, Object) - Method in class com.tangosol.util.Tree
Add the passed key to the tree and associate the passed value with the key.
put(Object, Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.tangosol.util.WrapperObservableMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Copies all of the mappings from the specified map to this map. The effect of this call is equivalent to that of calling AbstractKeyBasedMap.put(java.lang.Object, java.lang.Object) on this map once for each mapping in the passed map. The behavior of this operation is unspecified if the passed map is modified while the operation is in progress.
putAll(Map) - Method in class com.tangosol.net.cache.BundlingNamedCache
Copies all of the mappings from the specified map to this map. The effect of this call is equivalent to that of calling AbstractKeyBasedMap.put(java.lang.Object, java.lang.Object) on this map once for each mapping in the passed map. The behavior of this operation is unspecified if the passed map is modified while the operation is in progress.
putAll(Map) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.CachingMap
Copy all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.OverflowMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationCache
Copies all of the mappings from the specified map to this map. The effect of this call is equivalent to that of calling AbstractKeyBasedMap.put(java.lang.Object, java.lang.Object) on this map once for each mapping in the passed map. The behavior of this operation is unspecified if the passed map is modified while the operation is in progress.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SerializationPagedCache
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Copy all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.AbstractKeyBasedMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in interface com.tangosol.util.ConcurrentMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.tangosol.util.NullImplementation.NullMap
 
putAll(Map) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Copies all of the mappings from the specified map to this map.
putAll(StringTable) - Method in class com.tangosol.util.StringTable
Puts all of the nodes in the specified StringTable to this StringTable including the ones that are already present.
putAll(Tree) - Method in class com.tangosol.util.Tree
Puts all of the nodes in the specified Tree to this Tree (including the ones that are already present).
putAll(Map) - Method in class com.tangosol.util.WrapperConcurrentMap
Copies all of the mappings from the specified map to this map. The effect of this call is equivalent to that of calling AbstractKeyBasedMap.put(java.lang.Object, java.lang.Object) on this map once for each mapping in the passed map. The behavior of this operation is unspecified if the passed map is modified while the operation is in progress.
putAll(Map) - Method in class com.tangosol.util.WrapperObservableMap
Copies all of the mappings from the specified map to this map.
putBackElement(Object) - Method in class com.tangosol.util.Dequeue
Returns the most recently returned element to the Dequeue.
putBlind(Map, Object, Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Puts the specified key/value pair into the specified map using the putAll() method, which does not return the previous value and thus may be more efficient in a distributed environment.
putBlind(CacheMap, Object, Object, long) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Cache the given value in the specified CacheMap using the specified time-to-live.
putInternal(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.OverflowMap
A combined implementation of OverflowMap.put(Object, Object) and "void put(Object, Object)" that eliminates duplicate (and muchos complex) code between the OverflowMap.put(java.lang.Object, java.lang.Object) and OverflowMap.putAll(java.util.Map) methods.
putOne(Map, Object, Object, boolean) - Static method in class com.tangosol.net.cache.OverflowMap
Helper to put a value into a map using either the put or putAll method.
putOne(Map, Object, Object, boolean) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Helper to put a value into a map using either the put or putAll method.

Q

QNameAdapter - Class in com.tangosol.run.xml
A property adapter for QName primitive datatype.
QNameAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.QNameAdapter
Construct a QNameAdapter.
query(Invocable, Set) - Method in interface com.tangosol.net.InvocationService
Synchronously invoke the specified task on each of the specified members.
query(Map, Filter, boolean, boolean, Comparator) - Static method in class com.tangosol.util.InvocableMapHelper
Generic implementation of the QueryMap API.
queryByPk(UnitOfWork, Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Internal method to create and execute a "findByPK" query.
queryByPkCollection(UnitOfWork, Collection) - Method in class com.tangosol.coherence.toplink.TopLinkCacheLoader
Internal method to create and execute a query to find in a group of PKs.
QueryMap - Interface in com.tangosol.util
Map with additional query features.
QueryMap.Entry - Interface in com.tangosol.util
A QueryMap Entry exposes additional index-related operation that the basic Map Entry does not.
QueryMapComparator - Interface in com.tangosol.util.comparator
This interface is used by Comparator implementations that can use value extraction optimization exposed by the QueryMap.Entry interface.
quote(String) - Static method in class com.tangosol.run.xml.XmlHelper
XML quote the passed string.

R

RawDate - Class in com.tangosol.io.pof
An immutable POF date value.
RawDate(int, int, int) - Constructor for class com.tangosol.io.pof.RawDate
Construct a raw POF date value.
RawDateTime - Class in com.tangosol.io.pof
An immutable POF date-time value.
RawDateTime(RawDate, RawTime) - Constructor for class com.tangosol.io.pof.RawDateTime
Construct a date-time value.
RawDayTimeInterval - Class in com.tangosol.io.pof
An immutable POF day-time interval value.
RawDayTimeInterval(int, int, int, int, int) - Constructor for class com.tangosol.io.pof.RawDayTimeInterval
Construct a raw POF day-time interval value.
RawQuad - Class in com.tangosol.io.pof
An immutable POF 128-bit float.
RawQuad(Binary) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from the raw binary data.
RawQuad(double) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from a double.
RawQuad(BigInteger, int) - Constructor for class com.tangosol.io.pof.RawQuad
Construct a RawQuad from an unscaled integer value and a scale.
RawTime - Class in com.tangosol.io.pof
An immutable POF time value.
RawTime(int, int, int, int, boolean) - Constructor for class com.tangosol.io.pof.RawTime
Construct a raw POF time value.
RawTime(int, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.RawTime
Construct a raw POF time value with a timezone.
RawTimeInterval - Class in com.tangosol.io.pof
An immutable POF time interval value.
RawTimeInterval(int, int, int, int) - Constructor for class com.tangosol.io.pof.RawTimeInterval
Construct a raw POF time interval value.
RawYearMonthInterval - Class in com.tangosol.io.pof
An immutable POF year-month interval value.
RawYearMonthInterval(int, int) - Constructor for class com.tangosol.io.pof.RawYearMonthInterval
Construct a raw POF year-month interval value.
read(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get an object from the cache.
read() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.Base64InputStream
Reads the next byte of data from the input stream.
read() - Method in interface com.tangosol.io.InputStreaming
Read the next byte of data from the InputStream.
read(byte[]) - Method in interface com.tangosol.io.InputStreaming
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in interface com.tangosol.io.InputStreaming
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.MultiByteArrayInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class com.tangosol.io.MultiByteArrayInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read the next byte of data from the InputStream.
read(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.pof.PofInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.pof.PofInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.pof.PofInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.Utf8Reader
Read a single character.
read(char[]) - Method in class com.tangosol.io.Utf8Reader
Read characters into an array.
read(char[], int, int) - Method in class com.tangosol.io.Utf8Reader
Read characters into a portion of an array.
read() - Method in class com.tangosol.io.WrapperDataInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperDataInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperDataInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.WrapperInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.io.WrapperObjectInputStream
Read the next byte of data from the InputStream.
read(byte[]) - Method in class com.tangosol.io.WrapperObjectInputStream
Read some number of bytes from the input stream and store them into the passed array ab.
read(byte[], int, int) - Method in class com.tangosol.io.WrapperObjectInputStream
Read up to cb bytes from the input stream and store them into the passed array ab starting at offset of.
read() - Method in class com.tangosol.net.CompressionFilter.InflaterInputShell
Overrides the underlying InflaterInputStream.read() implementation making the known bug fix in JDK 1.4.1 ( "InflaterInputStream is very memory inefficient") retroactive for prior JDKs.
read() - Method in class com.tangosol.net.security.BlockCipherInputStream
read(byte[]) - Method in class com.tangosol.net.security.BlockCipherInputStream
read(byte[], int, int) - Method in class com.tangosol.net.security.BlockCipherInputStream
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Read an array of primitive values.
readArray(Iterator, XmlElement, boolean) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read an array of primitive values.
readAsBigDecimal(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a BigDecimal.
readAsBigInteger(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a BigInteger.
readAsChar(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a char.
readAsDouble(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a double.
readAsFloat(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a float.
readAsInt(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to an integer.
readAsLong(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a long.
readAsObject(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a POF value as an Object.
readAsObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferReader
Read a POF value as an Object array.
readAsQuad(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read a value of the specified encoding from the POF stream and convert it to a quad.
readAttributes(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Helper to read the session attributes from a stream.
readAttributes(DataInput) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Helper to read the session attributes from a stream.
readBigDecimal(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a BigDecimal from the POF stream.
readBigDecimal(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Read an IEEE754 value from the passed DataInput and convert it to a Java BigDecimal.
readBigDecimal(int) - Method in interface com.tangosol.io.pof.PofReader
Read a BigDecimal from the POF stream.
readBigInteger(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a BigInteger from the POF stream.
readBigInteger(DataInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a BigInteger value from the passed DataInput.
readBigInteger(int) - Method in interface com.tangosol.io.pof.PofReader
Read a BigInteger from the POF stream.
readBinary(DataInput) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Read the binary value.
readBinary(DataInput) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Read the binary value.
readBinary(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Binary from the POF stream.
readBinary(int) - Method in interface com.tangosol.io.pof.PofReader
Read a Binary from the POF stream.
readBoolean() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a boolean value.
readBoolean() - Method in class com.tangosol.io.PackedDataInputStream
Read a boolean value.
readBoolean(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a boolean property from the POF stream.
readBoolean() - Method in class com.tangosol.io.pof.PofInputStream
Read a boolean value.
readBoolean(int) - Method in interface com.tangosol.io.pof.PofReader
Read a boolean property from the POF stream.
readBoolean() - Method in class com.tangosol.io.WrapperDataInputStream
Read a boolean value.
readBooleanArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a boolean[] property from the POF stream.
readBooleanArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a boolean[] property from the POF stream.
readBuffer(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read cb bytes and return them as a ReadBuffer object.
readBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read cb bytes and return them as a ReadBuffer object.
readBuffer(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read cb bytes and return them as a ReadBuffer object.
ReadBuffer - Interface in com.tangosol.io
The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.
readBuffer(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read cb bytes and return them as a ReadBuffer object.
ReadBuffer.BufferInput - Interface in com.tangosol.io
The BufferInput interface represents a DataInputStream on top of a ReadBuffer.
readByte() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a byte value.
readByte() - Method in class com.tangosol.io.PackedDataInputStream
Read a byte value.
readByte(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a byte property from the POF stream.
readByte() - Method in class com.tangosol.io.pof.PofInputStream
Read a byte value.
readByte(int) - Method in interface com.tangosol.io.pof.PofReader
Read a byte property from the POF stream.
readByte() - Method in class com.tangosol.io.WrapperDataInputStream
Read a byte value.
readByteArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a byte[] property from the POF stream.
readByteArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a byte[] property from the POF stream.
readChar() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a char value.
readChar() - Method in class com.tangosol.io.PackedDataInputStream
Read a char value.
readChar(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a char property from the POF stream.
readChar(DataInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a "char" value from the passed DataInput.
readChar() - Method in class com.tangosol.io.pof.PofInputStream
Read a char value.
readChar(int) - Method in interface com.tangosol.io.pof.PofReader
Read a char property from the POF stream.
readChar() - Method in class com.tangosol.io.WrapperDataInputStream
Read a char value.
readCharArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a char[] property from the POF stream.
readCharArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a char[] property from the POF stream.
readCollection(int, Collection) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Collection of object values from the POF stream.
readCollection(int, Collection) - Method in interface com.tangosol.io.pof.PofReader
Read a Collection of object values from the POF stream.
readDate(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a java.util.Date from the POF stream.
readDate(int) - Method in interface com.tangosol.io.pof.PofReader
Read a java.util.Date from the POF stream.
readDouble() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a double value.
readDouble() - Method in class com.tangosol.io.PackedDataInputStream
Read a double value.
readDouble(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a double property from the POF stream.
readDouble() - Method in class com.tangosol.io.pof.PofInputStream
Read a double value.
readDouble(int) - Method in interface com.tangosol.io.pof.PofReader
Read a double property from the POF stream.
readDouble() - Method in class com.tangosol.io.WrapperDataInputStream
Read a double value.
readDoubleArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a double[] property from the POF stream.
readDoubleArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a double[] property from the POF stream.
readElements(XmlElement) - Method in class com.tangosol.run.xml.ArrayAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.CollectionAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.IterableAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.MapAdapter
 
readElements(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
readEntry(ApplicationEntry, ApplicationReader) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Read an entry and return its content.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Helper to read the object state from a stream.
readExternal(ObjectInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Helper to read the object state from a stream.
readExternal(DataInput) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Helper to read the object state from a stream.
readExternal(DataInput) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in interface com.tangosol.io.ExternalizableLite
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in exception com.tangosol.io.pof.PortableException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(PofReader) - Method in exception com.tangosol.io.pof.PortableException
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in interface com.tangosol.io.pof.PortableObject
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
readExternal(DataInput) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.net.AbstractPriorityTask
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.net.AbstractPriorityTask
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.net.partition.PartitionSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.ArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.CollectionAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.DateTimeAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.MapAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.PropertyAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SerializableAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Read a value from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.run.xml.SimpleDocument
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleDocument
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
 
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleElement
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.SimpleValue
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.run.xml.XmlBean
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlBean
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlElementAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Read a value from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.Count
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.Count
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.GroupAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.GroupAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.util.Binary
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(DataInput) - Method in class com.tangosol.util.Binary
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.ChainedComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.ChainedComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.EntryComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.EntryComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.comparator.SafeComparator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.comparator.SafeComparator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.CompositeUpdater
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.CompositeUpdater
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.IdentityExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.IdentityExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.KeyExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.KeyExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.AlwaysFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.AlwaysFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ArrayFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ArrayFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ComparisonFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ComparisonFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.ExtractorFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.ExtractorFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.InKeySetFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.InKeySetFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.LikeFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.LikeFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.LimitFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.LimitFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.MapEventFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.MapEventFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.NeverFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.NeverFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.NotFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.NotFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.PresentFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.PresentFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.filter.PriorityFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.filter.PriorityFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.util.LiteMap
Initialize this object from the data in the passed ObjectInput stream.
readExternal(DataInput) - Method in class com.tangosol.util.LiteMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.util.LiteSet
Initialize this object from the data in the passed ObjectInput stream.
readExternal(DataInput) - Method in class com.tangosol.util.LiteSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(ObjectInput) - Method in class com.tangosol.util.MapSet
Initialize this object from the contents of the passed object stream.
readExternal(DataInput) - Method in class com.tangosol.util.MapSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(DataInput) - Method in class com.tangosol.util.NullFilter
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullFilter
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullMap
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullMap
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullSet
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullSet
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.CompositeProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.CompositeProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalPut
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalPut
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalPutAll
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalPutAll
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ConditionalRemove
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ConditionalRemove
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.ExtractorProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.ExtractorProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.NumberIncrementor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.NumberIncrementor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.NumberMultiplier
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.NumberMultiplier
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PreloadRequest
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PreloadRequest
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PriorityProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PriorityProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PropertyManipulator
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PropertyManipulator
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.PropertyProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.PropertyProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.UpdaterProcessor
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.UpdaterProcessor
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.VersionedPut
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.VersionedPut
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(DataInput) - Method in class com.tangosol.util.processor.VersionedPutAll
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.processor.VersionedPutAll
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readExternal(ObjectInput) - Method in class com.tangosol.util.UUID
Read this object from an ObjectInputStream.
readExternal(DataInput) - Method in class com.tangosol.util.UUID
Restore the contents of this object by loading the object's state from the passed DataInput object.
readExternal(PofReader) - Method in class com.tangosol.util.UUID
Restore the contents of a user type instance by reading its state using the specified PofReader object.
readFloat() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a float value.
readFloat() - Method in class com.tangosol.io.PackedDataInputStream
Read a float value.
readFloat(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a float property from the POF stream.
readFloat() - Method in class com.tangosol.io.pof.PofInputStream
Read a float value.
readFloat(int) - Method in interface com.tangosol.io.pof.PofReader
Read a float property from the POF stream.
readFloat() - Method in class com.tangosol.io.WrapperDataInputStream
Read a float value.
readFloatArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a float[] property from the POF stream.
readFloatArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a float[] property from the POF stream.
readFully(byte[]) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.PackedDataInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.PackedDataInputStream
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.pof.PofInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.pof.PofInputStream
Read cb bytes and store them in ab starting at offset of.
readFully(byte[]) - Method in class com.tangosol.io.WrapperDataInputStream
Read ab.length bytes and store them in ab.
readFully(byte[], int, int) - Method in class com.tangosol.io.WrapperDataInputStream
Read cb bytes and store them in ab starting at offset of.
readHeader() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read a block's header data from the Buffer.
readIdentity() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Read the identity from the inner stream and return it as a Certificate.
readInt() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read an int value.
readInt() - Method in class com.tangosol.io.PackedDataInputStream
Read an int value.
readInt(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a int property from the POF stream.
readInt() - Method in class com.tangosol.io.pof.PofInputStream
Read an int value.
readInt(int) - Method in interface com.tangosol.io.pof.PofReader
Read a int property from the POF stream.
readInt() - Method in class com.tangosol.io.WrapperDataInputStream
Read an int value.
readIntArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a int[] property from the POF stream.
readIntArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a int[] property from the POF stream.
readKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read the "key" portion of an Entry block.
readLine() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.PackedDataInputStream
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.pof.PofInputStream
Reads the next "line" of text.
readLine() - Method in class com.tangosol.io.WrapperDataInputStream
Reads the next "line" of text.
readLong() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a long value.
readLong() - Method in class com.tangosol.io.PackedDataInputStream
Read a long value.
readLong(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a long property from the POF stream.
readLong() - Method in class com.tangosol.io.pof.PofInputStream
Read a long value.
readLong(int) - Method in interface com.tangosol.io.pof.PofReader
Read a long property from the POF stream.
readLong() - Method in class com.tangosol.io.WrapperDataInputStream
Read a long value.
readLongArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a long[] property from the POF stream.
readLongArray(int, LongArray) - Method in class com.tangosol.io.pof.PofBufferReader
Read a LongArray of object values.
readLongArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a long[] property from the POF stream.
readLongArray(int, LongArray) - Method in interface com.tangosol.io.pof.PofReader
Read a LongArray of object values.
readManifestAttribute(File, String) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Read and return the value of the main Manifest attribute with the given name from the Manifest file contained in the specified JAR file.
readMap(int, Map) - Method in class com.tangosol.io.pof.PofBufferReader
Read a Map of key/value pairs from the POF stream.
readMap(int, Map) - Method in interface com.tangosol.io.pof.PofReader
Read a Map of key/value pairs from the POF stream.
readObject(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a property of any type, including a user type, from the POF stream.
readObject() - Method in class com.tangosol.io.pof.PofInputStream
Read and return an object.
readObject(int) - Method in interface com.tangosol.io.pof.PofReader
Read a property of any type, including a user type, from the POF stream.
readObject() - Method in class com.tangosol.io.WrapperObjectInputStream
Read and return an object.
readObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferReader
Read an array of object values.
readObjectArray(int, Object[]) - Method in interface com.tangosol.io.pof.PofReader
Read an array of object values.
ReadonlyNamedCache - Class in com.tangosol.net.cache
A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.
ReadonlyNamedCache(NamedCache, boolean) - Constructor for class com.tangosol.net.cache.ReadonlyNamedCache
Construct a NamedCache wrapper based on the specified map.
ReadonlyNamedCache(Map, String, boolean) - Constructor for class com.tangosol.net.cache.ReadonlyNamedCache
Construct a NamedCache wrapper based on the specified map.
readPackedInt() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an int value using a variable-length storage-format.
readPackedInt() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an int value using a variable-length storage-format.
readPackedInt() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an int value using a variable-length storage-format.
readPackedInt() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read an int value using a variable-length storage-format.
readPackedLong() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read a long value using a variable-length storage-format.
readPackedLong() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a long value using a variable-length storage-format.
readPackedLong() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a long value using a variable-length storage-format.
readPackedLong() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a long value using a variable-length storage-format.
readQuad(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a quad (a 128-bit base-2 IEEE754 value) from the passed DataInput and convert it to a RawQuad.
readRawDate(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDate from the POF stream.
readRawDate(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a RawDate value from a POF stream.
readRawDate(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDate from the POF stream.
readRawDateTime(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDateTime from the POF stream.
readRawDateTime(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDateTime from the POF stream.
readRawDayTimeInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawDayTimeInterval from the POF stream.
readRawDayTimeInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawDayTimeInterval from the POF stream.
readRawQuad(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawQuad from the POF stream.
readRawQuad(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawQuad from the POF stream.
readRawTime(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawTime from the POF stream.
readRawTime(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Read a RawTime value from a POF stream.
readRawTime(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawTime from the POF stream.
readRawTimeInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawTimeInterval from the POF stream.
readRawTimeInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawTimeInterval from the POF stream.
readRawYearMonthInterval(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a RawYearMonthInterval from the POF stream.
readRawYearMonthInterval(int) - Method in interface com.tangosol.io.pof.PofReader
Read a RawYearMonthInterval from the POF stream.
readRemainder() - Method in class com.tangosol.io.pof.PofBufferReader
Read all remaining indexed properties of the current user type from the POF stream.
readRemainder() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
Read all remaining indexed properties of the current user type from the POF stream. As part of reading in a user type, this method must be called by the PofSerializer that is reading the user type, or the read position within the POF stream will be corrupted.

Subsequent calls to the various readXYZ methods of this interface will fail after this method is called.

readRemainder() - Method in interface com.tangosol.io.pof.PofReader
Read all remaining indexed properties of the current user type from the POF stream.
readSafeUTF() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a variable-length encoded UTF packed String.
readSafeUTF() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a variable-length encoded UTF packed String. The major differences between this implementation and DataInput is that this supports null String values and is not limited to 64KB UTF-encoded values.
readSafeUTF() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Read a variable-length encoded UTF packed String.
readSharedKey(DataInputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Read the shared key from the InputStream.
readShort() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read a short value.
readShort() - Method in class com.tangosol.io.PackedDataInputStream
Read a short value.
readShort(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a short property from the POF stream.
readShort() - Method in class com.tangosol.io.pof.PofInputStream
Read a short value.
readShort(int) - Method in interface com.tangosol.io.pof.PofReader
Read a short property from the POF stream.
readShort() - Method in class com.tangosol.io.WrapperDataInputStream
Read a short value.
readShortArray(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a short[] property from the POF stream.
readShortArray(int) - Method in interface com.tangosol.io.pof.PofReader
Read a short[] property from the POF stream.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Read a sparse array of primitive values.
readSparseArray(Iterator, int) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Read a sparse array of primitive values.
readString(int) - Method in class com.tangosol.io.pof.PofBufferReader
Read a String from the POF stream.
readString(int) - Method in interface com.tangosol.io.pof.PofReader
Read a String from the POF stream.
readUnsignedByte() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.PackedDataInputStream
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.pof.PofInputStream
Read an unsigned byte value.
readUnsignedByte() - Method in class com.tangosol.io.WrapperDataInputStream
Read an unsigned byte value.
readUnsignedShort() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer.ByteArrayBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.PackedDataInputStream
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.pof.PofInputStream
Read an unsigned short value.
readUnsignedShort() - Method in class com.tangosol.io.WrapperDataInputStream
Read an unsigned short value.
readUTF() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads a String value.
readUTF(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Reads the specified-lenth UTF data and converts it to a String value.
readUTF() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Reads a String value.
readUTF() - Method in class com.tangosol.io.PackedDataInputStream
Reads a String value.
readUTF() - Method in class com.tangosol.io.pof.PofInputStream
Reads a String value.
readUTF() - Method in class com.tangosol.io.WrapperDataInputStream
Reads a String value.
readValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Read the "value" portion of an Entry block.
ReadWriteBackingMap - Class in com.tangosol.net.cache
Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching.
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap using a CacheLoader object.
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap.
ReadWriteBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap
Construct a ReadWriteBackingMap.
ReadWriteBackingMap.CacheLoaderCacheStore - Class in com.tangosol.net.cache
A CacheStore wrapped around a CacheLoader.
ReadWriteBackingMap.CacheLoaderCacheStore(CacheLoader) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
Construct a CacheLoaderCacheStore.
ReadWriteBackingMap.CacheStoreWrapper - Class in com.tangosol.net.cache
A wrapper around the original CacheStore to allow operations to be overridden and extended.
ReadWriteBackingMap.CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Construct a wrapped CacheStore.
ReadWriteBackingMap.CacheStoreWrapper.EraseBundler - Class in com.tangosol.net.cache
 
ReadWriteBackingMap.CacheStoreWrapper.EraseBundler() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.EraseBundler
 
ReadWriteBackingMap.CacheStoreWrapper.LoadBundler - Class in com.tangosol.net.cache
 
ReadWriteBackingMap.CacheStoreWrapper.LoadBundler() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.LoadBundler
 
ReadWriteBackingMap.CacheStoreWrapper.StoreBundler - Class in com.tangosol.net.cache
 
ReadWriteBackingMap.CacheStoreWrapper.StoreBundler() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.StoreBundler
 
ReadWriteBackingMap.EntrySet - Class in com.tangosol.net.cache
A set of entries corresponding to this backing map.
ReadWriteBackingMap.EntrySet() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
 
ReadWriteBackingMap.InternalMapListener - Class in com.tangosol.net.cache
A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.
ReadWriteBackingMap.InternalMapListener() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
 
ReadWriteBackingMap.KeySet - Class in com.tangosol.net.cache
A set of entries backed by this backing map.
ReadWriteBackingMap.KeySet() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
 
ReadWriteBackingMap.ReadLatch - Class in com.tangosol.net.cache
A synchronization construct used to coordinate asynchronous loads by the refresh-ahead thread with cache accesses by other threads.
ReadWriteBackingMap.ReadLatch(Object) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
Create a new ReadLatch for the specified key.
ReadWriteBackingMap.ReadQueue - Class in com.tangosol.net.cache
A queue of keys that should be read from the underlying CacheStore.
ReadWriteBackingMap.ReadQueue() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Construct a ReadQueue.
ReadWriteBackingMap.ReadThread - Class in com.tangosol.net.cache
A thread that removes keys from a ReadWriteBackingMap.ReadQueue, reads the value for the key from the underlying CacheStore, and caches the value in the internal ReadWriteBackingMap cache.
ReadWriteBackingMap.ReadThread() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
Default constructor.
ReadWriteBackingMap.ValuesCollection - Class in com.tangosol.net.cache
A collection of values backed by this map.
ReadWriteBackingMap.ValuesCollection() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
 
ReadWriteBackingMap.WriteQueue - Class in com.tangosol.net.cache
A queue that only releases entries after a configurable period of time.
ReadWriteBackingMap.WriteQueue() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Construct a WriteQueue that holds write-behind entries.
ReadWriteBackingMap.WriteQueue.Entry - Class in com.tangosol.net.cache
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.
ReadWriteBackingMap.WriteQueue.Entry(Object) - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue.Entry
Construct an Entry with just a key.
ReadWriteBackingMap.WriteThread - Class in com.tangosol.net.cache
This is the write-behind thread that pulls things from the write-behind queue and writes them to the CacheStore that the backing map uses.
ReadWriteBackingMap.WriteThread() - Constructor for class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
Default constructor.
readXml(XmlElement) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Deserialize an object from XML.
readXml(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
Deserialize an object from XML.
ready() - Method in class com.tangosol.io.Utf8Reader
Tell whether this stream is ready to be read.
recycleBlock(BinaryMap.Block) - Method in class com.tangosol.io.nio.BinaryMap
Release (recycle) the specified Block object.
recycleNode(RecyclingLinkedList.Node) - Method in class com.tangosol.util.RecyclingLinkedList
Recycle the passed Node.
RecyclingLinkedList - Class in com.tangosol.util
Extends SafeLinkedList and adds recycling of Node objects.
RecyclingLinkedList() - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct an empty List.
RecyclingLinkedList(int) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct an empty List.
RecyclingLinkedList(Collection) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct a List containing the elements of the specified Collection.
RecyclingLinkedList(Collection, int) - Constructor for class com.tangosol.util.RecyclingLinkedList
Construct a List containing the elements of the specified Collection.
RecyclingLinkedList.Node - Class in com.tangosol.util
A Node in the List.
RecyclingLinkedList.Node() - Constructor for class com.tangosol.util.RecyclingLinkedList.Node
Construct a blank Node.
RecyclingLinkedList.Node(Object) - Constructor for class com.tangosol.util.RecyclingLinkedList.Node
Construct a Node with a value.
red - Variable in class com.tangosol.util.SparseArray.Node
The color (red or black) of this node.
red - Variable in class com.tangosol.util.Tree.Node
The color (red or black) of this node.
ReflectionExtractor - Class in com.tangosol.util.extractor
Reflection-based ValueExtractor implementation.
ReflectionExtractor() - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Default constructor (necessary for the ExternalizableLite interface).
ReflectionExtractor(String) - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Construct a ReflectionExtractor based on a method name.
ReflectionExtractor(String, Object[]) - Constructor for class com.tangosol.util.extractor.ReflectionExtractor
Construct a ReflectionExtractor based on a method name and optional parameters.
ReflectionUpdater - Class in com.tangosol.util.extractor
Reflection-based ValueUpdater implementation.
ReflectionUpdater() - Constructor for class com.tangosol.util.extractor.ReflectionUpdater
Default constructor (necessary for the ExternalizableLite interface).
ReflectionUpdater(String) - Constructor for class com.tangosol.util.extractor.ReflectionUpdater
Construct a ReflectionUpdater for a given method name.
regionMatches(int, Binary, int, int) - Method in class com.tangosol.util.Binary
Tests if two Binary regions are equal.
register() - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
Register this listener with the "front" map.
register(NamedCache, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Register the specified NamedCache with the cluster registry.
register(CacheService, String, String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Register the specified cache with the cluster registry.
register(String, Object) - Method in interface com.tangosol.net.management.Registry
Register a manageable object.
register(Entry) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Register an Entry.
registerBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
Register a MapEvent that has been raised by the back Map against the same key for which this Status object exists.
registerBackServiceListener() - Method in class com.tangosol.net.cache.NearCache
Instantiate and register a MemberListener with the back caches's service.
registerExpiry(Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Register an expiry for the specified key.
registerFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
Register a MapEvent that has been raised by the front Map against the same key for which this Status object exists.
registerFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Register a MapEvent that has been raised by the front Map against the same key for which this Status object exists.
registerFrontListener() - Method in class com.tangosol.net.cache.CachingMap
Register the global front map listener.
registerHit() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache hit (no timing information).
registerHit(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache hit.
registerHits(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache hit.
registerIdentity(int) - Method in class com.tangosol.io.pof.AbstractPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.DuplexingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.LoggingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int, Object) - Method in class com.tangosol.io.pof.PofBufferReader
Register the passed value with the passed identity.
registerIdentity(int) - Method in interface com.tangosol.io.pof.PofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.ValidatingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.io.pof.WritingPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerIdentity(int) - Method in class com.tangosol.util.NullImplementation.NullPofHandler
This method is invoked when an identity is encountered in the POF stream.
registerKey(Object) - Method in class com.tangosol.net.cache.SerializationCache
Register a new key for the SerializationMap.
registerKey(Object, int) - Method in class com.tangosol.net.cache.SerializationCache
Register a new key for the SerializationMap.
registerKey(Object) - Method in class com.tangosol.net.cache.SerializationMap
Register a new key for the SerializationMap.
registerListener() - Method in class com.tangosol.net.cache.CachingMap
Register the global back map listener.
registerListener(Object) - Method in class com.tangosol.net.cache.CachingMap
Register the back map listener for the specified key.
registerMBean() - Method in class com.tangosol.coherence.servlet.SessionHelper
Register an MBean instance for this SessionHelper.
registerMiss() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache miss (no timing information).
registerMiss(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache miss.
registerMisses(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache miss.
registerPut(long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a cache put.
registerPuts(int, long) - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Register a multiple cache put.
registerServiceListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Instantiate and register a MemberListener with the underlying caches's service.
registerUserType(int, Class, PofSerializer) - Method in class com.tangosol.io.pof.SimplePofContext
Associate a user type with a type identifier and PofSerializer.
Registry - Interface in com.tangosol.net.management
The Coherence cluster management gateway is an abstraction of the basic JMX registration APIs that is specific to managing Coherence clustered resources.
rehash(int) - Method in class com.tangosol.io.nio.BinaryMap
Rehash the specified bucket such that, when done, it will only contain keys that hash to it with the current modulo.
rehashAll() - Method in class com.tangosol.io.nio.BinaryMap
Rehash all blocks such that no block will be linked into the wrong bucket.
rehashBegin() - Method in class com.tangosol.io.nio.BinaryMap
Configure the incremental rehash.
rehashComplete() - Method in class com.tangosol.io.nio.BinaryMap
Complete the incremental rehash.
rehashNext() - Method in class com.tangosol.io.nio.BinaryMap
Rehash the next incremental rehash block.
relayResponse(Socket, Socket) - Method in class com.tangosol.net.LoadBalancer.ResponseHandler
This method is used to assign a task to the ResponseHandler thread from the RequestHandler thread.
release() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Calls the remote Work object's Work.release() method.
release() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Release all local resources associated with this CacheImpl instance.
release() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Release all local resources associated with the CacheProvider.
release(WriteBuffer) - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Returns a WriteBuffer to the pool.
release() - Method in class com.tangosol.net.cache.CachingMap
Release the CachingMap.
release() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Release local resources associated with this instance of NamedCache.
release() - Method in class com.tangosol.net.cache.NearCache
Release resources associated with this instance of NamedCache.
release() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Release the backing map when it is no longer being used.
release() - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Invalidate the CachingMap.
release() - Method in class com.tangosol.net.cache.WrapperNamedCache
Release local resources associated with this instance of NamedCache.
release(Map, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources assosiated with the specified backing map.
release(CacheLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources assosiated with the specified loader.
release(BinaryStore) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Release all resources assosiated with the specified binary store.
release() - Method in interface com.tangosol.net.NamedCache
Release local resources associated with this instance of NamedCache.
release() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Release this Lock.
releaseBackingMap(String, Map) - Method in class com.tangosol.net.AbstractBackingMapManager
Release the specified Map that was created using the AbstractBackingMapManager.instantiateBackingMap(String) method.
releaseBackingMap(String, Map) - Method in interface com.tangosol.net.BackingMapManager
Release the specified Map that was created using the BackingMapManager.instantiateBackingMap(String) method.
releaseBackingMap(String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Release the specified Map that was created using the DefaultConfigurableCacheFactory.Manager.instantiateBackingMap(String) method.
releaseCache(NamedCache) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Release the passed NamedCache instance.
releaseCache(Cache) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Release all local resources associated with the specified Cache instance.
releaseCache(NamedCache) - Static method in class com.tangosol.net.CacheFactory
Release local resources associated with the specified instance of the cache.
releaseCache(NamedCache) - Method in interface com.tangosol.net.CacheService
Release local resources associated with the specified instance of the cache.
releaseClosedStatus(Object) - Method in class com.tangosol.net.cache.OverflowMap
Helper method to encapsulate the release of a Status object on which closeProcessing() has already been called.
releaseClusterOwnership(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Release ownership within the cluster of the specified session.
releaseStuckSession(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Determine if the specified session is stuck, and if it is, to release it (or mark it to be released).
releaseThread() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThread() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
Release all bundle resources associated with the current thread.
releaseThread() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
Release all bundle resources associated with the current thread.
releaseWork(WorkManager.ReleaseWork) - Method in class com.tangosol.coherence.commonj.WorkManager
Release the remote work agent.
reload(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Run the CacheReloader associated with the given key to refresh the value in the cache.
reload(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Run the CacheReloader associated with the given key to refresh the value in the cache.
reload(Object, Object, PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Reload the value for the given key using the CacheReloader associated with the specified EntryInfo and place the new value into the delegate NamedCache.
remove(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Remove an object from the cache.
remove(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove an entry from the Cache if it exists.
remove(Object) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.io.nio.BinaryMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Removes the mapping for this key from this map if present. Expensive: updates both the underlying cache and the local cache.
remove(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
Removes the mapping for this key from this map if present. Expensive: updates both the underlying cache and the local cache.
remove(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.CachingMap
Remove the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.LocalCache
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove an entry from the cache.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.net.cache.OverflowMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Remove a key from the queue if the key is in the queue.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Remove a key from the queue if the key is in the queue.
remove() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Wait for item in the queue to ripen (to be ready to be removed), and when there is one and it is ripe, then remove and return it.
remove(Object) - Method in class com.tangosol.net.cache.SerializationCache
Removes the mapping for this key from this map if present. Expensive: updates both the underlying cache and the local cache.
remove(Object) - Method in class com.tangosol.net.cache.SerializationMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.net.LoadBalancer.Queue
Wait for and remove an item from the from of the queue.
remove(int) - Method in class com.tangosol.net.partition.PartitionSet
Remove the specified partition from the set.
remove(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Remove the specified PartitionSet from this set.
remove() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
remove(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
remove() - Method in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
remove(int) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Removes the element at the specified position in this list.
remove() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated key from the underlying Map.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Removes the specified element from this Collection of values if it is present by removing the associated key/value mapping from the underlying Map.
remove() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection.ValuesIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeyIterator
Remove the specified item.
remove(long) - Method in class com.tangosol.util.AbstractLongArray
Remove the specified key from the SparseArray, returning its associated value.
remove() - Method in class com.tangosol.util.AbstractStableIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.AbstractStableIterator
Remove the specified item.
remove() - Method in class com.tangosol.util.ChainedEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(Object) - Method in class com.tangosol.util.ChainedMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in interface com.tangosol.util.ConcurrentMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Removes from the list the last element that was returned by next or previous.
remove(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Removes the mapping for this key from this map if present.
remove() - Method in class com.tangosol.util.ConverterEnumerator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.DeltaSet.DeltaIterator
Removes from the underlying Collection the last element returned by the Iterator .
remove(Object) - Method in class com.tangosol.util.DeltaSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.Dequeue
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.EnumerationIterator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.FilterEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(boolean) - Method in interface com.tangosol.util.InvocableMap.Entry
Remove this Entry from the Map if it is present in the Map.
remove(boolean) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Remove this Entry from the Map if it is present in the Map.
remove() - Method in class com.tangosol.util.IteratorEnumerator
Remove the last-returned element that was returned by the Iterator.
remove(EventListener) - Method in class com.tangosol.util.Listeners
Remove a listener.
remove() - Method in class com.tangosol.util.LiteMap.EntryIterator
Removes from the underlying set the last element returned by the iterator.
remove(Object) - Method in class com.tangosol.util.LiteMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.LiteSet
Removes the specified element from this Set if it is present.
remove() - Method in interface com.tangosol.util.LongArray.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in interface com.tangosol.util.LongArray
Remove the specified index from the LongArray, returning its associated value.
remove(Object) - Method in class com.tangosol.util.MapSet
Removes the specified element from this Set if it is present.
remove() - Method in class com.tangosol.util.NullImplementation.NullEnumerator
Removes from the underlying Collection the last element returned by the Iterator .
remove(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
 
remove(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.ObservableHashMap
Remove an entry from the cache.
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Removes from the underlying collection the last element returned by the iterator.
remove(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Removes from the list the last element that was returned by next or previous.
remove(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Remove the specified item.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.EntrySet
Removes the specified element from this Set of entries if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SafeHashMap.KeySet
Removes the specified element from this Set of keys if it is present by removing the associated entry from the underlying Map.
remove(Object) - Method in class com.tangosol.util.SafeHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.tangosol.util.SafeLinkedList
Removes the first occurrence in this List of the specified element.
remove(int) - Method in class com.tangosol.util.SafeLinkedList
Removes the element at the specified position in this List.
remove() - Method in class com.tangosol.util.SimpleEnumerator
Remove the last-returned element that was returned by the Iterator.
remove() - Method in class com.tangosol.util.SimpleLongArray.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in class com.tangosol.util.SimpleLongArray
Remove the specified index from the LongArray, returning its associated value.
remove() - Method in class com.tangosol.util.SparseArray.Crawler
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in class com.tangosol.util.SparseArray
Remove the specified index from the LongArray, returning its associated value.
remove(String) - Method in class com.tangosol.util.StringTable
Remove the specified string from the table, returning its associated value.
remove(Object) - Method in class com.tangosol.util.SubSet
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove() - Method in class com.tangosol.util.SubSet.SubSetIterator
Removes from the underlying Collection the last element returned by the Iterator .
remove() - Method in class com.tangosol.util.ThreadLocalObject
Remove the ThreadLocalObject for the current thread.
remove(Comparable) - Method in class com.tangosol.util.Tree
Remove the specified key from the tree, returning its associated value.
remove(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Removes the mapping for this key from this map if present. Expensive: updates both the underlying cache and the local cache.
remove(Object) - Method in class com.tangosol.util.WrapperObservableMap
Removes the mapping for this key from this map if present.
removeAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll() - Method in class com.tangosol.util.Listeners
Remove all listeners.
removeAll(Collection) - Method in class com.tangosol.util.LiteSet
Removes from this Set all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class com.tangosol.util.MapSet
Removes from this Set all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Removes all this Collection's elements that are also contained in the specified Collection (optional operation).
removeAll(StringTable) - Method in class com.tangosol.util.StringTable
Removes from this StringTable all of its nodes that are contained in the specified StringTable.
removeAll(Collection) - Method in class com.tangosol.util.SubSet
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Tree) - Method in class com.tangosol.util.Tree
Removes from this Tree all of its nodes that are contained in the specified Tree.
removeAllElements() - Method in class com.tangosol.util.Dequeue
Removes all items from the dequeue.
removeAttribute(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Removes the object bound with the specified name from this session.
removeBlind(Map, Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Removes the specified key/value pair from the specified map using the keySet().remove() method, which does not return the previous value and thus may be more efficient in a distributed environment.
removeBlind(Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Removes the mapping for this key from this map if present. This method exists to allow sub-classes to optmiize remove functionalitly for situations in which the original value is not required.
removeBlind(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.OverflowMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationCache
Removes the mapping for this key from this map if present. This method exists to allow sub-classes to optmiize remove functionalitly for situations in which the original value is not required.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Removes the mapping for this key from this map if present. This method exists to allow sub-classes to optmiize remove functionalitly for situations in which the original value is not required.
removeBlind(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
Removes the mapping for this key from this map if present.
removeBlind(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Removes the mapping for this key from this map if present. This method exists to allow sub-classes to optmiize remove functionalitly for situations in which the original value is not required.
removeBlind(Object) - Method in class com.tangosol.util.WrapperObservableMap
Removes the mapping for this key from this map if present.
REMOVED - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
removeElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Remove all immediate child elements with the given name
removeEntryInternal(SafeHashMap.Entry) - Method in class com.tangosol.util.SafeHashMap
Removes the passed Entry from the map.
removeExpired(OldCache.Entry, boolean) - Method in class com.tangosol.net.cache.LocalCache
Remove an entry because it has expired.
removeExpired(OldCache.Entry, boolean) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove an entry because it has expired.
removeExternalBinary() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Remove the binary form of the value from the external cache.
removeHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Sign off the specified listener so it no longer will receive HttpSessionBindingEvent objects.
removeHttpSessionAttributeListener(HttpSessionAttributeListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Sign off the specified listener so it no longer will receive HttpSessionBindingEvent objects.
removeHttpSessionListener(HttpSessionListener) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Sign off the specified listener so it no longer will receive HttpSessionEvent objects.
removeHttpSessionListener(HttpSessionListener) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Sign off the specified listener so it no longer will receive HttpSessionEvent objects.
removeImmediate() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Remove the first key from the queue immediately.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.NearCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.net.cache.WrapperNamedCache
Remove an index from this QueryMap.
removeIndex(ValueExtractor) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
This method is not implemented.
removeIndex(ValueExtractor) - Method in interface com.tangosol.util.QueryMap
Remove an index from this QueryMap.
removeInternal(Object, boolean, boolean) - Method in class com.tangosol.net.cache.OverflowMap
A combined implementation of remove() and removeBlind() that eliminates duplicate (and muchos complex) code
removeInternalValueDecoration(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
Remove a decoration from the specified value in the internal form.
removeListener(MapListener, Filter) - Method in class com.tangosol.util.MapListenerSupport
Remove a map listener that previously signed up for events based on a filter evaluation.
removeListener(MapListener, Object) - Method in class com.tangosol.util.MapListenerSupport
Remove a map listener that previously signed up for events about a specific key.
removeListenerState(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Remove a state information (lite or standard) assosiated with specified key and listener.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.AbstractSerializationCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.NearCache
Remove a standard map listener.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.NearCache
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.NearCache
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.OverflowMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.OverflowMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a standard map listener.
removeMapListener(MapListener, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.NullImplementation.NullObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.ObservableHashMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.ObservableHashMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.ObservableHashMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in interface com.tangosol.util.ObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in interface com.tangosol.util.ObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in interface com.tangosol.util.ObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMapListener(MapListener) - Method in class com.tangosol.util.WrapperObservableMap
Remove a standard map listener that previously signed up for all events.
removeMapListener(MapListener, Object) - Method in class com.tangosol.util.WrapperObservableMap
Remove a map listener that previously signed up for events about a specific key.
removeMapListener(MapListener, Filter) - Method in class com.tangosol.util.WrapperObservableMap
Remove a map listener that previously signed up for events based on a filter evaluation.
removeMemberListener(MemberListener) - Method in interface com.tangosol.net.Service
Remove a Member listener.
removeNoWait() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Check for a ripe or soft-ripe item in the queue, and if there is one, return it; otherwise, return null.
removeNoWait() - Method in class com.tangosol.net.LoadBalancer.Queue
Remove an item from the queue if the queue is not empty.
removePostedWork(long) - Method in class com.tangosol.coherence.commonj.WorkManager
Remove a WorkHolder for a posted work with a given id.
removeSafeListener(Map, Object, MapListener) - Static method in class com.tangosol.util.MapListenerSupport
Remove the specified listener from the Listeners object assosiated with the specified key.
removeWait(Collection) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Remove a collection from a wait list.
replaceAttributes(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
Find and replace the attributes names in "{}" format with the corresponding values for this cache info.
replaceElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Replace a child element with the same name as the specified element.
replaceInternal(Object, Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Replace the value in the internal cache with a new one iff it is currently mapped to the given value.
replaceSystemProperties(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
Replace the values of the XmlElement and all its children that contain the specified attribute with the values returned by the System.getProperty() call.
report(String, int, String, Throwable, String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Assemble and throw an informative exception based on the passed details.
report(String) - Method in class com.tangosol.io.pof.ValidatingPofHandler
Report an error in the POF stream.
reportOutOfMemory(int) - Method in class com.tangosol.io.nio.BinaryMap
Report on an insufficient memory problem.
REQ_ATTR_CONTEXT - Static variable in class com.tangosol.coherence.servlet.RequestContext
 
REQ_ATTR_CONTEXT - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that Coherence stores the request context object in.
REQ_ATTR_DISPATCH - Static variable in class com.tangosol.coherence.servlet.RequestContext
 
REQ_ATTR_DISPATCH - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that Coherence stores the current request dispatch method.
REQ_ATTR_OK_WRAP - Static variable in class com.tangosol.coherence.servlet.RequestContext
 
REQ_ATTR_OK_WRAP - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that indicates that wrapping is not required.
REQ_ATTR_REQUEST - Static variable in class com.tangosol.coherence.servlet.RequestContext
 
REQ_ATTR_REQUEST - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that Coherence stores the current request object in.
REQ_ATTR_RESPONSE - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that Coherence stores the original wrapped response object in.
REQ_ATTR_TEST - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that tests if the Coherence wrapper is in place.
REQ_ATTR_WRAPPED - Static variable in class com.tangosol.coherence.servlet.RequestContext
 
REQ_ATTR_WRAPPED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The name of the request attribute that Coherence stores its own request object in.
requestAsyncOwnership(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
Enter (obtain) and schedule an asynchronous call to exit (release) the specified session ID.
requestCapacity(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Ensure that the current block contains some available capacity, preferably enough to fulfill the specified capacity.
RequestContext - Class in com.tangosol.coherence.servlet
Request context information for a standard Servlet request.
RequestContext(SessionHelper, RequestContext, ServletRequest) - Constructor for class com.tangosol.coherence.servlet.RequestContext
Construct a RequestContext object to hold the state of the request and response and the wrappers for each.
requestEviction(int) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
This method is called by the cache when the cache requires the eviction policy to evict entries.
requestEviction(int) - Method in interface com.tangosol.net.cache.OldCache.EvictionPolicy
Deprecated. This method is called by the cache when the cache requires the eviction policy to evict entries.
requestReservation() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Attempt to reserve the Status by marking it as committing if it is available.
RequestTimeoutException - Exception in com.tangosol.net
Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time.
RequestTimeoutException() - Constructor for exception com.tangosol.net.RequestTimeoutException
Constructs a RequestTimeoutException with no detail message.
RequestTimeoutException(String) - Constructor for exception com.tangosol.net.RequestTimeoutException
Constructs a RequestTimeoutException with the specified detail message.
RequestTimeoutException(Throwable) - Constructor for exception com.tangosol.net.RequestTimeoutException
Construct a RequestTimeoutException from a Throwable object.
RequestTimeoutException(String, Throwable) - Constructor for exception com.tangosol.net.RequestTimeoutException
Construct a RequestTimeoutException from a Throwable object and an additional description.
requestWorkStatus(WorkManager.RequestStatus) - Method in class com.tangosol.coherence.commonj.WorkManager
Obtain current status of the specified Work.
requiresDeepClone() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Determine if a clone of the XmlBean should be a deep clone, which typically means that at least one property value is mutable reference type.
reset() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Rewind this stream to the position at the time the AbstractReadBuffer.AbstractBufferInput.mark(int) method was last called on this InputStream.
reset() - Method in interface com.tangosol.io.InputStreaming
Rewind this stream to the position at the time the InputStreaming.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Rewind this stream to the position at the time the AbstractReadBuffer.AbstractBufferInput.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.MultiByteArrayInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.tangosol.io.nio.BinaryMap.Block
Reset the Block object so that it doesn't point into the Buffer.
reset() - Method in class com.tangosol.io.nio.ByteBufferInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Rewind this stream to the position at the time the AbstractReadBuffer.AbstractBufferInput.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.pof.PofInputStream
Rewind this stream to the position at the time the PofInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.Utf8Reader
Reset the stream.
reset() - Method in class com.tangosol.io.WrapperDataInputStream
Rewind this stream to the position at the time the WrapperDataInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.io.WrapperInputStream
Rewind this stream to the position at the time the WrapperInputStream.mark(int) method was last called on this InputStream.
reset() - Method in class com.tangosol.net.cache.AbstractBundler.Statistics
Reset the statistics.
reset() - Method in class com.tangosol.net.DatagramPacketOutputStream
Reset the output stream back to the beginning of the buffer.
reset(long) - Method in class com.tangosol.net.DatagramTest.PacketTracker
Reset the counters.
reset() - Method in class com.tangosol.util.DeltaSet
Discard the changes to the set ("rollback").
reset() - Method in class com.tangosol.util.SafeLinkedList
Completely reset the state of the List.
reset() - Method in class com.tangosol.util.SubSet
Discard the changes to the set ("rollback").
resetHitStatistics() - Method in interface com.tangosol.net.cache.CacheStatistics
Reset the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.cache.CachingMap
Reset the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Reset the cache statistics.
resetHitStatistics() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
Reset the cache statistics.
resetInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
Reset the "current invalidation strategy" flag.
resetRange(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Reset the portion of the byte array the ReadBuffer operates upon.
resetStatistics() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Reset all statistics maintained by this session collection.
resetStatistics() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Reset the session management statistics.
resetStatistics() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
Reset the session management statistics.
resetStatistics() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Reset all statistics maintained by this session collection.
resetStatistics() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Reset statistics for this Bundle.
resetStatistics() - Method in class com.tangosol.net.cache.AbstractBundler
Reset this Bundler statistics.
resetStatistics() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Reset the CacheStore statistics.
resetStats() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Reset all Cache statistics.
resizeArray(Object[], int) - Static method in class com.tangosol.io.pof.PofHelper
Expand the passed array to contain the specified number of elements, along the lines of the Collection.toArray method.
RESIZING - Variable in class com.tangosol.util.SafeHashMap
When resizing completes, a notification is issued against this object.
resolve() - Method in class com.tangosol.util.DeltaSet
Apply the changes to the underlying set ("commit").
resolve() - Method in class com.tangosol.util.SubSet
Apply the changes to the underlying set ("commit").
resolveClass(ObjectStreamClass) - Method in class com.tangosol.io.ResolvingMarshalInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(ObjectStreamClass) - Method in class com.tangosol.io.ResolvingObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(String) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Resolve a Class name into a Class object.
resolveParameter(String, String) - Method in interface com.tangosol.run.xml.XmlHelper.ParameterResolver
Resolve the passed substitutable parameter.
resolveRequest(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine what request object should be sent to the application server's request dispatcher: the application server's request object, or the wrapper that we created.
resolveResponse(ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Determine what response object should be sent to the application server's request dispatcher: the application server's response object, or the wrapper that we created.
resolveScheme(DefaultConfigurableCacheFactory.CacheInfo) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.
resolveScheme(XmlElement, DefaultConfigurableCacheFactory.CacheInfo, boolean, boolean) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Resolve the specified "XYZ-scheme" by retrieving the base element refered to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.
Resolving - Interface in com.tangosol.io
Marker interface for Resolving*Stream implementations.
ResolvingMarshalInputStream - Class in com.tangosol.io
Provides a MarshalInputStream that uses a caller provided ClassLoader to resolve classes during objects deserialization.
ResolvingMarshalInputStream(InputStream, ClassLoader) - Constructor for class com.tangosol.io.ResolvingMarshalInputStream
Create an ResolvingMarshalInputStream that reads from the specified InputStream using the specified ClassLoader to resolve classes.
ResolvingMarshalOutputStream - Class in com.tangosol.io
A marker implementation to mirror the ResolvingMarshalInputStream implementation.
ResolvingMarshalOutputStream(OutputStream) - Constructor for class com.tangosol.io.ResolvingMarshalOutputStream
 
ResolvingObjectInputStream - Class in com.tangosol.io
Provides an ObjectInputStream that uses a caller provided ClassLoader to resolve classes during objects deserialization.
ResolvingObjectInputStream(InputStream, ClassLoader) - Constructor for class com.tangosol.io.ResolvingObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream using the specified ClassLoader to resolve classes.
ResolvingObjectOutputStream - Class in com.tangosol.io
A marker implementation to mirror the ResolvingObjectInputStream implementation.
ResolvingObjectOutputStream(OutputStream) - Constructor for class com.tangosol.io.ResolvingObjectOutputStream
 
restoreRequestState(Map, boolean) - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Restores the underlying Servlet request back to the state it was in prior to calling saveRequestState.
restoreRequestState(Map, boolean) - Method in class com.tangosol.coherence.servlet.RequestContext
Restores the underlying Servlet request back to the state it was in prior to calling saveRequestState.
RestrictedCollections - Class in com.tangosol.util
A collection of Collection implementation classes that limit the data type.
RestrictedCollections.RestrictedCollection - Class in com.tangosol.util
A restricted Collection that requires its contents to be of a specified class.
RestrictedCollections.RestrictedCollection(Collection, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedCollection
Constructor.
RestrictedCollections.RestrictedEntrySet - Class in com.tangosol.util
A restricted Collection that requires its contents to be of a specified class.
RestrictedCollections.RestrictedEntrySet(Set, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Constructor.
RestrictedCollections.RestrictedEntrySet.RestrictedEntry - Class in com.tangosol.util
A Map Entry that restricts the key and value types.
RestrictedCollections.RestrictedEntrySet.RestrictedEntry(Map.Entry) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Constructor.
RestrictedCollections.RestrictedEntrySet.RestrictedIterator - Class in com.tangosol.util
A Map Entry Iterator that restricts the key and value types.
RestrictedCollections.RestrictedEntrySet.RestrictedIterator(Iterator) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Constructor.
RestrictedCollections.RestrictedList - Class in com.tangosol.util
A restricted List that requires its contents to be of a specified class.
RestrictedCollections.RestrictedList(List, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedList
Constructor.
RestrictedCollections.RestrictedListIterator - Class in com.tangosol.util
A restricted ListIterator that requires its contents to be of a specified class.
RestrictedCollections.RestrictedListIterator(ListIterator, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Constructor.
RestrictedCollections.RestrictedMap - Class in com.tangosol.util
A restricted Map that requires its keys and values to be of specified classes.
RestrictedCollections.RestrictedMap(Map, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedMap
Constructor.
RestrictedCollections.RestrictedSet - Class in com.tangosol.util
A restricted Set that requires its contents to be of a specified class.
RestrictedCollections.RestrictedSet(Set, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSet
Constructor.
RestrictedCollections.RestrictedSortedMap - Class in com.tangosol.util
A restricted SortedMap that requires its keys and values to be of specified classes.
RestrictedCollections.RestrictedSortedMap(Map, Class, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Constructor.
RestrictedCollections.RestrictedSortedSet - Class in com.tangosol.util
A restricted Set that requires its contents to be of a specified class.
RestrictedCollections.RestrictedSortedSet(SortedSet, Class) - Constructor for class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Constructor.
RestrictedStringAdapter - Class in com.tangosol.run.xml
A property adapter for a String based type that is known to have a converting factory method with the following signature: public static valueOf(String s).
RestrictedStringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.RestrictedStringAdapter
Construct a RestrictedStringAdapter.
resume() - Method in class com.tangosol.io.IndentingWriter
Resumes indentation.
retain(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Starting with the byte at offset of, retain the remainder of this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset AbstractWriteBuffer.length() - 1, which is shifted to offset AbstractWriteBuffer.length() - of - 1.
retain(int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(int) - Method in interface com.tangosol.io.WriteBuffer
Starting with the byte at offset of, retain the remainder of this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset WriteBuffer.length() - 1, which is shifted to offset WriteBuffer.length() - of - 1.
retain(int, int) - Method in interface com.tangosol.io.WriteBuffer
Starting with the byte at offset of, retain cb bytes in this WriteBuffer, such that the byte at offset of is shifted to offset 0, the byte at offset of + 1 is shifted to offset 1, and so on up to the byte at offset of + cb - 1, which is shifted to offset cb - 1.
retain(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSet
Retain only partitions in this set that are contained in the specified PartitionSet.
retainAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.LiteSet
Retains only the elements in this Set that are contained in the specified Collection.
retainAll(Collection) - Method in class com.tangosol.util.MapSet
Retains only the elements in this Set that are contained in the specified Collection.
retainAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(StringTable) - Method in class com.tangosol.util.StringTable
Retains only the nodes in this StringTable that are contained in the specified StringTable.
retainAll(Collection) - Method in class com.tangosol.util.SubSet
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Tree) - Method in class com.tangosol.util.Tree
Retains only the nodes in this Tree that are contained in the specified Tree.
RETURNED - Static variable in class com.tangosol.run.xml.SimpleElement.ElementIterator
 
RIGHT - Static variable in class com.tangosol.util.SparseArray.Crawler
 
right - Variable in class com.tangosol.util.SparseArray.Node
The right child of this node.
RIGHT - Static variable in class com.tangosol.util.Tree.Crawler
 
right - Variable in class com.tangosol.util.Tree.Node
The right child of this node.
RMI_COMMAND_LINE_ARG - Static variable in class com.tangosol.net.management.MBeanConnector
Command line argument to start RMI server.
RMI_CONNECTION_PORT_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify RMI connection port.
RMI_HOST_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify the RMI host.
RMI_REGISTRY_PORT_PROPERTY - Static variable in class com.tangosol.net.management.MBeanConnector
Property name to specify RMI registry port.
rollback(EntityTransaction) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Rollback the given EntityTransaction if it is not null and is active.
rollback() - Method in interface com.tangosol.util.TransactionMap
Rollback the changes made to the TransactionMap.
rollbackTransactionCollection(Collection) - Static method in class com.tangosol.net.CacheFactory
Roll back the transaction represented by a collection of TransactionMap objects.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitAgent
This method is invoked when the agent is run on the various servers in the cluster.
run() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
The task process: Process a portion of the reaping cycle.
run() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
The task process: Process a portion of the reaping cycle.
run() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.StartReapingTask
The task process: Start the reaping cycle.
run() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
This method is invoked on the daemon thread and performs the daemon processing until the thread stops.
run() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Shutdown hook runnable method.
run() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadThread
The daemon's implementation method.
run() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteThread
The daemon's implementation method.
run() - Method in class com.tangosol.net.DatagramTest.DatagramListener
Run the test.
run() - Method in class com.tangosol.net.DatagramTest.DatagramPublisher
Run the test.
run() - Method in class com.tangosol.net.DefaultCacheServer.ShutdownProcess
Run the shutdown logic.
run() - Method in interface com.tangosol.net.Invocable
Called exactly once by the InvocationService to invoke this Invocable object.
run() - Method in class com.tangosol.net.LoadBalancer.RequestHandler
Processing loop for the RequestHandler daemon.
run() - Method in class com.tangosol.net.LoadBalancer.ResponseHandler
Processing loop for the ResponseHandler daemon.
run() - Method in class com.tangosol.net.LoadBalancer
Start the LoadBalancer.
run() - Method in class com.tangosol.net.LoadBalancer.SocketHandler
Processing loop for the SocketHandler.
run() - Method in class com.tangosol.net.MulticastTest.Listener
The listener loop.
run() - Method in class com.tangosol.net.MulticastTest
Run the test.
run() - Method in class com.tangosol.util.Daemon.DaemonWorker
 
run() - Method in class com.tangosol.util.Daemon
The daemon's implementation method.
run() - Method in class com.tangosol.util.TaskDaemon.PeriodicTask
 
run() - Method in class com.tangosol.util.TaskDaemon
The task processing loop.
run(Runnable) - Method in class com.tangosol.util.TaskDaemon
Execute a Runnable task.
runAs(Subject, PrivilegedAction) - Static method in class com.tangosol.net.security.Security
Executes a privileged action on behalf of the user identity.
runAs(Subject, PrivilegedExceptionAction) - Static method in class com.tangosol.net.security.Security
Executes a privileged exception action on behalf of the user identity.
runCanceled(boolean) - Method in class com.tangosol.net.AbstractInvocable
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runCanceled(boolean) - Method in class com.tangosol.net.AbstractPriorityTask
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runCanceled(boolean) - Method in interface com.tangosol.net.PriorityTask
This method will be called if and only if all attempts to interrupt this task were unsuccesful in stopping the execution or if the execution was canceled before it had a chance to run at all.
runTask(Runnable) - Method in class com.tangosol.net.cache.SerializationPagedCache
Run the passed task on a separate thread.

S

s_cachefactory - Static variable in class com.tangosol.coherence.servlet.SessionHelper
The session management module's own ConfigurableCacheFactory.
s_clzImplementation - Static variable in class com.tangosol.util.AtomicCounter
The counter implementation which will be used.
s_factory - Static variable in class com.tangosol.coherence.weblogic.PortalCacheProvider
The CacheProvider's own ConfigurableCacheFactory.
s_fShutdown - Static variable in class com.tangosol.net.DefaultCacheServer
Flag that indicates whether of not the shutdown was initiated.
s_mapClassAdapters - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from the class of a property type to the class of the adapter that handles the type.
s_mapClassNames - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from type name / short class name to actual class instance.
s_mapFactories - Static variable in class com.tangosol.coherence.jpa.JpaCacheLoader
Map of all shared entity manager factories for all persistence units.
s_mapPrimitiveNames - Static variable in class com.tangosol.run.xml.XmlBean.BeanInfo
Map from class of an intrinsic type to its JVM signature.
SafeComparator - Class in com.tangosol.util.comparator
Null-safe delegating comparator.
SafeComparator() - Constructor for class com.tangosol.util.comparator.SafeComparator
Default constructor (for ExternalizableLite and PortableObject).
SafeComparator(Comparator) - Constructor for class com.tangosol.util.comparator.SafeComparator
Construct a SafeComparator delegating to the specified (wrapped) comparator.
SafeConfigurablePofContext - Class in com.tangosol.io.pof
ConfigurablePofContext extension that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured.
SafeConfigurablePofContext() - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Default constructor.
SafeConfigurablePofContext(String) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Create a SafeConfigurablePofContext that will load configuration information from the specified locator.
SafeConfigurablePofContext(XmlElement) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext
Create a SafeConfigurablePofContext that will use the passed configuration information.
SafeConfigurablePofContext.SafePofHolder - Class in com.tangosol.io.pof
A SafePofHolder represents the serialized form of any valid POF user type instance.
SafeConfigurablePofContext.SafePofHolder() - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Default constructor.
SafeConfigurablePofContext.SafePofHolder(int, int, Binary) - Constructor for class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Create a new SafePofHolder from the given POF user type identifier, version identifier and serialized property data.
SafeHashMap - Class in com.tangosol.util
An implementation of java.util.Map that is synchronized, but minimally so.
SafeHashMap() - Constructor for class com.tangosol.util.SafeHashMap
Construct a thread-safe hash map using the default settings.
SafeHashMap(int, float, float) - Constructor for class com.tangosol.util.SafeHashMap
Construct a thread-safe hash map using the specified settings.
SafeHashMap.Entry - Class in com.tangosol.util
A map entry (key-value pair).
SafeHashMap.Entry() - Constructor for class com.tangosol.util.SafeHashMap.Entry
 
SafeHashMap.EntrySet - Class in com.tangosol.util
A set of entries backed by this map.
SafeHashMap.EntrySet() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet
 
SafeHashMap.EntrySet.EntrySetIterator - Class in com.tangosol.util
An Iterator over the EntrySet that is backed by the SafeHashMap.
SafeHashMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
Construct an Iterator over the Entries in the SafeHashMap.
SafeHashMap.KeySet - Class in com.tangosol.util
A set of entries backed by this map.
SafeHashMap.KeySet() - Constructor for class com.tangosol.util.SafeHashMap.KeySet
 
SafeHashMap.ValuesCollection - Class in com.tangosol.util
A collection of values backed by this map.
SafeHashMap.ValuesCollection() - Constructor for class com.tangosol.util.SafeHashMap.ValuesCollection
 
SafeHashSet - Class in com.tangosol.util
An implementation of java.util.Set that is synchronized, but minimally so.
SafeHashSet() - Constructor for class com.tangosol.util.SafeHashSet
Construct a thread-safe hash set using the default settings.
SafeHashSet(int, float, float) - Constructor for class com.tangosol.util.SafeHashSet
Construct a thread-safe hash set using the specified settings.
SafeLinkedList - Class in com.tangosol.util
Implementation of the Collection Framework interface "List" using a linked list algorithm.
SafeLinkedList() - Constructor for class com.tangosol.util.SafeLinkedList
Construct an empty List.
SafeLinkedList(Collection) - Constructor for class com.tangosol.util.SafeLinkedList
Construct a List containing the elements of the specified Collection.
SafeLinkedList.Node - Class in com.tangosol.util
A Node in the List.
SafeLinkedList.Node() - Constructor for class com.tangosol.util.SafeLinkedList.Node
Construct a blank Node.
SafeLinkedList.Node(Object) - Constructor for class com.tangosol.util.SafeLinkedList.Node
Construct a Node with a value.
save(DataOutput) - Method in class com.tangosol.util.UID
Store this UID in a stream.
saveRequestState(boolean) - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Returns a map containing the state of the underlying Servlet request.
saveRequestState(boolean) - Method in class com.tangosol.coherence.servlet.RequestContext
Returns a map containing the state of the underlying Servlet request.
SaxParser - Class in com.tangosol.run.xml
A simple XML parser.
SaxParser() - Constructor for class com.tangosol.run.xml.SaxParser
Construct a SaxParser.
SaxParser(boolean) - Constructor for class com.tangosol.run.xml.SaxParser
Construct a SaxParser.
scale() - Method in class com.tangosol.io.pof.RawQuad
Get the base-2 scale (exponent) of the quad value.
schedule(Work) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener, Member) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
Accepts a Work instance for processing at the specified Member.
schedule(Work) - Method in class com.tangosol.coherence.commonj.WorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener) - Method in class com.tangosol.coherence.commonj.WorkManager
Dispatches a Work asynchronously.
schedule(Work, WorkListener, Member) - Method in class com.tangosol.coherence.commonj.WorkManager
Accepts a Work instance for processing at the specified Member.
SCHEDULE_FIRST - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be queued in front of any equal or lower scheduling priority tasks and executed as soon as any of the worker threads become available.
SCHEDULE_IMMEDIATE - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be immediately executed by any idle worker thread; if all of them are active, a new thread will be created to execute this task.
SCHEDULE_STANDARD - Static variable in interface com.tangosol.net.PriorityTask
Scheduling value indicating that this task is to be queued and executed in a natural (based on the request arrival time) order.
scheduleExpiry() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Reschedule the cache entry expiration.
scheduleFlush() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Schedule the next flush.
schedulePeriodicTask(Runnable, long, long) - Method in class com.tangosol.util.TaskDaemon
Schedule a periodic task to be run at the specified time, and to repeat at the specified interval.
scheduleTask(Runnable, long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Schedule a task to be run at the specified time, or as soon after as possible.
scheduleTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
Schedule a task to be run at the specified time, or as soon after as possible.
scheduleWork() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Notify the daemon that there is work to be done.
SCHEME_CLASS - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The custom class scheme.
SCHEME_DISK - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
Deprecated. As of Coherence 3.0, replaced by DefaultConfigurableCacheFactory.SCHEME_EXTERNAL and DefaultConfigurableCacheFactory.SCHEME_EXTERNAL_PAGED
SCHEME_DISTRIBUTED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The distributed cache scheme.
SCHEME_EXTERNAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The external scheme.
SCHEME_EXTERNAL_PAGED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The paged-external scheme.
SCHEME_INVOCATION - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The invocation service scheme.
SCHEME_LOCAL - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The local cache scheme.
SCHEME_NEAR - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The near cache scheme.
SCHEME_OPTIMISTIC - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The optimistic cache scheme.
SCHEME_OVERFLOW - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The overflow map scheme.
SCHEME_PROXY - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The proxy service scheme.
SCHEME_READ_WRITE_BACKING - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The read write backing map scheme.
SCHEME_REF - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The name of the replaceable parameter representing the scheme reference.
SCHEME_REMOTE_CACHE - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The remote cache scheme.
SCHEME_REMOTE_INVOCATION - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The remote invocation scheme.
SCHEME_REPLICATED - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The replicated cache scheme.
SCHEME_UNKNOWN - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The unknwown scheme type.
SCHEME_VERSIONED_BACKING - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The versioned backing map scheme.
SCHEME_VERSIONED_NEAR - Static variable in class com.tangosol.net.DefaultConfigurableCacheFactory
The versioned near cache scheme.
Security - Class in com.tangosol.net.security
The Security class is used to assosiate client's identity with an action that requires access to protected clustered resources.
Security() - Constructor for class com.tangosol.net.security.Security
 
select(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
Select the next key from the refresh-ahead queue that is a candidate for an asynchronous load.
selectWrapper(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Select a Filter based on the supplied protocol information.
SeppukuMapListener - Class in com.tangosol.net.cache
A map listener that follows the "seppuku" pattern, invalidating the Map entries when MapEvents for another related ObservableMap are delivered.
SeppukuMapListener(Map) - Constructor for class com.tangosol.net.cache.SeppukuMapListener
Construct a SeppukuMapListener for the specified front map.
SerializableAdapter - Class in com.tangosol.run.xml
A SerializableAdapter supports Java objects that implement the Serializable interface.
SerializableAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SerializableAdapter
Construct a SerializableAdapter.
SerializationCache - Class in com.tangosol.net.cache
A version of SerializationMap that implements an LRU policy.
SerializationCache(BinaryStore, int) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache(BinaryStore, int, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache(BinaryStore, int, boolean) - Constructor for class com.tangosol.net.cache.SerializationCache
Construct a SerializationCache on top of a BinaryStore.
SerializationCache.EntryAttributes - Class in com.tangosol.net.cache
A class that holds on to the expiry time and touch order for an entry.
SerializationCache.EntryAttributes(long, long) - Constructor for class com.tangosol.net.cache.SerializationCache.EntryAttributes
Construct an attribute holder for an entry.
SerializationMap - Class in com.tangosol.net.cache
Map implementation that stores its contents in a BinaryStore.
SerializationMap(BinaryStore) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore.
SerializationMap(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore, using the passed ClassLoader for deserialization.
SerializationMap(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.SerializationMap
Construct a SerializationMap on top of a BinaryStore, optionally storing only Binary keys and values.
SerializationPagedCache - Class in com.tangosol.net.cache
A version of SerializationMap that implements an LRU policy using time-based paging of the cache.
SerializationPagedCache(BinaryStoreManager, int, int) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache(BinaryStoreManager, int, int, ClassLoader) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache(BinaryStoreManager, int, int, boolean, boolean) - Constructor for class com.tangosol.net.cache.SerializationPagedCache
Construct a SerializationPagedCache on top of a BinaryStoreManager.
SerializationPagedCache.FakeBinaryStore - Class in com.tangosol.net.cache
A lite BinaryStore implementation used when the real underlying BinaryStore gets destroyed.
SerializationPagedCache.FakeBinaryStore() - Constructor for class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
 
SerializationPagedCache.PagedBinaryStore - Class in com.tangosol.net.cache
A virtual BinaryStore implementation that aggregates a sequence (newest to oldest) of periodic BinaryStore objects.
SerializationPagedCache.PagedBinaryStore(int) - Constructor for class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Construct a PagedBinaryStore.
SerializationPagedCache.WrapperBinaryStore - Class in com.tangosol.net.cache
A wrapper BinaryStore implementation that keeps track of its size.
SerializationPagedCache.WrapperBinaryStore(BinaryStore) - Constructor for class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Construct a WrapperBinaryStore.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.ExternalizableLitePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.ExternalizablePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in interface com.tangosol.io.pof.PofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.PortableObjectSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.pof.SimplePofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(PofWriter, Object) - Method in class com.tangosol.io.pof.XmlSerializablePofSerializer
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.
serialize(WriteBuffer.BufferOutput, Object) - Method in interface com.tangosol.io.Serializer
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.io.SimpleSerializer
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
serialize(WriteBuffer.BufferOutput, Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Serialize an object to a WriteBuffer by writing its state using the specified BufferOutput object.
Serializer - Interface in com.tangosol.io
The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
serializeValue(Object) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Take the passed Object and turn it into a Binary value.
service(Servlet, ServletRequest, ServletResponse) - Method in class com.tangosol.coherence.servlet.SessionHelper
Issue the service call to the specified servlet, given the passed request and response objects.
Service - Interface in com.tangosol.net
This Service interface represents controllable services that operate in a clustered network environment.
SERVICE_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the ServiceMBean.
ServiceInfo - Interface in com.tangosol.net
The ServiceInfo represents information about a Service that operates in a clustered network environment.
SERVICENAME_OWNERSHIP - Static variable in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
The name of the clustered invocation service that manages sticky session ownership.
servletDestroyed() - Method in class com.tangosol.coherence.servlet.SessionHelper
Called by each Coherence Servlet wrapper on destroy().
servletInitialized() - Method in class com.tangosol.coherence.servlet.SessionHelper
Called by each Coherence Servlet wrapper on init().
SessionHelper - Class in com.tangosol.coherence.servlet
A collection of methods that support the implementation of Coherence web container components used to replace the corresponding implementations provided by the application server vendor.
SessionHelper(SessionHelper.Factory, ServletContext) - Constructor for class com.tangosol.coherence.servlet.SessionHelper
Construct a Coherence SessionHelper that will support the implementation of clustered web container services.
SessionHelper.Factory - Interface in com.tangosol.coherence.servlet
This interface is used by the SessionHelper to obtain objects that implement various important parts of the Servlet specification, and by doing so, can be placed in front of the application in lieu of the application server's own objects, thus changing the "apparent implementation" of the application server itself (e.g.
SessionHelper.SessionReaperDaemon - Class in com.tangosol.coherence.servlet
A daemon thread class that will clean up expired sessions.
SessionHelper.SessionReaperDaemon(String, int) - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Construct a SessionReaperDaemon.
SessionHelper.SessionReaperDaemon.IncrementalReapTask - Class in com.tangosol.coherence.servlet
A task that starts a reaping cycle.
SessionHelper.SessionReaperDaemon.IncrementalReapTask(Iterator, int) - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
Construct an IncrementalReapTask.
SessionHelper.SessionReaperDaemon.StartReapingTask - Class in com.tangosol.coherence.servlet
A task that starts a reaping cycle.
SessionHelper.SessionReaperDaemon.StartReapingTask() - Constructor for class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.StartReapingTask
Default constructor.
SessionHelper.Task - Interface in com.tangosol.coherence.servlet
Interface for detecting when a Runnable Task has completed.
sessionReturned() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Indicates to the session that it is no longer new, because the session ID has been returned to the client to allow the client to accept it, as described in the Servlet specification.
sessionReturned() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Indicates to the session that it is no longer new, because the session ID has been returned to the client to allow the client to accept it, as described in the Servlet specification.
set(XmlBean, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Store the property value in the passed bean.
set(int, Object) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
Replaces the last element returned by next or previous with the specified element.
set(long, Object) - Method in interface com.tangosol.util.LongArray
Add the passed item to the LongArray at the specified index.
set(InvocableMap.Entry, Object) - Method in class com.tangosol.util.processor.PropertyProcessor
Set the property value into the passed Entry object.
set(int, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedListIterator
Replaces the last element returned by next or previous with the specified element.
set(int, Object) - Method in class com.tangosol.util.SafeLinkedList
Replaces the element at the specified position in this List with the specified element.
set(long, Object) - Method in class com.tangosol.util.SimpleLongArray
Add the passed item to the LongArray at the specified index.
set(long, Object) - Method in class com.tangosol.util.SparseArray
Add the passed item to the LongArray at the specified index.
set(Object) - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Set the Long value of the ThreadLocalCounter for the current thread.
set(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value of the ThreadLocalObject for the current thread.
setActivatableAttributes(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Specify whether the session model may or may not have attributes that need to be activated and passivated.
setAddrPeers(InetSocketAddress[]) - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Mutator for AddrPeers.
setAllowAutoAdjust(boolean) - Method in class com.tangosol.net.cache.AbstractBundler
Specify whether or not the auto-adjustment is allowed..
setAsynchronousPageDeactivation(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether a daemon should evict the items from a deactivated page to avoid blocking other work from being done.
setAttribute(String, Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Binds an object to this session, using the name specified.
setAttribute(String, XmlValue) - Method in class com.tangosol.run.xml.SimpleElement
Set an attribute value.
setAttribute(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Specify that this value is an element attribute.
setAttribute(String, XmlValue) - Method in interface com.tangosol.run.xml.XmlElement
Set an attribute value.
setAttributeSerializationFailureMap(Map) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Set the map of attributes that cannot be written.
setBackEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, store the current event from the back Map.
setBackingMap(String, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
Assosiate the specifeid backing Map with a given name.
setBackingMapManager(BackingMapManager) - Method in interface com.tangosol.net.CacheService
Set a backing map manager to be used by this CacheService to create underlying stores for the cached data.
setBackMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Specify the MapListener for the back map.
setBackUpToDate(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify that the value stored in the back Map is known to be up to date (not needing to be written to the back if evicted from the front).
setBackUpToDate(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify that the value stored in the back Map is known to be up to date (not needing to be written to the back if evicted from the front).
setBinary(Binary) - Method in class com.tangosol.run.xml.SimpleValue
Set the binary value.
setBinary(Binary) - Method in interface com.tangosol.run.xml.XmlValue
Set the binary value.
setBinaryMap(boolean) - Method in class com.tangosol.net.cache.SerializationMap
Configure the Map to be aware that all the keys and values in the map are known to be Binary or not.
setBinaryMap(boolean) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configure the Map to be aware that all the keys and values in the map are known to be Binary or not.
setBinaryStore(BinaryStore) - Method in class com.tangosol.io.AsyncBinaryStore
Specify the underlying BinaryStore.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Configures the BinaryStore that this CacheStore will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationCache
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationMap
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache
Configures the BinaryStore that this map will use for its storage.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Specify the store to wrap.
setBinaryStore(BinaryStore) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configures the BinaryStore that this map will use for its storage.
setBoolean(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Set the boolean value.
setBoolean(boolean) - Method in interface com.tangosol.run.xml.XmlValue
Set the boolean value.
setBottomAnchor(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the bottom anchor object.
setBucketCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Configure the number of hash buckets.
setBucketLevel(int) - Method in class com.tangosol.io.nio.BinaryMap
Configure the hash bucket level.
setBucketOffset(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Set the head of the hash bucket linked list for a certain bucket.
setBuffer(ByteBuffer) - Method in class com.tangosol.io.nio.AbstractBufferManager
Set the current ByteBuffer reference.
setBuffer(ByteBuffer) - Method in class com.tangosol.io.nio.BinaryMap
Specify the ByteBuffer that the BinaryMap will be backed by.
setBufferManager(ByteBufferManager) - Method in class com.tangosol.io.nio.BinaryMap
Specify the ByteBufferManager for this map.
setBufferPackets(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for BufferPackets
setCacheFactory(ConfigurableCacheFactory) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Set the ConfigurableCacheFactory instance
setCacheLoader(CacheLoader) - Method in class com.tangosol.net.cache.LocalCache
Specify the loader used by this LocalCache.
setCacheReloader(CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Set the CacheReloader used to refresh the corresponding Map.Entry value.
setCacheValues(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Modify the local-caching option for the ContinuousQueryCache.
setCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Set the capacity of the current ByteBuffer.
setCertificate(Member, Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Specify the Certificate assocaited with a Member.
setCertificateLocal(Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Specify the filter's certificate.
setCipherParams(AlgorithmParameterSpec) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Specify the Cipher's parameters.
setCipherTransformation(String) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
Specify the Cipher's transformation.
setClassLoader(ClassLoader) - Method in interface com.tangosol.net.BackingMapManagerContext
Assign the ClassLoader this context is assosiated with.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Configure the ClassLoader that this CacheStore will use for deserialization.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.SerializationMap
Configure the ClassLoader that this map will use for deserialization.
setClassLoader(ClassLoader) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Configure the ClassLoader that this map will use for deserialization.
setCloseCount(int) - Method in class com.tangosol.util.ThreadGate
Specify the number of unmatched completed close calls.
setClosingThread(Thread) - Method in class com.tangosol.util.ThreadGate
Specify the thread that is closing the gates.
setCollection(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
After deserialization, the collection needs to be configured.
setCollection(AbstractHttpSessionCollection) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
After deserialization, the collection needs to be configured.
setCollectStats(boolean) - Method in class com.tangosol.util.WrapperObservableMap
Specify whether or not statistics are to be collected by the wrapper.
setComment(String) - Method in class com.tangosol.run.xml.SimpleElement
Set the text of this element's comment.
setComment(String) - Method in interface com.tangosol.run.xml.XmlElement
Set the text of this element's comment.
setComparator(Comparator) - Method in class com.tangosol.util.filter.LimitFilter
Set the Comparator used to partition the values into pages.
setConcurrency(int) - Method in interface com.tangosol.util.TransactionMap
Attempt to change the concurrency mode to the given value.
setConfig(XmlElement) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.coherence.servlet.SessionHelper
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Specify the manager's configuration.
setConfig(XmlElement) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Specify the configuration for the object.
setConfig(XmlElement) - Method in interface com.tangosol.net.BackingMapManagerContext
Specify the configuration for the assosiated BackingMapManager.
setConfig(XmlElement) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the configuration for the object.
setConfig(XmlElement) - Method in class com.tangosol.net.CompressionFilter
Specify the configuration for the object.
setConfig(XmlElement) - Method in interface com.tangosol.net.ConfigurableCacheFactory
Specify the factory configuration XML.
setConfig(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Specify the factory configuration XML.
setConfig(XmlElement) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Configures the Encryption filter for asymmetric encryption using a private key and Certification from a KeyStore.
setConfig(XmlElement) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Configures the ClusterEncryptionfilter.
setConfig(XmlElement) - Method in class com.tangosol.net.security.PasswordBasedEncryptionFilter
Configures the Encryption filter for password based encryption.
setConfig(XmlElement) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Configures the Encryption filter for symetric encryption using a key from a KeyStore.
setConfig(XmlElement) - Method in interface com.tangosol.run.xml.XmlConfigurable
Specify the configuration for the object.
setConfigurableCacheFactory(ConfigurableCacheFactory) - Static method in class com.tangosol.net.CacheFactory
Specify a singleton of ConfigurableCacheFactory.
setConfiguredName(String) - Method in class com.tangosol.util.Daemon
Configure the name for the daemon.
setConfiguredPriority(int) - Method in class com.tangosol.util.Daemon
Configure the priority for the daemon.
setContextClassLoader(ClassLoader) - Method in interface com.tangosol.io.ClassLoaderAware
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.io.pof.ConfigurablePofContext
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.io.SimpleSerializer
Specify the context ClassLoader for this object.
setContextClassLoader(ClassLoader) - Method in interface com.tangosol.util.Controllable
Specify the context ClassLoader for this controllable service.
setContextClassLoader(ClassLoader) - Method in class com.tangosol.util.NullImplementation.NullPofContext
Specify the context ClassLoader for this object.
setCookie(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the cookie object.
setCount(long, long) - Method in class com.tangosol.util.AtomicCounter
Update the current value, only if it is equal to the assumed value.
setCount(long) - Method in class com.tangosol.util.AtomicCounter
Update the current value, and return the previous value.
setCount(long) - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
Set the long value of the ThreadLocalCounter for the current thread.
setDataVersion(int) - Method in class com.tangosol.io.AbstractEvolvable
Set the version associated with the data stream with which this object is being deserialized.
setDataVersion(int) - Method in interface com.tangosol.io.Evolvable
Set the version associated with the data stream with which this object is being deserialized.
setDataVersion(int) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Set the version associated with the data stream with which this object is being deserialized.
setDate(Date) - Method in class com.tangosol.run.xml.SimpleValue
Set the Date value.
setDate(Date) - Method in interface com.tangosol.run.xml.XmlValue
Set the Date value.
setDateTime(Timestamp) - Method in class com.tangosol.run.xml.SimpleValue
Set the Timestamp value.
setDateTime(Timestamp) - Method in interface com.tangosol.run.xml.XmlValue
Set the Timestamp value.
setDebug(boolean) - Static method in class com.tangosol.net.cache.SerializationPagedCache
Set the status of the internal debug flag.
setDecimal(BigDecimal) - Method in class com.tangosol.run.xml.SimpleValue
Set the dcimal value.
setDecimal(BigDecimal) - Method in interface com.tangosol.run.xml.XmlValue
Set the dcimal value.
setDecomposition(int) - Method in class com.tangosol.util.CacheCollator
Set the decomposition mode of this Collator.
setDelayMillis(long) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the timeout delay value.
setDelaySeconds(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Specify the number of seconds that an entry added to the queue will sit in the queue before being removable ("ripe").
setDirectory(File) - Method in class com.tangosol.io.nio.MappedStoreManager
Specify the directory to use for MappedBufferManager(s).
setDocumentComment(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the XML comment that appears outside of the root element.
setDocumentComment(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the XML comment that appears outside of the root element.
setDone(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitObserver
Toggle the successful completion (session was unlocked) of any one agent.
setDone(boolean) - Method in interface com.tangosol.coherence.servlet.SessionHelper.Task
Specify if the task has completed.
setDormant(boolean) - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Specify whether the daemon is dormant or not.
setDouble(double) - Method in class com.tangosol.run.xml.SimpleValue
Set the double value.
setDouble(double) - Method in interface com.tangosol.run.xml.XmlValue
Set the double value.
setDtdName(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the public identifier of the DTD (DOCTYPE) for the document.
setDtdName(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the public identifier of the DTD (DOCTYPE) for the document.
setDtdUri(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the URI of the DTD (DOCTYPE) for the document.
setDtdUri(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the URI of the DTD (DOCTYPE) for the document.
setDurationLimitMs(long) - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Mutator for DurationLimitMs
setEnabled(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Enable or disable the Cache.
setEncoding(String) - Method in class com.tangosol.run.xml.SimpleDocument
Set the encoding string for the XML document.
setEncoding(String) - Method in interface com.tangosol.run.xml.XmlDocument
Set the encoding string for the XML document.
setEntityClassMetadata(ClassMetadata) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the Hibernate ClassMetadata for the Hibernate entity
setEntryInBack(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify whether the entry for which this Status exists is present in the back map.
setEntryInFront(boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify whether the entry for which this Status exists is present in the front map.
setEntryInFront(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify whether the entry for which this Status exists is present in the front map.
setEraseAllSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Set the flag that determines whether or not the wrapped CacheStore supports eraseAll() operations.
setEraseSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Set the flag that determines whether or not the wrapped CacheStore supports erase() operations.
setError() - Method in class com.tangosol.io.WriterPrintStream
Set the error state of the stream to true.
setEstimatedReaperSessionCount(int) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Update the estimated number of sessions that will be reaped by the reaper when it runs next.
setEvictionPolicy(OldCache.EvictionPolicy) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Set the external eviction policy, and change the eviction type to EVICTION_POLICY_EXTERNAL.
setEvictionType(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the eviction type for the cache.
setExecutionTimeoutMillis(long) - Method in class com.tangosol.net.AbstractPriorityTask
Specify the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
setExpiry(long) - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
Specify the expiry for the entry represented by this Status.
setExpiry(long) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the expiry for the entry represented by this Status.
setExpiryArray(LongArray) - Method in class com.tangosol.net.cache.OverflowMap
Specify the array of keys that have an expiration, indexed by expiration times.
setExpiryDelay(long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
Set the time-to-live of the corresponding Map.Entry.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.OverflowMap
Specify the "time to live" for cache entries.
setExpiryDelay(int) - Method in class com.tangosol.net.cache.SerializationCache
Specify the "time to live" for cache entries.
setExpiryEnabled(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether or not entry expiry is supported.
setExpiryMillis(long) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Specify when the cache entry will expire, or disable expiry.
setExternal(boolean) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Specify that the value is stored in the external cache.
setExternalBinary(Binary) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Store the binary form of the value in the external cache.
setFile(RandomAccessFile) - Method in class com.tangosol.io.nio.MappedBufferManager
Specify the RandomAccessFile that the buffer will be constructed on.
setFinishing(boolean) - Method in class com.tangosol.util.TaskDaemon
Specify whether the daemon will finish scheduled tasks before stopping.
setFlushDelay(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the delay between cache flushes.
setFlushTime(long) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the date/time at which the next cache flush is to occur.
setFreeBlockOffset(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Set the head of the free block linked list for a certain size code.
setFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap.Status
For internal use only, store the current event from the front Map.
setFrontEvent(MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
For internal use only, store the current event from the front Map.
setFrontMapListener(MapListener) - Method in class com.tangosol.net.cache.OverflowMap
Specify the MapListener for the front map.
setFrontMapListener(MapListener) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify the MapListener for the front map.
setFrontPutBlind(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether the front Map is more efficiently updated using putAll.
setFrontPutBlind(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify whether the front Map is more efficiently updated using putAll.
setFutureData(Binary) - Method in class com.tangosol.io.AbstractEvolvable
Store the unknown remainder of the data stream from which this object is being deserialized.
setFutureData(Binary) - Method in interface com.tangosol.io.Evolvable
Store the unknown remainder of the data stream from which this object is being deserialized.
setFutureData(Binary) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Store the unknown remainder of the data stream from which this object is being deserialized.
setGrowthCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the level at which the modulo will increase.
setGrowthThreshold(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
setHashCode(int) - Method in class com.tangosol.run.xml.XmlBean
Set the cached hash code.
setHighUnits(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Update the maximum size of the cache in units.
setId(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Allow a sub-class to specify the session ID, for example during deserialization.
setIdleTimeout(long) - Method in class com.tangosol.util.TaskDaemon
Configure the daemon's timeout.
setInputStream(InputStream) - Method in class com.tangosol.io.WrapperInputStream
Specify the underlying InputSream.
setInt(int) - Method in class com.tangosol.run.xml.SimpleValue
Set the int value.
setInt(int) - Method in interface com.tangosol.run.xml.XmlValue
Set the int value.
setInternalBinary(Binary) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Store the internally managed binary value.
setInternalValue(Object) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Store the internally managed object value.
setInternalValue(Object) - Method in class com.tangosol.run.xml.SimpleValue
Update the internal representation of the XmlValue.
setIterationLimit(int) - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Mutator for Iterations
setKey(Binary) - Method in class com.tangosol.io.nio.BinaryMap.Block
Update the Entry key in the block.
setKey(SecretKey) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
Specify the filter's encryption key.
setKey(Key) - Method in interface com.tangosol.run.xml.Identifiable
Set this value object to match to the specified Key
setKeyMask(LocalCache.KeyMask) - Method in class com.tangosol.net.cache.LocalCache
ThreadLocal: Set the key mask for the current thread.
setKeyStore(KeyStore) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Specify the filter's KeyStore.
setLastAccessedTime(long) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Set the time this session was last accessed, as the number of milliseconds since midnight, January 1, 1970 GMT.
setLastBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the offset of the last block in the buffer.
setLastFlushedTime(long) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Set the time this session was last flushed, as the number of milliseconds since midnight, January 1, 1970 GMT.
setLastReapTime(long) - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
Update the last time that session reaping started.
setLibrary(File) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Set the library to be patched by this utility.
setListeners(Listeners) - Method in class com.tangosol.coherence.servlet.SessionHelper
Store the application listeners.
setLoadAllQuery(String) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Get the parameterized loadAll HQL query string
setLocal(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Specify whether or not this attribute is managed locally.
setLocal(boolean) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Set the flag that determines if the corresponding Map.Entry is stored in the local Map.
setLockDelaySeconds(int) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the number of seconds to wait for a lock in debug mode.
setLockingEnforced(boolean) - Method in class com.tangosol.util.WrapperConcurrentMap
Set the flag indicatinig whether or not the locking is enforced for put, remove and clear operations.
setLog(String) - Method in class com.tangosol.net.DatagramTest.ListenerConfig
Mutator for log.
setLogInterval(int) - Method in class com.tangosol.net.DatagramTest.ListenerConfig
Mutator for LogInterval.
setLong(long) - Method in class com.tangosol.run.xml.SimpleValue
Set the long value.
setLong(long) - Method in interface com.tangosol.run.xml.XmlValue
Set the long value.
setLowUnits(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the point to which the cache will shrink when it prunes.
setManagement(Registry) - Method in interface com.tangosol.net.Cluster
Sets the current management registry.
setMap(Map) - Method in class com.tangosol.net.cache.MapCacheStore
Configures the Map that this CacheStore uses for its storage.
setMarkInternal(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Update the internal stream mark.
setMaster() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Designate this Bundle as a "master" bundle.
setMaxCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the maximum size that the managed buffer can reach.
setMaxCapacity(int) - Method in class com.tangosol.io.nio.AbstractStoreManager
Specify the maximum size that the managed buffers can reach.
setMaxEntries(int) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the maximum number of entries the Cache can store.
setMaximumSize(int) - Method in class com.tangosol.net.cache.SerializationCache
Change the maximum number of entries that the cache will hold.
setMaxInactiveInterval(int) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxLoadFactor(double) - Method in class com.tangosol.io.nio.BinaryMap
Set the load factor.
setMinCapacity(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the minimum size that the managed buffer can reach.
setMinCapacity(int) - Method in class com.tangosol.io.nio.AbstractStoreManager
Specify the minimum size that the managed buffers can reach.
setMinLoadFactor(double) - Method in class com.tangosol.io.nio.BinaryMap
Set the "unload factor".
setModified(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Specify whether or not the session has been modified.
setModulo(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the new modulo.
setMutable(boolean) - Method in class com.tangosol.run.xml.SimpleValue
Specify whether this value can be modified or not.
setMutable(boolean) - Method in class com.tangosol.run.xml.XmlBean
Specify whether this value can be modified or not.
setName(String) - Method in class com.tangosol.run.xml.SimpleElement
Set the Name of the element.
setName(String) - Method in interface com.tangosol.run.xml.XmlElement
Set the Name of the element.
setNamespacePrefix(String) - Method in class com.tangosol.run.xml.PropertyAdapter
Set the default Namespace prefix for this property.
setNamespacePrefix(String) - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Set the default Namespace prefix for this XML bean.
setNext(Object) - Method in class com.tangosol.util.AbstractStableIterator
Specify the next object to provide from the Iterator.
setNextBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the next Block in the Buffer.
setNextCompactBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the next block to compact.
setNextEntry(SimpleElement.AttributeMap.Entry) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Set the next entry in the linked list.
setNextNodeOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the next Block in the linked list.
setNextRehashBucket(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the next bucket to rehash.
setNextValidator(TransactionMap.Validator) - Method in class com.tangosol.run.jca.SimpleValidator
Set the next Validator.
setNextValidator(TransactionMap.Validator) - Method in interface com.tangosol.util.TransactionMap.Validator
Set the next Validator.
setNullValuesAllowed(boolean) - Method in class com.tangosol.net.cache.OverflowMap
Specify whether null values are permitted.
setNullValuesAllowed(boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap
Specify whether null values are permitted.
setObject(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
 
setObject(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value of the ThreadLocalObject for the current thread.
setObserved(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Specify whether the ContinuousQueryCache has any listeners that cannot be served by this Map listening to lite events.
setOffset(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of this Block in the Buffer.
setOffset(int) - Method in interface com.tangosol.io.ReadBuffer.BufferInput
Specify the offset of the next byte to read from the underlying ReadBuffer.
setOffset(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Specify the offset of the next byte to write to the underlying WriteBuffer.
setOffsetInternal(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Update the internal stream offset.
setOffsetInternal(int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
Update the internal stream offset.
setOutputStream(OutputStream) - Method in class com.tangosol.io.WrapperOutputStream
Specify the underlying OutputStream.
setOwnerThread(Thread) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the thread that owns the Status object.
setOwnerThread(Thread) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify the thread that owns the Status object.
setPacketSize(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for PacketSize.
setPage(int) - Method in class com.tangosol.util.filter.LimitFilter
Set the page number (zero-based).
setPageDuration(long) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify the length of time that the most recently created page is kept as the current page.
setPageSize(int) - Method in class com.tangosol.util.filter.LimitFilter
Set the page size (expressed as a number of entries per page).
setParent(XmlElement) - Method in class com.tangosol.run.xml.SimpleValue
Set the parent element of this value.
setParent(XmlElement) - Method in interface com.tangosol.run.xml.XmlValue
Set the parent element of this value.
setParentXmlBean(XmlBean) - Method in class com.tangosol.run.xml.XmlBean
Specify the XmlBean that contains this XmlBean.
setPartialResult(Object) - Method in exception com.tangosol.net.RequestTimeoutException
Specify a partial execution result.
setPassivePagedBackup(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether this is just a passive backup for a paged cache.
setPayload(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for Payload.
setPofContext(PofContext) - Method in class com.tangosol.io.pof.PofBufferReader
Configure the PofContext object used by this PofReader to deserialize user types from a POF stream.
setPofContext(PofContext) - Method in class com.tangosol.io.pof.PofBufferWriter
Configure the PofContext object used by this PofWriter to serialize user types to a POF stream.
setPofContext(PofContext) - Method in interface com.tangosol.io.pof.PofReader
Configure the PofContext object used by this PofReader to deserialize user types from a POF stream.
setPofContext(PofContext) - Method in interface com.tangosol.io.pof.PofWriter
Configure the PofContext object used by this PofWriter to serialize user types to a POF stream.
setPrevBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the previous Block in the Buffer.
setPreviousModulo(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the old modulo.
setPrevNodeOffset(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Specify the offset of the previous Block in the linked list.
setPrintWriter(PrintWriter) - Method in class com.tangosol.io.pof.LoggingPofHandler
Specify a PrintWriter to be used by this LoggingPofHandler.
setPrivateKey(Key) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Specify the filter's private encryption key.
setProcessPacketBytes(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for ProcessPacketBytes.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityInputStream
Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
Set the current protocol context.
setProtocolContext(ProtocolContext) - Method in class com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream
Set the current protocol context.
setPruneDelay(int) - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
setQueueDaemon(AsyncBinaryStore.QueueDaemon) - Method in class com.tangosol.io.AsyncBinaryStore
 
setQueuedMillis(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue.Entry
Specify when the entry was added to the queue.
setRate(int) - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Mutator for rate
setReadOnly(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Modify the read-only option for the ContinuousQueryCache.
setRefreshAheadFactor(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the refresh-ahead factor, expressed as a percentage of the internal LocalCache expiration interval.
setReloader(Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the CacheReloader to be run when a cached object has expired.
setReloader(Object, CacheReloader) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Set the CacheReloader to be run when a cached object has expired.
setReportInterval(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for ReportInterval.
setRequestTimeoutMillis(long) - Method in class com.tangosol.net.AbstractPriorityTask
Specify the maximum amount of time a calling thread is willing to wait for a result of the request execution.
setResult(Object) - Method in class com.tangosol.net.AbstractInvocable
Set the result of the invocation.
setRethrowExceptions(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the value of the flag that determines if exceptions caught during synchronous CacheStore operations are rethrown to the calling thread; if false, exceptions are logged.
setRollover(int) - Method in class com.tangosol.util.ThreadLocalObject
Deprecated. as of Coherence 3.3 this method is a no-op
setSchedulingPriority(int) - Method in class com.tangosol.net.AbstractPriorityTask
Specify this task's scheduling priority.
setServletRequestWrapper(ServletRequest) - Method in class com.tangosol.coherence.servlet.RequestContext
Set the ServletRequest wrapper once it is known.
setServletResponse(ServletResponse) - Method in class com.tangosol.coherence.servlet.RequestContext
Set the wrapped ServletResponse.
setServletResponseWrapper(ServletResponse) - Method in class com.tangosol.coherence.servlet.RequestContext
Set the ServletResponse wrapper once it is known.
setSession(HttpSession) - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Store the current session to be associated with the stack of request context objects, or if no session should be associated with the stack of request context objects.
setSessionId(String) - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Sets the ID of the session associated with the request.
setSessionWorkerDaemon(TaskDaemon) - Method in class com.tangosol.coherence.servlet.SessionHelper
Set the daemon thread that is used for scheduled tasks.
setSharedKey(SecretKey) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Set the shared key.
setShrinkageCount(int) - Method in class com.tangosol.io.nio.BinaryMap
Set the level at which the modulo will decrease.
setShrinkageThreshold(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Specify the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
setSize(int) - Method in class com.tangosol.net.cache.OverflowMap
Update the number of entries in the OverflowMap.
setSizeThreshold(int) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the bundle size threshold value.
setState(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Specify the state of the Status object.
setState(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Specify the state of the Status object.
setStatus(int) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Change a status of the underlying Work.
setStatus(int) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Change the status of this Bundle.
setStatus(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Determine the enumerated state of the Status object.
setStatus(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Determine the enumerated state of the Status object.
setStoreAllSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Set the flag that determines whether or not the wrapped CacheStore supports storeAll() operations.
setStoreSupported(boolean) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Set the flag that determines whether or not the wrapped CacheStore supports store() operations.
setStrength(int) - Method in class com.tangosol.util.CacheCollator
Sets this Collator's strength property.
setStrict(boolean) - Method in class com.tangosol.io.nio.BinaryMap
Specify if the buffer should be initialized and if blocks should be cleared when not in use.
setString(String) - Method in class com.tangosol.run.xml.SimpleValue
Set the String value.
setString(String) - Method in interface com.tangosol.run.xml.XmlValue
Set the String value.
setSuspect(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Toggle the suspect flag for the value.
setSynthetic(boolean) - Method in class com.tangosol.net.cache.LocalCache.KeyMask
Specify whether or not the currently performed operation is internally initiated.
setThread(Thread) - Method in class com.tangosol.util.Daemon.DaemonWorker
 
setThreadContextClassLoader(ClassLoader) - Method in class com.tangosol.util.Daemon
Configure the context ClassLoader for the daemon thread.
setThreadThreshold(int) - Method in class com.tangosol.net.cache.AbstractBundler
Specify the minimum number of threads that will trigger the bundler to switch from a pass through to a bundled mode.
setTickInterval(int) - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Mutator for TickInterval.
setTime(Time) - Method in class com.tangosol.run.xml.SimpleValue
Set the Time value.
setTime(Time) - Method in interface com.tangosol.run.xml.XmlValue
Set the Time value.
setTopAnchor(Object) - Method in class com.tangosol.util.filter.LimitFilter
Set the top anchor object.
setTransactionIsolation(int) - Method in interface com.tangosol.util.TransactionMap
Attempt to change the transaction isolation level to the specified value.
setTransactionTimeout(int) - Method in interface com.tangosol.util.TransactionMap
Set transaction timeout value for this TransactionMap.
setTranslateEvents(boolean) - Method in class com.tangosol.util.WrapperObservableMap
Specify whether or not an event source has to be translated by the wrapper.
setTtl(long) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Set the default time-to-live for all entries in the Cache.
setType(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
Set the Block type.
setUnitCalculator(OldCache.UnitCalculator) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Set the external unit calculator, and change the unit calculator type to UNIT_CALCULATOR_EXTERNAL.
setUnitCalculatorType(int) - Method in class com.tangosol.net.cache.OldCache
Deprecated. Specify the unit calculator type for the cache.
setUnits(int) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Specify the number of cache units used by this Entry.
setUserContext(Object) - Method in interface com.tangosol.net.Service
Associate a user context object with this Service.
setValid(boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Allow a sub-class to explicitly validate the session model, for example at the completion of deserialization.
setValidator(TransactionMap.Validator) - Method in interface com.tangosol.util.TransactionMap
Add the specified Validator to the top of validation chain for this TransactionMap.
setValue(Binary) - Method in class com.tangosol.io.nio.BinaryMap.Block
Update the Entry value in the block.
setValue(Object) - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Update the cached value.
setValue(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
 
setValue(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Replaces the value corresponding to this entry with the specified value.
setValue(Object) - Method in interface com.tangosol.util.InvocableMap.Entry
Store the value corresponding to this entry.
setValue(Object, boolean) - Method in interface com.tangosol.util.InvocableMap.Entry
Store the value corresponding to this entry.
setValue(Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Store the value corresponding to this entry.
setValue(Object, boolean) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Store the value corresponding to this entry.
setValue(Object) - Method in interface com.tangosol.util.LongArray.Iterator
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.ObservableHashMap.Entry
Update the cached value.
setValue(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Replaces the value corresponding to this entry with the specified value.
setValue(Object) - Method in class com.tangosol.util.SafeHashMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.SimpleLongArray.Iterator
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.SimpleMapEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Object) - Method in class com.tangosol.util.SparseArray.Crawler
Stores a new value at the current value index, returning the value that was replaced.
setValue(Object) - Method in class com.tangosol.util.ThreadLocalObject
Set the value stored by this instance of ThreadLocalObject.
setValuesImmutable(boolean) - Method in interface com.tangosol.util.TransactionMap
Specify whether or not the values stored in this TransactionMap are known to be immutable.
setVersion(long) - Method in class com.tangosol.util.ThreadGate
Specify the total number of times the gate has been fully opened.
setVersionId(int) - Method in class com.tangosol.io.pof.PofBufferWriter
Set the version identifier of the user type that is currently being written.
setVersionId(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Set the version identifier of the user type that is currently being written.
setVersionId(int) - Method in interface com.tangosol.io.pof.PofWriter
Set the version identifier of the user type that is currently being written.
setVirtualErase(boolean) - Method in class com.tangosol.net.cache.SerializationPagedCache
Specify whether BinaryStore erase commands will be done only in memory to the cached list of keys.
setWaitMillis(long) - Method in class com.tangosol.util.WrapperConcurrentMap
Specifiy the number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
setWorkStatus(WorkManager.WorkStatus) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Update the WorkStatus.
setWriteBatchFactor(double) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the write-batch factor, expressed as a percentage of the write-behind interval.
setWriteBehindSeconds(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the number of seconds between write-behind writes to the CacheStore.
setWriteRequeueThreshold(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Set the maximum size of the write-behind queue for which failed CacheStore write operations are requeued.
SHORT_ARRAY_EMPTY - Static variable in class com.tangosol.io.pof.PofHelper
An empty array of shorts.
show(int, String) - Method in class com.tangosol.io.pof.LoggingPofHandler
Log information related to the POF stream.
showInstructions() - Static method in class com.tangosol.coherence.servlet.WebPluginInstaller
Print command line instructions.
showInstructions() - Static method in class com.tangosol.net.DatagramTest
Display the command-line instructions.
showInstructions() - Static method in class com.tangosol.net.LoadBalancer
Display the instructions for the command-line utility.
showInstructions() - Static method in class com.tangosol.net.MulticastTest
Display the command-line instructions.
showPlan() - Method in class com.tangosol.util.filter.LikeFilter
Display the execution plan that the LikeFilter has selected.
showUsage() - Static method in class com.tangosol.net.management.MBeanConnector
Output usage instructions.
shrink(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
Request that the buffer be shrunk based on the number of bytes currently required.
shrink(int) - Method in interface com.tangosol.io.nio.ByteBufferManager
Request that the buffer be shrunk based on the number of bytes currently required.
shutdown() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Notify the session collection that it is being shut down.
shutdown() - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
Notify the session collection that it is being shut down.
shutdown() - Method in class com.tangosol.coherence.servlet.SessionHelper
Shuts down the SessionHelper and any mess that it created.
shutdown() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Notify the session collection that it is being shut down.
shutdown() - Static method in class com.tangosol.net.CacheFactory
Shutdown all clustered services.
shutdown() - Static method in class com.tangosol.net.DefaultCacheServer
Shutdown the cache server.
shutdown() - Method in interface com.tangosol.util.Controllable
Stop the controllable service.
shutdownConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Shutdown the NamedCache used to store configuration and management information for the session management implementation.
shutdownHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
Shutdown the http session collection.
shutdownServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
Shutdown the clustered attribute map.
shutdownSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Stop the daemon thread that is used for expiring sessions.
shutdownSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
Stop the daemon thread that is used for scheduled tasks.
SIGNATURE_ALGORITHM - Static variable in class com.tangosol.net.security.DefaultController
Digital signature algorithm used by this implementation.
SIGNATURE_ENGINE - Static variable in class com.tangosol.net.security.DefaultController
The Signature object used by this implementation.
SimpleAdapter - Class in com.tangosol.run.xml
A SimpleAdapter supports Java intrinsic types and a common set of Java classes: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.String java.math.BigDecimal java.math.BigInteger java.sql.Date java.sql.Time java.sql.Timestamp java.util.Date
SimpleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter
Construct a SimpleAdapter.
SimpleAdapter.BigDecimalAdapter - Class in com.tangosol.run.xml
A simple property adapter for BigDecimal.
SimpleAdapter.BigDecimalAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Construct a SimpleAdapter.
SimpleAdapter.BigIntegerAdapter - Class in com.tangosol.run.xml
A simple property adapter for BigInteger.
SimpleAdapter.BigIntegerAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Construct a SimpleAdapter.
SimpleAdapter.BooleanAdapter - Class in com.tangosol.run.xml
A simple property adapter for boolean.
SimpleAdapter.BooleanAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Construct a SimpleAdapter.
SimpleAdapter.ByteAdapter - Class in com.tangosol.run.xml
A simple property adapter for byte.
SimpleAdapter.ByteAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Construct a SimpleAdapter.
SimpleAdapter.CharAdapter - Class in com.tangosol.run.xml
A simple property adapter for char.
SimpleAdapter.CharAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Construct a SimpleAdapter.
SimpleAdapter.DateAdapter - Class in com.tangosol.run.xml
A simple property adapter for Date.
SimpleAdapter.DateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Construct a SimpleAdapter.
SimpleAdapter.DoubleAdapter - Class in com.tangosol.run.xml
A simple property adapter for double.
SimpleAdapter.DoubleAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Construct a SimpleAdapter.
SimpleAdapter.FloatAdapter - Class in com.tangosol.run.xml
A simple property adapter for float.
SimpleAdapter.FloatAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Construct a SimpleAdapter.
SimpleAdapter.IntAdapter - Class in com.tangosol.run.xml
A simple property adapter for int.
SimpleAdapter.IntAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Construct a SimpleAdapter.
SimpleAdapter.LongAdapter - Class in com.tangosol.run.xml
A simple property adapter for long.
SimpleAdapter.LongAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Construct a SimpleAdapter.
SimpleAdapter.OldDateAdapter - Class in com.tangosol.run.xml
A simple property adapter for the Date class from the java/util package.
SimpleAdapter.OldDateAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Construct a SimpleAdapter.
SimpleAdapter.ShortAdapter - Class in com.tangosol.run.xml
A simple property adapter for short.
SimpleAdapter.ShortAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Construct a SimpleAdapter.
SimpleAdapter.StringAdapter - Class in com.tangosol.run.xml
A simple property adapter for String.
SimpleAdapter.StringAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Construct a SimpleAdapter.
SimpleAdapter.SystemTimeAdapter - Class in com.tangosol.run.xml
A simple property adapter for Java long and java.lang.Long values that is string-formatted as a date/time, assuming that the long value is actualy a system time.
SimpleAdapter.SystemTimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Construct a SystemTimeAdapter, which formats a long number of milliseconds as a SQL Timestamp string for XML purposes.
SimpleAdapter.TimeAdapter - Class in com.tangosol.run.xml
A simple property adapter for Time.
SimpleAdapter.TimeAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Construct a SimpleAdapter.
SimpleAdapter.TimestampAdapter - Class in com.tangosol.run.xml
A simple property adapter for Timestamp.
SimpleAdapter.TimestampAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Construct a SimpleAdapter.
SimpleCacheStatistics - Class in com.tangosol.net.cache
Implementation of the CacheStatistics class intended for use by a cache to maintain its statistics.
SimpleCacheStatistics() - Constructor for class com.tangosol.net.cache.SimpleCacheStatistics
Default constructor.
SimpleDocument - Class in com.tangosol.run.xml
A simple implementation of the XmlElement interface.
SimpleDocument() - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct an empty SimpleDocument.
SimpleDocument(String) - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct a SimpleDocument.
SimpleDocument(String, String, String) - Constructor for class com.tangosol.run.xml.SimpleDocument
Construct a SimpleDocument.
SimpleElement - Class in com.tangosol.run.xml
A simple implementation of the XmlElement interface.
SimpleElement() - Constructor for class com.tangosol.run.xml.SimpleElement
Construct an empty SimpleElement.
SimpleElement(String) - Constructor for class com.tangosol.run.xml.SimpleElement
Construct a SimpleElement.
SimpleElement(String, Object) - Constructor for class com.tangosol.run.xml.SimpleElement
Construct a SimpleElement.
SimpleElement.AttributeMap - Class in com.tangosol.run.xml
A Map implementation using a list that can be a read-only map that supports only Strings for keys and XmlValue for values.
SimpleElement.AttributeMap() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap
 
SimpleElement.AttributeMap.Entry - Class in com.tangosol.run.xml
An implementation of Entry that supports keeping them in a list.
SimpleElement.AttributeMap.Entry(Object, Object) - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Construct an Entry.
SimpleElement.AttributeMap.EntrySet - Class in com.tangosol.run.xml
A Set implementation to hold Entry objects.
SimpleElement.AttributeMap.EntrySet() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
SimpleElement.AttributeMap.EntrySet.EntrySetIterator - Class in com.tangosol.run.xml
An Iterator over the Entry objects in the EntrySet.
SimpleElement.AttributeMap.EntrySet.EntrySetIterator() - Constructor for class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator
 
SimpleElement.ElementIterator - Class in com.tangosol.run.xml
Provides an Iterator implementation that exposes only those Elements from the Element list that match a certain name.
SimpleElement.ElementIterator(String) - Constructor for class com.tangosol.run.xml.SimpleElement.ElementIterator
 
SimpleElement.ElementList - Class in com.tangosol.run.xml
An implementation of List that only supports XmlElements as the content of the List.
SimpleElement.ElementList() - Constructor for class com.tangosol.run.xml.SimpleElement.ElementList
 
SimpleEnumerator - Class in com.tangosol.util
Provide a generic implementation of an array enumerator.
SimpleEnumerator(Object[]) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects.
SimpleEnumerator(Object[], int, int) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects.
SimpleEnumerator(Object[], int, int, boolean, boolean) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct the simple enumerator based on an array of objects, making a copy of the array if specified.
SimpleEnumerator(Enumeration) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on another Enumeration.
SimpleEnumerator(Iterator) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on another Iterator.
SimpleEnumerator(Collection) - Constructor for class com.tangosol.util.SimpleEnumerator
Construct a simple enumerator based on a collection.
SimpleHandler - Class in com.tangosol.net.security
The SimpleHandler class is a CallbackHandler implementation based on a specified user name and password.
SimpleHandler(String, char[]) - Constructor for class com.tangosol.net.security.SimpleHandler
Construct a SimpleHandler.
SimpleHandler(String, char[], boolean) - Constructor for class com.tangosol.net.security.SimpleHandler
Construct a SimpleHandler.
SimpleLongArray - Class in com.tangosol.util
An implementation of LongArray that stores values in an array, thus is actually an "IntArray".
SimpleLongArray() - Constructor for class com.tangosol.util.SimpleLongArray
Construct an empty SimpleLongArray.
SimpleLongArray.Iterator - Class in com.tangosol.util
An Iterator that adds a "current element" concept, similar to the Map.Entry interface.
SimpleLongArray.Iterator(int) - Constructor for class com.tangosol.util.SimpleLongArray.Iterator
Construct an iterator that will iterate over the SimpleLongArray starting with the specified index.
SimpleMapEntry - Class in com.tangosol.util
A map entry (key-value pair).
SimpleMapEntry() - Constructor for class com.tangosol.util.SimpleMapEntry
Default constructor.
SimpleMapEntry(Object) - Constructor for class com.tangosol.util.SimpleMapEntry
Construct a SimpleMapEntry with just a key.
SimpleMapEntry(Map.Entry) - Constructor for class com.tangosol.util.SimpleMapEntry
Copy constructor.
SimpleMapEntry(Object, Object) - Constructor for class com.tangosol.util.SimpleMapEntry
Construct a SimpleMapEntry with a key and a value.
SimpleMemoryCalculator - Class in com.tangosol.net.cache
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.
SimpleMemoryCalculator() - Constructor for class com.tangosol.net.cache.SimpleMemoryCalculator
 
SimpleOverflowMap - Class in com.tangosol.net.cache
A non-observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).
SimpleOverflowMap(ObservableMap, Map) - Constructor for class com.tangosol.net.cache.SimpleOverflowMap
Construct a SimpleOverflowMap using two specified maps: FrontMap (aka "cache" or "shallow") and BackMap (aka "file" or "deep")
SimpleOverflowMap(ObservableMap, Map, Map) - Constructor for class com.tangosol.net.cache.SimpleOverflowMap
Construct a SimpleOverflowMap using three specified maps: Front Map (aka "cache" or "shallow") and Back Map (aka "file" or "deep") Miss Cache
SimpleOverflowMap.FrontFilterConverter - Class in com.tangosol.net.cache
A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys.
SimpleOverflowMap.FrontFilterConverter() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
 
SimpleOverflowMap.FrontMapListener - Class in com.tangosol.net.cache
A listener for the front map that moves evictions to the back map.
SimpleOverflowMap.FrontMapListener() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.FrontMapListener
 
SimpleOverflowMap.HashcodeComparator - Class in com.tangosol.net.cache
A stateless Comparator that compares Object.hashCode() values.
SimpleOverflowMap.HashcodeComparator() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
 
SimpleOverflowMap.KeyIterator - Class in com.tangosol.net.cache
An Iterator implementation that attempts to provide the most resilient and most up-to-date view of the keys in the OverflowMap.
SimpleOverflowMap.KeyIterator() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Default constructor.
SimpleOverflowMap.Status - Class in com.tangosol.net.cache
The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.
SimpleOverflowMap.Status() - Constructor for class com.tangosol.net.cache.SimpleOverflowMap.Status
Construct a Status object for a specific key.
SimpleParser - Class in com.tangosol.run.xml
This class uses the XmlTokenizer to produce an XmlDocument from XML text.
SimpleParser() - Constructor for class com.tangosol.run.xml.SimpleParser
Construct an XML SimpleParser.
SimplePofContext - Class in com.tangosol.io.pof
Basic PofContext implementation.
SimplePofContext() - Constructor for class com.tangosol.io.pof.SimplePofContext
Create a new SimplePofContext.
SimpleSerializationMap - Class in com.tangosol.net.cache
Map implementation that stores and accesses its contents through an underlying BinaryStore.
SimpleSerializationMap(BinaryStore) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore.
SimpleSerializationMap(BinaryStore, ClassLoader) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore, using the passed ClassLoader for deserialization.
SimpleSerializationMap(BinaryStore, boolean) - Constructor for class com.tangosol.net.cache.SimpleSerializationMap
Construct a SimpleSerializationMap on top of a BinaryStore, optionally storing only Binary keys and values.
SimpleSerializer - Class in com.tangosol.io
A Serializer implementation that uses the ExternalizableHelper implementation for serialization and deserialization of objects.
SimpleSerializer() - Constructor for class com.tangosol.io.SimpleSerializer
Default constructor.
SimpleSerializer(ClassLoader) - Constructor for class com.tangosol.io.SimpleSerializer
Construct a SimpleSerializer that will use the passed ClassLoader.
SimpleStack - Class in com.tangosol.util
A LIFO (last in, first out) unbounded stack of objects.
SimpleStack() - Constructor for class com.tangosol.util.SimpleStack
Create a new empty SimpleStack.
SimpleStack(int) - Constructor for class com.tangosol.util.SimpleStack
Create a new empty SimpleStack with the specified initial capacity.
SimpleValidator - Class in com.tangosol.run.jca
Simple generic Validator implementation that uses hashCode values for the enlisted resources to resolve optimistic transaction conflicts.
SimpleValidator() - Constructor for class com.tangosol.run.jca.SimpleValidator
Default constructor.
SimpleValue - Class in com.tangosol.run.xml
A simple implementation of the XmlValue interface.
SimpleValue() - Constructor for class com.tangosol.run.xml.SimpleValue
Construct an empty SimpleValue.
SimpleValue(Object) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SimpleValue(Object, boolean) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SimpleValue(Object, boolean, boolean) - Constructor for class com.tangosol.run.xml.SimpleValue
Construct a SimpleValue.
SITTING - Static variable in class com.tangosol.util.SparseArray.Crawler
 
SITTING - Static variable in class com.tangosol.util.Tree.Crawler
 
size() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return the size of the Cache.
size() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.io.nio.BinaryMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.net.cache.CachingMap
Return the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.OldCache
Deprecated. Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
size() - Method in class com.tangosol.net.cache.OverflowMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
 
size() - Method in class com.tangosol.net.cache.SerializationCache
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.SimpleOverflowMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.net.LoadBalancer.Queue
Determine the number of items in the queue.
size() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
 
size() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
 
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.AbstractKeySetBasedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.ChainedMap
Returns the number of key-value mappings in this map.
size() - Method in interface com.tangosol.util.ConcurrentMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.DeltaSet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.Dequeue
Determine the current number of objects in this dequeue.
size() - Method in class com.tangosol.util.ImmutableArrayList
Returns the number of elements in this List.
size() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.LiteMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.LiteSet
Returns the number of elements in this Set (its cardinality).
size() - Method in class com.tangosol.util.MapSet
Returns the number of elements in this Set.
size() - Method in class com.tangosol.util.NullImplementation.NullMap
 
size() - Method in class com.tangosol.util.NullImplementation.NullOutputStream
 
size() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns the number of elements in this Collection.
size() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns the number of elements in this collection.
size() - Method in class com.tangosol.util.SafeHashMap.KeySet
Determine the number of keys in the Set.
size() - Method in class com.tangosol.util.SafeHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Determine the number of values in the Collection.
size() - Method in class com.tangosol.util.SafeLinkedList
Returns the number of elements in this List.
size - Variable in class com.tangosol.util.SparseArray
The number of nodes in the tree.
size() - Method in class com.tangosol.util.SubSet
Returns the number of elements in this Collection.
size - Variable in class com.tangosol.util.Tree
The number of nodes in the tree.
SIZE_BINARY - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of a Binary object.
SIZE_BOOLEAN - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Boolean object.
SIZE_BYTE - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Byte object.
SIZE_CHARACTER - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Character object.
SIZE_COPY_BUFFER - Static variable in class com.tangosol.io.nio.BinaryMap
Copy buffer size.
SIZE_DOUBLE - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Double object.
SIZE_ENTRY - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of an LocalCache.Entry object.
SIZE_FLOAT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Float object.
SIZE_INTEGER - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Integer object.
SIZE_LONG - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Long object.
SIZE_OBJECT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of an Object.
SIZE_OBJECT_REF - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of an object reference.
SIZE_SHORT - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The size (in bytes) of a Short object.
SIZE_STRING - Static variable in class com.tangosol.net.cache.SimpleMemoryCalculator
The minimum size (in bytes) of a String object.
sizeOf(Object) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Estimate the number of bytes of memory consumed by the given object.
sizeOf(Class) - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
Determine the minimum number of bytes required to store an instance of the given fixed-sized class in memory.
skip(long) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in interface com.tangosol.io.InputStreaming
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.MultiByteArrayInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.tangosol.io.nio.ByteBufferInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.tangosol.io.pof.PofInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.Utf8Reader
Skip characters.
skip(long) - Method in class com.tangosol.io.WrapperDataInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.WrapperInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.io.WrapperObjectInputStream
Skips over up to the specified number of bytes of data from this InputStream.
skip(long) - Method in class com.tangosol.net.security.BlockCipherInputStream
skipBytes(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.PackedDataInputStream
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.pof.PofInputStream
Skips over up to the specified number of bytes of data.
skipBytes(int) - Method in class com.tangosol.io.WrapperDataInputStream
Skips over up to the specified number of bytes of data.
skipPackedInts(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Skip the specified number of packed integers in the passed POF stream.
skipUniformValue(ReadBuffer.BufferInput, int) - Static method in class com.tangosol.io.pof.PofHelper
Within the POF stream, skip the next POF value of the specified type.
skipValue(ReadBuffer.BufferInput) - Static method in class com.tangosol.io.pof.PofHelper
Within the POF stream, skip the next POF value.
SortedEnumerator - Class in com.tangosol.util
Sorts the contents of the passed enumerator then enumerates those contents.
SortedEnumerator(Enumeration) - Constructor for class com.tangosol.util.SortedEnumerator
Construct a Sorted enumerator.
SortedEnumerator(Iterator) - Constructor for class com.tangosol.util.SortedEnumerator
Construct a Sorted enumerator.
SparseArray - Class in com.tangosol.util
A data structure resembling an array keyed by Java long values.
SparseArray() - Constructor for class com.tangosol.util.SparseArray
Default constructor.
SparseArray.Crawler - Class in com.tangosol.util
A red/black tree node iterator.
SparseArray.Crawler(SparseArray.Node) - Constructor for class com.tangosol.util.SparseArray.Crawler
Crawler constructor.
SparseArray.Crawler(SparseArray.Node, int) - Constructor for class com.tangosol.util.SparseArray.Crawler
Crawler constructor.
SparseArray.Node - Class in com.tangosol.util
A red/black tree node.
SparseArray.Node() - Constructor for class com.tangosol.util.SparseArray.Node
Default constructor.
split(int) - Method in class com.tangosol.io.nio.BinaryMap.Block
If possible, chop a free block into two free blocks, or chop the end of an Entry block to make a free block.
SplitHttpSessionCollection - Class in com.tangosol.coherence.servlet
An implementation of HttpSessionCollection that manages session objects as multiple units, splitting out larger session attributes into separately managed entries.
SplitHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Default constructor (required).
SplitHttpSessionModel - Class in com.tangosol.coherence.servlet
This is an implementation of HttpSessionModel that manages most of its state in a single serializable unit, but splits out its large attributes -- if any -- into separately managed units.
SplitHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel
Default constructor for deserialization.
SplitHttpSessionModel(SplitHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel
Session creation constructor.
SplitHttpSessionModel.SplittableHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
SplitHttpSessionModel.SplittableHolder() - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Default constructor for ExternalizableLite.
SplitHttpSessionModel.SplittableHolder(String, Object) - Constructor for class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Construct an AttributeHolder for a value.
start(Properties) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Initializes the Coherence cache provider and pre-starts Coherence.
start() - Static method in class com.tangosol.net.DefaultCacheServer
Start all services that are declared as requiring an "autostart" in the default configurable factory XML descriptor.
start(ConfigurableCacheFactory) - Static method in class com.tangosol.net.DefaultCacheServer
Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.
start(boolean, boolean) - Method in class com.tangosol.net.management.MBeanConnector
Start the RMI and/or HTTP agents.
start() - Method in interface com.tangosol.util.Controllable
Start the controllable service.
start() - Method in class com.tangosol.util.Daemon
Performs a synchronized start of the thread if the thread is not already started.
startDaemon() - Static method in class com.tangosol.net.DefaultCacheServer
Start the cache server on a dedicated daemon thread.
startHttpConnector() - Method in class com.tangosol.net.management.MBeanConnector
Starts the HTTP connector using the values of the HTTP_* system properties.
startHttpConnector(int, MBeanServer) - Static method in class com.tangosol.net.management.MBeanHelper
Start a com.sun.jdmk.comm.HtmlAdaptorServer, which is a part of the Sun JMX reference implementation.
startRmiConnector() - Method in class com.tangosol.net.management.MBeanConnector
Starts the RMI connector using the values of the RMI_* system properties.
startRmiConnector(String, int, int, MBeanServer, Map) - Static method in class com.tangosol.net.management.MBeanHelper
Start a JMXConnectorServer.
startsWith(Binary, int) - Method in class com.tangosol.util.Binary
Tests if this Binary object starts with the specified prefix beginning a specified offset.
startsWith(Binary) - Method in class com.tangosol.util.Binary
Tests if this Binary object starts with the specified prefix.
STATE_CONFIGURED - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinousQueryCache has been configured.
STATE_CONFIGURING - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinuousQueryCache is configuring or re-configuring its listeners and content.
STATE_INIT - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: Initial state.
STATE_MASK_BACK - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for entry in back.
STATE_MASK_EXISTS - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for fields that would indicate that the Status represents an existent entry in the OverflowMap.
STATE_MASK_FRONT - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for entry in front.
STATE_MASK_FRONT - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for entry in front.
STATE_MASK_INSYNC - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for value in front and back being in sync.
STATE_MASK_INSYNC - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for value in front and back being in sync.
STATE_MASK_RETAIN - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for fields that would indicate that the Status must not be discarded.
STATE_MASK_RETAIN - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for fields that would indicate that the Status must not be discarded.
STATE_MASK_STATUS - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Bitmask for status (least significant three bits reserved).
STATE_MASK_STATUS - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bitmask for status (least significant three bits reserved).
STATE_SYNCHRONIZED - Static variable in class com.tangosol.net.cache.ContinuousQueryCache
State: The ContinousQueryCache has been configured and fully synchronized.
STATE_VALUE_RETAIN - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Bit values for fields that would indicate that the Status can be discarded.
STATUS_AVAILABLE - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object exists and no thread is currently performing processing against the associated entry.
STATUS_AVAILABLE - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object exists and no thread is currently performing processing against the associated entry.
STATUS_COMMITTING - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object represents an Entry that was very recently being processed, and is currently finalizing the results of that processing.
STATUS_COMMITTING - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object represents an Entry that was very recently being processed, and is currently finalizing the results of that processing.
STATUS_EXCEPTION - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
Attempt to bundle encountered and exception; the execution has to be de-optimized and performed by individual threads.
STATUS_INVALIDATED - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object has been discarded.
STATUS_INVALIDATED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object has been discarded.
STATUS_OPEN - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle accepting additional items.
STATUS_PENDING - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle is closed for accepting additional items and awaiting for the execution results.
STATUS_PROCESSED - Static variable in class com.tangosol.net.cache.AbstractBundler.Bundle
This Bundle is in process of returning the result of execution back to the client.
STATUS_PROCESSING - Static variable in class com.tangosol.net.cache.OverflowMap.Status
Status: The Status object represents an Entry that is currently being processed.
STATUS_PROCESSING - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object represents an Entry that is currently being processed.
STATUS_RESERVED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap.Status
Status: The Status object has been reserved for processing by a thread but is not yet processing.
stop() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
Stops the Coherence cache provider and frees local resources.
stop() - Method in class com.tangosol.net.DatagramTest.StartFlag
Instruct any publisher using this flag that it should stop.
stop() - Method in interface com.tangosol.util.Controllable
Hard-stop the controllable service.
stop() - Method in class com.tangosol.util.Daemon
Request the daemon to stop.
stop(boolean) - Method in class com.tangosol.util.TaskDaemon
Request the daemon to stop, optionally completing tasks that have already been scheduled and are ready to be run.
STORAGE_MANAGER_TYPE - Static variable in interface com.tangosol.net.management.Registry
String representing the "type" part of ObjectName for the StorageManagerMBean.
store(Object, Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Store a Hibernate entity given an id (key) and entity (value)

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

store(Object, Object) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Store the specified value under the specified key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.AbstractBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.AsyncBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in interface com.tangosol.io.BinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.io.nio.BinaryMapStore
Store the specified value under the specific key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.AbstractCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in interface com.tangosol.net.cache.CacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.MapCacheStore
Store the specified value under the specified key in the underlying store.
store(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Store the specified value under the specified key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Store the specified value under the specific key in the underlying store.
store(Binary, Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Store the specified value under the specific key in the underlying store.
storeAll(Map) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
Store a collection of Hibernate entities given a Map of ids (keys) and entities (values)
storeAll(Map) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.net.cache.AbstractCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in interface com.tangosol.net.cache.CacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.net.cache.MapCacheStore
Store the specified values under the specified keys in the underlying store.
storeAll(Map) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Store the specified values under the specified keys in the underlying store.
storeAllInternal(Map) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Same as ReadWriteBackingMap.CacheStoreWrapper.storeAll(java.util.Map), but the entries are in the internal format.
storeInternal(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Same as ReadWriteBackingMap.CacheStoreWrapper.store(java.lang.Object, java.lang.Object), but the key and value are in the internal format.
str(Object) - Static method in class com.tangosol.io.nio.BinaryMap
Internal debugging support: Turn a Binary into a String.
STRING_ARRAY - Variable in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Zero-length array of String objects.
strings() - Method in class com.tangosol.util.StringTable
Get the table's strings.
stringsStartingWith(String) - Method in class com.tangosol.util.StringTable
Get the table's strings that start with a specific string.
StringTable - Class in com.tangosol.util
Like a hash table, but built specifically for strings.
StringTable() - Constructor for class com.tangosol.util.StringTable
Construct a string table using all defaults.
StringTable(Collator) - Constructor for class com.tangosol.util.StringTable
Construct a string table using the specified collator.
StringTable(int) - Constructor for class com.tangosol.util.StringTable
Construct a string table using the specified collator strength.
SUB_DIR_NAME - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Default directory name for berkeley db environments.
subList(int, int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns a view of the portion of this sorted set whose elements are found in the set in a position at and after the position of fromElement and in a position before toElement.
subSet(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
SubSet - Class in com.tangosol.util
Implements a set which is based on another set, which is assumed to be immutable.
SubSet(Set) - Constructor for class com.tangosol.util.SubSet
Construct this set based on an existing set.
SubSet.SubSetIterator - Class in com.tangosol.util
Iterator for the contents of a subset.
SubSet.SubSetIterator() - Constructor for class com.tangosol.util.SubSet.SubSetIterator
Construct an iterator for a subset.
suspend() - Method in class com.tangosol.io.IndentingWriter
Suspends indentation.
SWITCH_HELP - Static variable in class com.tangosol.net.DatagramTest
 
SWITCH_POLITE - Static variable in class com.tangosol.net.DatagramTest
 
SWITCH_RAND - Static variable in class com.tangosol.net.DatagramTest
 
SymmetricEncryptionFilter - Class in com.tangosol.net.security
Symmetric encryption filter implementation.
SymmetricEncryptionFilter() - Constructor for class com.tangosol.net.security.SymmetricEncryptionFilter
 
sync() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
After traversing an underlying WriteBuffer boundary, or otherwise changing the offset significantly, sync between this BufferOutput's absolute position and an underlying BufferOutput's relative position.
sync() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
After traversing an underlying WriteBuffer boundary, or otherwise changing the offset significantly, sync between this BufferOutput's absolute position and an underlying BufferOutput's relative position.

T

T_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_BOOLEAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_CHAR - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_CHAR_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DATE - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DATETIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DAY_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_DECIMAL64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_FLOAT64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_IDENTITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT128 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT16 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT32 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_INT64 - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_OCTET - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_OCTET_STRING - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_REFERENCE - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_TIME - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_TIME_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_COLLECTION - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_KEYS_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_MAP - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_UNIFORM_SPARSE_ARRAY - Static variable in interface com.tangosol.io.pof.PofConstants
 
T_YEAR_MONTH_INTERVAL - Static variable in interface com.tangosol.io.pof.PofConstants
 
tailMap(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailSet(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Object) - Method in class com.tangosol.util.ImmutableArrayList
Returns a view of the portion of this sorted set whose elements are found in the set in a position at and after the position of fromElement.
tailSet(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
takeBackEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent back Map event that has occurred against the Entry for which this Status exists.
takeBreak() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Take a short break before plowing into the pending work again.
takeEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent event that has occurred against the Entry for which this Status exists.
takeEvent() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Obtain the most recent front Map event that has occurred against the Entry for which this Status exists.
takeFrontEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
Obtain the most recent front Map event that has occurred against the Entry for which this Status exists.
takeNap() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Take a nap before checking for more pending work.
takeNextRipeTask() - Method in class com.tangosol.util.TaskDaemon
Wait for the next scheduled task is ripe (due or overdue), then remove it from the pending schedule and return it.
takeVacation() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Go on an extended vacation until there is any pending work.
TaskDaemon - Class in com.tangosol.util
A Daemon thread handler that asynchronously executes Runnable tasks, either at a scheduled time or "as soon as possible".
TaskDaemon() - Constructor for class com.tangosol.util.TaskDaemon
Default constructor.
TaskDaemon(String) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with the specified name.
TaskDaemon(String, int, boolean) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with a specified name and priority.
TaskDaemon(String, int, boolean, boolean, int) - Constructor for class com.tangosol.util.TaskDaemon
Creates a TaskDaemon with a specified name and priority.
TaskDaemon.PeriodicTask - Class in com.tangosol.util
A PeriodicTask is a task that automatically reschedules itself so that it executes on a periodic basis.
TaskDaemon.PeriodicTask(Runnable, long) - Constructor for class com.tangosol.util.TaskDaemon.PeriodicTask
Construct a task that will automatically be run on a periodic basis.
TEMP_FILE_NAME_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Prefix for temporary file names.
terminateReadThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Terminate the refresh-ahead thread.
terminateWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Terminate the write-behind thread.
ThreadFactory - Interface in com.tangosol.util
Factory interface for Thread creation.
ThreadGate - Class in com.tangosol.util
Use this class in cases that large numbers of threads can operate concurrently with an additional requirement that all threads be blocked for certain operations.
ThreadGate() - Constructor for class com.tangosol.util.ThreadGate
Default constructor.
ThreadGate.ThreadLocalCounter - Class in com.tangosol.util
Specialization of ThreadLocalObject that can be used for efficient thread local long counters.
ThreadGate.ThreadLocalCounter() - Constructor for class com.tangosol.util.ThreadGate.ThreadLocalCounter
Create a new ThreadLocalCounter with an initial Long value of zero.
ThreadLocalObject - Class in com.tangosol.util
This class provides an implementation of thread local storage.
ThreadLocalObject() - Constructor for class com.tangosol.util.ThreadLocalObject
Create a ThreadLocalObject.
ThreadLocalObject(Object) - Constructor for class com.tangosol.util.ThreadLocalObject
Create a ThreadLocalObject with an initial value.
TIMEOUT_DEFAULT - Static variable in interface com.tangosol.net.PriorityTask
A special timeout value to indicate that the corresponding service's default timeout value should be used.
TIMEOUT_NONE - Static variable in interface com.tangosol.net.PriorityTask
A special timeout value to indicate that this task or request can run indefinitely.
tmpbuf() - Method in class com.tangosol.io.AbstractWriteBuffer
Get a small buffer for formating data to bytes.
tmpbuf(int) - Method in class com.tangosol.io.AbstractWriteBuffer
Get a buffer for formating data to bytes.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray(Object[], Converter) - Method in class com.tangosol.io.nio.BinaryMap
Returns an array with a runtime type is that of the specified array and that contains data from all of the entries in this Map.
toArray() - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Returns an array containing all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.io.nio.BinaryMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.EntrySet
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.KeySet
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.OldCache.ValuesCollection
Deprecated. Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
toArray(Object[]) - Method in class com.tangosol.net.cache.OverflowMap.InternalKeySet
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Returns an array containing all of the keys in this collection.
toArray(Object[]) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Collection.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.ChainedMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.DeltaSet
Returns an array containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.ImmutableArrayList
Returns an array containing all of the elements in this List in the order that the elements occur in the List.
toArray(Object[]) - Method in class com.tangosol.util.ImmutableArrayList
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this List.
toArray() - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.LiteMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.LiteSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.LiteSet
Returns an array (whose runtime type is that of the specified array) containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.MapSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.MapSet
Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.NullImplementation.NullSet
Returns an array containing all of the elements in this Set.
toArray() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an array containing all of the elements in this Collection.
toArray(Object[]) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Returns an array containing all of the elements in this Collection whose runtime type is that of the specified array.
toArray() - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.EntrySet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toArray() - Method in class com.tangosol.util.SafeHashMap.KeySet
Returns an array containing all of the keys in this set.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.KeySet
Returns an array with a runtime type is that of the specified array and that contains all of the keys in this Set.
toArray() - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Returns an array containing all of the values in the Collection.
toArray(Object[]) - Method in class com.tangosol.util.SafeHashMap.ValuesCollection
Returns an array with a runtime type is that of the specified array and that contains all of the values in the Collection.
toArray() - Method in class com.tangosol.util.SafeLinkedList
Returns an array containing all of the elements in this List in the order that the elements occur in the List.
toArray(Object[]) - Method in class com.tangosol.util.SafeLinkedList
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this List.
toArray(Enumeration) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an enumeration into an array.
toArray(Enumeration, Object[]) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an enumeration into an array.
toArray(Iterator) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an Iterator into an array.
toArray(Iterator, Object[]) - Static method in class com.tangosol.util.SimpleEnumerator
Turns an Iterator into an array.
toArray() - Method in class com.tangosol.util.SimpleEnumerator
Return the remaining contents of this SimpleEnumerator as an array.
toArray(Object[]) - Method in class com.tangosol.util.SimpleEnumerator
Return the remaining contents of this SimpleEnumerator as an array of the type specified by the passed array, and use that passed array to store the values if it is big enough, putting a null in the first unused element if the size of the passed array is bigger than the number of remaining elements in this enumerator, as per the contract of the Collection.toArray(Object[]) method.
toArray(Enumeration) - Static method in class com.tangosol.util.SortedEnumerator
Return the contents of the passed Enumeration as a sorted array.
toArray(Iterator) - Static method in class com.tangosol.util.SortedEnumerator
Return the contents of the passed Iterator as a sorted array.
toArray() - Method in class com.tangosol.util.SubSet
Returns an array containing all of the elements in this Set.
toArray(Object[]) - Method in class com.tangosol.util.SubSet
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
toBinary() - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.

This is the equivalent of toBinary(0, length()).

toBinary(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.

This is the equivalent of getReadBuffer(of, cb).toBinary().

toBinary() - Method in class com.tangosol.io.AbstractReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in class com.tangosol.io.AbstractWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in class com.tangosol.io.DelegatingWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.

This is the equivalent of getReadBuffer(of, cb).toBinary().

toBinary() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary() - Method in interface com.tangosol.io.ReadBuffer
Returns a new Binary object that holds the complete contents of this ReadBuffer.
toBinary(int, int) - Method in interface com.tangosol.io.ReadBuffer
Returns a Binary object that holds the specified portion of this ReadBuffer.
toBinary() - Method in interface com.tangosol.io.WriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBinary(Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
Translate the passed Object object into an Binary object.
toBinary(Object) - Method in class com.tangosol.net.cache.SerializationMap
Translate the passed Object object into an Binary object.
toBinary(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
Translate the passed Object object into an Binary object.
toBinary() - Method in class com.tangosol.util.Binary
Returns a new Binary object that holds the complete contents of this ReadBuffer.

This is the equivalent of toBinary(0, length()).

toBinary(int, int) - Method in class com.tangosol.util.Binary
Returns a Binary object that holds the specified portion of this ReadBuffer.

This is the equivalent of getReadBuffer(of, cb).toBinary().

toBinary() - Method in class com.tangosol.util.BinaryWriteBuffer
Returns a new Binary object that holds the complete contents of this WriteBuffer.
toBitString(byte) - Static method in class com.tangosol.util.BitHelper
Convert a byte to a String of ones and zeros.
toBitString(int) - Static method in class com.tangosol.util.BitHelper
Convert an int to a String of ones and zeros.
toBitString(long) - Static method in class com.tangosol.util.BitHelper
Convert a long to a String of ones and zeros.
toBooleanArray(String) - Static method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
toByteArray(int, int) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.

This is the equivalent of getReadBuffer(of, cb).toByteArray().

toByteArray() - Method in class com.tangosol.io.AbstractReadBuffer
Get the contents of the ReadBuffer as a byte array.
toByteArray(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.AbstractWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in class com.tangosol.io.DelegatingWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray(int, int) - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.

This is the equivalent of getReadBuffer(of, cb).toByteArray().

toByteArray() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in interface com.tangosol.io.ReadBuffer
Get the contents of the ReadBuffer as a byte array.
toByteArray(int, int) - Method in interface com.tangosol.io.ReadBuffer
Get a portion of the contents of the ReadBuffer as a byte array.
toByteArray() - Method in class com.tangosol.io.Utf8Writer
If the underlying stream is a ByteArrayOutputStream (such as with the no-parameter constructor), this will return the binary UTF8-encoded data that resulted from the character data written to this Writer.
toByteArray() - Method in interface com.tangosol.io.WriteBuffer
Returns a new byte array that holds the complete contents of this WriteBuffer.
toByteArray() - Method in class com.tangosol.util.UID
Convert the UID to a byte array of 16 bytes.
toByteArray() - Method in class com.tangosol.util.UUID
Convert the UUID to a byte array of 32 bytes.
toCharArray() - Method in class com.tangosol.util.UID
Convert the UID to a character array of 32 hex digits.
toJavaDate() - Method in class com.tangosol.io.pof.RawDate
Create a Java Date from the raw date information.
toJavaDate() - Method in class com.tangosol.io.pof.RawDateTime
Create a Java Date from the raw date/time information.
toJavaDate() - Method in class com.tangosol.io.pof.RawTime
Create a Java Date from the raw time information.
toLong(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Converts an IPv4 compatible address to a long value.
toLong(InetAddress) - Static method in class com.tangosol.util.UID
Converts and IP address to a long value.
toMap() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Get a Map instance representing the contents of the cache.
toPageIndex(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
Translate a page number to an index into the PageArray.
TopLinkCacheLoader - Class in com.tangosol.coherence.toplink
TopLink implementation of the CacheLoader interface.
TopLinkCacheLoader(String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheLoader
Constructor which accepts an entity name.
TopLinkCacheLoader(String, String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheLoader
Constructor which accepts an entity name and session name.
TopLinkCacheStore - Class in com.tangosol.coherence.toplink
TopLink implementation of the CacheStore interface.
TopLinkCacheStore(String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheStore
Constructor which accepts an entity name.
TopLinkCacheStore(String, String) - Constructor for class com.tangosol.coherence.toplink.TopLinkCacheStore
Constructor which accepts an entity name and session name.
toSqlDate() - Method in class com.tangosol.io.pof.RawDate
Create a JDBC Date from the raw date information.
toSqlTime() - Method in class com.tangosol.io.pof.RawTime
Create a JDBC Time from the raw time information.
toSqlTimestamp() - Method in class com.tangosol.io.pof.RawDateTime
Create a JDBC Timestamp from the raw date/time information.
toStateString(int) - Static method in class com.tangosol.util.Daemon
Convert a state value to a human-readable String.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Return a human-readable task description.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
 
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Return a string representation of the WorkHolder object.
toString() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Return a human-readable description.
toString() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.RequestContext
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SessionHelper
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Returns a string representation of the object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
Return a human readable description of this EntryInfo object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Return a human readable description of this CacheImpl object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Return a human readable description of this FlushAgent object.
toString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
Return a human readable String representation of this CacheProvider.
toString() - Method in class com.tangosol.io.AsyncBinaryStore
Return a human readable description of the AsyncBinaryStore.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
Return the Holder's human readable description.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
Return a human readable description of the BinaryStore.
toString() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
Return a human readable description of the BinaryStoreManager.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Return a human readable description of the EnvironmentHolder.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactory
Output the DatabaseFactory state as a String.
toString() - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
Return a human readable description of the DatabaseFactoryManager.
toString() - Method in class com.tangosol.io.ByteArrayReadBuffer
Provide a human-readable representation of the Binary object.
toString() - Method in class com.tangosol.io.MultiByteArrayOutputStream
Create a human readable string representing the data written to the stream.
toString() - Method in exception com.tangosol.io.pof.PortableException
Return a short description of this PortableException
toString() - Method in class com.tangosol.io.pof.RawDate
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawDateTime
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawQuad
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.RawTime
Format this object's data as a human-readable string.
toString() - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
toString() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Provide a human readable description for the Bundle obect (for debugging).
toString() - Method in class com.tangosol.net.cache.AbstractBundler.Statistics
Provide a human readable description for the Statistics object.
toString() - Method in class com.tangosol.net.cache.AbstractBundler
Provide a human readable description for the Bundler object (for debugging).
toString() - Method in class com.tangosol.net.cache.CachingMap
For debugging purposes, format the contents of the CachingMap in a human readable format.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.AddListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
Produce a human-readable description of this EventRouter.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.RemoveListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.ContinuousQueryCache.ServiceListener
Produce a human-readable description of this object.
toString() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Render the cache entry as a String.
toString() - Method in class com.tangosol.net.cache.OldCache
Deprecated. For debugging purposes, format the contents of the cache as a String.
toString() - Method in class com.tangosol.net.cache.OverflowMap.Status
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
Return a String representation of the CacheStoreWrapper object that will be used as a part of the write-behind thread name.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
For debugging purposes, present the queue in human-readable format.
toString() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
For debugging purposes, format the contents of the Map in a human- readable format.
toString() - Method in class com.tangosol.net.cache.SerializationCache
Returns a string representation of this Map. The string representation consists of a list of key-value mappings in the order returned by the Map's entrySet view's iterator, enclosed in braces ("{}"). Adjacent mappings are separated by the characters ", " (comma and space). Each key-value mapping is rendered as the key followed by an equals sign ("=") followed by the associated value. Keys and values are converted to strings as by String.valueOf(Object).
toString() - Method in class com.tangosol.net.cache.SerializationMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache
Returns a string representation of this Map. The string representation consists of a list of key-value mappings in the order returned by the Map's entrySet view's iterator, enclosed in braces ("{}"). Adjacent mappings are separated by the characters ", " (comma and space). Each key-value mapping is rendered as the key followed by an equals sign ("=") followed by the associated value. Keys and values are converted to strings as by String.valueOf(Object).
toString() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
For debugging purposes, format the contents of the SimpleCachingStatistics in a human readable format.
toString() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Returns a string representation of the object.
toString() - Method in class com.tangosol.net.cache.SimpleSerializationMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.net.DatagramTest.ListenerConfig
Return a human readable description of the configuration.
toString() - Method in class com.tangosol.net.DatagramTest.PacketTracker
Return a human readable report on the tracked data.
toString(DatagramTest.PacketTracker[]) - Static method in class com.tangosol.net.DatagramTest.PacketTracker
Return a summay report on multiple trackers.
toString() - Method in class com.tangosol.net.DatagramTest.PublisherConfig
Return a human readable description of the configuration.
toString() - Method in class com.tangosol.net.DatagramTest.TestConfiguration
Return a human readable description of the configuration.
toString(byte[]) - Static method in class com.tangosol.net.InetAddressHelper
Converts a byte array to a raw IP address string representation.
toString(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
Format an IP address string representing the specified InetAddress object.
toString() - Method in class com.tangosol.net.LoadBalancer.AddressPort
Return a human readable description of this AddressPort object.
toString() - Method in class com.tangosol.net.MemberEvent
Returns a String representation of this MemberEvent object.
toString() - Method in class com.tangosol.net.partition.PartitionEvent
Return a String representation of this PartitionEvent object.
toString() - Method in class com.tangosol.net.partition.PartitionSet
Returns a string representation of this PartitionSet.
toString() - Method in class com.tangosol.net.security.SimpleHandler
Return a string representation of this principal.
toString() - Method in class com.tangosol.run.jca.CacheAdapter
Return a human readable description of the CacheAdapter.
toString(boolean[]) - Static method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
 
toString() - Method in class com.tangosol.run.xml.PropertyAdapter
Debugging support.
toString(Timestamp) - Static method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
toString() - Method in class com.tangosol.run.xml.SimpleElement
Format the XML element and all its contained information into a String in a display format.
toString(boolean) - Method in class com.tangosol.run.xml.SimpleElement
Format the XML element and all its contained information into a String in a display format.
toString() - Method in class com.tangosol.run.xml.SimpleValue
Format the XML value into a String in a display format.
toString() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
Debugging support.
toString() - Method in class com.tangosol.run.xml.XmlBean
To assist in debugging, provide a clear indication of the key's state.
toString() - Method in interface com.tangosol.run.xml.XmlDocument
Format the XML document and all its contained information into a String in a display format.
toString() - Method in interface com.tangosol.run.xml.XmlElement
Format the XML element and all its contained information into a String in a display format.
toString(XmlSerializable) - Static method in class com.tangosol.run.xml.XmlHelper
Return the XML of an XmlSerializable object as a String.
toString() - Method in interface com.tangosol.run.xml.XmlValue
Format the XML value into a String in a display format.
toString() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a string representation of this Map.
toString() - Method in class com.tangosol.util.AbstractLongArray
Provide a string representation of the LongArray.
toString() - Method in class com.tangosol.util.aggregator.AbstractAggregator
Provide a human-readable representation of this object.
toString() - Method in class com.tangosol.util.aggregator.CompositeAggregator
Return a human-readable description for this ValueExtractor.
toString() - Method in class com.tangosol.util.aggregator.GroupAggregator
Return a human-readable description for this GroupAggregator.
toString() - Method in class com.tangosol.util.aggregator.PriorityAggregator
Return a human-readable description for this PriorityAggregator.
toString() - Method in class com.tangosol.util.AtomicCounter
Return the count as a string.
toString() - Method in class com.tangosol.util.Binary
Provide a human-readable representation of the Binary object.
toString() - Method in class com.tangosol.util.ClassFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.comparator.ChainedComparator
Return a human-readable description for this ChainedComparator.
toString() - Method in class com.tangosol.util.comparator.SafeComparator
Return a human-readable description for this Comparator.
toString() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
Return a String description for this Entry.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
Return a String description for this collection.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Return a String description for this collection.
toString() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Return a String description for this Map.
toString() - Method in class com.tangosol.util.Daemon
Return a human-readable String representation of the Daemon.
toString() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Return a human-readable description for this ValueExtractor.
toString() - Method in class com.tangosol.util.extractor.CompositeUpdater
Return a human-readable description for this CompositeUpdater.
toString() - Method in class com.tangosol.util.extractor.IdentityExtractor
Provide a human-readable description of this IdentityExtractor object.
toString() - Method in class com.tangosol.util.extractor.KeyExtractor
Return a human-readable description for this KeyExtractor.
toString() - Method in class com.tangosol.util.extractor.ReflectionExtractor
Provide a human-readable description of this ReflectionExtractor object.
toString() - Method in class com.tangosol.util.extractor.ReflectionUpdater
Provide a human-readable description of this ValueUpdater object.
toString() - Method in class com.tangosol.util.filter.AlwaysFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ArrayFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ComparisonFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.InKeySetFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.KeyFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.LimitFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.MapEventFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.NeverFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.NotFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.PresentFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.PriorityFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.filter.ValueChangeEventFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Provide a human-readable representation of the SimpleEntry object.
toString() - Method in class com.tangosol.util.Listeners
Return a string representation of the Listeners object.
toString() - Method in interface com.tangosol.util.LongArray
Provide a string representation of the LongArray.
toString() - Method in class com.tangosol.util.MapEvent
Return a String representation of this MapEvent object.
toString() - Method in class com.tangosol.util.MapListenerSupport
Provide a string representation of the MapListenerSupport object.
toString() - Method in class com.tangosol.util.NullFilter
Return a human-readable description for this Filter.
toString() - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Provide a human-readable description of this ValueExtractor object.
toString() - Method in class com.tangosol.util.processor.CompositeProcessor
Return a human-readable description for this ConditionalProcessor.
toString() - Method in class com.tangosol.util.processor.ConditionalProcessor
Return a human-readable description for this ConditionalProcessor.
toString() - Method in class com.tangosol.util.processor.ConditionalPut
Return a human-readable description for this ConditionalPut.
toString() - Method in class com.tangosol.util.processor.ConditionalPutAll
Return a human-readable description for this ConditionalPutAll.
toString() - Method in class com.tangosol.util.processor.ConditionalRemove
Return a human-readable description for this ConditionalRemove.
toString() - Method in class com.tangosol.util.processor.ExtractorProcessor
Return a human-readable description for this PropertyProcessor.
toString() - Method in class com.tangosol.util.processor.PreloadRequest
Return a human-readable description for this PreloadRequest processor.
toString() - Method in class com.tangosol.util.processor.PriorityProcessor
Return a human-readable description for this PriorityProcessor.
toString() - Method in class com.tangosol.util.processor.PropertyManipulator
Return a human-readable description for this PropertyManipulator.
toString() - Method in class com.tangosol.util.processor.PropertyProcessor
Return a human-readable description for this PropertyProcessor.
toString() - Method in class com.tangosol.util.processor.UpdaterProcessor
Return a human-readable description for this UpdaterProcessor.
toString() - Method in class com.tangosol.util.processor.VersionedPut
Return a human-readable description for this VersionedPut.
toString() - Method in class com.tangosol.util.processor.VersionedPutAll
Return a human-readable description for this VersionedPutAll.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
Return a String description for this collection.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
Return a String description for this Entry.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
Return a String description for this Iterator.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Return a String description for this collection.
toString() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Return a String description for this Map.
toString() - Method in class com.tangosol.util.SafeHashMap.Entry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SafeLinkedList.Node
Render the Node as a String.
toString() - Method in class com.tangosol.util.SimpleMapEntry
Render the map entry as a String.
toString() - Method in class com.tangosol.util.SparseArray.Crawler
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.SparseArray.Node
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.StringTable
Provide a string representation of the string table.
toString() - Method in class com.tangosol.util.TaskDaemon
Return a human-readable String representation of the Daemon.
toString() - Method in class com.tangosol.util.ThreadGate
Provide a human-readable representation of this ThreadGate.
toString() - Method in class com.tangosol.util.Tree.Crawler
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.Tree.Node
Provide a string representation of this node's value.
toString() - Method in class com.tangosol.util.Tree
Provide a string representation of the tree.
toString() - Method in class com.tangosol.util.UID
Convert the UID to a printable String.
toString(long) - Static method in class com.tangosol.util.UID
Converts a long value to an address string in the form returned by InetAddress#getHostAddress.
toString() - Method in class com.tangosol.util.UUID
Convert the UUID to a printable String.
toString() - Method in interface com.tangosol.util.ValueExtractor
Provide a human-readable description of this ValueExtractor object.
toString() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Return a human readable decription of the Lock
toString() - Method in class com.tangosol.util.WrapperConcurrentMap
Returns a string representation of this Map. The string representation consists of a list of key-value mappings in the order returned by the Map's entrySet view's iterator, enclosed in braces ("{}"). Adjacent mappings are separated by the characters ", " (comma and space). Each key-value mapping is rendered as the key followed by an equals sign ("=") followed by the associated value. Keys and values are converted to strings as by String.valueOf(Object).
toString() - Method in exception com.tangosol.util.WrapperException
Returns a short description of this WrapperException object.
toString() - Method in class com.tangosol.util.WrapperObservableMap
Returns a string representation of this Map.
toTimestamp(String) - Static method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
 
touch() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Update the last-accessed time for the session.
touch() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
Update the last-accessed time for the session.
touch() - Method in class com.tangosol.net.cache.OldCache.Entry
Deprecated. Called each time the entry is accessed or modified.
touch(Object) - Method in class com.tangosol.net.cache.SerializationCache
Touch an object to pop it to the top of the LRU
toUri(Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Serialize an object into a URI element.
toUri(Object) - Method in class com.tangosol.run.xml.SimpleAdapter
Serialize an object into a URI element.
toUri() - Method in interface com.tangosol.run.xml.UriSerializable
Serialize the object into a URI.
toXml(Object) - Method in class com.tangosol.run.xml.DateFormatAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.IterableAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.QNameAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter.SystemTimeAdapter
Serialize an object into an XML element.
toXml(Object) - Method in class com.tangosol.run.xml.SimpleAdapter
Serialize an object into an XML element.
toXml() - Method in class com.tangosol.run.xml.SimpleDocument
Serialize the object into an XmlElement.
toXml() - Method in class com.tangosol.run.xml.SimpleElement
Serialize the object into an XmlElement.
toXml() - Method in class com.tangosol.run.xml.XmlBean
Serialize the object into an XmlElement.
toXml(Object) - Method in class com.tangosol.run.xml.XmlElementAdapter
Serialize an object into an XML element.
toXml() - Method in interface com.tangosol.run.xml.XmlSerializable
Serialize the object into an XmlElement.
toXml(Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Serialize an object into an XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Serialize a primitive array into a single XML element.
toXmlString(Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize a primitive array into a single XML element.
trackArrival(int, int) - Method in class com.tangosol.net.DatagramTest.PacketTracker
Track the arrival of a new packet.
trackDatabase(Database) - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
Add a database handle to the trackings list.
TraditionalHttpSessionCollection - Class in com.tangosol.coherence.servlet
An implementation of HttpSessionCollection that manages session objects as individual units that contain all of their own attributes, as if the session were a single serializable object, however with some optimizations for attribute serialization and deserialization.
TraditionalHttpSessionCollection() - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
Default constructor (required).
TraditionalHttpSessionModel - Class in com.tangosol.coherence.servlet
An implementation of HttpSessionModel that is managed as a single unit, but optimizes the management of individual attributes within a session for purposes of serialization and deserialization.
TraditionalHttpSessionModel() - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Default constructor for deserialization.
TraditionalHttpSessionModel(TraditionalHttpSessionCollection, HttpSession, String) - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Session creation constructor.
TraditionalHttpSessionModel.OptimizedHolder - Class in com.tangosol.coherence.servlet
An immutable object to hold attribute values and related information.
TraditionalHttpSessionModel.OptimizedHolder() - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Default constructor is required for deserialization purposes.
TraditionalHttpSessionModel.OptimizedHolder(String, Object) - Constructor for class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Construct an OptimizedHolder for a value.
TRANSACTION_GET_COMMITTED - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_GET_COMMITTED
TRANSACTION_GET_COMMITTED - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets are prevented; non-repeatable gets and phantom gets can occur.
TRANSACTION_REPEATABLE_GET - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_REPEATABLE_GET
TRANSACTION_REPEATABLE_GET - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets and non-repeatable gets are prevented; phantom gets can occur.
TRANSACTION_SERIALIZABLE - Static variable in class com.tangosol.run.jca.CacheAdapter
Same as TransactionMap.TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE - Static variable in interface com.tangosol.util.TransactionMap
Dirty gets, non-repeatable gets and phantom gets are prevented.
TransactionMap - Interface in com.tangosol.util
ConcurrentMap with additional transaction support.
TransactionMap.Validator - Interface in com.tangosol.util
A callback interface used by TransactionMap implementations.
transformInitParams(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
Transform the specified "init-params" element of the following structure:
translateAddress(String) - Static method in class com.tangosol.net.DatagramTest
Convert an address:port string to an InetSocketAddress.
translateAddress(String) - Static method in class com.tangosol.net.MulticastTest
Convert an address string to an InetAddress.
translateSchemeType(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Translate the scheme name into the scheme type.
translateSocketAddress(String) - Static method in class com.tangosol.net.MulticastTest
Convert an address:port string to an InetSocketAddress.
Tree - Class in com.tangosol.util
A red/black tree is a combination of a 2-3-4 B-tree and binary search tree.
Tree() - Constructor for class com.tangosol.util.Tree
Default constructor.
Tree.Crawler - Class in com.tangosol.util
A red/black tree node iterator.
Tree.Crawler(Tree.Node) - Constructor for class com.tangosol.util.Tree.Crawler
Crawler constructor.
Tree.Crawler(Tree.Node, int) - Constructor for class com.tangosol.util.Tree.Crawler
Crawler constructor.
Tree.Node - Class in com.tangosol.util
A red/black tree node.
Tree.Node() - Constructor for class com.tangosol.util.Tree.Node
Default constructor.
trim(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim XML whitespace.
trimb(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim trailing XML whitespace.
trimf(String) - Static method in class com.tangosol.run.xml.XmlHelper
Trim leading XML whitespace.
tryLock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Try to lock the directory.
tryUnlock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder.DirectoryLock
Try to unlock the directory.
TYPE_BINARY - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_BOOLEAN - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DATE - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DATETIME - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DECIMAL - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_DEFAULT - Static variable in interface com.tangosol.net.InvocationService
Invocation service type constant.
TYPE_DISTRIBUTED - Static variable in interface com.tangosol.net.CacheService
DistributedCache service type constant.
TYPE_DOUBLE - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_ID - Static variable in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
The type identifier of a SafePofHolder.
TYPE_INT - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_LOCAL - Static variable in interface com.tangosol.net.CacheService
LocalCache service type constant.
TYPE_LONG - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_OPTIMISTIC - Static variable in interface com.tangosol.net.CacheService
OptimisticCache service type constant.
TYPE_REMOTE - Static variable in interface com.tangosol.net.CacheService
RemoteCache service type constant.
TYPE_REMOTE - Static variable in interface com.tangosol.net.InvocationService
Remote invocation service type constant.
TYPE_REPLICATED - Static variable in interface com.tangosol.net.CacheService
ReplicatedCache service type constant.
TYPE_STRING - Static variable in interface com.tangosol.run.xml.XmlValue
 
TYPE_TIME - Static variable in interface com.tangosol.run.xml.XmlValue
 

U

UID - Class in com.tangosol.util
A UID is a 128-bit identifier that is almost guaranteed to be unique.
UID() - Constructor for class com.tangosol.util.UID
Construct a UID (default constructor).
UID(int, long, int) - Constructor for class com.tangosol.util.UID
Construct a UID from its constituent members (advanced constructor).
UID(byte[]) - Constructor for class com.tangosol.util.UID
Construct a UID from a byte array.
UID(String) - Constructor for class com.tangosol.util.UID
Construct a UID from a String.
UID(DataInput) - Constructor for class com.tangosol.util.UID
Construct a UID from a stream.
unbind(AbstractHttpSessionModel.AttributeHolder) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Unbind the specified session attributes name and value.
unbind() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Unbind session attributes.
unbundle(Object) - Method in class com.tangosol.net.cache.AbstractKeyBundler
Un-bundle bundled operation.
unbundle(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache.GetBundler
A pass through the the underlying get operation.
unbundle(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache.RemoveBundler
A pass through the the underlying remove() operation.
unbundle(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.EraseBundler
A pass through the the underlying remove() operation.
unbundle(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.LoadBundler
A pass through the the underlying load operation.
uninstall() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Uninstall extension classes.
UNIT_CALCULATOR_BINARY - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies a unit calculator that assigns an object a weight equal to the number of bytes of memory required to cache the object.
UNIT_CALCULATOR_EXTERNAL - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies a external (custom) unit calculator implementation.
UNIT_CALCULATOR_FIXED - Static variable in class com.tangosol.net.cache.OldCache
Deprecated. Specifies the default unit calculator that weighs all entries equally as 1.
unlink() - Method in class com.tangosol.io.nio.BinaryMap.Block
Unlink this block (either an Entry or free block) from the appropriate data structures (either the hash bucket or the free list.)
unlock(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Unlock a key.
unlock(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.net.cache.NearCache
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.net.cache.ReadonlyNamedCache
Should not be called.
unlock(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Unlock the specified item.
unlock(Object) - Method in interface com.tangosol.util.ConcurrentMap
Unlock the specified item.
unlock(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
Unlock the specified item.
unlockAll(ConcurrentMap, Collection) - Static method in class com.tangosol.util.InvocableMapHelper
Unlock all the specified keys.
unlockInternal(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
Release the lock on the specified key.
unregister() - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
Unregister this listener with the "front" map.
unregister(CacheService, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Unregister all the managed objects theat belong to the specified cache from the cluster registry.
unregister(String, String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Unregister the caches for a given cache name and context from the cluster registry.
unregister(String) - Method in interface com.tangosol.net.management.Registry
Unregister managed objects that match the specified object name or name pattern (query name).
unregister(Entry) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
Unregister an Entry.
unregisterBackServiceListener() - Method in class com.tangosol.net.cache.NearCache
Unregister back caches's service member listener.
unregisterExpiry(Object, long) - Method in class com.tangosol.net.cache.OverflowMap
Unregister the specified key expiry that is registered to expire at the specified time.
unregisterFrontListener() - Method in class com.tangosol.net.cache.CachingMap
Unregister the global front map listener.
unregisterKey(Object) - Method in class com.tangosol.net.cache.SerializationCache
Unregister a key from the SerializationMap.
unregisterKey(Object) - Method in class com.tangosol.net.cache.SerializationMap
Unregister a key from the SerializationMap.
unregisterListener() - Method in class com.tangosol.net.cache.CachingMap
Unregister the global back map listener.
unregisterListener(Object) - Method in class com.tangosol.net.cache.CachingMap
Unregister the back map listener for the specified key.
unregisterMBean() - Method in class com.tangosol.coherence.servlet.SessionHelper
Unregister the MBean instance for this SessionHelper.
unregisterServiceListener() - Method in class com.tangosol.net.cache.ContinuousQueryCache
Unregister underlying caches's service member listener.
unregisterUserType(int) - Method in class com.tangosol.io.pof.SimplePofContext
Unregister a user type that was previously registered using the specified type identifier.
unscaledValue() - Method in class com.tangosol.io.pof.RawQuad
Get the base-2 unscaled value (mantissa) of the quad value.
unsetReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
Remove the CacheReloader used for the given key.
unsetReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
Remove the CacheReloader used for the given key.
unwrapFilterConfig(FilterConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Attempt to unwrap the passed FilterConfig wrapper to get the container's FilterConfig object back.
unwrapServletConfig(ServletConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Attempt to unwrap the passed ServletConfig wrapper to get the container's ServletConfig object back.
unwrapServletRequest(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Unwrap the specified request object.
update(Object, Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
Update an item in the cache.
update(Object, Object) - Method in class com.tangosol.util.extractor.CompositeUpdater
Update the state of the passed target object using the passed value.
update(Object, Object) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Update the state of the passed target object using the passed value.
update(ValueUpdater, Object) - Method in interface com.tangosol.util.InvocableMap.Entry
Update the Entry's value.
update(ValueUpdater, Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
Update the Entry's value.
update(Object, Object) - Method in interface com.tangosol.util.ValueUpdater
Update the state of the passed target object using the passed value.
updateFlag(int, boolean) - Method in class com.tangosol.net.cache.OverflowMap.Status
Update a particular masked flag within the state of the Status object.
updateFlag(int, boolean) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Update a particular masked flag within the state of the Status object.
updateLength(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Update the length if the passed length is greater than the current buffer length.
updateLength(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Update the length if the passed length is greater than the current buffer length.
updateMostRecentTaskTime() - Method in class com.tangosol.util.TaskDaemon
Set the time that the most recent task was run to the current time.
updateOnGet(Map.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Deprecated. as of Coherence 3.2 this method is never called
updateOnPut(Map.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Deprecated. as of Coherence 3.2 this method is never called
updatePersistentVersion(Object, Comparable) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Update the persistent version of the specified key.
updateQueuedSize(int) - Method in class com.tangosol.io.AsyncBinaryStore
Update the number of bytes that are pending to be written.
UpdaterProcessor - Class in com.tangosol.util.processor
UpdaterProcessor is an EntryProcessor implementations that updates an attribute of an object cached in an InvocableMap.
UpdaterProcessor() - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Default constructor (necessary for the ExternalizableLite interface).
UpdaterProcessor(ValueUpdater, Object) - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Construct an UpdaterProcessor based on the specified ValueUpdater.
UpdaterProcessor(String, Object) - Constructor for class com.tangosol.util.processor.UpdaterProcessor
Construct an UpdaterProcessor for a given method name.
updateState(int, int) - Method in class com.tangosol.net.cache.OverflowMap.Status
Update a particular masked value within the state of the Status object.
updateState(int, int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Update a particular masked value within the state of the Status object.
updateStatistics() - Method in class com.tangosol.net.cache.AbstractBundler
Update the statistics for this Bundle.
updateStatus(int) - Method in class com.tangosol.util.ThreadGate
Update the current thread gate status, without changing the active count.
updateTransientVersion(Object, Comparable) - Method in class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Update the transient version of the specified key.
updateVersion(Object, Object) - Method in class com.tangosol.net.cache.VersionedNearCache
Deprecated. Update value's version in the version cache.
updateWork(WorkManager.WorkStatus) - Method in class com.tangosol.coherence.commonj.WorkManager
Update a WorkStatus for a work.
URI_DELIM - Static variable in interface com.tangosol.run.xml.UriSerializable
Delimiter between multiple fields in a URI.
URI_NULL - Static variable in interface com.tangosol.run.xml.UriSerializable
Token to signify a null field in a URI.
UriSerializable - Interface in com.tangosol.run.xml
An interface for URI serialization.
use() - Method in class com.tangosol.io.nio.BinaryMap.Block
Increment the use count for this block.
useBackIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to an iterator over the back map.
useDoneIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to an iterator over nothing.
useFrontIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to a snapshot iterator.
useReservation() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
After having successfully made a reservation, this method completes the reservation process by setting the status to processing for the thread that made the reservation.
useSnapshotIterator() - Method in class com.tangosol.net.cache.SimpleOverflowMap.KeyIterator
Switch to a snapshot iterator.
Utf8Reader - Class in com.tangosol.io
A Utf8Reader is used to read character data from an underlying stream.
Utf8Reader(byte[]) - Constructor for class com.tangosol.io.Utf8Reader
Construct a Utf8Reader that reads the input from a byte array.
Utf8Reader(InputStream) - Constructor for class com.tangosol.io.Utf8Reader
Construct a Utf8Reader that reads the input from an InputStream.
Utf8Writer - Class in com.tangosol.io
A Utf8Writer is used to write character data onto an underlying stream.
Utf8Writer() - Constructor for class com.tangosol.io.Utf8Writer
Construct a Utf8Writer that buffers the output.
Utf8Writer(OutputStream) - Constructor for class com.tangosol.io.Utf8Writer
Construct a Utf8Writer that puts the output into an OutputStream.
UUID - Class in com.tangosol.util
A UUID is a 256-bit identifier that, if it is generated, is statistically guaranteed to be unique.
UUID() - Constructor for class com.tangosol.util.UUID
Generate a UUID.
UUID(long, InetAddress, int, int) - Constructor for class com.tangosol.util.UUID
Build a UUID from its constituent members (advanced constructor).
UUID(long, byte[], int, int) - Constructor for class com.tangosol.util.UUID
Build a UUID from its constituent members (advanced constructor).
UUID(String) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a String.
UUID(byte[]) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a byte array.
UUID(DataInput) - Constructor for class com.tangosol.util.UUID
Construct a UUID from a stream.

V

V_BOOLEAN_FALSE - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_BOOLEAN_TRUE - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_COLLECTION_EMPTY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_NAN - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_NEG_INFINITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_FP_POS_INFINITY - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_0 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_1 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_10 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_11 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_12 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_13 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_14 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_15 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_16 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_17 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_18 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_19 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_2 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_20 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_21 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_22 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_3 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_4 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_5 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_6 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_7 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_8 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_9 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_INT_NEG_1 - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_REFERENCE_NULL - Static variable in interface com.tangosol.io.pof.PofConstants
 
V_STRING_ZERO_LENGTH - Static variable in interface com.tangosol.io.pof.PofConstants
 
VALID_COMMANDS - Static variable in class com.tangosol.net.DatagramTest
 
VALID_COMMANDS - Static variable in class com.tangosol.net.management.MBeanConnector
Array that contains all valid command line arguments.
VALID_COMMANDS - Static variable in class com.tangosol.net.MulticastTest
 
VALID_SWITCHES - Static variable in class com.tangosol.net.DatagramTest
 
validate(MapEvent) - Method in class com.tangosol.net.cache.CachingMap
Validate the front map entry for the specified back map event.
validate(Object, Object) - Method in class com.tangosol.net.cache.SeppukuMapListener
Validate the specified entry and remove it from the Map object affected by this listener if and only if the value is different (implying that the entry has been modified elsewhere).
validate(Certificate) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
Validate the specified Certificate as trusted.
validate(TransactionMap, Set, Set, Set, Set, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate that the content of the TransactionMap is "fit" to be committed into the base map.
validate(TransactionMap, Set, Set, Set, Set, Set) - Method in interface com.tangosol.util.TransactionMap.Validator
Validate that the content of the TransactionMap is "fit" to be committed into the base map.
validateEntry(Object, Object, RuntimeException) - Method in class com.tangosol.io.nio.BinaryMap
If the passed key and/or value is not a Binary object, then throw an exception to specify that the key is not Binary, otherwise throw the original exception.
validateIdentifier(Serializable, Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
Ensure that there are no conflicts between an explicit and implicit key.
validateInsert(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the inserts.
validateKey(Object, RuntimeException) - Method in class com.tangosol.io.nio.BinaryMap
If the passed key is not Binary, then throw an exception to specify that the key is not Binary, otherwise throw the original exception.
validateTypeId(int) - Static method in class com.tangosol.io.pof.SimplePofContext
Ensure that the given user type identifier is valid.
validateValue(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the read values.
validateVersion(TransactionMap, Set) - Method in class com.tangosol.run.jca.SimpleValidator
Validate the set of the updates or deletes.
ValidatingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that validates a POF stream.
ValidatingPofHandler() - Constructor for class com.tangosol.io.pof.ValidatingPofHandler
Default constructor.
ValidatingPofHandler.Complex - Class in com.tangosol.io.pof
A Complex object represents the current complex data structure in the POF stream.
ValidatingPofHandler.Complex(ValidatingPofHandler.Complex, int, boolean) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.Complex
Construct a Complex object for a data collection or user type.
ValidatingPofHandler.Complex(ValidatingPofHandler.Complex, int, boolean, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.Complex
Construct a Complex object for a uniformly-typed data collection.
ValidatingPofHandler.ComplexMap - Class in com.tangosol.io.pof
A ComplexMap object represents a map data structure (potentially with uniform keys or with uniform keys and values) in the POF stream.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform-keys map.
ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex, int, int, int) - Constructor for class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
Construct a Complex object for a uniform map.
value - Variable in class com.tangosol.util.AnyEvent
The value associated with this event.
value - Variable in class com.tangosol.util.SparseArray.Node
The value associated with the key.
value - Variable in class com.tangosol.util.Tree.Node
The value associated with the key.
ValueChangeEventFilter - Class in com.tangosol.util.filter
Filter which evaluates the content of a MapEvent values based on the specified value extractor.
ValueChangeEventFilter() - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Default constructor (necessary for the ExternalizableLite interface).
ValueChangeEventFilter(ValueExtractor) - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Construct a ValueChangeEventFilter that evaluates MapEvent values based on the specified extractor.
ValueChangeEventFilter(String) - Constructor for class com.tangosol.util.filter.ValueChangeEventFilter
Construct a ValueChangeEventFilter that evaluates MapEvent values based on the specified method name.
ValueExtractor - Interface in com.tangosol.util
ValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.
ValueManipulator - Interface in com.tangosol.util
ValueManipulator represents a composition of ValueExtractor and ValueUpdater implementations.
values() - Method in class com.tangosol.io.nio.BinaryMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.net.cache.CachingMap
Obtain an collection of the values contained in this map.
values() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.AbstractKeyBasedMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.NullImplementation.NullMap
 
values() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
Returns a collection view of the values contained in this map.
values() - Method in class com.tangosol.util.SafeHashMap
Returns a collection view of the values contained in this map.
ValueUpdater - Interface in com.tangosol.util
ValueUpdater is used to update an object's state.
verifyMapListener(DefaultConfigurableCacheFactory.CacheInfo, Map, XmlElement, BackingMapManagerContext, ClassLoader, Map) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
Check whether or not a MapListener has to be instantiated and added to a Map according to a scheme definition.
verifyNoNulls(Collection, String) - Static method in class com.tangosol.net.cache.OverflowMap
Check the passed collection for nulls, and fail if it contains any.
verifyNoNulls(Collection, String) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Check the passed collection for nulls, and fail if it contains any.
VERSION - Static variable in class com.tangosol.net.CacheFactory
Software version string.
Versionable - Interface in com.tangosol.util
An interface for versionable data.
VersionedBackingMap - Class in com.tangosol.net.cache
Deprecated. as of Coherence 3.2 all the functionality of this class has been superceded by the ReadWriteBackingMap implementation
VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheLoader, NamedCache, NamedCache, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Construct a VersionedBackingMap using a CacheLoader object.
VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, NamedCache, NamedCache, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Construct a VersionedBackingMap using a CacheStore object.
VersionedBackingMap(BackingMapManagerContext, ObservableMap, Map, CacheStore, boolean, int, double, NamedCache, NamedCache, boolean) - Constructor for class com.tangosol.net.cache.VersionedBackingMap
Deprecated. Construct a VersionedBackingMap using a CacheStore object.
VersionedBackingMap.CacheStoreWrapper - Class in com.tangosol.net.cache
Deprecated. A wrapper around the original CacheStore to allow operations to be overridden and extended.
VersionedBackingMap.CacheStoreWrapper(CacheStore) - Constructor for class com.tangosol.net.cache.VersionedBackingMap.CacheStoreWrapper
Deprecated. Construct a wrapped CacheStore.
VersionedBackingMap.InternalMapListener - Class in com.tangosol.net.cache
Deprecated. A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this VersionedBackingMap.
VersionedBackingMap.InternalMapListener() - Constructor for class com.tangosol.net.cache.VersionedBackingMap.InternalMapListener
Deprecated.  
VersionedNearCache - Class in com.tangosol.net.cache
Deprecated. as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementation
VersionedNearCache(Map, NamedCache, NamedCache) - Constructor for class com.tangosol.net.cache.VersionedNearCache
Deprecated. Construct a VersionedNearCache.
VersionedNearCache.VersionCacheListener - Class in com.tangosol.net.cache
Deprecated. A map listener that listens to the VersionCache and invalidates local entries accordingly.
VersionedNearCache.VersionCacheListener() - Constructor for class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
Deprecated.  
VersionedPut - Class in com.tangosol.util.processor
VersionedPut is an EntryProcessor that assumes that entry values implement Versionable interface and performs an Entry.setValue operation if and only if the version of the specified value matches to the version of the current value.
VersionedPut() - Constructor for class com.tangosol.util.processor.VersionedPut
Default constructor (necessary for the ExternalizableLite interface).
VersionedPut(Versionable) - Constructor for class com.tangosol.util.processor.VersionedPut
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
VersionedPut(Versionable, boolean, boolean) - Constructor for class com.tangosol.util.processor.VersionedPut
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value.
VersionedPutAll - Class in com.tangosol.util.processor
VersionedPutAll is an EntryProcessor that assumes that entry values implement Versionable interface and performs an Entry.setValue operation only for entries whose versions match to versions of the corresponding current values.
VersionedPutAll() - Constructor for class com.tangosol.util.processor.VersionedPutAll
Default constructor (necessary for the ExternalizableLite interface).
VersionedPutAll(Map) - Constructor for class com.tangosol.util.processor.VersionedPutAll
Construct a VersionedPutAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
VersionedPutAll(Map, boolean, boolean) - Constructor for class com.tangosol.util.processor.VersionedPutAll
Construct a VersionedPutAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
virtuallyEqual(byte[], byte[]) - Static method in class com.tangosol.net.InetAddressHelper
Compare specified raw IP addresses taking into account IPv4-compatible IPv6 addresses.
VOID - Static variable in class com.tangosol.util.ClassHelper
Useful constant for methods with no arguments.
VOID_PARAMS - Static variable in class com.tangosol.util.ClassHelper
Useful constant for methods with no parameters.

W

WAIT_FOREVER - Static variable in class com.tangosol.io.AsyncBinaryStore
Special wait time to indicate that a lock should be blocked on until it becomes available.
waitForAll(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
waitForAll(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager
Wait for all WorkItems in the collection to finish.
waitForAny(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
waitForAny(Collection, long) - Method in class com.tangosol.coherence.commonj.WorkManager
Wait for any of the WorkItems in the collection to finish.
waitForAvailable() - Method in class com.tangosol.net.cache.OverflowMap.Status
Wait for the Entry that this Status represents to become available.
waitForAvailable() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Wait for the Entry that this Status represents to become available.
waitForGo() - Method in class com.tangosol.net.DatagramTest.StartFlag
Wait for the go signal.
waitForNotify(long) - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
Wait for a Lock release notification.
waitForReservationDecision() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
Wait for the Entry that this Status represents to no longer be reserved.
waitForResults(boolean) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
Wait until results of bundled requests are retrieved.
wakeNow() - Method in class com.tangosol.io.AsyncBinaryStore.QueueDaemon
Force the daemon to wake up immediately.
warnEventSequence(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
Issue a one-time warning that events are being received in an order than cannot be explained by normal operation according to the contracts expected by this OverflowMap.
warnEventSequence(MapEvent, MapEvent) - Static method in class com.tangosol.net.cache.SimpleOverflowMap
Issue a one-time warning that events are being received in an order than cannot be explained by normal operation according to the contracts expected by this OverflowMap.
warnMissingEvent(Object, int, boolean) - Method in class com.tangosol.net.cache.OverflowMap
An expected event did not get raised.
warnUnfathomable(MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
Something totally inexplicable has occurred.
WebPluginInstaller - Class in com.tangosol.coherence.servlet
This command line utility installs container-specific Coherence*Web classes into a web container installation so that Coherence*Web can tightly integrate with the target web container.
WebPluginInstaller() - Constructor for class com.tangosol.coherence.servlet.WebPluginInstaller
 
WebPluginInstaller.ApplyPatch - Class in com.tangosol.coherence.servlet
Abstract base class for all command line utilities that modify web container libraries to support extension.
WebPluginInstaller.ApplyPatch() - Constructor for class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
 
wipe(int, int) - Method in class com.tangosol.io.nio.BinaryMap
Wipe a portion of the buffer.
WORK_ACCEPTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been accepted.
WORK_COMPLETED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been completed.
WORK_REJECTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been rejected or aborted.
WORK_STARTED - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Work has been started.
WORK_UNKNOWN - Static variable in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Initial value (work has neither been accepted nor rejected); should not be visible from outside.
WorkManager - Class in com.tangosol.coherence.commonj
An implementation of commonj.work.WorkManager based on a joint BEA-IBM specification: "The Timer and Work Manager for Application Servers", which is a foundation of JSR 237: Work Manager for Application Servers.
WorkManager(String, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager
Construct the WorkManager.
WorkManager.AbstractWork - Class in com.tangosol.coherence.commonj
Base class for Invocable tasks related to the WorkManager.
WorkManager.AbstractWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Default constructor (necessary for a lite serialization).
WorkManager.AbstractWork(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Construct the AbstractWork to be executed on behalf of the specified member (a Work originator).
WorkManager.CollectMembershipInfo - Class in com.tangosol.coherence.commonj
Invocable task used during handshake, which has to be scheduled immediately.
WorkManager.CollectMembershipInfo(Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
Construct the task for a given member server (could be null for a client).
WorkManager.ReleaseWork - Class in com.tangosol.coherence.commonj
Invocable task that forces a release for a wrapped Work object.
WorkManager.ReleaseWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Default constructor (necessary for a lite serialization).
WorkManager.ReleaseWork(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.ReleaseWork
Construct the ReleaseWork for a given Work.
WorkManager.RemoteWorkManager - Class in com.tangosol.coherence.commonj
RemoteWorkManager is a delegating WorkManager wrapper.
WorkManager.RemoteWorkManager(Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.RemoteWorkManager
 
WorkManager.RequestStatus - Class in com.tangosol.coherence.commonj
Invocable task that requests a status for a given Work.
WorkManager.RequestStatus() - Constructor for class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Default constructor (necessary for a lite serialization).
WorkManager.RequestStatus(long, int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.RequestStatus
Construct the ReleaseWork for a given Work.
WorkManager.ScheduleWork - Class in com.tangosol.coherence.commonj
Invocable task that posts a wrapped Work object to a WorkManager queue.
WorkManager.ScheduleWork() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Default constructor (necessary for a lite serialization).
WorkManager.ScheduleWork(Work, long, int, boolean) - Constructor for class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Construct the ScheduleWork for a given Work.
WorkManager.ScheduleWorkRejectedException - Exception in com.tangosol.coherence.commonj
The ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work.
WorkManager.ScheduleWorkRejectedException(long, Throwable) - Constructor for exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
Construct the ScheduleWorkRejectedException for a given Work id and the original cause exception.
WorkManager.ScheduleWorkRejectedException(long, String) - Constructor for exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
Construct the ScheduleWorkRejectedException for a given Work id with a specified detail message.
WorkManager.SendFeedback - Class in com.tangosol.coherence.commonj
Invocable task that delivers a WorkEvent to a WorkListener.
WorkManager.SendFeedback() - Constructor for class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Default constructor (necessary for a lite serialization).
WorkManager.SendFeedback(WorkManager.WorkStatus) - Constructor for class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Construct a SendFeedback task.
WorkManager.ServiceListener - Class in com.tangosol.coherence.commonj
The member listener for the InvocataionService used by the WorkManager.
WorkManager.ServiceListener() - Constructor for class com.tangosol.coherence.commonj.WorkManager.ServiceListener
 
WorkManager.WorkHolder - Class in com.tangosol.coherence.commonj
A holder for a Work object that serves as a communication intermediary between a client and a [remote] service.
WorkManager.WorkHolder(long, WorkListener, InvocationService, Member) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkHolder
Construct a WorkHolder for a Work with a given work id that is scheduled to be executed on a specified service.
WorkManager.WorkHolder.Event - Class in com.tangosol.coherence.commonj
A WorkEvent implementation.
WorkManager.WorkHolder.Event(int) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
Construct a WorkEvent.
WorkManager.WorkObserver - Class in com.tangosol.coherence.commonj
The InvocationObserver for all posted work.
WorkManager.WorkObserver() - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkObserver
 
WorkManager.WorkStatus - Class in com.tangosol.coherence.commonj
A WorkStatus object is used to communicate a work execution status back to the caller.
WorkManager.WorkStatus() - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Default constructor (necessary for a lite serialization).
WorkManager.WorkStatus(long, int, Object) - Constructor for class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Construct the WorkStatus object for the specified work id.
wrapCacheLoader(CacheLoader) - Static method in class com.tangosol.net.cache.CacheLoaderCacheStore
Create a CacheStore wrapper for the passed CacheLoader.
wrapEntry(Map.Entry) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Wrap an Entry from the Entry Set to make a Converter Entry.
wrapEntry(Map.Entry) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Wrap an Entry from the Entry Set to make a Restricted Entry.
wrapFilterConfig(FilterConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified FilterConfig object, return a wrapper to use.
wrapIterator(Iterator) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
Wrap an Iterator from the Entry Set to make a Converter Iterator.
wrapIterator(Iterator) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
Wrap an Iterator from the Entry Set to make a Restricted Iterator.
WrapperConcurrentMap - Class in com.tangosol.util
A simple implementation of ConcurrentMap interface built as a wrapper around any Map implementation.
WrapperConcurrentMap(Map) - Constructor for class com.tangosol.util.WrapperConcurrentMap
Construct a ConcurrentMap wrapper based on the specified map with locking enforced for put, remove and clear operations.
WrapperConcurrentMap(Map, boolean, long) - Constructor for class com.tangosol.util.WrapperConcurrentMap
Construct a ConcurrentMap wrapper based on the specified map.
WrapperConcurrentMap.Lock - Class in com.tangosol.util
A lock object.
WrapperConcurrentMap.Lock(Object) - Constructor for class com.tangosol.util.WrapperConcurrentMap.Lock
Construct a new Lock object
WrapperDataInputStream - Class in com.tangosol.io
This is an imitation DataInputStream class that provides the DataInput interface by delegating to an object that implements the DataInput interface.
WrapperDataInputStream(DataInput) - Constructor for class com.tangosol.io.WrapperDataInputStream
Construct a WrapperDataInputStream that will read from the specified object implementing the DataInput interface.
WrapperDataOutputStream - Class in com.tangosol.io
This is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.
WrapperDataOutputStream(DataOutput) - Constructor for class com.tangosol.io.WrapperDataOutputStream
Construct a WrapperDataOutputStream that will output to the specified object implementing the DataOutput interface.
WrapperException - Exception in com.tangosol.util
A WrapperException wraps a Throwable object as a RuntimeException.
WrapperException(Throwable, String) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException from a Throwable object and an additional description.
WrapperException(Throwable) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException from a Throwable object.
WrapperException(String) - Constructor for exception com.tangosol.util.WrapperException
Construct a WrapperException with a specified detail message.
WrapperInputStream - Class in com.tangosol.io
This is an InputStream class that delegates to another InputStream.
WrapperInputStream() - Constructor for class com.tangosol.io.WrapperInputStream
Construct an uninitialized WrapperInputStream.
WrapperInputStream(InputStream) - Constructor for class com.tangosol.io.WrapperInputStream
Construct a WrapperInputStream that will input from the specified InputStream object.
WrapperNamedCache - Class in com.tangosol.net.cache
A simple implementation of NamedCache interface built as a wrapper around any Map implementation.
WrapperNamedCache(Map, String) - Constructor for class com.tangosol.net.cache.WrapperNamedCache
Construct a NamedCache wrapper based on the specified map.
WrapperNamedCache(Map, String, CacheService) - Constructor for class com.tangosol.net.cache.WrapperNamedCache
Construct a NamedCache wrapper based on the specified map.
WrapperObjectInputStream - Class in com.tangosol.io
This is an imitation ObjectInputStream class that provides the ObjectInput interface by delegating to an object that implements the ObjectInput interface.
WrapperObjectInputStream(ObjectInput) - Constructor for class com.tangosol.io.WrapperObjectInputStream
Construct a WrapperObjectInputStream that will read from the specified object implementing the ObjectInput interface.
WrapperObjectOutputStream - Class in com.tangosol.io
This is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface.
WrapperObjectOutputStream(ObjectOutput) - Constructor for class com.tangosol.io.WrapperObjectOutputStream
Construct a WrapperObjectOutputStream that will output to the specified object implementing the ObjectOutput interface.
WrapperObservableMap - Class in com.tangosol.util
A simple implementation of ObservableMap interface built as a wrapper around any Map implementation.
WrapperObservableMap(Map) - Constructor for class com.tangosol.util.WrapperObservableMap
Construct an ObservableMap wrapper base on the specified map.
WrapperObservableMap.InternalListener - Class in com.tangosol.util
An internal MapListener that listens to the wrapped map.
WrapperObservableMap.InternalListener() - Constructor for class com.tangosol.util.WrapperObservableMap.InternalListener
 
WrapperOutputStream - Class in com.tangosol.io
This is an OutputStream class that delegates to another OutputStream.
WrapperOutputStream() - Constructor for class com.tangosol.io.WrapperOutputStream
Construct an uninitialized WrapperOutputStream.
WrapperOutputStream(OutputStream) - Constructor for class com.tangosol.io.WrapperOutputStream
Construct a WrapperOutputStream that will output to the specified OutputStream object.
WrapperStreamFactory - Interface in com.tangosol.io
Provides the means to wrap an InputStream and OutputStream, such that functionality such as compression and encryption can be implemented in a layered, pluggable fashion.
wrapRequestDispatcher(RequestDispatcher) - Method in class com.tangosol.coherence.servlet.SessionHelper
Wrap the specified RequestDispatcher object from the container.
wrapServletConfig(ServletConfig) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified servlet config object, return a wrapper to use.
wrapServletRequest(ServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified request, create a request wrapper.
wrapServletRequest(ServletRequest, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
Given the specified request, create a request wrapper.
write(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[]) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified bytes at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.AbstractWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.Base64OutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.Base64OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int, byte) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.DebugDataOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in class com.tangosol.io.DelegatingWriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.IndentingWriter
Write a single character.
write(char[], int, int) - Method in class com.tangosol.io.IndentingWriter
Write a portion of an array of characters.
write(String) - Method in class com.tangosol.io.IndentingWriter
Write a string.
write(String, int, int) - Method in class com.tangosol.io.IndentingWriter
Write a portion of a string.
write(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int, byte) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[], int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int) - Method in interface com.tangosol.io.OutputStreaming
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in interface com.tangosol.io.OutputStreaming
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in interface com.tangosol.io.OutputStreaming
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.pof.PofOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.Utf8Writer
Write a single character.
write(char[]) - Method in class com.tangosol.io.Utf8Writer
Write an array of characters.
write(char[], int, int) - Method in class com.tangosol.io.Utf8Writer
Write a portion of an array of characters.
write(String) - Method in class com.tangosol.io.Utf8Writer
Write a string.
write(String, int, int) - Method in class com.tangosol.io.Utf8Writer
Write a portion of a string.
write(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int) - Method in class com.tangosol.io.WrapperOutputStream
Writes the eight low-order bits of the argument b.
write(byte[]) - Method in class com.tangosol.io.WrapperOutputStream
Writes all the bytes in the array ab.
write(byte[], int, int) - Method in class com.tangosol.io.WrapperOutputStream
Writes cb bytes starting at offset of from the array ab.
write(int, byte) - Method in interface com.tangosol.io.WriteBuffer
Store the specified byte at the specified offset within the buffer.
write(int, byte[]) - Method in interface com.tangosol.io.WriteBuffer
Store the specified bytes at the specified offset within the buffer.
write(int, byte[], int, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified number of bytes from the specified location within the passed byte array at the specified offset within this buffer.
write(int, ReadBuffer) - Method in interface com.tangosol.io.WriteBuffer
Store the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, ReadBuffer, int, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified portion of the contents of the specified ReadBuffer at the specified offset within this buffer.
write(int, InputStreaming) - Method in interface com.tangosol.io.WriteBuffer
Store the remaining contents of the specified InputStreaming object at the specified offset within this buffer.
write(int, InputStreaming, int) - Method in interface com.tangosol.io.WriteBuffer
Store the specified number of bytes from the specified InputStreaming object at the specified offset within this buffer.
write(int) - Method in class com.tangosol.io.WriterPrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class com.tangosol.io.WriterPrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class com.tangosol.net.CompressionFilter.DeflaterOutputShell
Overrides the underlying DeflaterOutputStream.write(int) implementation making it more memory efficient.
write(int) - Method in class com.tangosol.net.DatagramPacketOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.tangosol.net.DatagramPacketOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.tangosol.net.security.BlockCipherOutputStream
write(byte[], int, int) - Method in class com.tangosol.net.security.BlockCipherOutputStream
write(int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.tangosol.util.NullImplementation.NullOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(char[]) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(char[], int, int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(String) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
write(String, int, int) - Method in class com.tangosol.util.NullImplementation.NullWriter
 
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write a sparse array of primitive values.
writeArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Write a sparse array of primitive values.
writeAttributes(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Helper to write the session attributes to a stream.
writeAttributes(DataOutput) - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
Helper to write the session attributes to a stream.
writeAttributes(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the attributes as part of a start tag.
writeBigDecimal(int, BigDecimal) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a BigDecimal property to the POF stream.
writeBigDecimal(WriteBuffer.BufferOutput, BigDecimal, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a BigDecimal to the passed DataOutput stream as a decimal value.
writeBigDecimal(int, BigDecimal) - Method in interface com.tangosol.io.pof.PofWriter
Write a BigDecimal property to the POF stream.
writeBigInteger(int, BigInteger) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a BigInteger property to the POF stream.
writeBigInteger(WriteBuffer.BufferOutput, BigInteger) - Static method in class com.tangosol.io.pof.PofHelper
Write a BigInteger as a packed int.
writeBigInteger(int, BigInteger) - Method in interface com.tangosol.io.pof.PofWriter
Write a BigInteger property to the POF stream.
writeBinary(DataOutput, Binary) - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel.SplittableHolder
Write the binary value.
writeBinary(DataOutput, Binary) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Write the binary value.
writeBinary(int, Binary) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Binary property to the POF stream.
writeBinary(int, Binary) - Method in interface com.tangosol.io.pof.PofWriter
Write a Binary property to the POF stream.
writeBlock() - Method in class com.tangosol.net.security.BlockCipherOutputStream
Write the current clear block to the wrapped stream.
writeBoolean(boolean) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the boolean value f.
writeBoolean(boolean) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the boolean value f.
writeBoolean(int, boolean) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a boolean property to the POF stream.
writeBoolean(boolean) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the boolean value f.
writeBoolean(int, boolean) - Method in interface com.tangosol.io.pof.PofWriter
Write a boolean property to the POF stream.
writeBoolean(boolean) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the boolean value f.
writeBooleanArray(int, boolean[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a boolean[] property to the POF stream.
writeBooleanArray(int, boolean[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a boolean[] property to the POF stream.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
writeBuffer(ReadBuffer) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
WriteBuffer - Interface in com.tangosol.io
The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to).
writeBuffer(ReadBuffer) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write all the bytes from the passed ReadBuffer object.
writeBuffer(ReadBuffer, int, int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write cb bytes from the passed ReadBuffer object starting at offset of within the passed ReadBuffer.
WriteBuffer.BufferOutput - Interface in com.tangosol.io
The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.
writeByte(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the eight low-order bits of the argument b.
writeByte(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int, byte) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a byte property to the POF stream.
writeByte(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the eight low-order bits of the argument b.
writeByte(int, byte) - Method in interface com.tangosol.io.pof.PofWriter
Write a byte property to the POF stream.
writeByte(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the eight low-order bits of the argument b.
writeByteArray(int, byte[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a byte[] property to the POF stream.
writeByteArray(int, byte[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a byte[] property to the POF stream.
writeBytes(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeBytes(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s, but only the low-order byte from each character of the String is written.
writeChar(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int, char) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a char property to the POF stream.
writeChar(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeChar(int, char) - Method in interface com.tangosol.io.pof.PofWriter
Write a char property to the POF stream.
writeChar(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a char value, comprised of the 16 low-order bits of the argument ch; the 16 high-order bits of ch are ignored.
writeCharArray(int, char[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a char[] property to the POF stream.
writeCharArray(int, char[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a char[] property to the POF stream.
writeChars(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s as a sequence of characters.
writeChars(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s as a sequence of characters.
writeChildren(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeCollection(int, Collection) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Collection property to the POF stream.
writeCollection(int, Collection, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Collection property to the POF stream.
writeCollection(int, Collection) - Method in interface com.tangosol.io.pof.PofWriter
Write a Collection property to the POF stream.
writeCollection(int, Collection, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Collection property to the POF stream.
writeComment(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeDate(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDate(WriteBuffer.BufferOutput, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a date value to a BufferOutput object.
writeDate(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTime(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTime(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeDateTimeWithZone(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeDouble(double) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a double value.
writeDouble(double) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a double value.
writeDouble(int, double) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a double property to the POF stream.
writeDouble(double) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a double value.
writeDouble(int, double) - Method in interface com.tangosol.io.pof.PofWriter
Write a double property to the POF stream.
writeDouble(double) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a double value.
writeDoubleArray(int, double[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a double[] property to the POF stream.
writeDoubleArray(int, double[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a double[] property to the POF stream.
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.CollectionAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.IterableAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.MapAdapter
 
writeElements(XmlElement, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
 
writeEmptyTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as a combined start/end tag.
writeEndTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element's end tag.
writeEntry(ApplicationEntry, ApplicationWriter, byte[]) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
Write the contents of an entry.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel.AttributeHolder
Helper to write the object state to a stream.
writeExternal(ObjectOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
Helper to write the object state to a stream.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionModel.OptimizedHolder
Helper to write the object state to a stream.
writeExternal(DataOutput) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in interface com.tangosol.io.ExternalizableLite
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in exception com.tangosol.io.pof.PortableException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(PofWriter) - Method in exception com.tangosol.io.pof.PortableException
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in interface com.tangosol.io.pof.PortableObject
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(PofWriter) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
writeExternal(DataOutput) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext.SafePofHolder
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.net.AbstractPriorityTask
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.net.AbstractPriorityTask
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.net.partition.PartitionSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.CollectionAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.DateTimeAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.MapAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.RestrictedStringAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SerializableAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BigIntegerAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.BooleanAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ByteAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.CharAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DateAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.DoubleAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.FloatAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.IntAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.LongAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.ShortAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.StringAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimeAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.SimpleAdapter.TimestampAdapter
Write the specified data to the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.run.xml.SimpleDocument
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleDocument
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement.ElementList
 
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleElement
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.SimpleValue
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.run.xml.XmlBean
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.run.xml.XmlBean
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.XmlElementAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput, Object) - Method in class com.tangosol.run.xml.XmlSerializableAdapter
Write the specified data to the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.AbstractAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.CompositeAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.Count
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.Count
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.GroupAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.GroupAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.aggregator.PriorityAggregator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.Binary
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(DataOutput) - Method in class com.tangosol.util.Binary
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.ChainedComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.ChainedComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.EntryComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.EntryComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.comparator.SafeComparator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.comparator.SafeComparator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.CompositeUpdater
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.CompositeUpdater
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.IdentityExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.IdentityExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.KeyExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.KeyExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ReflectionExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.extractor.ReflectionUpdater
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.AlwaysFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.AlwaysFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ArrayFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ArrayFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ComparisonFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ComparisonFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.ExtractorFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.ExtractorFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.InKeySetFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.InKeySetFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.LikeFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.LikeFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.LimitFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.LimitFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.MapEventFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.MapEventFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.NeverFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.NeverFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.NotFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.NotFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.PresentFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.PresentFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.filter.PriorityFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.filter.PriorityFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.LiteMap
Write this object's data to the passed ObjectOutput stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.LiteMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.LiteSet
Write this object's data to the passed ObjectOutput stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.LiteSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.MapSet
Write the contents of this object into the passed object stream.
writeExternal(DataOutput) - Method in class com.tangosol.util.MapSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullFilter
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullFilter
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullMap
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullMap
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullSet
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullSet
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.CompositeProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.CompositeProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalPut
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalPut
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalPutAll
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalPutAll
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ConditionalRemove
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ConditionalRemove
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.ExtractorProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.ExtractorProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.NumberIncrementor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.NumberIncrementor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.NumberMultiplier
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.NumberMultiplier
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PreloadRequest
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PreloadRequest
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PriorityProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PriorityProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PropertyManipulator
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PropertyManipulator
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.PropertyProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.PropertyProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.UpdaterProcessor
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.UpdaterProcessor
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.VersionedPut
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.VersionedPut
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(DataOutput) - Method in class com.tangosol.util.processor.VersionedPutAll
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.processor.VersionedPutAll
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeExternal(ObjectOutput) - Method in class com.tangosol.util.UUID
Write this object to an ObjectOutputStream.
writeExternal(DataOutput) - Method in class com.tangosol.util.UUID
Save the contents of this object by storing the object's state into the passed DataOutput object.
writeExternal(PofWriter) - Method in class com.tangosol.util.UUID
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.
writeFloat(float) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a float value.
writeFloat(float) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a float value.
writeFloat(int, float) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a float property to the POF stream.
writeFloat(float) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a float value.
writeFloat(int, float) - Method in interface com.tangosol.io.pof.PofWriter
Write a float property to the POF stream.
writeFloat(float) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a float value.
writeFloatArray(int, float[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a float[] property to the POF stream.
writeFloatArray(int, float[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a float[] property to the POF stream.
writeHeader() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the block's data to the Buffer.
writeIdentity() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter.IdentityOutputStream
Write the local identity to inner stream.
writeInt(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes an int value.
writeInt(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes an int value.
writeInt(int, int) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a int property to the POF stream.
writeInt(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes an int value.
writeInt(int, int) - Method in interface com.tangosol.io.pof.PofWriter
Write a int property to the POF stream.
writeInt(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes an int value.
writeIntArray(int, int[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a int[] property to the POF stream.
writeIntArray(int, int[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a int[] property to the POF stream.
writeKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the "key" portion of an Entry block, including the key hash.
writeLong(long) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a long value.
writeLong(long) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a long value.
writeLong(int, long) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a long property to the POF stream.
writeLong(long) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a long value.
writeLong(int, long) - Method in interface com.tangosol.io.pof.PofWriter
Write a long property to the POF stream.
writeLong(long) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a long value.
writeLongArray(int, long[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a long[] property to the POF stream.
writeLongArray(int, LongArray) - Method in class com.tangosol.io.pof.PofBufferWriter
 
writeLongArray(int, LongArray, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
 
writeLongArray(int, long[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a long[] property to the POF stream.
writeLongArray(int, LongArray) - Method in interface com.tangosol.io.pof.PofWriter
Write a LongArray property to the POF stream.
writeLongArray(int, LongArray, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform LongArray property to the POF stream.
writeMap(int, Map) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Map property to the POF stream.
writeMap(int, Map, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform key Map property to the POF stream.
writeMap(int, Map, Class, Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Map property to the POF stream.
writeMap(int, Map) - Method in interface com.tangosol.io.pof.PofWriter
Write a Map property to the POF stream.
writeMap(int, Map, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform key Map property to the POF stream.
writeMap(int, Map, Class, Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Map property to the POF stream.
writeObject(int, Object) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Write an Object property to the POF stream.

The given object must be an instance of one of the following:

Otherwise, a PofSerializer for the object must be obtainable from the PofContext associated with this PofWriter.

writeObject(int, Object) - Method in class com.tangosol.io.pof.PofBufferWriter
Write an Object property to the POF stream.
writeObject(Object) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the Object o so that the corresponding ObjectInput.readObject() method can reconstitute an Object from the written data.
writeObject(int, Object) - Method in interface com.tangosol.io.pof.PofWriter
Write an Object property to the POF stream.
writeObject(Object) - Method in class com.tangosol.io.WrapperObjectOutputStream
Writes the Object o so that the corresponding ObjectInput.readObject() method can reconstitute an Object from the written data.
writeObjectArray(int, Object[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write an Object[] property to the POF stream.
writeObjectArray(int, Object[], Class) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a uniform Object[] property to the POF stream.
writeObjectArray(int, Object[]) - Method in interface com.tangosol.io.pof.PofWriter
Write an Object[] property to the POF stream.
writeObjectArray(int, Object[], Class) - Method in interface com.tangosol.io.pof.PofWriter
Write a uniform Object[] property to the POF stream.
writePackedInt(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write an int value using a variable-length storage-format.
writePackedInt(int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write an int value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write a long value using a variable-length storage-format.
writePackedLong(long) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write a long value using a variable-length storage-format.
writeRawDate(int, RawDate) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDate property to the POF stream.
writeRawDate(int, RawDate) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDate property to the POF stream.
writeRawDateTime(int, RawDateTime) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDateTime property to the POF stream.
writeRawDateTime(int, RawDateTime) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDateTime property to the POF stream.
writeRawDayTimeInterval(int, RawDayTimeInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawDayTimeInterval property to the POF stream.
writeRawDayTimeInterval(int, RawDayTimeInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawDayTimeInterval property to the POF stream.
writeRawQuad(int, RawQuad) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawQuad property to the POF stream.
writeRawQuad(int, RawQuad) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawQuad property to the POF stream.
writeRawTime(int, RawTime) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawTime property to the POF stream.
writeRawTime(int, RawTime) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawTime property to the POF stream.
writeRawTimeInterval(int, RawTimeInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawTimeInterval property to the POF stream.
writeRawTimeInterval(int, RawTimeInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawTimeInterval property to the POF stream.
writeRawYearMonthInterval(int, RawYearMonthInterval) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a RawYearMonthInterval property to the POF stream.
writeRawYearMonthInterval(int, RawYearMonthInterval) - Method in interface com.tangosol.io.pof.PofWriter
Write a RawYearMonthInterval property to the POF stream.
writeRemainder(Binary) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type. As part of writing out a user type, this method must be called by the PofSerializer that is writing out the user type, or the POF stream will be corrupted.

Calling this method terminates the current user type by writing a -1 to the POF stream after the last indexed property. Subsequent calls to the various writeXYZ methods of this interface will fail after this method is called.

writeRemainder(Binary) - Method in class com.tangosol.io.pof.PofBufferWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
writeRemainder(Binary) - Method in interface com.tangosol.io.pof.PofWriter
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
WriterPrintStream - Class in com.tangosol.io
Overrides PrintStream to delegate to a PrintWriter.
WriterPrintStream(PrintWriter) - Constructor for class com.tangosol.io.WriterPrintStream
 
writeSafeUTF(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write a variable-length encoded UTF packed String.
writeSafeUTF(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Write a variable-length encoded UTF packed String.
writeSafeUTF(String) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write a variable-length encoded UTF packed String.
writeSharedKey(DataOutputStream, Member) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
Write the shared cluster secret to the supplied OutputStream.
writeShort(int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.DebugDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer.ByteBufferOutput
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int) - Method in class com.tangosol.io.PackedDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int, short) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a short property to the POF stream.
writeShort(int) - Method in class com.tangosol.io.pof.PofOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShort(int, short) - Method in interface com.tangosol.io.pof.PofWriter
Write a short property to the POF stream.
writeShort(int) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes a short value, comprised of the 16 low-order bits of the argument n; the 16 high-order bits of n are ignored.
writeShortArray(int, short[]) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a short[] property to the POF stream.
writeShortArray(int, short[]) - Method in interface com.tangosol.io.pof.PofWriter
Write a short[] property to the POF stream.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
Write a sparse array of primitive values.
writeSparseArray(XmlElement, Object, String) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Write a sparse array of primitive values.
writeStartTag(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element's start tag.
writeStream(InputStreaming) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeStream(InputStreaming) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write the remaining contents of the specified InputStreaming object.
writeStream(InputStreaming, int) - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
Write the specified number of bytes of the specified InputStreaming object.
writeString(int, String) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a String property to the POF stream.
writeString(int, String) - Method in interface com.tangosol.io.pof.PofWriter
Write a String property to the POF stream.
writeTime(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeTime(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTime(WriteBuffer.BufferOutput, int, int, int, int, int, int, int) - Static method in class com.tangosol.io.pof.PofHelper
Write a time value to a BufferOutput object.
writeTime(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeTime(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Date) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Date property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Timestamp) - Method in class com.tangosol.io.pof.PofBufferWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Date) - Method in interface com.tangosol.io.pof.PofWriter
Write a Date property to the POF stream in ISO8601 format.
writeTimeWithZone(int, Timestamp) - Method in interface com.tangosol.io.pof.PofWriter
Write a Timestamp property to the POF stream in ISO8601 format.
writeTo(OutputStream) - Method in class com.tangosol.util.Binary
Write the contents of the Binary object to an OutputStream.
writeUserTypeInfo() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
Write out the type and version identifiers of the user type to the POF stream, if they haven't already been written.
writeUTF(String) - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.DebugDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.DelegatingWriteBuffer.DelegatingBufferOutput
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.PackedDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.pof.PofOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeUTF(String) - Method in class com.tangosol.io.WrapperDataOutputStream
Writes the String s as a sequence of characters, but using UTF-8 encoding for the characters, and including the String length data so that the corresponding DataInput.readUTF() method can reconstitute a String from the written data.
writeValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
Write the "value" portion of an Entry block.
writeValue(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the value as it will appear in XML.
writeValue(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleValue
Write the value as it will appear in XML.
writeValue(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlValue
Write the value as it will appear in XML.
writeXml(XmlElement, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
Serialize an object into an XML element.
writeXml(XmlElement, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
Serialize an object into an XML element.
writeXml(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleDocument
Write the XML document, including an XML header and DOCTYPE if one exists.
writeXml(PrintWriter, boolean) - Method in class com.tangosol.run.xml.SimpleElement
Write the element as it will appear in XML.
writeXml(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlDocument
Write the XML document, including an XML header and DOCTYPE if one exists.
writeXml(PrintWriter, boolean) - Method in interface com.tangosol.run.xml.XmlElement
Write the element as it will appear in XML.
WritingPofHandler - Class in com.tangosol.io.pof
An implementation of PofHandler that writes a POF stream to a WriteBuffer using a BufferOutput object.
WritingPofHandler(WriteBuffer.BufferOutput) - Constructor for class com.tangosol.io.pof.WritingPofHandler
Construct a Writing POF Handler that will write a POF stream to the passed BufferOutput object.
WritingPofHandler.Complex - Class in com.tangosol.io.pof
A Complex object represents the current complex data structure in the POF stream.
WritingPofHandler.Complex(WritingPofHandler.Complex, boolean) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a data collection or user type.
WritingPofHandler.Complex(WritingPofHandler.Complex, boolean, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.Complex
Construct a Complex object for a uniformly-typed data collection.
WritingPofHandler.ComplexMap - Class in com.tangosol.io.pof
A ComplexMap object represents a map data structure (with uniform keys or with uniform keys and values) in the POF stream.
WritingPofHandler.ComplexMap(WritingPofHandler.Complex, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Construct a ComplexMap object for maps with uniformly-typed keys.
WritingPofHandler.ComplexMap(WritingPofHandler.Complex, int, int) - Constructor for class com.tangosol.io.pof.WritingPofHandler.ComplexMap
Construct a ComplexMap object for maps with uniformly-typed keys and values.

X

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

Z

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

A B C D E F G H I J K L M N O P Q R S T U V W X Z
CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation