- PackedDataInputStream - Class in com.tangosol.io
- This is an imitation DataInputStream class that reads from streams that were produced by a corresponding
PackedDataOutputStream
.
- PackedDataInputStream(InputStream) - Constructor for class com.tangosol.io.PackedDataInputStream
- Construct a WrapperDataInputStream that will read from the specified InputStream object.
- PackedDataOutputStream - Class in com.tangosol.io
- This is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB.
- PackedDataOutputStream(OutputStream) - Constructor for class com.tangosol.io.PackedDataOutputStream
- Construct a PackedDataOutputStream that will output to the specified OutputStream object.
- padMemorySize(int) - Static method in class com.tangosol.net.cache.SimpleMemoryCalculator
- Round the given number of bytes to the next closest integer that is divisible by 16.
- PagedIterator - Class in com.tangosol.util
- PagedIterator is an Iterator implementation based on a concept of a page Advancer - a pluggable component that knows how to supply a next page of objects to iterate through.
- PagedIterator(PagedIterator.Advancer) - Constructor for class com.tangosol.util.PagedIterator
- Construct a PagedIterator based on the specified Advancer.
- PagedIterator.Advancer - Interface in com.tangosol.util
- Advancer is a pluggable component that knows how to load a new page (Collection) of objects to be used by the enclosing PagedIterator.
- PARAM_IDS - Static variable in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Name of the "ids" named parameter in HQL bulk queries
- parent - Variable in class com.tangosol.util.AbstractSparseArray.Node
- The parent of this node.
- parse(ReadBuffer.BufferInput) - Method in class com.tangosol.io.pof.PofParser
- Parse a POF value that is in the passed BufferInput.
- parse(ReadBuffer, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
- Parses POF-encoded binary and returns an instance of a
PofValue
wrapper for it.
- parse(String) - Static method in class com.tangosol.run.xml.DateTimeAdapter
- Return a Date represented by ISO8601 compliant string.
- parseAction(String) - Method in class com.tangosol.net.ClusterPermission
- Parse the action string and set the action flag.
- parseArray(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
- Parse an Array from the POF stream.
- parseBoolean(ServletContext, String, boolean) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- 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.
- parseUniformValue(PofValue, int, ReadBuffer, PofContext, int) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
- Parses a uniform POF-encoded binary and returns an instance of a
PofValue
wrapping the binary.
- parseUserType(ReadBuffer.BufferInput, int, int) - Method in class com.tangosol.io.pof.PofParser
- Parse a User Type from the POF stream.
- parseValue(ReadBuffer.BufferInput, int) - Method in class com.tangosol.io.pof.PofParser
- Within the POF stream, parse a POF value that is in the passed BufferInput.
- parseValue(PofValue, ReadBuffer, PofContext, int) - Static method in class com.tangosol.io.pof.reflect.PofValueParser
- Parse a POF-encoded binary and return an instance of a
PofValue
wrapping the binary.
- parseXml(String) - Method in class com.tangosol.run.xml.SaxParser
- Parse the specified String into a tree of XmlElement objects ignoring any XML nodes other then elements, text or comments (in a case of SaxParser that allows comments).
- parseXml(String, XmlElement) - Method in class com.tangosol.run.xml.SaxParser
- Parse the specified String into a tree of XmlElement objects (same as above) having the specified [empty] XmlElement a root 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 one or more partitions have been lost.
- PARTITION_RECEIVE_BEGIN - Static variable in class com.tangosol.net.partition.PartitionEvent
- This event indicates that a transfer for one or more partitions is beginning and the data that belongs to partitions in the specified partition set are about to be inserted into corresponding backing maps.
- PARTITION_RECEIVE_COMMIT - Static variable in class com.tangosol.net.partition.PartitionEvent
- This event indicates that a transfer for one or more partitions has completed and the data that belong to these partitions have been inserted into corresponding backing maps.
- PARTITION_TRANSMIT_BEGIN - Static variable in class com.tangosol.net.partition.PartitionEvent
- This event indicates that data that belong to one or more partitions are about to be transferred to a different member.
- PARTITION_TRANSMIT_COMMIT - Static variable in class com.tangosol.net.partition.PartitionEvent
- This event indicates that data that belong to one or more partitions have been successfully transferred to a different member and all the data for that partition have been removed from this node.
- PARTITION_TRANSMIT_ROLLBACK - Static variable in class com.tangosol.net.partition.PartitionEvent
- This event indicates that a transfer for one or more partitions has been aborted (e.g.
- PartitionAssignmentStrategy - Interface in com.tangosol.net.partition
- A PartitionAssignmentStrategy is a pluggable strategy for assigning partition primary and backup ownership to cluster members.
- PartitionAwareBackingMap - Interface in com.tangosol.net.partition
- In a partitioned configuration, backing maps that implement the PartitionAwareBackingMap interface are able to react to the partition life-cycle (a partition showing up on a node, or moving away from a node) and manage data more efficiently as a result.
- PartitionedFilter - Class in com.tangosol.util.filter
- Filter which limits the scope of another filter to those entries that have keys that belong to the specified partition set.
- PartitionedFilter(Filter, PartitionSet) - Constructor for class com.tangosol.util.filter.PartitionedFilter
- Construct a PartitionedFilter.
- PartitionedIterator - Class in com.tangosol.net.partition
- An Iterator that iterates over keys in a partition-by-partition or member-by-member manner.
- PartitionedIterator(NamedCache, Filter, PartitionSet, int) - Constructor for class com.tangosol.net.partition.PartitionedIterator
- Construct PartitionedIterator that will provide iteration of the keys of the specified cache using the specified filter, but will only query one partition or one member at a time.
- PartitionedService - Interface in com.tangosol.net
- A PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.
- PartitionEvent - Class in com.tangosol.net.partition
- The PartitionEvent carries information about an event related to one or more partitions.
- PartitionEvent(PartitionedService, int, PartitionSet, Member, Member) - Constructor for class com.tangosol.net.partition.PartitionEvent
- Construct a partition event.
- PartitionListener - Interface in com.tangosol.net.partition
- The listener interface for receiving PartitionEvents.
- PartitionSet - Class in com.tangosol.net.partition
- PartitionSet is a light-weight data structure that represents a set of partitions that are used in parallel processing.
- PartitionSet() - Constructor for class com.tangosol.net.partition.PartitionSet
- Default constructor (necessary for the ExternalizableLite interface).
- PartitionSet(int) - Constructor for class com.tangosol.net.partition.PartitionSet
- Construct an empty partition set with a given count.
- PartitionSet(PartitionSet) - Constructor for class com.tangosol.net.partition.PartitionSet
- Copy constructor: construct a new PartitionSet object equivalent to the specified one.
- PartitionSplittingBackingMap - Class in com.tangosol.net.partition
- In a partitioned configuration, the PartitionSplittingBackingMap is a "map multi-plexer" that enables multiple backing maps to be used in place of a single backing map.
- PartitionSplittingBackingMap(BackingMapManager, String) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap
- Create a PartitionSplittingBackingMap that will delegate each partition's data and operations to a separate backing map.
- PartitionSplittingBackingMap.AggregatingCacheStatistics - Class in com.tangosol.net.partition
- An implementation of the CacheStatics interface that aggregates across the CacheStatics objects provided by each of the backing maps corresponding to the partitions managed by this PartitionSplittingBackingMap.
- PartitionSplittingBackingMap.AggregatingCacheStatistics() - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
-
- PartitionSplittingBackingMap.MapArray - Class in com.tangosol.net.partition
- The MapArray is a data structure that provides a mapping between partition IDs and backing maps.
- PartitionSplittingBackingMap.MapArray(int) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Construct an empty MapArray for a given partition count.
- PartitionSplittingBackingMap.MaskedPartitionMap - Class in com.tangosol.net.partition
- A read-only view into a subset of backing maps managed by the underlying PartitionSplittingBackingMap.
- PartitionSplittingBackingMap.MaskedPartitionMap(PartitionSet) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
- Construct MaskedPartitionMap based on the specified PartitionSet.
- PartitionSplittingBackingMap.PartitionedIterator - Class in com.tangosol.net.partition
- An Iterator designed to ensure that a stable copy of each partition's keys is available for the duration of the iteration over its keys.
- PartitionSplittingBackingMap.PartitionedIterator(Map[]) - Constructor for class com.tangosol.net.partition.PartitionSplittingBackingMap.PartitionedIterator
- Construct PartitionedIterator based on the specified array of maps, where each map contains data for one and only one partition.
- partitionUnits(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Partition out the high or low units across all of the backing maps.
- passivate(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- 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(long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
- Wait for a key (up to the specified wait time) to be added to the queue and return it without removing it from the queue, or null if the specified wait time has passed).
- peek(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.
- PofArray - Class in com.tangosol.io.pof.reflect
- PofArray is a
PofValue
implementation for arrays.
- PofArray(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofArray
- Construct a PofArray instance wrapping the supplied buffer.
- PofBufferReader - Class in com.tangosol.io.pof
PofReader
implementation that reads POF-encoded data from a BufferInput
.
- PofBufferReader(ReadBuffer.BufferInput, PofContext) - Constructor for class com.tangosol.io.pof.PofBufferReader
- Construct a new PofBufferReader that will read a POF stream from the passed BufferInput object.
- PofBufferReader() - Constructor for class com.tangosol.io.pof.PofBufferReader
-
- PofBufferReader.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.
- PofCollection - Class in com.tangosol.io.pof.reflect
- PofCollection is
PofValue
implementation for collections.
- PofCollection(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofCollection
- Construct a PofCollection instance wrapping the supplied buffer.
- PofConstants - Interface in com.tangosol.io.pof
- The constants related to POF streams.
- PofContext - Interface in com.tangosol.io.pof
- The PofContext interface represents a set of user types that can be serialized to and deserialized from a POF stream.
- PofDeltaCompressor - Class in com.tangosol.io.pof
- A DeltaCompressor implementation that works with Portable Object Format (POF) values.
- PofDeltaCompressor() - Constructor for class com.tangosol.io.pof.PofDeltaCompressor
- Default constructor.
- PofDeltaCompressor.ChangeTracker - Class in com.tangosol.io.pof
- When determining a delta between two POF buffers, the ChangeTracker keeps track of whether the current location within the two POF streams is part of a differing portion or part of an identical portion.
- PofDeltaCompressor.ChangeTracker(ReadBuffer.BufferInput, ReadBuffer.BufferInput) - Constructor for class com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
- Construct a ChangeTracker that will produce a delta between the two passed streams.
- PofExtractor - Class in com.tangosol.util.extractor
- POF-based ValueExtractor implementation.
- PofExtractor() - Constructor for class com.tangosol.util.extractor.PofExtractor
- Default constructor (necessary for the PortableObject interface).
- PofExtractor(int) - Constructor for class com.tangosol.util.extractor.PofExtractor
- Constructs a PofExtractor based on a property index.
- PofExtractor(PofNavigator) - Constructor for class com.tangosol.util.extractor.PofExtractor
- Constructs a PofExtractor based on a POF navigator.
- PofExtractor(PofNavigator, int) - Constructor for class com.tangosol.util.extractor.PofExtractor
- Constructs a PofExtractor based on a POF navigator and the entry extraction target.
- PofHandler - Interface in com.tangosol.io.pof
- This interface defines the handler for an event-driven approach to parsing (or assembling) a POF stream.
- PofHelper - Class in com.tangosol.io.pof
- Collection of helper methods for POF streams.
- PofHelper() - Constructor for class com.tangosol.io.pof.PofHelper
-
- PofHelper.ReadableEntrySetMap - Class in com.tangosol.io.pof
- Map implementation backed by a List of Map.Entry objects.
- PofHelper.ReadableEntrySetMap() - Constructor for class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
- Create a new ReadableEntrySetMap.
- PofHelper.WriteableEntrySetMap - Class in com.tangosol.io.pof
- Immutable Map implementation backed by a Set of Map.Entry objects.
- PofHelper.WriteableEntrySetMap(Map.Entry) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
- Construct a new WriteableEntrySetMap that is backed by a single Map.Entry object.
- PofHelper.WriteableEntrySetMap(Set) - Constructor for class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
- Construct a new WriteableEntrySetMap that is backed by the given Set of Map.Entry objects.
- PofInputStream - Class in com.tangosol.io.pof
- An ObjectInput implementation suitable for reading Externalizable and ExternalizableLite objects from a POF stream, although without support for schema evolution and other advanced POF features.
- PofInputStream(PofReader) - Constructor for class com.tangosol.io.pof.PofInputStream
- Construct a PofInputStream that will read its information from an underlying
PofReader
.
- PofNavigationException - Exception in com.tangosol.io.pof.reflect
- PofNavigationException indicates a failure to navigate a
PofValue
hierarchy.
- PofNavigationException() - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
- Construct a PofNavigationException.
- PofNavigationException(String) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
- Construct a PofNavigationException with a specified detail message.
- PofNavigationException(String, Throwable) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
- Construct a PofNavigationException with a specified detail message and a cause.
- PofNavigationException(Throwable) - Constructor for exception com.tangosol.io.pof.reflect.PofNavigationException
- Construct a PofNavigationException with a specified cause.
- PofNavigator - Interface in com.tangosol.io.pof.reflect
- The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.
- PofOutputStream - Class in com.tangosol.io.pof
- An ObjectOutput implementation suitable for writing Externalizable and ExternalizableLite objects to a POF stream, although without support for schema evolution and other advanced POF features.
- PofOutputStream(PofWriter) - Constructor for class com.tangosol.io.pof.PofOutputStream
- Construct a PofOutputStream that will write its information to an underlying
PofWriter
.
- PofParser - Class in com.tangosol.io.pof
- A "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object.
- PofParser(PofHandler) - Constructor for class com.tangosol.io.pof.PofParser
- Construct a POF parser that will push events to the specified handler.
- PofPrincipal - Class in com.tangosol.io.pof
- Generic Principal implementation that can be used to represent the identity of any remote entity.
- PofPrincipal(String) - Constructor for class com.tangosol.io.pof.PofPrincipal
- Create a new PortablePrincipal with the given name.
- PofReader - Interface in com.tangosol.io.pof
- The PofReader interface provides the capability of reading a set of non-primitive Java types ("user types") from a POF stream as an ordered sequence of indexed properties.
- PofSerializer - Interface in com.tangosol.io.pof
- The PofSerializer interface provides the capability of reading and writing a Java object from and to a POF stream.
- PofSparseArray - Class in com.tangosol.io.pof.reflect
- PofSparseArray is
PofSparseArray.NilPofValue
implementation for sparse arrays.
- PofSparseArray(PofValue, ReadBuffer, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofSparseArray
- Construct a PofSparseArray instance wrapping the supplied buffer.
- PofSparseArray.NilPofValue - Class in com.tangosol.io.pof.reflect
- NilPofValue represents a value that does not exist in the original POF stream.
- PofSparseArray.NilPofValue(PofValue, PofContext, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
- Construct a NilPofValue instance.
- PofUniformArray - Class in com.tangosol.io.pof.reflect
- PofUniformArray is
PofValue
implementation for uniform arrays.
- PofUniformArray(PofValue, ReadBuffer, PofContext, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformArray
- Construct a PofUniformArray instance wrapping the supplied buffer.
- PofUniformCollection - Class in com.tangosol.io.pof.reflect
- PofUniformCollection is
PofValue
implementation for uniform collections.
- PofUniformCollection(PofValue, ReadBuffer, PofContext, int, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformCollection
- Construct a PofUniformCollection instance wrapping the supplied buffer.
- PofUniformSparseArray - Class in com.tangosol.io.pof.reflect
- PofUniformSparseArray is
PofValue
implementation for uniform sparse arrays.
- PofUniformSparseArray(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUniformSparseArray
- Construct a PofUniformSparseArray instance wrapping the supplied buffer.
- PofUpdater - Class in com.tangosol.util.extractor
- POF-based ValueUpdater implementation.
- PofUpdater() - Constructor for class com.tangosol.util.extractor.PofUpdater
- Default constructor (necessary for the PortableObject interface).
- PofUpdater(int) - Constructor for class com.tangosol.util.extractor.PofUpdater
- Constructs a PofUpdater based on a property index.
- PofUpdater(PofNavigator) - Constructor for class com.tangosol.util.extractor.PofUpdater
- Constructs a PofUpdater based on a POF navigator.
- PofUserType - Class in com.tangosol.io.pof.reflect
- PofUserType is
PofValue
implementation for user types.
- PofUserType(PofValue, ReadBuffer, PofContext, int, int, int, int) - Constructor for class com.tangosol.io.pof.reflect.PofUserType
- Construct a PofUserType instance wrapping the supplied buffer.
- PofValue - Interface in com.tangosol.io.pof.reflect
- PofValue represents the POF data structure in a POF stream, or any sub-structure or value thereof.
- PofValueParser - Class in com.tangosol.io.pof.reflect
- Parses POF-encoded binary and returns an instance of a
PofValue
wrapper for it.
- PofValueParser() - Constructor for class com.tangosol.io.pof.reflect.PofValueParser
-
- PofWriter - Interface in com.tangosol.io.pof
- The PofWriter interface provides the capability of writing a set of non-primitive Java types ("user types") to a POF stream as an ordered sequence of indexed properties.
- POINT_TO_POINT_TYPE - Static variable in interface com.tangosol.net.management.Registry
- String representing the "type" part of ObjectName for the PointToPointMBean.
- pop() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
- Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
- pop() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
- Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
- pop() - Method in class com.tangosol.util.SimpleStack
- Remove and return the object that is currently on top of the stack.
- popCacheContext() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Pop cache context from a thread-local storage.
- PortableException - Exception in com.tangosol.io.pof
- A PortableException is an exception that allows information about a remote exception or error to be serialized and deserialized to/from a POF stream.
- PortableException() - Constructor for exception com.tangosol.io.pof.PortableException
- Default constructor.
- PortableException(String) - Constructor for exception com.tangosol.io.pof.PortableException
- Constructs a PortableException with the specified detail message.
- PortableException(Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
- Construct a PortableException from a Throwable object.
- PortableException(String, Throwable) - Constructor for exception com.tangosol.io.pof.PortableException
- Construct a PortableException from a Throwable object and an additional description.
- PortableObject - Interface in com.tangosol.io.pof
- The PortableObject interface is implemented by Java classes that can self- serialize and deserialize their state to and from a POF data stream.
- PortableObjectSerializer - Class in com.tangosol.io.pof
PofSerializer
implementation that supports the serialization and deserialization of any class that implements PortableObject
to and from a POF stream.
- PortableObjectSerializer(int) - Constructor for class com.tangosol.io.pof.PortableObjectSerializer
- Create a new PortableObjectSerializer for the user type with the given type identifier.
- 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.
- 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.
- 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 IOException at this point. Note that this method should only be called as part of the "write" processing for the model, as the holder will expect an immediate follow-up call to actually write itself out.
- 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.
- PRIME_MODULO - Static variable in class com.tangosol.util.SegmentedHashMap
- A list of possible modulos to use.
- PrimitiveArrayAdapter - Class in com.tangosol.run.xml
- A PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.
- PrimitiveArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter
- Construct a PrimitiveArrayAdapter.
- PrimitiveArrayAdapter.BooleanArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting boolean[].
- PrimitiveArrayAdapter.BooleanArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
- Construct a BooleanArrayAdapter.
- PrimitiveArrayAdapter.ByteArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting byte[].
- PrimitiveArrayAdapter.ByteArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
- Construct a ByteArrayAdapter.
- PrimitiveArrayAdapter.CharArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting char[].
- PrimitiveArrayAdapter.CharArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
- Construct a CharArrayAdapter.
- PrimitiveArrayAdapter.DoubleArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting double[].
- PrimitiveArrayAdapter.DoubleArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
- Construct a DoubleArrayAdapter.
- PrimitiveArrayAdapter.FloatArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting float[].
- PrimitiveArrayAdapter.FloatArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
- Construct a FloatArrayAdapter.
- PrimitiveArrayAdapter.IntArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting int[].
- PrimitiveArrayAdapter.IntArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
- Construct an IntArrayAdapter.
- PrimitiveArrayAdapter.LongArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting long[].
- PrimitiveArrayAdapter.LongArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
- Construct a LongArrayAdapter.
- PrimitiveArrayAdapter.ShortArrayAdapter - Class in com.tangosol.run.xml
- A PropertyAdapter supporting short[].
- PrimitiveArrayAdapter.ShortArrayAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
- Construct a ShortArrayAdapter.
- PrimitiveSparseArray - Class in com.tangosol.util
- A data structure resembling a long array indexed by long values.
- PrimitiveSparseArray() - Constructor for class com.tangosol.util.PrimitiveSparseArray
- Default constructor.
- PrimitiveSparseArray.Iterator - Class in com.tangosol.util
- Iterator over long values stored in the tree.
- PrimitiveSparseArray.Iterator(AbstractSparseArray.Node, int, boolean) - Constructor for class com.tangosol.util.PrimitiveSparseArray.Iterator
- Instantate a new PrimitiveIteartor at the specified location and direction.
- PrimitiveSparseArray.PrimitiveNode - Class in com.tangosol.util
- Node mapping long key to Object value.
- PrimitiveSparseArray.PrimitiveNode(long, long) - Constructor for class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
- Construct a new Node mapping a long key to a long value.
- PrincipalPofSerializer - Class in com.tangosol.io.pof
- PofSerializer implementation that can serialize and deserialize a
Principal
to/from a POF stream.
- PrincipalPofSerializer() - Constructor for class com.tangosol.io.pof.PrincipalPofSerializer
- Default constructor.
- print(String) - Method in class com.tangosol.io.pof.LoggingPofHandler
- Print the passed String.
- print(boolean) - Method in class com.tangosol.io.WriterPrintStream
- Print a boolean value.
- print(char) - Method in class com.tangosol.io.WriterPrintStream
- Print a character.
- print(int) - Method in class com.tangosol.io.WriterPrintStream
- Print an integer.
- print(long) - Method in class com.tangosol.io.WriterPrintStream
- Print a long integer.
- print(float) - Method in class com.tangosol.io.WriterPrintStream
- Print a floating-point number.
- print(double) - Method in class com.tangosol.io.WriterPrintStream
- Print a double-precision floating-point number.
- print(char[]) - Method in class com.tangosol.io.WriterPrintStream
- Print an array of characters.
- print(String) - Method in class com.tangosol.io.WriterPrintStream
- Print a string.
- print(Object) - Method in class com.tangosol.io.WriterPrintStream
- Print an object.
- print() - Method in class com.tangosol.util.AbstractSparseArray.Node
- Print the tree structure.
- print() - Method in class com.tangosol.util.AbstractSparseArray
- In-order printing of the contents of the SparseArray.
- print() - Method in class com.tangosol.util.Tree
- In-order printing of the contents of the tree.
- println(String) - Method in class com.tangosol.io.DebugDataOutputStream
- Print the passed String to the underlying stream.
- println() - Method in class com.tangosol.io.IndentingWriter
- Terminate the current line by writing the line separator string.
- println() - Method in class com.tangosol.io.WriterPrintStream
- Terminate the current line by writing the line separator string.
- println(boolean) - Method in class com.tangosol.io.WriterPrintStream
- Print a boolean and then terminate the line.
- println(char) - Method in class com.tangosol.io.WriterPrintStream
- Print a character and then terminate the line.
- println(int) - Method in class com.tangosol.io.WriterPrintStream
- Print an integer and then terminate the line.
- println(long) - Method in class com.tangosol.io.WriterPrintStream
- Print a long and then terminate the line.
- println(float) - Method in class com.tangosol.io.WriterPrintStream
- Print a float and then terminate the line.
- println(double) - Method in class com.tangosol.io.WriterPrintStream
- Print a double and then terminate the line.
- println(char[]) - Method in class com.tangosol.io.WriterPrintStream
- Print an array of characters and then terminate the line.
- println(String) - Method in class com.tangosol.io.WriterPrintStream
- Print a String and then terminate the line.
- println(Object) - Method in class com.tangosol.io.WriterPrintStream
- Print an Object and then terminate the line.
- printStackTrace(PrintStream) - Method in exception com.tangosol.io.pof.PortableException
- Print this PortableException and its stack trace to the specified stream.
- printStackTrace(PrintWriter) - Method in exception com.tangosol.io.pof.PortableException
- Print this PortableException and its stack trace to the specified writer.
- PriorityAggregator - Class in com.tangosol.util.aggregator
- PriorityAggregator is used to explicitly control the scheduling priority and timeouts for execution of EntryAggregator-based methods.
- PriorityAggregator() - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
- Default constructor (necessary for the ExternalizableLite interface).
- PriorityAggregator(InvocableMap.ParallelAwareAggregator) - Constructor for class com.tangosol.util.aggregator.PriorityAggregator
- Construct a PriorityAggregator.
- PriorityFilter - Class in com.tangosol.util.filter
- PriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods.
- PriorityFilter() - Constructor for class com.tangosol.util.filter.PriorityFilter
- Default constructor (necessary for the ExternalizableLite interface).
- PriorityFilter(IndexAwareFilter) - Constructor for class com.tangosol.util.filter.PriorityFilter
- Construct a PriorityFilter.
- PriorityProcessor - Class in com.tangosol.util.processor
- PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.
- PriorityProcessor() - Constructor for class com.tangosol.util.processor.PriorityProcessor
- Default constructor (necessary for the ExternalizableLite interface).
- PriorityProcessor(InvocableMap.EntryProcessor) - Constructor for class com.tangosol.util.processor.PriorityProcessor
- Construct a PriorityProcessor.
- PriorityTask - Interface in com.tangosol.net
- The PriorityTask interface allows to control the ordering in which a service schedules tasks for execution using a thread pool and limit their execution times to a specified duration.
- 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(MapTrigger.Entry) - Method in class com.tangosol.util.filter.FilterTrigger
- This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.
- process(InvocableMap.Entry) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
- Process a Map.Entry object.
- process(MapTrigger.Entry) - Method in interface com.tangosol.util.MapTrigger
- This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.NullImplementation.NullEntryProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.CompositeProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPut
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalPutAll
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ConditionalRemove
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.ExtractorProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberIncrementor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.NumberMultiplier
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PreloadRequest
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PriorityProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.UpdaterProcessor
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPut
- Process a Map.Entry object.
- process(InvocableMap.Entry) - Method in class com.tangosol.util.processor.VersionedPutAll
- Process a Map.Entry object.
- processAll(boolean, Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
- Process the specified collection of entries according to this Bundle state.
- processAll(Map) - Method in class com.tangosol.net.cache.AbstractEntryBundler
- Process a colllection of entries in a most optimal way according to the bundle settings.
- processAll(boolean, Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
- Process the specified kye collection according to this Bundle state.
- processAll(Collection) - Method in class com.tangosol.net.cache.AbstractKeyBundler
- Process a colKeys of specified items in a most optimal way according to the bundle settings.
- processAll(Set) - Method in interface com.tangosol.util.InvocableMap.EntryProcessor
- Process a Set of InvocableMap.Entry objects.
- processAll(Set) - Method in class com.tangosol.util.processor.AbstractProcessor
- Process a Set of InvocableMap.Entry objects.
- processAll(Set) - Method in class com.tangosol.util.processor.ConditionalProcessor
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.ConditionalPut
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.ConditionalPutAll
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.ConditionalRemove
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.PreloadRequest
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.PriorityProcessor
- Process a Set of InvocableMap.Entry objects.
- processAll(Set) - Method in class com.tangosol.util.processor.VersionedPut
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- processAll(Set) - Method in class com.tangosol.util.processor.VersionedPutAll
- Process a Set of InvocableMap.Entry objects. This method is semantically equivalent to:
Map mapResults = new ListMap();
for (Iterator iter = setEntries.iterator(); iter.hasNext(); )
{
Entry entry = (Entry) iter.next();
mapResults.put(entry.getKey(), process(entry));
}
return mapResults;
- 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.
- processEntry(InvocableMap.Entry, Versionable, boolean, boolean) - Method in class com.tangosol.util.processor.VersionedPut
- Process the given entry.
- processEntry(InvocableMap.Entry, Map, boolean, boolean) - Method in class com.tangosol.util.processor.VersionedPutAll
- Process the given entry.
- processEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
- Process an arbitrary event that has occurred against either the front or back map.
- processFeedback(WorkManager.SendFeedback) - Method in class com.tangosol.coherence.commonj.WorkManager
- Process a remote work feedback.
- processFrontEvent(OverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.OverflowMap
- Process an event.
- processFrontEvent(SimpleOverflowMap.Status, MapEvent) - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Process an event.
- 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.
- PROP_HIGH_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
- The "HighUnits" property.
- PROP_LOW_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
- The "LowUnits" property.
- PROP_UNITS - Static variable in class com.tangosol.net.partition.ObservableSplittingBackingCache
- The "Units" property.
- PROPERTY_CONFIG - Static variable in class com.tangosol.io.pof.ConfigurablePofContext
- The name of the system property ("tangosol.pof.config") that can be used to override the location of the default POF configuration file.
- PROPERTY_CONFIG - Static variable in class com.tangosol.net.security.DefaultController
- The name of the system property that can be used to override the location of the DefaultController configuration file.
- PropertyAdapter - Class in com.tangosol.run.xml
- The PropertyAdapter is the base class for handling the operations that can occur on any property.
- PropertyAdapter(XmlBean.BeanInfo, Class, String, String, XmlElement) - Constructor for class com.tangosol.run.xml.PropertyAdapter
- Construct a PropertyAdapter.
- PropertyManipulator - Class in com.tangosol.util.processor
- PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.
- PropertyManipulator() - Constructor for class com.tangosol.util.processor.PropertyManipulator
- Default constructor (necessary for the ExternalizableLite interface).
- PropertyManipulator(String) - Constructor for class com.tangosol.util.processor.PropertyManipulator
- Construct a PropertyManipulator for the specified property name.
- PropertyManipulator(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyManipulator
- Construct a PropertyManipulator for the specified property name.
- PropertyProcessor - Class in com.tangosol.util.processor
- PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.
- PropertyProcessor() - Constructor for class com.tangosol.util.processor.PropertyProcessor
- Default constructor (necessary for the ExternalizableLite interface).
- PropertyProcessor(String) - Constructor for class com.tangosol.util.processor.PropertyProcessor
- Construct a PropertyProcessor for the specified property name.
- PropertyProcessor(String, boolean) - Constructor for class com.tangosol.util.processor.PropertyProcessor
- Construct a PropertyProcessor for the specified property name.
- PropertyProcessor(ValueManipulator) - Constructor for class com.tangosol.util.processor.PropertyProcessor
- Construct a PropertyProcessor based for the specified ValueManipulator.
- 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.EvictingBackupMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Associates the specified value with the specified key in this map.
- put(Object, Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.net.cache.SerializationCache
- Associates the specified value with the specified key in this map.
- put(Object, Object, long) - Method in class com.tangosol.net.cache.SerializationCache
- Associates the specified value with the specified key in this cache.
- put(Object, Object) - Method in class com.tangosol.net.cache.SerializationMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
- Associates the specified value with the specified key in this map.
- put(Object, Object, boolean, long) - Method in class com.tangosol.net.cache.VersionedNearCache
- Deprecated. Implementation of put method that optionally skips the return value retrieval and allows to specify an expiry for the cache entry.
- put(Object, Object, long) - Method in class com.tangosol.net.cache.WrapperNamedCache
- Associates the specified value with the specified key in this cache.
- put(Object, Object, long) - Method in interface com.tangosol.net.NamedCache
- Associates the specified value with the specified key in this cache and allows to specify an expiry for the cache entry.
- put(Object, Object, long) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Associates the specified value with the specified key in this cache.
- put(Object, Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
-
- put(Object, Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.util.ChainedMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in interface com.tangosol.util.ConcurrentMap
- Associates the specified value with the specified key in this map (optional operation).
- put(Object, Object, long) - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
- Associates the specified value with the specified key in this cache.
- put(Object, Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.util.LiteMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.util.NullImplementation.NullMap
-
- put(Object, Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.util.SafeHashMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class com.tangosol.util.SafeSortedMap
- put(Object, Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
- put(Object, Object) - Method in class com.tangosol.util.SegmentedHashMap
- Associates the specified value with the specified key in this map.
- put(String, Object) - Method in class com.tangosol.util.StringTable
- Add the passed string to the table and associate the passed value with the string.
- put(Comparable, Object) - Method in class com.tangosol.util.Tree
- Add the passed key to the tree and associate the passed value with the key.
- put(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.net.partition.PartitionSplittingBackingMap
- Copies all of the mappings from the specified map to this map.
- putAll(Map) - Method in class com.tangosol.util.AbstractKeyBasedMap
- Copies all of the mappings from the specified map to this map.
- putAll(Map) - Method in interface com.tangosol.util.ConcurrentMap
- Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Copies all of the mappings from the specified map to this map.
- putAll(Map) - Method in class com.tangosol.util.NullImplementation.NullMap
-
- putAll(Map) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
- Copies all of the mappings from the specified map to this map.
- putAll(Map) - Method in class com.tangosol.util.SegmentedHashMap
- Copies all of the mappings from the specified map to this map.
- putAll(StringTable) - Method in class com.tangosol.util.StringTable
- Puts all of the nodes in the specified StringTable to this StringTable including the ones that are already present.
- putAll(Tree) - Method in class com.tangosol.util.Tree
- Puts all of the nodes in the specified Tree to this Tree (including the ones that are already present).
- putAll(Map) - Method in class com.tangosol.util.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.
- PUTALL_THRESHOLD - Static variable in class com.tangosol.util.SegmentedHashMap
- Size threshold used by the putAll operation.
- putBackElement(Object) - Method in class com.tangosol.util.Dequeue
- Returns the most recently returned element to the Dequeue.
- putBlind(Map, Object, Object) - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- 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.
- putInternal(Object, Object, long) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- An actual implementation for the extended put() method.
- putInternal(Object, Object) - Method in class com.tangosol.util.SegmentedHashMap
- Associates the specified value with the specified key in this map.
- 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.