- E_ALL - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that all events should be evaluated.
- E_DELETED - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_DELETED events should be evaluated.
- E_INSERTED - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_INSERTED events should be evaluated.
- E_KEYSET - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that all events that would affect the result of a
QueryMap.keySet(com.tangosol.util.Filter) query should be evaluated.
- E_UPDATED - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_UPDATED events should be evaluated.
- E_UPDATED_ENTERED - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_UPDATED events should be evaluated, but only if filter evaluation is false for the old value and true for the new value.
- E_UPDATED_LEFT - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_UPDATED events should be evaluated, but only if filter evaluation is true for the old value and false for the new value.
- E_UPDATED_WITHIN - Static variable in class com.tangosol.util.filter.MapEventFilter
- This value indicates that
ENTRY_UPDATED events should be evaluated, but only if filter evaluation is true for both the old and the new value.
- effectiveIndex(int) - Method in class com.tangosol.util.CircularArrayList
- Calculate the effective index taking into account offsets and the circular nature of CircularArrayList.
- elements() - Method in class com.tangosol.util.LiteSet
- Returns an Enumerator over the elements in this Set.
- elements() - Method in class com.tangosol.util.StringTable
- Create an enumerator for the values in the table.
- elements() - Method in class com.tangosol.util.Tree
- Create an enumerator for the tree's values.
- EMPTY - Static variable in class com.tangosol.io.Base64InputStream
- Empty binary data.
- EMPTY - Static variable in class com.tangosol.util.SimpleLongArray
- Empty array of objects.
- EMPTY_ARRAY - Static variable in class com.tangosol.util.CopyOnWriteLongArray
- An empty placeholder array.
- EMPTY_BYTE_ARRAY - Static variable in class com.tangosol.net.security.BlockCipherInputStream
- Initial value for m_abBlockClear
- EMPTY_BYTES - Static variable in class com.tangosol.io.MultiByteArrayInputStream
- Empty array of bytes.
- ENABLED - Static variable in class com.tangosol.net.security.Security
- Indicates if security is enabled by the operational configuration.
- enableReferences() - Method in class com.tangosol.io.pof.PofBufferWriter
- Ensure that references (support for cyclic dependencies) are enabled.
- enableReferences() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
- Ensure that references (support for cyclic dependencies) are enabled.
- encode(byte[]) - Static method in class com.tangosol.io.Base64OutputStream
- Encode the passed binary data using Base64 encoding.
- encode(byte[], boolean) - Static method in class com.tangosol.io.Base64OutputStream
- Encode the passed binary data using Base64 encoding.
- encode(byte[], int, int, boolean) - Static method in class com.tangosol.io.Base64OutputStream
- Encode the passed binary data using Base64 encoding.
- encodeAttribute(String, char) - Static method in class com.tangosol.run.xml.XmlHelper
- Encode an attribute value so that it can be quoted and made part of a valid and well formed XML document.
- encodeContent(String, boolean) - Static method in class com.tangosol.run.xml.XmlHelper
- Encode an element's content value so that it can be made part of a valid and well formed XML document.
- encodeCookie(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Encode a session ID into a cookie and attach it to the response object.
- encodeInitParams(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
- Encode the supplied xmlConfig XmlElement as a series of init-param elements.
- encodePosition(int) - Method in class com.tangosol.io.pof.WritingPofHandler
- Called for each and every value going into the POF stream, in case the value needs its position to be encoded into the stream.
- encodeString(String) - Static method in class com.tangosol.run.xml.SimpleAdapter
- Parse escaped string into a string.
- encodeTinyInt(int) - Static method in class com.tangosol.io.pof.PofHelper
- Encode an integer value into one of the reserved single-byte combined type and value indicators.
- encodeUri(String) - Static method in class com.tangosol.run.xml.XmlHelper
- Encode a System Identifier as per the XML 1.0 Specification second edition, section 4.2.2.
- encodeUrl(String, HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
- encodeUrl(String, String) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Encodes the specified URL by including the given session ID in it.
- encrypt(Object, Subject) - Method in interface com.tangosol.net.security.AccessController
- Encrypt the specified object using the private credentials for the given Subject (encryptor), which is usually assosiated with the current thread.
- encrypt(Object, Subject) - Method in class com.tangosol.net.security.DefaultController
- Encrypt the specified object using the private credentials for the given Subject (encryptor), which is usually assosiated with the current thread.
- encrypt(Serializable, PrivateKey) - Method in class com.tangosol.net.security.DefaultController
- Encrypt the specified object using the specified private key.
- encryptPrivate(byte[], Member) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Encrypt the supplied data for privacy using the supplied Member's public key.
- end() - Method in class com.tangosol.io.pof.LoggingPofHandler
- End a complex data structure.
- endBulkKeyProcess(Object[], SimpleOverflowMap.Status[]) - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Finish the processing of any number of keys.
- endComplexValue() - Method in class com.tangosol.io.pof.AbstractPofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in class com.tangosol.io.pof.DuplexingPofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in class com.tangosol.io.pof.LoggingPofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in interface com.tangosol.io.pof.PofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in class com.tangosol.io.pof.ValidatingPofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in class com.tangosol.io.pof.WritingPofHandler
- Signifies the termination of the current complex value.
- endComplexValue() - Method in class com.tangosol.util.NullImplementation.NullPofHandler
- Signifies the termination of the current complex value.
- endKeyProcess(Object, OverflowMap.Status) - Method in class com.tangosol.net.cache.OverflowMap
- Finish the processing of a single key.
- endKeyProcess(Object, SimpleOverflowMap.Status) - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Finish the processing of a single key.
- endMapProcess() - Method in class com.tangosol.net.cache.OverflowMap
- Release exclusive access for the OverflowMap.
- endMapProcess() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Release exclusive access for the OverflowMap.
- endProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter
- Signifies the termination of the current POF property.
- endProperty(int) - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
- Signifies the termination of the current POF property.
- endsWith(Binary) - Method in class com.tangosol.util.Binary
- Tests if this Binary object ends with the specified suffix.
- engineGetTrustManagers() - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
- Return one trust manager for each type of trust material.
- engineInit(KeyStore) - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
- Initialize this factory with a source of certificate authorities and related trust material.
- engineInit(ManagerFactoryParameters) - Method in class com.tangosol.net.security.PeerX509TrustManagerFactory
- Initialize this factory with a source of provider-specific key material.
- enlist(TransactionMap, Object) - Method in class com.tangosol.run.jca.SimpleValidator
- Enlist the resource with the specified transaction.
- enlist(TransactionMap, Object) - Method in interface com.tangosol.util.TransactionMap.Validator
- Enlist the resource with the specified transaction.
- ensureAdded() - Method in class com.tangosol.util.DeltaSet
- Get a mutable set of items that were added to the delta set.
- ensureAttributeSerializationFailureMap() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
- Deprecated. Ensure that the map of attributes that cannot be written exists, creating it if necessary, and return it.
- ensureBigDecimal(Number) - Static method in class com.tangosol.util.aggregator.AbstractBigDecimalAggregator
- Ensure the specified Number is a BigDecimal value or convert it into a new BigDecimal object.
- ensureBuffer(Socket) - Method in class com.tangosol.net.LoadBalancer.SocketHandler
- Return the existing buffer, if there is one, or create one to use for reading from the passed socket.
- ensureBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Obtain the internal MultiBufferOutput, creating it if necessary.
- ensureCache(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Return the ConfigurableCacheMap that uses this eviction policy.
- ensureCache(String, ClassLoader) - Method in interface com.tangosol.net.CacheService
- Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.
- ensureCache(String, ClassLoader) - Method in interface com.tangosol.net.ConfigurableCacheFactory
- Ensure a cache for the given name using the corresponding XML configuration.
- ensureCache(String, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Ensure a cache for the given name using the corresponding XML configuration.
- ensureCache(DefaultConfigurableCacheFactory.CacheInfo, XmlElement, ClassLoader) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Obtain the NamedCache reference for the cache service defined by the specified scheme.
- ensureCache(String, ClassLoader) - Method in class com.tangosol.net.WrapperCacheService
- Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.
- ensureCapacity(int) - Method in class com.tangosol.util.CircularArrayList
- Increase the capacity of this list instance, if necessary, to ensure that it can hold at least the specified number of elements.
- ensureCluster() - Static method in class com.tangosol.net.CacheFactory
- Obtain a Cluster object running Coherence services.
- ensureCompactness() - Method in class com.tangosol.util.CircularArrayList
- Ensure the representation of this list is appropriatly compact by shrinking if necessary.
- ensureConfigCCFMap(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Ensure that a map from URI to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).
- ensureConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the NamedCache used to store configuration and management information for the session management implementation if it exists, otherwise create it.
- ensureConnection(SocketAddress) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
- Obtain a Connection for the specified address.
- ensureConverted(Converter) - Method in class com.tangosol.util.filter.InKeySetFilter
- Ensure that the underlying keys are converted using the specified converter.
- ensureData() - Method in class com.tangosol.net.security.BlockCipherInputStream
- Ensure that there is some data available for read, blocking on the wrapped stream if necessary.
- ensureDelegate() - Method in class com.tangosol.net.WrapperSocketProvider
- Return the delegate SocketProvider, creating one if necessary.
- ensureEffectiveIndex(int) - Method in class com.tangosol.util.CircularArrayList
- After range checking Calculate the effective index while taking into account the offsets and the circular nature of the list.
- ensureElement(String) - Method in class com.tangosol.run.xml.SimpleElement
- Ensure that a child element exists.
- ensureElement(String) - Method in interface com.tangosol.run.xml.XmlElement
- Ensure that a child element exists.
- ensureElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Ensure that a child element exists.
- ensureEraseBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Configure the bundler for the "erase" operations.
- ensureEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain the existing event queue or create one if none exists.
- ensureFactory(BerkeleyDBBinaryStoreManager) - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
- Find, or if needed create a DatabaseFactory for the specified manager.
- ensureGetBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
- Configure the bundler for the "get" operations.
- ensureGlobalName(String) - Method in interface com.tangosol.net.management.Registry
- Convert the passed MBean name to a global name if necessary.
- ensureHttpSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the HttpSession object for the specified ID.
- ensureIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Ensure that the map of indexes maintaned by this cache exists.
- ensureInitialized() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Called by all API-implementing methods for lazy initialization.
- ensureInitialized() - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Fully initialize the ConfigurablePofContext if it has not already been initialized.
- ensureInputStream() - Method in class com.tangosol.io.WrapperInputStream
- Return the underlying InputStream.
- ensureInternalBinary() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
- Obtain the non-null internally managed binary value.
- ensureInternalBinary() - Method in class com.tangosol.coherence.servlet.SplittableHolder
- Obtain the non-null internally managed binary value.
- ensureInternalIterator() - Method in class com.tangosol.net.CompositeAddressProvider
- Create (if necessary) and return the default iterator.
- ensureInternalListener() - Method in class com.tangosol.util.WrapperObservableMap
- Obtain the internal MapListener, creating one if necessary.
- ensureInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
- Ensure that a strategy has been choosen and that any appropriate global listeners have been registered.
- ensureInvocationService() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Obtain the Coherence InvocationService used by the CacheProvider, initializing it if it hasn't already been initialized.
- ensureIterator() - Method in class com.tangosol.net.RefreshableAddressProvider
- Return the cache iterator.
- ensureListener(MapIndex) - Static method in class com.tangosol.util.InvocableMapHelper
- Ensure a MapListener for the given index.
- ensureLoadBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Configure the bundler for the "load" operations.
- ensureLoadFactor(SegmentedHashMap.Segment) - Method in class com.tangosol.util.SegmentedHashMap
- Check whether or not the specified segment is overloaded and if so, grow the bucket array (which suggests with high probability that the per-segment load will decrease).
- ensureLocalAttributesCache(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of local-only session attributes for the specified session ID.
- ensureLocalCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the LocalCache of non-serializable entries, creating it first if necessary.
- ensureMap() - Method in class com.tangosol.util.aggregator.ReducerAggregator
- Return a map that can be used to store reduced values, creating it if one has not already been created.
- ensureMapListenerSupport() - Method in class com.tangosol.util.WrapperObservableMap
- Obtain the MapListenerSupport, creating it if necessary.
- ensureMutable() - Method in class com.tangosol.run.xml.XmlBean
- Make sure that this XML bean is mutable.
- ensureNamespace(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Ensure the existence of the Namespace declaration attribute in a context of the specified XmlElement.
- ensureOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
- Return the underlying OutputStream.
- ensureProvider(XmlElement) - Method in class com.tangosol.net.SocketProviderFactory
- Return an instance of the specified provider, creating it if necessary.
- ensurePutBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
- Configure the bundler for the "put" operations.
- ensureQueueDaemon() - Method in class com.tangosol.io.AsyncBinaryStore
- Obtain the QueueDaemon, if one already exists; otherwise, create and start one.
- ensureReadOnly() - Method in class com.tangosol.run.xml.XmlBean
- Make sure that this value is read-only (immutable).
- ensureReferenceRegistry() - Method in class com.tangosol.io.pof.PofBufferReader
- Obtain the registry for identity-reference pairs, creating it if necessary.
- ensureRegistration() - Static method in class com.tangosol.net.security.SecurityProvider
- Ensure that an instance of this provider has been registered with the system.
- ensureRemoveBundler(int) - Method in class com.tangosol.net.cache.BundlingNamedCache
- Configure the bundler for the "remove" operations.
- ensureRemoved() - Method in class com.tangosol.util.DeltaSet
- Get a mutable set of items that were removed from the delta set.
- ensureRemoved() - Method in class com.tangosol.util.SubSet
- Get a mutable set of items that are removed in the subset.
- ensureResults() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
- Obtain results of the bundled requests.
- ensureResults(boolean) - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
- Obtain results of the bundled requests or ensure that the results have already been retrieved.
- ensureResults() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
- Obtain results of the bundled requests.
- ensureResults() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
- Obtain results of the bundled requests.
- ensureRetained() - Method in class com.tangosol.util.SubSet
- Get a mutable set of items that are retained in the subset.
- ensureSecurityException(Throwable) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
- Convert the passed exception to a SecurityException if necessary.
- ensureSecurityException(Throwable, String) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
- Convert the passed exception to a SecurityException if necessary.
- ensureService(String, String) - Method in interface com.tangosol.net.Cluster
- Obtains a Service object for the specified service name and type.
- ensureService(String) - Method in interface com.tangosol.net.ConfigurableCacheFactory
- Ensure a service for the given name using the corresponding XML configuration.
- ensureService(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Ensure a service for the given name using the corresponding XML configuration.
- ensureService(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Ensure the service for the specified scheme.
- ensureServiceInternal(XmlElement) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Ensure the service for the specified scheme.
- ensureServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the clustered attribute map if it exists, otherwise create it (if the ServletContext is supposed to be clustered).
- ensureSessionHelper(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Find the existing (or create new) Coherence SessionHelper that will act as a coordinator to manage the creation and lookup of container objects, fake container objects (the Coherence implementation of the Servlet spec interfaces), and helper classes (such as the SessionHelper itself, the servlet model collection, etc.).
- ensureSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the daemon thread that is used for scheduled tasks, creating it if necessary.
- ensureSet(Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
- Return the specified set, or an empty set if null.
- ensureSet() - Method in class com.tangosol.util.aggregator.DistinctValues
- Return a set that can be used to store distinct values, creating it if one has not already been created.
- ensureSingletonMBean(String) - Static method in class com.tangosol.net.management.MBeanHelper
- Ensure that there is an instance of a local MBean of the specified type registered with the default MBeansServer.
- ensureSocketException(IOException) - Static method in class com.tangosol.net.TcpDatagramSocket.Impl
- Convert an IOException into a SocketException.
- ensureStoreBundler(int) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Configure the bundler for the "store" operations.
- ensureSynchronized(boolean) - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Ensure that the ContinousQueryCache listeners have been registered and its content synchronized with the underlying NamedCache.
- ensureSynthetic() - Method in class com.tangosol.net.cache.LocalCache.KeyMask
- Ensure that the synthetic operation flag is set.
- ensureType(Object, int, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
- Validate that the supplied object is compatible with the specified type.
- ensureType(int) - Method in class com.tangosol.run.xml.SimpleValue
- Change the type of the internal representation of the XmlValue.
- ensureWrappedServletContext(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Make sure that there is a ServletContext wrapper for the specified servlet context for this application, creating one if necessary.
- enter(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain any necessary ownership for the specified session.
- enter(String, boolean, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain any necessary ownership for the specified session.
- enter() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Increment the usage count of the session by this thread.
- enter(String, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
- Deprecated. Obtain any necessary ownership for the specified session.
- enter(String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
- Deprecated. Obtain any necessary ownership for the specified session.
- enter(long) - Method in class com.tangosol.util.ThreadGate
- Enter the thread gate.
- enterSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Obtain any necessary ownership for the specified session.
- enterWriteAttributes() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
- Deprecated. Specify that the attributes are now being written.
- ENTRY - Static variable in class com.tangosol.io.nio.BinaryMap.Block
- State of a block that holds an Entry object's data.
- ENTRY_ARRAY - Variable in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Zero-length array of Map Entry objects.
- ENTRY_DELETED - Static variable in class com.tangosol.net.cache.OverflowMap
- This event indicates that an entry has been removed from the map.
- ENTRY_DELETED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
- This event indicates that an entry has been removed from the map.
- ENTRY_DELETED - Static variable in class com.tangosol.util.MapEvent
- This event indicates that an entry has been removed from the map.
- ENTRY_INSERTED - Static variable in class com.tangosol.net.cache.OverflowMap
- This event indicates that an entry has been added to the map.
- ENTRY_INSERTED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
- This event indicates that an entry has been added to the map.
- ENTRY_INSERTED - Static variable in class com.tangosol.util.MapEvent
- This event indicates that an entry has been added to the map.
- ENTRY_TO_KEY_CONVERTER - Static variable in class com.tangosol.util.InvocableMapHelper
- Trivial Entry-to-Key converter.
- ENTRY_UPDATED - Static variable in class com.tangosol.net.cache.OverflowMap
- This event indicates that an entry has been updated in the map.
- ENTRY_UPDATED - Static variable in class com.tangosol.net.cache.SimpleOverflowMap
- This event indicates that an entry has been updated in the map.
- ENTRY_UPDATED - Static variable in class com.tangosol.util.MapEvent
- This event indicates that an entry has been updated in the map.
- EntryAwareComparator - Interface in com.tangosol.util.comparator
- EntryAwareComparator is an extension to the
Comparator interface that allows the EntryComparator to know whether the underlying comparator expects to compare the corresponding Entries' keys or values.
- EntryComparator - Class in com.tangosol.util.comparator
- Comparator implementation used to compare map entries.
- EntryComparator() - Constructor for class com.tangosol.util.comparator.EntryComparator
- Default constructor (for ExternalizableLite and PortableObject).
- EntryComparator(Comparator) - Constructor for class com.tangosol.util.comparator.EntryComparator
- Construct an EntryComparator to compare entries' values using the provided Comparator object.
- EntryComparator(Comparator, int) - Constructor for class com.tangosol.util.comparator.EntryComparator
- Construct an EntryComparator to compare entries using the provided Comparator object according to the specified comparison style.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.CachingMap.FrontMapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
- Deprecated. Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in interface com.tangosol.util.MapListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
- Invoked when a map entry has been removed.
- entryDeleted(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
- Invoked when a map entry has been removed.
- EntryExtractor - Class in com.tangosol.util.extractor
- The EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.
- EntryExtractor() - Constructor for class com.tangosol.util.extractor.EntryExtractor
- Default constructor (for backward compatibilty).
- EntryExtractor(int) - Constructor for class com.tangosol.util.extractor.EntryExtractor
- Construct an EntryExtractor based on the entry extraction target.
- EntryFilter - Interface in com.tangosol.util.filter
- EntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.
- entryFromBucket(SegmentedHashMap.Entry[], int) - Static method in class com.tangosol.util.SegmentedHashMap
- Return the first non-synthetic Entry object contained by in the specified bucket.
- entryInserted(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in interface com.tangosol.util.MapListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
- Invoked when a map entry has been inserted.
- entryInserted(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
- Invoked when a map entry has been inserted.
- entrySet() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Returns a Set view of the mappings contained in this cache.
- entrySet() - Method in class com.tangosol.io.nio.BinaryMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.io.pof.PofHelper.WriteableEntrySetMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.net.cache.CachingMap
- Obtain an set view of the mappings contained in this map.
- entrySet(Filter) - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter) - Method in class com.tangosol.net.cache.NearCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter. The operation always executes against the back cache.
- entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.NearCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter. The operation always executes against the back cache.
- entrySet() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Returns an set view of the mappings contained in this map.
- entrySet(Filter) - Method in class com.tangosol.net.cache.WrapperNamedCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter, Comparator) - Method in class com.tangosol.net.cache.WrapperNamedCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
-
- entrySet() - Method in class com.tangosol.util.AbstractKeyBasedMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.ChainedMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Returns a set view of the mappings contained in this map.
- entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter, Comparator) - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet() - Method in class com.tangosol.util.EntrySetMap
-
- entrySet() - Method in class com.tangosol.util.LiteMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.NullImplementation.NullMap
-
- entrySet(Filter) - Method in interface com.tangosol.util.QueryMap
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet(Filter, Comparator) - Method in interface com.tangosol.util.QueryMap
- Return a set view of the entries contained in this map that satisfy the criteria expressed by the filter.
- entrySet() - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.SafeHashMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.SafeSortedMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.SegmentedHashMap
- Returns a set view of the mappings contained in this map.
- entrySet() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
- Returns a set view of the mappings contained in this map.
- EntrySetMap - Class in com.tangosol.util
- A trivial Map implementation that is based on a specified set of entries.
- EntrySetMap(Set) - Constructor for class com.tangosol.util.EntrySetMap
-
- entryTouched(ConfigurableCacheMap.Entry) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
- This method is called by the cache to indicate that an entry has been touched.
- entryTouched(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.OldCache.InternalEvictionPolicy
- Deprecated. This method is called by the cache to indicate that an entry has been touched.
- entryTouched(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.SerializationCache.InternalEvictionPolicy
- This method is called by the cache to indicate that an entry has been touched.
- entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Invoked when a map entry has been updated.
- entryUpdated(ConfigurableCacheMap.Entry) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- This method is called to indicate that an entry has been either inserted or updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.LocalCache.InternalListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.SeppukuMapListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
- Deprecated. Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.util.AbstractMapListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in interface com.tangosol.util.MapListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
- Invoked when a map entry has been updated.
- entryUpdated(MapEvent) - Method in class com.tangosol.util.MultiplexingMapListener
- Invoked when a map entry has been updated.
- EnumerationIterator - Class in com.tangosol.util
- Provide a implementation of an Iterator based on data from an Enumeration.
- EnumerationIterator(Enumeration) - Constructor for class com.tangosol.util.EnumerationIterator
- Construct the Iterator based on an Enumeration.
- EnumPofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that can be used to serialize all enum values.
- EnumPofSerializer() - Constructor for class com.tangosol.io.pof.EnumPofSerializer
-
- ENVIRONMENT_NAME_PREFIX - Static variable in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Prefix for temporary environment names.
- equals(Object) - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Compare this WorkItem with the specified object for equality.
- equals(Object) - Method in class com.tangosol.io.AbstractByteArrayReadBuffer
- Compare two ReadBuffer objects for equality.
- equals(Object) - Method in class com.tangosol.io.AbstractReadBuffer
- Compare two ReadBuffer objects for equality.
- equals(Object) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
- Compares two BerkeleyDBBinaryStoreManagers for equality.
- equals(Object) - Method in class com.tangosol.io.pof.PofPrincipal
- Compares this Principal to the specified object.
- equals(Object) - Method in class com.tangosol.io.pof.RawDate
- Compare this object with another for equality.
- equals(Object) - Method in class com.tangosol.io.pof.RawDateTime
- Compare this object with another for equality.
- equals(Object) - Method in class com.tangosol.io.pof.RawDayTimeInterval
- equals(Object) - Method in class com.tangosol.io.pof.RawQuad
- Compare this object with another for equality.
- equals(Object) - Method in class com.tangosol.io.pof.RawTime
- Compare this object with another for equality.
- equals(Object) - Method in class com.tangosol.io.pof.RawTimeInterval
- equals(Object) - Method in class com.tangosol.io.pof.RawYearMonthInterval
- equals(Object) - Method in class com.tangosol.io.pof.reflect.SimplePofPath
- Compare the SimplePofPath with another object to determine equality.
- equals(Object) - Method in interface com.tangosol.io.ReadBuffer
- Compare two ReadBuffer objects for equality.
- equals(Object) - Method in interface com.tangosol.net.AddressProvider
- AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
- equals(Object) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache.EventRouter
- Compare the EventRouter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.HashcodeComparator
-
- equals(Object) - Method in class com.tangosol.net.ClusterPermission
- Checks two Permission objects for equality.
- equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider
- AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
- equals(Object) - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
- AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
- equals(Object) - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
- Return true iff this AddressHolder is equal to the specified Object.
- equals(Object) - Method in class com.tangosol.net.ConfigurableAddressProvider
- AddressProvider instances should compare to be equals() iff they should be expected to consistently produce the same resulting set of addresses.
- equals(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
- Compare the ObjectNameExcludeFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.net.partition.Ownership
- Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.tangosol.net.partition.PartitionSet
- Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.tangosol.net.RefreshableAddressProvider
- AddressProvider instances are considered equivalent iff they consistently produce the same resulting set of addresses.
- equals(Object) - Method in class com.tangosol.net.security.SimpleHandler
- Compare this principal to the specified object.
- equals(Object) - Method in class com.tangosol.run.xml.SimpleDocument
- Compare this XML document and all of its contained information with another XML document for equality.
- equals(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
-
- equals(Object) - Method in class com.tangosol.run.xml.SimpleElement
- Compare this XML element and all of its contained information with another XML element for equality.
- equals(Object) - Method in class com.tangosol.run.xml.SimpleValue
- Compare this XML value with another XML value for equality.
- equals(Object) - Method in class com.tangosol.run.xml.XmlBean
- Determine if this value object is equal to the passed value object.
- equals(Object) - Method in interface com.tangosol.run.xml.XmlDocument
- Compare this XML document and all of its contained information with another XML document for equality.
- equals(Object) - Method in interface com.tangosol.run.xml.XmlElement
- Compare this XML element and all of its contained information with another XML element for equality.
- equals(Object) - Method in interface com.tangosol.run.xml.XmlValue
- Compare this XML value with another XML value for equality.
- equals(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class com.tangosol.util.AbstractLongArray
- Test for LongArray equality.
- equals(Object) - Method in class com.tangosol.util.aggregator.AbstractAggregator
- Compares this object with another object for equality.
- equals(Object) - Method in class com.tangosol.util.aggregator.CompositeAggregator
- Compare the CompositeAggregator with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.aggregator.GroupAggregator
- Compare the GroupAggregator with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.Binary
- Compares this Binary object with another object for equality.
- equals(byte[], int, byte[], int, int) - Static method in class com.tangosol.util.Binary
- Compare two binary regions, testing for equality.
- equals(Object) - Method in class com.tangosol.util.CacheCollator
- Compares the equality of two Collators.
- equals(Object) - Method in class com.tangosol.util.ClassFilter
- Compare the ClassFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.comparator.ChainedComparator
- Determine if two ChainedComparator objects are equal.
- equals(Object) - Method in class com.tangosol.util.comparator.EntryComparator
- Determine if two EntryComparator objects are equal.
- equals(Object) - Method in class com.tangosol.util.comparator.InverseComparator
- Compare the InverseComparator with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.comparator.SafeComparator
- Determine if two comparators are equal.
- equals(Object) - Method in class com.tangosol.util.CompositeKey
- Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.tangosol.util.ConditionalIndex
- Compares the specified object with this index for equality.
- equals(Object) - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Compare the ConverterMapListener with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
- Compare the AbstractCompositeExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.ConditionalExtractor
- Compare the ValueExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.IdentityExtractor
- Compare the IdentityExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.KeyExtractor
- Compare the KeyExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.PofExtractor
- Compare the PofExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.PofUpdater
- Compare the PofUpdater with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.ReflectionExtractor
- Compare the ReflectionExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.extractor.ReflectionUpdater
- Compare the ReflectionUpdater with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.AlwaysFilter
- Compare the AlwaysFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.ArrayFilter
- Compare the ArrayFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.ComparisonFilter
- Compare the ComparisonFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.FilterTrigger
- Compare the FilterTrigger with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
- Compare the KeyAssociatedFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.MapEventFilter
- Compare the MapEventFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
- Compare the MapEventTransformerFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.NeverFilter
- Compare the NeverFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.NotFilter
- Compare the NotFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.PartitionedFilter
- Compare the PartitionedFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.PresentFilter
- Compare the PresentFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
- Compare the ValueChangeEventFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.ImmutableArrayList
- Compare this Collection / List / Set / SortedSet with some other Object and determine if the caller would believe this Object to equal that other Object.
- equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.ListView
- Compares the specified object with this collection for equality.
While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)
The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)
- equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SetView
- Compares the specified object with this collection for equality.
While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)
The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)
- equals(Object) - Method in class com.tangosol.util.ImmutableArrayList.SortedSetView
- Compares the specified object with this collection for equality.
While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)
The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)
- equals(Object) - Method in class com.tangosol.util.ImmutableMultiList
- Compare this Collection / List / Set with some other Object and determine if the caller would believe this Object to equal that other Object.
- equals(Object) - Method in class com.tangosol.util.ImmutableMultiList.ListView
- Compares the specified object with this list for equality.
- equals(Object) - Method in class com.tangosol.util.ImmutableMultiList.SetView
- Compares the specified object with this set for equality.
- equals(Object) - Method in class com.tangosol.util.InflatableCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.InflatableList
- Compares the specified object with this collection for equality.
While the Collection interface adds no stipulations to the general contract for the Object.equals, programmers who implement the Collection interface "directly" (in other words, create a class that is a Collection but is not a Set or a List) must exercise care if they choose to override the Object.equals. It is not necessary to do so, and the simplest course of action is to rely on Object's implementation, but the implementer may wish to implement a "value comparison" in place of the default "reference comparison." (The List and Set interfaces mandate such value comparisons.)
The general contract for the Object.equals method states that equals must be symmetric (in other words, a.equals(b) if and only if b.equals(a)). The contracts for List.equals and Set.equals state that lists are only equal to other lists, and sets to other sets. Thus, a custom equals method for a collection class that implements neither the List nor Set interface must return false when this collection is compared to any list or set. (By the same logic, it is not possible to write a class that correctly implements both the Set and List interfaces.)
- equals(Object) - Method in class com.tangosol.util.InvocableMapHelper.IndexAdapter
- Compare this IndexMapListener with another object for equality.
- equals(Object) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
- Compare this SimpleEntry with another object for equality.
- equals(Object) - Method in interface com.tangosol.util.LongArray
- Test for LongArray equality.
- equals(Object) - Method in class com.tangosol.util.MapListenerSupport.WrapperSynchronousListener
- Compare the WrapperSynchronousListener with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.NullFilter
- Compare the NullFilter with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
-
- equals(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
-
- equals(Object) - Method in class com.tangosol.util.NullImplementation.NullSet
-
- equals(Object) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
- Compare the ValueExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.CompositeProcessor
- Compare the ConditionalProcessor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.ConditionalProcessor
- Compare the ConditionalProcessor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.ConditionalPut
- Compare the ConditionalPut with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.ConditionalPutAll
- Compare the ConditionalPutAll with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.ConditionalRemove
- Compare the ConditionalRemove with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.ExtractorProcessor
- Compare the ExtractorProcessor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.PreloadRequest
- Compare the PreloadRequest with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.PropertyManipulator
- Compare the PropertyManipulator with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.PropertyProcessor
- Compare the PropertyProcessor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.UpdaterProcessor
- Compare the UpdaterProcessor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.VersionedPut
- Compare the VersionedPut with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.processor.VersionedPutAll
- Compare the VersionedPutAll with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
- Compares the specified object with this Iterator for equality.
- equals(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class com.tangosol.util.SafeHashMap.Entry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
- Compare this Node with an object for equality.
- equals(Object) - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.SegmentedHashMap.Entry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.SegmentedHashMap
- Compares the specified object with this map for equality.
- equals(Object) - Method in class com.tangosol.util.SimpleMapEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.SimpleMapIndex
- Compares the specified object with this index for equality.
- equals(Object) - Method in class com.tangosol.util.StringTable
- Test for equality of two string tables.
- equals(Object) - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
- Compare the ExtractorEventTransformer with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.transformer.SemiLiteEventTransformer
- Compare the SemiLiteEventTransformer with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.Tree
- Test for tree equality.
- equals(Object) - Method in class com.tangosol.util.UID
- Determine if two UIDs are equal.
- equals(Object) - Method in class com.tangosol.util.UUID
- Determine if two UUIDs are equal.
- equals(Object) - Method in interface com.tangosol.util.ValueExtractor
- Compare the ValueExtractor with another object to determine equality.
- equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
- Compares the specified object with this collection for equality.
- equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
- Compares the specified object with this entry for equality.
- equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
- equals(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
- Compares the specified object with this map for equality.
- equalsElement(XmlElement, XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
- Compare one XML element with another XML element for equality.
- EqualsFilter - Class in com.tangosol.util.filter
- Filter which compares the result of a method invocation with a value for equality.
- EqualsFilter() - Constructor for class com.tangosol.util.filter.EqualsFilter
- Default constructor (necessary for the ExternalizableLite interface).
- EqualsFilter(ValueExtractor, Object) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- EqualsFilter(String, Object) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- EqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- EqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- EqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- EqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.EqualsFilter
- Construct an EqualsFilter for testing equality.
- equalsMostly(Subject, Subject) - Method in class com.tangosol.net.security.DefaultController
- Check whether the specified Subject objects have the same set of principals and public credentials.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.ArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.BooleanArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ByteArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.CharArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.DoubleArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.FloatArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.IntArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PrimitiveArrayAdapter.ShortArrayAdapter
- Compare the two passed objects for equality.
- equalsValue(Object, Object) - Method in class com.tangosol.run.xml.PropertyAdapter
- Compare the two passed objects for equality.
- equalsValue(XmlValue, XmlValue) - Static method in class com.tangosol.run.xml.XmlHelper
- Compare one XML value with another XML value for equality.
- equalsValue(Object) - Method in class com.tangosol.util.SafeLinkedList.Node
- Compare this Node's value with another value for equality.
- erase(Object) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
- Erase a Hibernate entity given an id (key)
- erase(Object) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
- Remove the specified key from the underlying store if present.
- erase(Object) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.io.AbstractBinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.io.AsyncBinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in interface com.tangosol.io.BinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.io.nio.BinaryMapStore
- Remove the specified key from the underlying store if present.
- erase(Object) - Method in class com.tangosol.net.cache.AbstractCacheStore
- Remove the specified key from the underlying store if present.
- erase(BinaryEntry) - Method in interface com.tangosol.net.cache.BinaryEntryStore
- Remove the specified entry from the underlying store.
- erase(Object) - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
- Remove the specified key from the underlying store if present.
- erase(Object) - Method in interface com.tangosol.net.cache.CacheStore
- Remove the specified key from the underlying store if present.
- erase(Object) - Method in class com.tangosol.net.cache.MapCacheStore
- Remove the specified key from the underlying store if present.
- erase(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Remove the specified key from the underlying store if present.
- erase(Binary) - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
- Remove the specified key from the underlying store if present.
- eraseAll(Collection) - Method in class com.tangosol.coherence.hibernate.HibernateCacheStore
- Erase a set of Hibernate entities given an collection of ids (keys)
- eraseAll(Collection) - Method in class com.tangosol.coherence.jpa.JpaCacheStore
- Remove the specified keys from the underlying store if present.
- eraseAll(Collection) - Method in class com.tangosol.coherence.toplink.TopLinkCacheStore
- Remove the specified keys from the underlying store if present.
- eraseAll() - Method in class com.tangosol.io.AbstractBinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in class com.tangosol.io.AsyncBinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in interface com.tangosol.io.BinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in class com.tangosol.io.nio.BinaryMapStore
- Remove all data from the underlying store.
- eraseAll(Collection) - Method in class com.tangosol.net.cache.AbstractCacheStore
- Remove the specified keys from the underlying store if present.
- eraseAll(Set) - Method in interface com.tangosol.net.cache.BinaryEntryStore
- Remove the specified entries from the underlying store.
- eraseAll(Collection) - Method in interface com.tangosol.net.cache.CacheStore
- Remove the specified keys from the underlying store if present.
- eraseAll(Collection) - Method in class com.tangosol.net.cache.MapCacheStore
- Remove the specified keys from the underlying store if present.
- eraseAll(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Remove all data from the underlying store.
- eraseAll() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
- Remove all data from the underlying store.
- eraseAllInternal(Set) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Same as
ReadWriteBackingMap.CacheStoreWrapper.eraseAll(java.util.Collection), but the keys is in the internal format.
- eraseInternal(ReadWriteBackingMap.Entry) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Same as
ReadWriteBackingMap.CacheStoreWrapper.erase(java.lang.Object), but the key is in the internal format.
- eraseStore() - Method in class com.tangosol.net.cache.SerializationMap
- Erase all entries from the underlying store.
- eraseStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Erase all entries from the underlying store.
- EVAL_COST - Static variable in class com.tangosol.util.filter.ExtractorFilter
- The evaluation cost as a factor to the single index access operation.
- evaluate(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap.FrontFilterConverter
- Filters keys out that are not in the front map.
- evaluate(Object) - Method in class com.tangosol.net.management.ObjectNameExcludeFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.ClassFilter
- Filter interface: evaluate().
- evaluate(Object) - Method in class com.tangosol.util.filter.AllFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.AlwaysFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.AnyFilter
- Apply the test to the object.
- evaluate(Object) - Method in interface com.tangosol.util.Filter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.InKeySetFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.KeyAssociatedFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.KeyFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.LimitFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.MapEventFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.MapEventTransformerFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.NeverFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.NotFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.PartitionedFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.PresentFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.PriorityFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.filter.XorFilter
- Apply the test to the object.
- evaluate(Object) - Method in class com.tangosol.util.NullFilter
- Filter interface: evaluate().
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.ConditionalIndex
- Evaluate the given entry using this index's filter.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AllFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AlwaysFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.AnyFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in interface com.tangosol.util.filter.EntryFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.ExtractorFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.InKeySetFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.KeyFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.LimitFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.NeverFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.NotFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PartitionedFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PresentFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.PriorityFilter
- Apply the test to a Map Entry.
- evaluateEntry(Map.Entry) - Method in class com.tangosol.util.filter.XorFilter
- Apply the test to a Map Entry.
- evaluateEntry(Filter, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
- Check if the entry passes the filters evaluation.
- evaluateEntry(Filter, Object, Object) - Static method in class com.tangosol.util.InvocableMapHelper
- Check if an entry, expressed as a key and value, passes the filters evaluation.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsAllFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsAnyFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ContainsFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.EqualsFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.GreaterEqualsFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.GreaterFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.InFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LessEqualsFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LessFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.LikeFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.NotEqualsFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.RegexFilter
- Evaluate the specified extracted value.
- evaluateExtracted(Object) - Method in class com.tangosol.util.filter.ValueChangeEventFilter
- Evaluate the specified extracted value.
- eventOccurred(AnyEvent) - Method in interface com.tangosol.util.AnyListener
-
- evict() - Method in class com.tangosol.net.cache.AbstractSerializationCache
- Flush items that have expired.
- evict(Object) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Evict a specified key from the cache, as if it had expired from the cache.
- evict() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
- evict(Object) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Evict a specified key from the cache, as if it had expired from the cache.
- evict() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
- evict() - Method in class com.tangosol.net.cache.OverflowMap
- Flush items that have expired.
- evict(Map) - Static method in class com.tangosol.net.cache.OverflowMap
- If the passed Map supports it, evict its expired data.
- evict(Object) - Method in class com.tangosol.net.cache.SerializationCache
- Evict a specified key from the cache, as if it had expired from the cache.
- evict() - Method in class com.tangosol.net.cache.SerializationCache
- Flush items that have expired.
- evict() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Flush items that have expired.
- evict(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Evict a specified key from the cache, as if it had expired from the cache.
- evict() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Evict all entries from the cache that are no longer valid, and potentially prune the cache size if the cache is size-limited and its size is above the caching low water mark.
- evictAll(Collection) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Evict the specified keys from the cache, as if they had each expired from the cache.
- evictAll(Collection) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Evict the specified keys from the cache, as if they had each expired from the cache.
- evictAll(Collection) - Method in class com.tangosol.net.cache.SerializationCache
- Evict the specified keys from the cache, as if they had each expired from the cache.
- evictAll(Collection) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Evict the specified keys from the cache, as if they had each expired from the cache.
- EVICTION_POLICY_EXTERNAL - Static variable in class com.tangosol.net.cache.OldCache
- Deprecated. The cache can prune using an external eviction policy.
- EVICTION_POLICY_HYBRID - Static variable in class com.tangosol.net.cache.OldCache
- Deprecated. By default, the cache prunes based on a hybrid LRU+LFU algorithm.
- EVICTION_POLICY_LFU - Static variable in class com.tangosol.net.cache.OldCache
- Deprecated. The cache can prune based on a pure Least Frequently Used (LFU) algorithm.
- EVICTION_POLICY_LRU - Static variable in class com.tangosol.net.cache.OldCache
- Deprecated. The cache can prune based on a pure Least Recently Used (LRU) algorithm.
- Evolvable - Interface in com.tangosol.io
- The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.
- EvolvablePortableObject - Interface in com.tangosol.io.pof
- Extension of the
PortableObject interface that supports forwards- and backwards-compatibility of POF data streams.
- EVT_ADDED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. The internal enum for an attribute-added event.
- EVT_REMOVED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. The internal enum for an attribute-removed event.
- EVT_REPLACED - Static variable in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. The internal enum for an attribute-replaced event.
- execute(Invocable, Set, InvocationObserver) - Method in interface com.tangosol.net.InvocationService
- Asynchronously invoke the specified task on each of the specified members.
- execute(Invocable, Set, InvocationObserver) - Method in class com.tangosol.net.WrapperInvocationService
- Asynchronously invoke the specified task on each of the specified members.
- executePeriodicTask(Runnable, long) - Method in class com.tangosol.util.TaskDaemon
- Schedule a periodic task to be run "as soon as possible", and to repeat at the specified interval.
- executeTask(Runnable) - Method in class com.tangosol.util.TaskDaemon
- Schedule a task to be run by the daemon "as soon as possible".
- exists(long) - Method in class com.tangosol.util.AbstractLongArray
- Determine if the specified index is in use.
- exists(long) - Method in class com.tangosol.util.AbstractSparseArray
- Determine if the specified index is in use.
- exists(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
- Determine if the specified index is in use.
- exists(long) - Method in interface com.tangosol.util.LongArray
- Determine if the specified index is in use.
- exists(long) - Method in class com.tangosol.util.SimpleLongArray
- Determine if the specified index is in use.
- exit(String, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Release ownership for the specified session.
- exit(String, boolean, boolean) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Release ownership for the specified session.
- exit() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Decrement the usage count of the session by this thread.
- exit(String, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
- Deprecated. Release ownership for the specified session.
- exit(String, boolean, boolean) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
- Deprecated. Release ownership for the specified session.
- exit() - Method in class com.tangosol.util.ThreadGate
- Exit the gate.
- exitSession(String, boolean) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Release ownership for the specified session.
- EXPIRY_DEFAULT - Static variable in interface com.tangosol.net.cache.CacheMap
- A special time-to-live value that can be passed to the extended
put method to indicate that the cache's default expiry should be used.
- EXPIRY_NEVER - Static variable in interface com.tangosol.net.cache.CacheMap
- A special time-to-live value that can be passed to the extended
put method to indicate that the cache entry should never expire.
- EXT_CLASS_NAMES - Static variable in class com.tangosol.coherence.servlet.WebPluginInstaller
- Deprecated. An array of container-specific ApplyPatch extension class names.
- extendEntry(ApplicationEntry, ApplicationReader, ApplicationWriter) - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
- Deprecated. Process the given class entry, making any non-private final methods non-final and if necessary, adding a default contructor.
- ExternalizableHelper - Class in com.tangosol.util
- Helpers for the Serializable, Externalizable and the ExternalizableLite interface.
- ExternalizableHelper() - Constructor for class com.tangosol.util.ExternalizableHelper
-
- ExternalizableLite - Interface in com.tangosol.io
- Optimized serialization.
- ExternalizableLitePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements ExternalizableLite to and from a POF stream.
- ExternalizableLitePofSerializer(int) - Constructor for class com.tangosol.io.pof.ExternalizableLitePofSerializer
- Create a new ExternalizableLitePofSerializer for the user type with the given type identifier.
- ExternalizablePofSerializer - Class in com.tangosol.io.pof
PofSerializer implementation that supports the serialization and deserialization of any class that implements Externalizable to and from a POF stream.
- ExternalizablePofSerializer(int) - Constructor for class com.tangosol.io.pof.ExternalizablePofSerializer
- Create a new ExternalizablePofSerializer for the user type with the given type identifier.
- extract(ValueExtractor) - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Extract a value out of the Entry's value.
- extract(ValueExtractor) - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Depending upon the type of the ValueExtractor route the call to the appropriate extract method.
- extract(Object) - Method in class com.tangosol.util.extractor.AbstractExtractor
- Extract the value from the passed object.
- extract(Object) - Method in class com.tangosol.util.extractor.ChainedExtractor
- Extract the value from the passed object.
- extract(Object) - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
- Extract the value from the passed object. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
- extract(Object) - Method in class com.tangosol.util.extractor.ConditionalExtractor
- Using a ConditionalExtractor to extract values in not supported.
- extract(Object) - Method in class com.tangosol.util.extractor.IdentityExtractor
- Simply return the passed object.
- extract(Object) - Method in class com.tangosol.util.extractor.KeyExtractor
- Extract the value from the passed object. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
- extract(Object) - Method in class com.tangosol.util.extractor.MultiExtractor
- Extract a collection of values from the passed object using the underlying array of ValueExtractor objects.
- extract(Object) - Method in class com.tangosol.util.extractor.ReflectionExtractor
- Extract the value from the passed object. The returned value may be null. For intrinsic types, the returned value is expected to be a standard wrapper type in the same manner that reflection works; for example, int would be returned as a java.lang.Integer.
- extract(Object) - Method in class com.tangosol.util.filter.ExtractorFilter
- Get the result of ValueExtractor invocation.
- extract(ValueExtractor) - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
- Extract a value out of the Entry's value.
- extract(Object) - Method in class com.tangosol.util.NullImplementation.NullValueExtractor
- Extract the value from the passed object.
- extract(ValueExtractor) - Method in interface com.tangosol.util.QueryMap.Entry
- Extract a value out of the Entry's value.
- extract(ValueExtractor) - Method in class com.tangosol.util.SimpleMapEntry
-
- extract(Object) - Method in interface com.tangosol.util.ValueExtractor
- Extract the value from the passed object.
- extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ApplicationScopeController
- Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
- extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.GlobalScopeController
- Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
- extractAttributeName(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
- extractAttributeName(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection.AttributeScopeController
- Deprecated. Given a potentially qualified attribute name, return the original (fully unqualified) attribute name.
- extractAttributeNames(String[]) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Given an array of potentially qualified attribute name, return an array of the original (fully unqualified) attribute names.
- extractCertificates(Set) - Method in class com.tangosol.net.security.DefaultController
- Extract a set of Certificate objects from the set of public credentials.
- extractChild(ReadBuffer, int, int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
- Extract child PofValue from a buffer.
- extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.BinaryDeltaCompressor
- Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
- extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.io.DecoratedBinaryDeltaCompressor
- Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
- extractDelta(ReadBuffer, ReadBuffer) - Method in interface com.tangosol.io.DeltaCompressor
- Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
- extractDelta(ReadBuffer, ReadBuffer) - Method in class com.tangosol.util.NullImplementation.NullDeltaCompressor
- Compare an old value to a new value and generate a delta that represents the changes that must be made to the old value in order to transform it into the new value.
- extractExpiry(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Return the expiration decoration for the given object or -1 if the given object does not have an expiration decoration.
- extractFlag(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
- Extract a particular masked flag from the state of the Status object.
- extractFlag(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Extract a particular masked flag from the state of the Status object.
- extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.AbstractExtractor
- Extract the value from the passed Entry object.
- extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.ChainedExtractor
- Extract the value from the passed entry.
- extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.MultiExtractor
- Extract a collection of values from the passed entry using the underlying array of ValueExtractor objects.
- extractFromEntry(Map.Entry) - Method in class com.tangosol.util.extractor.PofExtractor
- Extracts the value from the passed Entry object.
- extractFromEntry(ValueExtractor, Map.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
- Extract a value from the specified entry using the specified extractor.
- ExtractorEventTransformer - Class in com.tangosol.util.transformer
- ExtractorEventTransformer is a special purpose
MapEventTransformer implementation that transforms emitted events, extracting one or more properties from either the OldValue or the NewValue.
- ExtractorEventTransformer() - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
- No-argument constructor for lite deserialization.
- ExtractorEventTransformer(ValueExtractor) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
- Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractor.
- ExtractorEventTransformer(String) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
- Construct a ExtractorEventTransformer that transforms MapEvent's values based on the specified method name.
- ExtractorEventTransformer(ValueExtractor, ValueExtractor) - Constructor for class com.tangosol.util.transformer.ExtractorEventTransformer
- Construct a ExtractorEventTransformer that transforms MapEvent values based on the specified extractors.
- ExtractorFilter - Class in com.tangosol.util.filter
- Base Filter implementation for doing extractor-based processing.
- ExtractorFilter() - Constructor for class com.tangosol.util.filter.ExtractorFilter
- Default constructor (necessary for the ExternalizableLite interface).
- ExtractorFilter(ValueExtractor) - Constructor for class com.tangosol.util.filter.ExtractorFilter
- Construct a ExtractorFilter for a given ValueExtractor.
- ExtractorFilter(String) - Constructor for class com.tangosol.util.filter.ExtractorFilter
- Construct an ExtractorFilter for a given method name.
- extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.AbstractExtractor
- Extract the value from the "original value" of the passed Entry object.
- extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.ChainedExtractor
-
- extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.MultiExtractor
-
- extractOriginalFromEntry(MapTrigger.Entry) - Method in class com.tangosol.util.extractor.PofExtractor
-
- extractOriginalFromEntry(ValueExtractor, MapTrigger.Entry) - Static method in class com.tangosol.util.InvocableMapHelper
- Extract a value from the "original value" of the specified entry using the specified extractor.
- ExtractorProcessor - Class in com.tangosol.util.processor
- ExtractorProcessor is an EntryProcessor implementations that extracts a value from an object cached in an InvocableMap.
- ExtractorProcessor() - Constructor for class com.tangosol.util.processor.ExtractorProcessor
- Default constructor (necessary for the ExternalizableLite interface).
- ExtractorProcessor(ValueExtractor) - Constructor for class com.tangosol.util.processor.ExtractorProcessor
- Construct an ExtractorProcessor based on the specified ValueExtractor.
- ExtractorProcessor(String) - Constructor for class com.tangosol.util.processor.ExtractorProcessor
- Construct an ExtractorProcessor for a given method name.
- extractPage(Object[]) - Method in class com.tangosol.util.filter.LimitFilter
- Extract a subset of the specified array to fit the filter's parameters (i.e. page size and page number).
- extractPage(Set) - Method in class com.tangosol.util.filter.LimitFilter
- Extract a subset of the specified set to fit the filter's parameters (i.e. page size and page number).
- extractPage(Iterator) - Method in class com.tangosol.util.filter.LimitFilter
- Extract a subset of the specified iterator to fit the filter's parameters (i.e. page size and page number).
- extractPublicKeys(Set) - Method in class com.tangosol.net.security.DefaultController
- Extract a set of PublicKeys from the set of public credentials.
- extractState(int) - Method in class com.tangosol.net.cache.OverflowMap.Status
- Extract a particular masked value from the state of the Status object.
- extractState(int) - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Extract a particular masked value from the state of the Status object.
- GATE_CLOSED - Static variable in class com.tangosol.util.ThreadGate
- GATE_CLOSED: A single thread is inside the gates; other threads cannot enter.
- GATE_CLOSING - Static variable in class com.tangosol.util.ThreadGate
- GATE_CLOSING: A thread is waiting to be the only thread inside the gates; other threads can only exit.
- GATE_DESTROYED - Static variable in class com.tangosol.util.ThreadGate
- GATE_DESTROYED: Life-cycle is complete; the object is no longer usable.
- GATE_OPEN - Static variable in class com.tangosol.util.ThreadGate
- GATE_OPEN: Threads may enter and exit the gates.
- generateEnvironmentName() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Generate a potentially unique Environment name.
- generateKey(String, int) - Static method in class com.tangosol.net.security.SymmetricEncryptionFilter
- Generate a secret key according the the supplied parameters.
- generateSessionId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Generate a potential session ID.
- generateSessionId(int) - Method in interface com.tangosol.coherence.servlet.HttpSessionIdGenerator
- Deprecated. Generate a potential session identifier.
- generateSessionId(int) - Method in class com.tangosol.coherence.servlet.RandomHttpSessionIdGenerator
- Deprecated. Generate a potential session identifier.
- generateWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager
- Generate a unique (for this WorkManager) work id.
- get(Object) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get an object from the cache.
- get(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain the HttpSessionModel for the specified session, or null if it does not exist.
- get(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionCollection
- Deprecated. Obtain the HttpSessionModel for the specified session, or null if it does not exist.
- get(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the cached value associated with the given key.
- get(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
- Return the cached value associated with the given key.
- get(Object) - Method in class com.tangosol.io.nio.BinaryMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.BundlingNamedCache
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.CachingMap
- Obtain the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.LocalCache
- If the specified item is in the cache, return it.
- get(Object) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. If the specified item is in the cache, return it.
- get(Object) - Method in class com.tangosol.net.cache.OverflowMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.SerializationCache
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.SerializationMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.SerializationPagedCache
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.SimpleSerializationMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.cache.VersionedNearCache
- Deprecated. Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MaskedPartitionMap
- Returns the value to which this map maps the specified key.
- get(XmlBean) - Method in class com.tangosol.run.xml.PropertyAdapter
- Extract the property value from the passed bean reference.
- get(Object) - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
-
- get(Object) - Method in class com.tangosol.util.AbstractKeyBasedMap
- Returns the value to which this map maps the specified key.
- get(long) - Method in class com.tangosol.util.AbstractLongArray
- Return the value stored at the specified index.
- get(long) - Method in class com.tangosol.util.AbstractSparseArray
- Return the value stored at the specified index.
- get(Object) - Method in class com.tangosol.util.ChainedMap
- Returns the value to which this map maps the specified key.
- get(int) - Method in class com.tangosol.util.CircularArrayList
- Returns the element at the specified position in this list.
- get(Object) - Method in interface com.tangosol.util.ConcurrentMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.util.ConditionalIndex
- Using the index information if possible, get the value associated with the specified key. This is expected to be more efficient than using the ValueExtractor against an object containing the value, because the index should already have the necessary information at hand.
- get(int) - Method in class com.tangosol.util.ConverterCollections.ConverterList
- Returns the element at the specified position in this list.
- get(Object) - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Returns the value to which this map maps the specified key.
- get(long) - Method in class com.tangosol.util.CopyOnWriteLongArray
- Return the value stored at the specified index.
- get(int) - Method in class com.tangosol.util.ImmutableArrayList
- Returns the element at the specified position in this List.
- get(int) - Method in class com.tangosol.util.ImmutableMultiList
- Returns the element at the specified position in this List.
- get(int) - Method in class com.tangosol.util.InflatableList
- Returns the element at the specified position in this list.
- get(Object) - Method in class com.tangosol.util.LiteMap
- Returns the value to which this map maps the specified key.
- get(long) - Method in interface com.tangosol.util.LongArray
- Return the value stored at the specified index.
- get(Object) - Method in interface com.tangosol.util.MapIndex
- Using the index information if possible, get the value associated with the specified key.
- get(Object) - Method in class com.tangosol.util.NullImplementation.NullMap
-
- get(InvocableMap.Entry) - Method in class com.tangosol.util.processor.PropertyProcessor
- Get the property value from the passed Entry object.
- get(int) - Method in class com.tangosol.util.RestrictedCollections.RestrictedList
- Returns the element at the specified position in this list.
- get(Object) - Method in class com.tangosol.util.RestrictedCollections.RestrictedMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.util.SafeHashMap
- Returns the value to which this map maps the specified key.
- get(int) - Method in class com.tangosol.util.SafeLinkedList
- Returns the element at the specified position in this List.
- get(Object) - Method in class com.tangosol.util.SafeSortedMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.util.SafeSortedMap.ViewMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.util.SegmentedHashMap
- Returns the value to which this map maps the specified key.
- get(long) - Method in class com.tangosol.util.SimpleLongArray
- Return the value stored at the specified index.
- get(Object) - Method in class com.tangosol.util.SimpleMapIndex
- Using the index information if possible, get the value associated with the specified key.
- get(String) - Method in class com.tangosol.util.StringTable
- Find the specified string in the table and return its value.
- get() - Method in class com.tangosol.util.ThreadLocalObject
- Get the value of the ThreadLocalObject for the current thread.
- get(Comparable) - Method in class com.tangosol.util.Tree
- Find the specified key and return its value.
- get(int) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
- Returns the element at the specified position in this list.
- get(Object) - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
- Returns the value to which this map maps the specified key.
- get(Object) - Method in class com.tangosol.util.WrapperObservableMap
- Returns the value to which this map maps the specified key.
- getAbsolutePath() - Method in class com.tangosol.run.xml.SimpleElement
- Get the '/'-delimited path of the element starting from the root element.
- getAbsolutePath() - Method in interface com.tangosol.run.xml.XmlElement
- Get the '/'-delimited path of the element starting from the root element.
- getAbsolutePath(XmlElement) - Static method in class com.tangosol.run.xml.XmlHelper
- Get the '/'-delimited path of the passed element starting from the root element.
- getAbstractHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the AbstractHttpSessionCollection currently in use.
- getAcceptedIssuers() - Method in class com.tangosol.net.security.PeerX509TrustManager
- Return an array of certificate authority certificates which are trusted for authenticating peers.
- getAcceptedWork() - Method in class com.tangosol.coherence.commonj.WorkManager
- Return a catalog of accepted ScheduleWork tasks as known by the server side keyed by the origin Member where the value is a map of ScheduleWork tasks keyed by the WorkId.
- getAccessor() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the Method object that is used to call the property accessor.
- getAction() - Method in class com.tangosol.util.filter.FilterTrigger
- Obtain the action code for this FilterTrigger.
- getActionPolicy() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of an ActionPolicy.
- getActions() - Method in class com.tangosol.net.ClusterPermission
- Return the actions as a String in a canonical form.
- getActiveCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of active sessions.
- getActiveCount() - Method in class com.tangosol.util.ThreadGate
- Return the number of unmatched completed enter calls.
- getActivePageArray() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Get the array of BinaryStore objects, one for each active page.
- getActivePageCount() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Determine the number of pages that the PagedBinaryStore is currently managing.
- getActualAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Get the map of session attributes that are part of this session (not "local".)
- getAdapters() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Obtain the PropertyAdapter objects for the properties of this XML bean.
- getAdapters() - Method in class com.tangosol.run.xml.XmlBean
- Obtain the PropertyAdapter objects for this XmlBean.
- getAdded() - Method in class com.tangosol.util.DeltaSet
- Determine what items were added to the delta set.
- getAddress() - Method in class com.tangosol.net.ConfigurableAddressProvider.AddressHolder
- Obtain the underlying address.
- getAddress() - Method in interface com.tangosol.net.Member
- Return the IP address of the Member's DatagramSocket for point-to-point communication.
- getAddress() - Method in class com.tangosol.util.UID
- Determine the internet address of the host that generated the UID instance (or a random number if no internet address was available)
- getAddress() - Method in class com.tangosol.util.UUID
- Determine the internet address of the host that generated the UUID instance.
- getAggregator() - Method in class com.tangosol.util.aggregator.GroupAggregator
- Obtain the underlying EntryAggregator.
- getAggregator() - Method in class com.tangosol.util.aggregator.PriorityAggregator
- Obtain the underlying aggregator.
- getAggregators() - Method in class com.tangosol.util.aggregator.CompositeAggregator
- Obtain the EntryAggregator array.
- getAll(Collection) - Method in class com.tangosol.net.cache.BundlingNamedCache
- Get all the specified keys, if they are in the Map. For each key that is in the cache, that key and its corresponding value will be placed in the map that is returned by this method. The absence of a key in the returned map indicates that it was not in the cache, which may imply (for caches that can load behind the scenes) that the requested data could not be loaded.
- getAll(Collection) - Method in interface com.tangosol.net.cache.CacheMap
- Get all the specified keys, if they are in the cache.
- getAll(Collection) - Method in class com.tangosol.net.cache.CacheStoreMap.ReadWriteMap
- Get all the specified keys, if they are in the Map.
- getAll(Collection) - Method in class com.tangosol.net.cache.CachingMap
- Get all the specified keys, if they are in the cache.
- getAll(Collection) - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Get all the specified keys, if they are in the Map.
- getAll(Collection) - Method in class com.tangosol.net.cache.LocalCache
- Get all the specified keys, if they are in the cache.
- getAll(Collection) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Get all the specified keys, if they are in the cache.
- getAll(Collection) - Method in class com.tangosol.net.cache.OverflowMap
- Get all the specified keys, if they are in the Map.
- getAll(Collection) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Retrieve values for all the specified keys.
- getAll(Collection) - Method in class com.tangosol.net.cache.VersionedNearCache
- Deprecated. Get all the specified keys, if they are in the cache.
- getAll(Collection) - Method in class com.tangosol.net.cache.WrapperNamedCache
- Get all the specified keys, if they are in the Map.
- getAll(Collection) - Method in class com.tangosol.util.AbstractKeyBasedMap
- Get all the specified keys, if they are in the Map.
- getAll(Collection) - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
- Get all the specified keys, if they are in the cache.
- getAllLocalAddresses() - Static method in class com.tangosol.net.InetAddressHelper
- Return a list of all InetAddress objects bound to all the network interfaces on this machine.
- getAllLocalMTUs() - Static method in class com.tangosol.net.InetAddressHelper
- Return a map of all InetAddress and MTUs bound to all the network interfaces on this machine.
- getAllocations() - Static method in class com.tangosol.io.nio.DirectBufferManager
- Return the total number of buffers allocated by the DirectBufferManager.
- getAnnouncingMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
- Return the set of Members who are "announcing".
- getAppControlCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache used to control concurrent access to a session by multiple applications, if application locking is used.
- getAppendingBufferOutput() - Method in class com.tangosol.io.AbstractWriteBuffer
- Get a BufferOutput object to write data to this buffer.
- getAppendingBufferOutput() - Method in interface com.tangosol.io.WriteBuffer
- Get a BufferOutput object to write data to this buffer.
- getApplicationName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getApplicationName() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Return the name of the web application.
- getAssociatedKey() - Method in interface com.tangosol.net.cache.KeyAssociation
- Determine the key object to which this key object is associated.
- getAssociatedKey(Object) - Method in class com.tangosol.net.partition.DefaultKeyAssociator
- Determine the key object to which the specified key object is associated.
- getAssociatedKey(Object) - Method in interface com.tangosol.net.partition.KeyAssociator
- Determine the key object to which the specified key object is associated.
- getAssociatedKey() - Method in class com.tangosol.util.CompositeKey
- Determine the key object to which this key object is associated.
- getAssociatedPartitions(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
- Determine the set of partitions that all keys associated with the specified key are assigned to. Most commonly, this method returns a partition set containing a single partition returned by the
getKeyPartition method.
- getAssociatedPartitions(Object) - Method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
- Determine the set of partitions that all keys associated with the specified key are assigned to.
- getAssociatedPartitions(Object) - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy
- Determine the set of partitions that all keys associated with the specified key are assigned to.
- getAsyncExitDelayMillis() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getAsynchronousListeners() - Method in class com.tangosol.util.Listeners
- Get the array of asynchronous event listeners.
- getAttribute(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the object bound with the specified name in this session, or
null if no object is bound under the name.
- getAttribute(String) - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns the object bound with the specified name in this session, or
null if no object is bound under the name.
- getAttribute(String) - Method in class com.tangosol.run.xml.SimpleElement
- Get an attribute value.
- getAttribute(String) - Method in interface com.tangosol.run.xml.XmlElement
- Get an attribute value.
- getAttribute(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Get an attribute of the specified XmlElement that matches to the specified local name and the specified Namespace URI.
- getAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Get a view of the session's attributes as a Map.
- getAttributeMap() - Method in class com.tangosol.run.xml.SimpleElement
- Get the map of all attributes.
- getAttributeMap() - Method in interface com.tangosol.run.xml.XmlElement
- Get the map of all attributes.
- getAttributeNameArray() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns an array of attribute names for this session.
- getAttributeNameArray() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns an array of attribute names for this session.
- getAttributes() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
- Obtain the cache attributes for this entry.
- getAttributes() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
- Obtain the attribute map.
- getAttributeSerializationFailureMap() - Method in class com.tangosol.coherence.servlet.MonolithicHttpSessionModel
- Deprecated. Get the map of attributes that cannot be written.
- getAverageBatchSize() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the average number of entries stored per store() operation.
- getAverageEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the average time spent per erase() operation.
- getAverageExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
- Deprecated. Calculate the average size (in bytes) of the session attributes stored in the external attribute cache since the last time statistics were reset.
- getAverageGetMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
- getAverageGetMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
- getAverageGetMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the average number of milliseconds per get() invocation since the cache statistics were last reset.
- getAverageHitMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the average number of milliseconds per get() invocation that is a hit.
- getAverageHitMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the average number of milliseconds per get() invocation that is a hit.
- getAverageHitMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the average number of milliseconds per get() invocation that is a hit.
- getAverageLoadMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the average time spent per load() operation.
- getAverageMissMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the average number of milliseconds per get() invocation that is a miss.
- getAverageMissMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the average number of milliseconds per get() invocation that is a miss.
- getAverageMissMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the average number of milliseconds per get() invocation that is a miss.
- getAverageModelLifetime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Calculate the average lifetime (in seconds) of session model objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
- getAverageModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Calculate the average size (in bytes) of session model objects placed in the session storage clustered cache since the last time statistics were reset.
- getAveragePruneMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Calculate the average number of milliseconds that a prune takes.
- getAveragePutMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
- getAveragePutMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
- getAveragePutMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the average number of milliseconds per put() invocation since the cache statistics were last reset.
- getAverageReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Gets the average reap duration since the statistics was reset.
- getAverageReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Gets the average reap duration since the statistics was reset.
- getAverageReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the average reap duration since the statistics was reset.
- getAverageReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the average reap duration since the statistics was reset.
- getAverageReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
- getAverageReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
- getAverageReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
- getAverageReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the average number of reaped sessions in a reap cycle since the statistics was reset.
- getAverageStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the average time spent per store() operation.
- getBackCache() - Method in class com.tangosol.net.cache.NearCache
- Obtain the NamedCache object that sits behind this NearCache.
- getBackEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
- For internal use only, return the current event from the back Map.
- getBackingMap(String) - Method in interface com.tangosol.net.BackingMapManagerContext
- Obtain a reference to the backing map that corresponds to the specified cache name.
- getBackingMap() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Obtain a reference to the backing map that this Entry corresponds to.
- getBackingMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
- Obtain a reference to the backing map that this Entry corresponds to. The returned Map should be used in a read-only manner.
- getBackingMap(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
- Get the backing Map assosiated with a given cache.
- getBackingMap(Object) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Obtain a backing map for the specified key.
- getBackingMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain the backing map that corresponds to a specified partition.
- getBackingMap() - Method in interface com.tangosol.util.BinaryEntry
- Obtain a reference to the backing map that this Entry corresponds to.
- getBackingMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Obtain a reference to the backing map that this Entry corresponds to.
- getBackingMap(String) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Obtain a reference to the backing map that corresponds to the specified cache name.
- getBackingMapManager() - Method in interface com.tangosol.net.CacheService
- Return a backing map manager used by this CacheService.
- getBackingMapManager() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
- getBackingMapManager() - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
- Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
- getBackingMapManager() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
- getBackingMapManager() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
- Obtain the BackingMapManager that this PartitionAwareBackingMap uses to instantiate and release backing maps.
- getBackingMapManager() - Method in class com.tangosol.net.WrapperCacheService
- Return a backing map manager used by this CacheService.
- getBackingMapManagerContext() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a BackingMapManagerContext.
- getBackingMaps() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain an array of all of the current backing maps, one for each partition.
- getBackingMaps(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain an array of the current backing maps for the partitions specified in the passed PartitionSet.
- getBackMap() - Method in class com.tangosol.net.cache.CachingMap
- Obtain the back map reference.
- getBackMap() - Method in class com.tangosol.net.cache.OverflowMap
- Returns the back Map.
- getBackMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Returns the back Map.
- getBackMapListener() - Method in class com.tangosol.net.cache.OverflowMap
- Get the MapListener for the back map.
- getBackPaddingSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Determine the number of extra bytes of padding that will be allocated and left blank at the end of each block after the data portion.
- getBackupCount() - Method in interface com.tangosol.net.PartitionedService
- Determine the configured redundancy count that this service has been configured to maintain.
- getBackupOwner(int, int) - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
- Determine the backup owner of the specified partition.
- getBaseMap() - Method in interface com.tangosol.util.TransactionMap
- Return the base map, which contains this TransactionMap's committed data.
- getBaseNode() - Method in class com.tangosol.util.SafeSortedMap
- Return the base entry node.
- getBeanId() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Get the serialization ID for the specific XML bean implementation.
- getBeanInfo() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the containing BeanInfo object.
- getBeanInfo() - Method in class com.tangosol.run.xml.XmlBean
- Obtain the BeanInfo for this XmlBean object, or create and configure a BeanInfo if one does not exist.
- getBelow() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
- Return the node below this one in the skip-list.
- getBinary() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
- Obtain the binary form of the value.
- getBinary() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as binary.
- getBinary(Binary) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as binary.
- getBinary() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as binary.
- getBinary(Binary) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as binary.
- getBinaryEntryStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- The wrapped BinaryEntryStore.
- getBinaryKey() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return a raw binary key for this entry.
- getBinaryKey() - Method in interface com.tangosol.util.BinaryEntry
- Return a raw binary key for this entry.
- getBinaryKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return a raw binary key for this entry.
- getBinaryMap() - Method in class com.tangosol.io.nio.BinaryMapStore
- Obtain the underlying BinaryMap.
- getBinaryMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.FakeBinaryStore
- Obtain the map that stores the binary values held by this BinaryStore.
- getBinaryStore() - Method in class com.tangosol.io.AsyncBinaryStore
- Obtain the BinaryStore that this AsyncBinaryStore wraps.
- getBinaryStore() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
- Returns the BinaryStore that this CacheStore uses for its storage.
- getBinaryStore() - Method in class com.tangosol.net.cache.SerializationMap
- Returns the BinaryStore that this map uses for its storage.
- getBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
-
- getBinaryStore() - Method in class com.tangosol.net.cache.SimpleSerializationMap
- Returns the BinaryStore that this map uses for its storage.
- getBinaryStoreKeyMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
-
- getBinaryStoreList() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Get the list of registered BinaryStore objects.
- getBinaryStoreManager() - Method in class com.tangosol.io.AsyncBinaryStoreManager
-
- getBinaryStoreManager() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Returns the BinaryStoreManager that provides BinaryStore objects this cache uses for its storage.
- getBinaryStoreMap() - Method in class com.tangosol.io.AsyncBinaryStoreManager
-
- getBinaryValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return a raw binary value for this entry.
- getBinaryValue() - Method in interface com.tangosol.util.BinaryEntry
- Return a raw binary value for this entry.
- getBinaryValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return a raw binary value for this entry.
- getBits() - Method in class com.tangosol.io.pof.RawQuad
- Obtain the raw binary form of the 128-bit float.
- getBlock(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Obtain the specified block of data.
- getBlockCount() - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Determine the number of blocks that have been written thus far.
- getBlockCount() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
- Return the blocked threads count.
- getBlockDataSize(int) - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Determine the specific number of bytes of data stored in the specified block.
- getBlockDataSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Determine the maximum number of bytes of data that will be stored in each block.
- getBoolean() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a boolean.
- getBoolean(boolean) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a boolean.
- getBoolean() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a boolean.
- getBoolean(boolean) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a boolean.
- getBooleanValue(XmlElement, String, boolean) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getBottomAnchor() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the bottom anchor object, which is the last value object on the current page.
- getBucketCount() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the number of hash buckets.
- getBucketIndex(int, int) - Method in class com.tangosol.util.SafeHashMap
- Calculate the bucket number for a particular hash code.
- getBucketIndex(int, int) - Method in class com.tangosol.util.SegmentedHashMap
- Calculate the bucket number for a particular hash code.
- getBucketLevel() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the hash bucket level.
- getBucketOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
- Get the first Entry block in the linked list of Entry blocks that fall into a certain hash bucket.
- getBuffer() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
- Get the ReadBuffer object that this BufferInput is reading from.
- getBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
- Get the WriteBuffer object that this BufferOutput is writing to.
- getBuffer(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
- Obtain the specified buffer.
- getBuffer(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Obtain the specified buffer.
- getBuffer() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Get the current ByteBuffer reference.
- getBuffer() - Method in class com.tangosol.io.nio.BinaryMap
- Obtain the ByteBuffer that the BinaryMap is backed by.
- getBuffer() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Get the current ByteBuffer reference.
- getBuffer() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
- Get the ReadBuffer object that this BufferInput is reading from.
- getBuffer() - Method in class com.tangosol.io.WrapperBufferInput
- Get the ReadBuffer object that this BufferInput is reading from.
- getBuffer() - Method in class com.tangosol.io.WrapperBufferOutput
- Get the WriteBuffer object that this BufferOutput is writing to.
- getBuffer() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
- Get the WriteBuffer object that this BufferOutput is writing to.
- getBufferCount() - Method in class com.tangosol.io.MultiBufferReadBuffer
- Determine the number of ReadBuffer objects that contain the data presented by this MultiBufferReadBuffer.
- getBufferCount() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the number of WriteBuffer objects allocated by this MultiBufferWriteBuffer from the WriteBufferPool.
- getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
- Determine which underlying ReadBuffer contains the specified offset.
- getBufferIndexByOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine which underlying WriteBuffer contains the specified offset.
- getBufferInput() - Method in class com.tangosol.io.AbstractReadBuffer
- Get a BufferInput object to read data from this buffer.
- getBufferInput() - Method in class com.tangosol.io.nio.BinaryMap
- Get the DataInputStream that maps to the underlying ByteBuffer.
- getBufferInput() - Method in interface com.tangosol.io.ReadBuffer
- Get a BufferInput object to read data from this buffer.
- getBufferManager() - Method in class com.tangosol.io.nio.BinaryMap
- Obtain the ByteBufferManager that provides the ByteBuffer objects.
- getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferReadBuffer
- Determine the offset of the specified buffer.
- getBufferOffset(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the offset of the specified buffer.
- getBufferOutput() - Method in class com.tangosol.io.AbstractWriteBuffer
- Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
- getBufferOutput(int) - Method in class com.tangosol.io.AbstractWriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
- getBufferOutput(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).
This is functionally equivalent to:
BufferOutput bufout = getBufferOutput();
bufout.setOffset(of);
return bufout;
- getBufferOutput(int) - Method in class com.tangosol.io.DelegatingWriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).
This is functionally equivalent to:
BufferOutput bufout = getBufferOutput();
bufout.setOffset(of);
return bufout;
- getBufferOutput(int) - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).
This is functionally equivalent to:
BufferOutput bufout = getBufferOutput();
bufout.setOffset(of);
return bufout;
- getBufferOutput() - Method in class com.tangosol.io.nio.BinaryMap
- Get the DataOutputStream that maps to the underlying ByteBuffer.
- getBufferOutput(int) - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
Note that each call to this method will return a new BufferOutput object, with the possible exception being that a zero-length non-resizing WriteBuffer could always return the same instance (since it is not writable).
This is functionally equivalent to:
BufferOutput bufout = getBufferOutput();
bufout.setOffset(of);
return bufout;
- getBufferOutput() - Method in class com.tangosol.io.pof.PofBufferWriter
- Return the BufferOutput that this PofBufferWriter writes to.
- getBufferOutput() - Method in class com.tangosol.io.pof.WritingPofHandler
- Obtain the DataOutput object that this Writing POF Handler is writing to.
- getBufferOutput() - Method in interface com.tangosol.io.WriteBuffer
- Get a BufferOutput object to write data to this buffer, starting at the beginning of the WriteBuffer.
- getBufferOutput(int) - Method in interface com.tangosol.io.WriteBuffer
- Get a BufferOutput object to write data to this buffer starting at a particular offset.
- getBufferPool() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Obtain the factory used to create WriteBuffer objects.
- getBundleSize() - Method in class com.tangosol.net.cache.AbstractBundler.Bundle
- Obtain this bundle size.
- getBundleSize() - Method in class com.tangosol.net.cache.AbstractEntryBundler.Bundle
- Obtain this bundle size.
- getBundleSize() - Method in class com.tangosol.net.cache.AbstractKeyBundler.Bundle
- Obtain this bundle size.
- getByAddress(byte[]) - Static method in class com.tangosol.net.InetAddressHelper
- Return an InetAddress object given the raw IP address.
- getById(int) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
- Get a Registry Entry by its ID.
- getByName(String) - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
- Get a Registry Entry by its name.
- getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferInputStream
- Obtain the ByteBuffer that this InputStream is based on.
- getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferOutputStream
- Obtain the ByteBuffer that this OutputStream is based on.
- getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
- Obtain the ByteBuffer that this ReadBuffer is based on.
- getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer
- Obtain the ByteBuffer that this ReadBuffer is based on.
- getByteBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
- Obtain the ByteBuffer that this WriteBuffer is based on.
- getBytesWritten() - Method in class com.tangosol.io.WrapperDataOutputStream
- Return the total number of bytes written to the wrapped DataOutput object.
- getBytesWritten() - Method in class com.tangosol.io.WrapperObjectOutputStream
- Return the total number of bytes written to the wrapped DataOutput object. This method is unsupported.
- getCache(String) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Obtain a session management cache by name.
- getCache(String, CacheConfig) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Return a Cache implementation with the given name.
- getCache(String) - Static method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Obtain an existing P13N Cache by name.
- getCache() - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Return the ConfigurableCacheMap that uses this eviction policy.
- getCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain the NamedCache that this ContinuousQueryCache is based on.
- getCache(String) - Static method in class com.tangosol.net.CacheFactory
- Return an instance of a cache configured by the current ConfigurableCacheFactory.
- getCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
- Return an instance of a cache configured by the current ConfigurableCacheFactory.
- getCache() - Method in class com.tangosol.util.CacheCollator
-
- getCachedOrPending(Object) - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get a value from the internal cache in a way that respects a potentially pending write-behind operation.
- getCacheEntry(Object) - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Locate a cache Entry in the cache based on its key.
- getCacheEntry(Object) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Locate a cache Entry in the cache based on its key.
- getCacheEntry(Object) - Method in class com.tangosol.net.cache.SerializationCache
- Locate a cache Entry in the cache based on its key.
- getCacheEntry() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
- Obtain the actual cache entry from the partition-specific backing map.
- getCacheEntry(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Locate a cache Entry in the cache based on its key.
- getCacheEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheEvent
- Return the underlying CacheEvent.
- getCacheFactory() - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
- Get the ConfigurableCacheFactory instance
- getCacheFactory() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.Manager
- Obtain the "container" DefaultConfigurableCacheFactory that created this manager and which this manager is bound to.
- getCacheFactoryBuilder() - Static method in class com.tangosol.net.CacheFactory
- Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.
- getCacheFactoryBuilderConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the cache factory builder configuration as defined by the "cache-factory-builder-config" element in the tangosol-coherence.xml configuration file.
- getCacheHits() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the rough number of cache hits since the cache statistics were last reset.
- getCacheHits() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the rough number of cache hits since the cache statistics were last reset.
- getCacheHits() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the rough number of cache hits since the cache statistics were last reset.
- getCacheHits() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the rough number of cache hits since the cache statistics were last reset.
- getCacheHitsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which an entry existed in this map.
- getCacheHitsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which an entry existed in this map.
- getCacheHitsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which an entry existed in this map.
- getCacheLoader() - Method in class com.tangosol.net.cache.LocalCache
- Determine the loader used by this LocalCache, if any.
- getCacheLoader() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheLoaderCacheStore
- The wrapped CacheLoader.
- getCacheMap() - Method in class com.tangosol.util.ConverterCollections.ConverterCacheMap
- Return the underlying CacheMap.
- getCacheMap(CacheMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of CacheMap.
- getCacheMisses() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the rough number of cache misses since the cache statistics were last reset.
- getCacheMisses() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the rough number of cache misses since the cache statistics were last reset.
- getCacheMisses() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the rough number of cache misses since the cache statistics were last reset.
- getCacheMisses() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the rough number of cache misses since the cache statistics were last reset.
- getCacheMissesMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which no entry existed in this map.
- getCacheMissesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which no entry existed in this map.
- getCacheMissesMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) for the get() operations for which no entry existed in this map.
- getCacheName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
- Return the name of the Cache to flush.
- getCacheName() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Return the cache name.
- getCacheName() - Method in class com.tangosol.net.cache.NearCache
- Return the cache name.
- getCacheName() - Method in class com.tangosol.net.cache.WrapperNamedCache
- Return the cache name.
- getCacheName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
- Obtain the cache name.
- getCacheName() - Method in interface com.tangosol.net.NamedCache
- Return the cache name.
- getCacheName() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
- Return the cache name.
- getCacheNames() - Method in interface com.tangosol.net.CacheService
- Returns an Enumeration of String objects, one for each cache name that has been previously registered with this CacheService.
- getCacheNames() - Method in class com.tangosol.net.WrapperCacheService
- Returns an Enumeration of String objects, one for each cache name that has been previously registered with this CacheService.
- getCacheProvider() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the PortalCacheProvider that created this CacheImpl
- getCachePrunes() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the rough number of cache pruning cycles since the cache statistics were last reset.
- getCachePrunes() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the rough number of cache pruning cycles since the cache statistics were last reset.
- getCachePrunes() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the rough number of cache pruning cycles since the cache statistics were last reset.
- getCachePrunesMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
- getCachePrunesMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
- getCachePrunesMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
- getCacheReloader() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
- Return the CacheReloader used to refresh the corresponding Map.Entry value.
- getCacheService() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return the CacheService assosiated with this context.
- getCacheService() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Return the CacheService that this NamedCache is a part of.
- getCacheService() - Method in class com.tangosol.net.cache.NearCache
- Return the CacheService that this NamedCache is a part of.
- getCacheService() - Method in class com.tangosol.net.cache.WrapperNamedCache
- Return the CacheService that this NamedCache is a part of.
- getCacheService() - Method in interface com.tangosol.net.NamedCache
- Return the CacheService that this NamedCache is a part of.
- getCacheService() - Method in class com.tangosol.net.WrapperCacheService
- Return the wrapped CacheService.
- getCacheService() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
- Return the CacheService that this NamedCache is a part of.
- getCacheService() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return the CacheService assosiated with this context.
- getCacheStatistics() - Method in class com.tangosol.net.cache.CachingMap
- Obtain the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.cache.OverflowMap
- Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.cache.SerializationMap
- Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.cache.SimpleSerializationMap
- Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Return the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Returns the CacheStatistics for this cache.
- getCacheStatistics() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain an array of all of the CacheStatistics objects for the current backing maps, one for each partition.
- getCacheStatistics() - Method in class com.tangosol.util.WrapperObservableMap
- Return the CacheStatistics for this cache.
- getCacheStore() - Method in class com.tangosol.net.cache.LocalCache
- Determine the store used by this LocalCache, if any.
- getCacheStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- The wrapped CacheStore.
- getCacheStore() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the representative of the "persistent" storage for this backing map.
- getCacheStoreTimeoutMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the timeout used for CacheStore operations, or 0 if no timeout is specified.
- getCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself.
- getCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() -
WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.
Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.
- getCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() -
WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.
Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.
- getCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() -
WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.
Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.
- getCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Get the capacity of the current ByteBuffer.
- getCapacity() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the capacity of the map in bytes.
- getCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Get the capacity of the current ByteBuffer.
- getCapacity() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself. In other words, a WriteBuffer has getCapacity() -
WriteBuffer.length() bytes that can be written to it without overflowing the current underlying buffer allocation. Since the buffer is an abstract concept, the actual mechanism for the underlying buffer is not known, but it could be a Java NIO buffer, or a byte array, etc.
Note that if the maximum size returned by WriteBuffer.getMaximumCapacity() is greater than the current size returned by this method, then the WriteBuffer will automatically resize itself to allocate more space when the amount of data written to it passes the current size.
- getCapacity() - Method in interface com.tangosol.io.WriteBuffer
- Determine the number of bytes that the buffer can hold without resizing itself.
- getCertificate(Member) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the Certificate assocaited with the specified Member.
- getCertificateLocal() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the filter's certificate.
- getChangedBinaryValue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
- Return the Binary value changed by the BinaryEntryStore.
- getChanges() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return a buffer containing changes made to this PofValue in the format defined by the
BinaryDeltaCompressor.
- getChanges() - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return a buffer containing changes made to this PofValue in the format defined by the
BinaryDeltaCompressor.
- getChannel() - Method in class com.tangosol.net.WrapperServerSocket
- getChannel() - Method in class com.tangosol.net.WrapperSocket
- getCharBuf(int) - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
- Obtain a temp buffer used to avoid allocations when building Strings from UTF binary data.
- getCharBuf() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
- Obtain a temp buffer used to avoid allocations from
String.toCharArray() and repeated calls to String.charAt(int).
- getChild(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
- Locate a child PofValue contained within this PofValue.
- getChild(int) - Method in interface com.tangosol.io.pof.reflect.PofValue
- Locate a child PofValue contained within this PofValue.
- getChild(int) - Method in class com.tangosol.io.pof.reflect.SimplePofValue
- Locate a child PofValue contained within this PofValue.
- getChildrenIterator() - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
- Return an iterator over all parsed child values.
- getCipher(int, Key) - Method in class com.tangosol.net.security.AbstractEncryptionFilter
- Return a cached thread-local initialized Cipher.
- getCipherParams() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
- Return the Cipher's parameters
- getCipherTransformation() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
- Return the Cipher's transformation
- getClass(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the class associated with the given user type identifier.
- getClass(int) - Method in interface com.tangosol.io.pof.PofContext
- Determine the class associated with the given user type identifier.
- getClass(int, PofContext) - Static method in class com.tangosol.io.pof.reflect.PofReflectionHelper
- Determine the class associated with the given type identifier.
- getClass(int) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- Determine the class associated with the given user type identifier.
- getClass(int) - Method in class com.tangosol.io.pof.SimplePofContext
- Determine the class associated with the given user type identifier.
- getClass(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Determine the class associated with the given user type identifier.
- getClassExtracted() - Method in class com.tangosol.util.extractor.PofExtractor
- Obtain the Class of the extracted value.
- getClassLoader() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return the ClassLoader assosiated with this context.
- getClassLoader() - Method in class com.tangosol.net.cache.BinaryStoreCacheStore
- Returns the ClassLoader that this CacheStore uses for deserialization, if it has one.
- getClassLoader() - Method in class com.tangosol.net.cache.SerializationMap
- Returns the ClassLoader that this map uses for deserialization, if it has one.
- getClassLoader() - Method in class com.tangosol.net.cache.SimpleSerializationMap
- Returns the ClassLoader that this map uses for deserialization, if it has one.
- getClassLoader() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a ClassLoader.
- getClassLoader() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return the ClassLoader assosiated with this context.
- getClassName(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the name of the class associated with the given user type identifier.
- getClassName(int) - Method in interface com.tangosol.io.pof.PofContext
- Determine the name of the class associated with the given user type identifier.
- getClassName(int) - Method in class com.tangosol.io.pof.SimplePofContext
- Determine the name of the class associated with the given user type identifier.
- getClassName(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Determine the name of the class associated with the given user type identifier.
- getCleanupMethod() - Static method in class com.tangosol.io.nio.DirectBufferManager
- Return the method used for buffers cleanup when the threshold is met.
- getCleanupThreshold() - Static method in class com.tangosol.io.nio.DirectBufferManager
- Return the value used to calculate the size threshold for the uncollected buffers that triggers a cleanup operation.
- getCloner() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the Method object that is used to deep-clone the property value.
- getCloseCount() - Method in class com.tangosol.util.ThreadGate
- Return the number of unmatched completed close/barEntry calls.
- getClosingThread() - Method in class com.tangosol.util.ThreadGate
- Return the thread that is closing the gates.
- getCluster() - Static method in class com.tangosol.net.CacheFactory
- Return a Cluster object for Coherence services.
- getCluster() - Method in interface com.tangosol.net.Service
- Return the Cluster object that this Service is a part of.
- getCluster() - Method in class com.tangosol.net.WrapperService
- getClusterCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of existent distributed session models.
- getClusterConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the default cluster configuration as defined by the "cluster-config" element in the tangosol-coherence.xml configuration file.
- getClusterName() - Method in interface com.tangosol.net.Cluster
- Determine the configured name for the Cluster.
- getClusterPermissions(Principal) - Method in class com.tangosol.net.security.DefaultController
- Obtain the permissions for the specified principal.
- getClusterQuorumMap() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
- Return the cluster quorum map, keyed by role name.
- getCollationKey(String) - Method in class com.tangosol.util.CacheCollator
- Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
- getCollection() - Static method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain the AbstractHttpSessionCollection that is being used in the current application.
- getCollection() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Determine the collection that this model belongs to.
- getCollection() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
- Return the underlying Collection.
- getCollection(Collection, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of Collection that uses a Converter to view an underlying Collection.
- getCollection(Collection, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of Collection.
- getCollectionClassName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the fully qualified class name of the
HttpSessionCollection implementation in use.
- getCollectionClassName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the fully qualified class name of the
HttpSessionCollection implementation in use.
- getComment() - Method in class com.tangosol.run.xml.SimpleElement
- Get the text of any comments that are in the XML element.
- getComment() - Method in interface com.tangosol.run.xml.XmlElement
- Get the text of any comments that are in the XML element.
- getCommonName(Principal) - Method in class com.tangosol.net.security.PeerX509TrustManager
- Return the common name of the given principal
- getComparator() - Method in class com.tangosol.util.comparator.SafeComparator
- Obtain the wrapped Comparator.
- getComparator() - Method in class com.tangosol.util.extractor.ComparisonValueExtractor
- Return a Comparator used by this extractor.
- getComparator() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the Comparator used to partition the entry values into pages.
- getComparator() - Method in interface com.tangosol.util.MapIndex
- Get the Comparator used to sort the index.
- getComparator() - Method in class com.tangosol.util.SimpleMapIndex
- Get the Comparator used to sort the index.
- getComparators() - Method in class com.tangosol.util.comparator.ChainedComparator
- Obtain the underlying Comparator array.
- getComparisonStyle() - Method in class com.tangosol.util.comparator.EntryComparator
- Obtain the comparison style value utilized by this EntryComparator.
- getComplex() - Method in class com.tangosol.io.pof.ValidatingPofHandler
- Obtain the current Complex object, if any.
- getComplex() - Method in class com.tangosol.io.pof.WritingPofHandler
- Obtain the current Complex object that represents the complex type that is being written to the POF stream.
- getCompositeName(Class, String) - Static method in class com.tangosol.util.ClassHelper
- Build the composite name of a class based on an existing class and a second class name.
- getCompositeName(String, String) - Static method in class com.tangosol.util.ClassHelper
- Build the composite name of a class based on an existing class name and a second class name.
- getCompositePackage(String, String) - Static method in class com.tangosol.util.ClassHelper
- Build the composite name of a package based on two package names.
- getConcurrency() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getConcurrency() - Method in interface com.tangosol.util.TransactionMap
- Retrieve this TransactionMap's current concurrency mode.
- getConcurrentMap() - Method in class com.tangosol.util.ConverterCollections.ConverterConcurrentMap
- Return the underlying ConcurrentMap.
- getConcurrentMap(ConcurrentMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of ConcurrentMap.
- getConfig() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
- Retrieve the manager's configuration.
- getConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the current configuration of the object. Note that the configuration will not be available unless the ConfigurablePofContext was constructed with the configuration, the configuration was specified using the
XmlConfigurable interface, or the ConfigurablePofContext has fully initialized itself (which does not occur until a ClassLoader is provided, or an attempt is made through the ConfigurablePofContext to serialize or deserialize a POF object, whichever comes first.)
- getConfig() - Method in interface com.tangosol.net.BackingMapManagerContext
- Determine the current configuration of the assosiated BackingMapManager.
- getConfig() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.net.CompressionFilter
- Determine the current configuration of the object.
- getConfig() - Method in interface com.tangosol.net.ConfigurableCacheFactory
- Obtain the factory configuration XML.
- getConfig() - Method in class com.tangosol.net.ConfigurableQuorumPolicy
- Obtain the factory configuration XML.
- getConfig() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Obtain the factory configuration XML.
- getConfig() - Method in class com.tangosol.net.security.AbstractEncryptionFilter
-
- getConfig() - Method in class com.tangosol.net.security.ClusterEncryptionFilter
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.net.SocketOptions
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.net.SocketProviderFactory
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.net.WrapperSocketProvider
- Determine the current configuration of the object.
- getConfig() - Method in interface com.tangosol.run.xml.XmlConfigurable
- Determine the current configuration of the object.
- getConfig() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Determine the current configuration of the assosiated BackingMapManager.
- getConfigClassLoader() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Return the class loader used to load the configuration for this factory.
- getConfigLocation() - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
- getConfigUnsafe() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory
- Obtain a mutable reference to the factory configuration XML.
- getConfigurableCacheFactory() - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Obtain the ConfigurableCacheFactory used by the SessionHelper.
- getConfigurableCacheFactory() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Obtain the ConfigurableCacheFactory used by this PortalCacheFactory.
- getConfigurableCacheFactory() - Static method in class com.tangosol.net.CacheFactory
- Obtain the ConfigurableCacheFactory singleton using the configuration info from the "configurablecache-factory-config" element located in the tangosol-coherence.xml configuration file.
- getConfigurableCacheFactory(ClassLoader) - Static method in class com.tangosol.net.CacheFactory
- Obtain the ConfigurableCacheFactory associated with the specified class loader.
- getConfigurableCacheFactory(ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
- Return the default ConfigurableCacheFactory for a given class loader.
- getConfigurableCacheFactory(String, ClassLoader) - Method in interface com.tangosol.net.CacheFactoryBuilder
- Return the ConfigurableCacheFactory for a given URI and class loader.
- getConfigurableCacheFactory(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return the default ConfigurableCacheFactory for a given class loader.
- getConfigurableCacheFactory(String, ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return the ConfigurableCacheFactory for a given URI and class loader.
- getConfigurableCacheFactoryConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the configurable cache factory configuration as defined by the "configurable-cache-factory-config" element in the tangosol-coherence.xml configuration file.
- getConfigurationCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the NamedCache used to store configuration and management information for the session management implementation.
- getConfigurationConsistencyVerifier() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get a ConfigurationConsistencyVerifier instance.
- getConfiguredName() - Method in class com.tangosol.util.Daemon
- Determine the configured name for the daemon.
- getConfiguredPriority() - Method in class com.tangosol.util.Daemon
- Determine the configured priority for the daemon.
- getContainerName() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
- Deprecated. Return the name of the target web container for this utility.
- getContainsValueAction() - Method in class com.tangosol.util.SegmentedHashMap
- Return the registered action for containsValue().
- getContext() - Method in class com.tangosol.net.AbstractBackingMapManager
- Determine the current BackingMapManagerContext for this BackingMapManager.
- getContext() - Method in interface com.tangosol.net.BackingMapManager
- Determine the current BackingMapManagerContext for this BackingMapManager.
- getContext() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return the context this entry operates within.
- getContext() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the context information provided by the CacheService.
- getContext() - Method in interface com.tangosol.net.Guardable
- Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.
- getContext() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Obtain the BackingMapManagerContext that provides the partition information for keys that are stored in the backing map.
- getContext() - Method in interface com.tangosol.util.BinaryEntry
- Return the context this entry operates within.
- getContext() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return the context this entry operates within.
- getContext() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Get the BackingMapManagerContext if one was provided.
- getContext() - Method in class com.tangosol.util.Daemon
- Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.
- getContextAttributeListeners() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the application listeners that listen to servlet context attribute events.
- getContextClassLoader() - Method in interface com.tangosol.io.ClassLoaderAware
- Retrieve the context ClassLoader for this object.
- getContextClassLoader() - Method in class com.tangosol.io.DefaultSerializer
- Retrieve the context ClassLoader for this object.
- getContextClassLoader() - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Retrieve the context ClassLoader for this object.
- getContextClassLoader() - Method in class com.tangosol.net.cache.NearCache
- Retrieve the context ClassLoader for this object.
- getContextClassLoader() - Method in class com.tangosol.net.WrapperService
- Retrieve the context ClassLoader for this object.
- getContextSerializer() - Method in interface com.tangosol.io.SerializerAware
- Retrieve the context Serializer for this object.
- getControlMap() - Method in class com.tangosol.net.cache.CachingMap
- Obtain the ConcurrentMap that should be used to synchronize the front map modification access.
- getControlMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the concurrency control map for this backing map.
- getConverter() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a Converter.
- getConverterDown() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
- Return the Converter used to pass values down to the underlying Collection.
- getConverterDown() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
- Return the Converter used to pass values down to the underlying ListIterator.
- getConverterKeyDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Return the Converter used to pass keys down to the underlying Entry Set.
- getConverterKeyDown() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Return the Converter used to pass keys down to the underlying Map.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Return the Converter to view the underlying Entry's key through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
- Return the Converter to view the underlying Entry's key through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
- Return the Converter to view the underlying Entry's key through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Return the Converter used to view the underlying Entry Set's keys through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Return the Converter used to view the underlying Map's keys through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return the Converter used to view the underlying MapEvent's key through.
- getConverterKeyUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Return the Converter used to view an underlying CacheEvent's key through.
- getConverterListener(MapListener) - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
- Create a converter listener for the specified listener.
- getConverterUp() - Method in class com.tangosol.util.ConverterCollections.ConverterCollection
- Return the Converter used to view the underlying Collection's values through.
- getConverterUp() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
- Return the Converter used to view the underlying ListIterator's values through.
- getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Return the Converter used to change value in the underlying Entry.
- getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
- Return the Converter used to change value in the underlying Entry.
- getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
- Return the Converter used to change value in the underlying Entry.
- getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Return the Converter used to pass values down to the underlying Entry Set.
- getConverterValueDown() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Return the Converter used to pass values down to the underlying Map.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Return the Converter to view the underlying Entry's value through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntry
- Return the Converter to view the underlying Entry's value through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterEntry
- Return the Converter to view the underlying Entry's value through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Return the Converter used to view the underlying Entry Set's values through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Return the Converter used to view the underlying Map's values through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return the Converter used to view the underlying MapEvent's value through.
- getConverterValueUp() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Return the Converter used to view an underlying CacheEvent's value through.
- getCookie() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the cookie object.
- getCount() - Method in class com.tangosol.util.AtomicCounter
- Return the current value of the counter.
- getCount() - Method in class com.tangosol.util.ThreadGate.ThreadLocalCounter
- Obtain the long value of the ThreadLocalCounter for the current thread.
- getCount() - Method in class com.tangosol.util.UID
- Determine the "counter" portion of the UID that ensures that two UIDs generated at the same exact time by the same process are unique.
- getCount() - Method in class com.tangosol.util.UUID
- Determine the "counter" portion of the UUID that ensures that two UUIDs generated at the same exact time by the same process are unique.
- getCreatedMillis() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Determine when the cache entry was created.
- getCreationTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the creation time for this session.
- getCreationTime() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns the creation time for this session.
- getCurrentBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Obtain the current buffer.
- getCurrentBufferAbsoluteOffset() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the offset of the first byte of the current buffer.
- getCurrentBufferRemaining() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the maximum number of bytes that can still be written to the current underlying WriteBuffer.
- getCurrentPage() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Obtain the page to which current updates are being performed.
- getCurrentPageNumber() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Determine the number of pages that the PagedBinaryStore has managed in total, including those it is currently managing.
- getCurrentPageTime() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the time that the current page was created.
- getCurrentProvider() - Method in class com.tangosol.net.CompositeAddressProvider.AddressIterator
- Return the current AddressProvider.
- getCurrentResult(WorkItem) - Method in class com.tangosol.coherence.commonj.WorkManager
- Retrieve a current WorkStatus (partial result) for a given Work.
- getCurrentRule() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Return the current quorum rule used by the policy.
- getCurrentSubject() - Static method in class com.tangosol.net.security.SecurityHelper
- Return the Subject from the current security context.
- getCurrentTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the current time value in milliseconds.
- getDaemon() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
- Deprecated.
- getDaemon() - Method in class com.tangosol.util.Daemon.DaemonWorker
-
- getDaemonCheckCollectionModulo() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine how many times the daemon will perform its check before checking the session models that the collection considers "local".
- getDaemonCycleMillis() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the number of milliseconds per reap cycle.
- getDaemonMaxThreads() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getDaemonMinThreads() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getDaemonPriority() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the configured priority for the session reaper daemon.
- getDaemonQueueSize() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getData() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
- Return the work feedback data.
- getDataInput() - Method in class com.tangosol.io.WrapperBufferInput
- Obtain the underlying object providing the DataInput interface that this object is delegating to.
- getDataInput() - Method in class com.tangosol.io.WrapperDataInputStream
- Obtain the underlying object providing the DataInput interface that this object is delegating to.
- getDataOutput() - Method in class com.tangosol.io.WrapperBufferOutput
- Obtain the underlying object providing the DataOutput interface that this object is delegating to.
- getDataOutput() - Method in class com.tangosol.io.WrapperDataOutputStream
- Obtain the underlying object providing the DataOutput interface that this object is delegating to.
- getDataOutput() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a DataOutput.
- getDataVersion() - Method in class com.tangosol.io.AbstractEvolvable
- Obtain the version associated with the data stream from which this object was deserialized.
- getDataVersion() - Method in interface com.tangosol.io.Evolvable
- Obtain the version associated with the data stream from which this object was deserialized.
- getDate() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Date.
- getDate(Date) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Date.
- getDate() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Date.
- getDate(Date) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Date.
- getDateTime() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Timestamp.
- getDateTime(Timestamp) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Timestamp.
- getDateTime() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Timestamp.
- getDateTime(Timestamp) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Timestamp.
- getDay() - Method in class com.tangosol.io.pof.RawDate
- Determine the date's day value.
- getDays() - Method in class com.tangosol.io.pof.RawDayTimeInterval
- Determine the number of days in the day-time interval.
- getDb() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
- Get the underlying Database handle.
- getDbConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory
- Get the DatabaseConfiguration used to create Databases.
- getDbHolder() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
- Get the DatabaseHolder.
- getDbIdCounter() - Method in class com.tangosol.io.bdb.DatabaseFactory
- Get the DB ID Counter value.
- getDeathCertCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of previously used session IDs (IDs of previously existent HttpSessionModel objects).
- getDeathCertCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getDecimal() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a decimal.
- getDecimal(BigDecimal) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a decimal.
- getDecimal() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a decimal.
- getDecimal(BigDecimal) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a decimal.
- getDecomposition() - Method in class com.tangosol.util.CacheCollator
- Get the decomposition mode of this Collator.
- getDecryptionBlockSize() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the filter's decryption block size.
- getDefaultDirectory() - Static method in class com.tangosol.io.AbstractBinaryStore
- Obtain a File object for the default directory to use for file storage.
- getDefaultDomain() - Static method in class com.tangosol.net.management.MBeanHelper
- Return the the default domain name as configured in the Coherence operational configuration descriptor ("default-domain-name" element).
- getDefaultFactory(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return a default cache factory for the specified loader.
- getDefaultMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the default maximum interval, in seconds, that a session will be kept alive without any activity.
- getDeferredList() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain the List of keys that may have deferred events.
- getDeferredList() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Obtain the List of keys that may have deferred events.
- getDelayMillis() - Method in class com.tangosol.net.cache.AbstractBundler
- Obtain the timeout delay value.
- getDelayMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
- getDelaySeconds() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
- getDelegate() - Method in class com.tangosol.net.WrapperSelector
- Return the Selector to which this selector delegates.
- getDelegate() - Method in class com.tangosol.net.WrapperSocketProvider
- Return the delegate SocketProvider.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
- Return the Collection to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
- Return the Map to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
- Return the Iterator to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperList
- Return the List to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperListIterator
- Return the Iterator to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperMap
- Return the Map to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSet
- Return the Set to which all operations should be delegated to.
- getDelegate() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
- Return the SortedSet to which all operations should be delegated to.
- getDelta() - Method in class com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
- Obtain the final delta result as a Binary value.
- getDeltaCompressor() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a DeltaCompressor.
- getDepth() - Method in class com.tangosol.io.pof.LoggingPofHandler
- Determine the current nested data structure depth within the POF stream.
- getDerivedName(Class, String) - Static method in class com.tangosol.util.ClassHelper
- Build the name of a "derived" class based on an existing class and a "derived" class prefix.
- getDerivedName(String, String) - Static method in class com.tangosol.util.ClassHelper
- Build the name of a "derived" class based on the name of an existing class and a "derived" class prefix.
- getDescription() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Returns a string representation of this object's attributes.
- getDescription() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns a string representation of this object's attributes.
- getDescription() - Method in class com.tangosol.coherence.servlet.RequestContext
- Deprecated. Returns a string representation of this object's attributes.
- getDescription() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns a string representation of this object's attributes.
- getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
- Return a string representation of this EntryInfo's attributes.
- getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return a string representation of this CacheImpl's attributes.
- getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
- Return a string representation of this EntryInfo's attributes.
- getDescription() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Return a string representation of this CacheProvider's attributes.
- getDescription() - Method in class com.tangosol.net.cache.AbstractSerializationCache
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.CacheEvent
- Get the event's description.
- getDescription() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.OverflowMap.Status
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.SerializationCache
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.SerializationMap
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.net.partition.PartitionEvent
- Get the event's description.
- getDescription(int) - Static method in class com.tangosol.net.partition.PartitionEvent
- Convert an event ID into a human-readable string.
- getDescription() - Method in class com.tangosol.util.Daemon
- Format the Daemon attributes into a String for inclusion in the String returned from the
Daemon.toString() method.
- getDescription() - Method in class com.tangosol.util.MapEvent
- Get the event's description.
- getDescription(int) - Static method in class com.tangosol.util.MapEvent
- Convert an event ID into a human-readable string.
- getDescription() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
- Get the event's description.
- getDescription() - Method in class com.tangosol.util.processor.NumberIncrementor
- Returns this PropertyProcessor's description.
- getDescription() - Method in class com.tangosol.util.processor.NumberMultiplier
- Returns this PropertyProcessor's description.
- getDescription() - Method in class com.tangosol.util.processor.PropertyProcessor
- Returns this PropertyProcessor's description.
- getDescription() - Method in class com.tangosol.util.SafeSortedMap.IndexNode
- getDescription() - Method in class com.tangosol.util.TaskDaemon
- Format the Daemon attributes into a String for inclusion in the String returned from the
Daemon.toString() method.
- getDescription() - Method in class com.tangosol.util.WrapperConcurrentMap
- Assemble a human-readable description.
- getDescription() - Method in class com.tangosol.util.WrapperObservableMap
- Assemble a human-readable description.
- getDestination(int) - Method in class com.tangosol.net.LoadBalancer
- Determine one of the AddressPort combinations that the load balancer balances requests to.
- getDestinationCount() - Method in class com.tangosol.net.LoadBalancer
- Determine the number of AddressPort combinations that the load balancer balances requests to.
- getDestructiveBufferInput() - Method in class com.tangosol.io.MultiBufferReadBuffer
- Return a self-destructing BufferInput over this Buffer.
- getDirectory() - Method in class com.tangosol.io.nio.MappedStoreManager
- Obtain the directory to use for MappedBufferManager(s).
- getDirEnv() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the Environment Directory.
- getDirLock() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the DirectoryLock held on a temporary Environment.
- getDirParent() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the Parent Directory.
- getDirtyBytesCount() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Get the estimated number of dirty bytes in this POF value hierarchy.
- getDistControllerClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getDistributedCache() - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
getService(String).ensureCache(null, null) instead
- getDistributedCache(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String) instead
- getDistributedCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String, ClassLoader) instead
- getDistributedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
- Deprecated. use
CacheAdapter.getNamedCache(java.lang.String, java.lang.ClassLoader) instead.
- getDistributedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the default distributed cache configuration.
- getDistributedCacheService(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getService(String) instead
- getDistributedCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, deprecated with no replacement
- getDistributionController() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the SessionDistributionController for the session collection, if one was specified.
- getDocumentComment() - Method in class com.tangosol.run.xml.SimpleDocument
- Get the XML comment that appears outside of the root element.
- getDocumentComment() - Method in interface com.tangosol.run.xml.XmlDocument
- Get the XML comment that appears outside of the root element.
- getDomainName() - Method in interface com.tangosol.net.management.Registry
- Domain name for managed beans registered by Coherence clustered services.
- getDouble() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a double.
- getDouble(double) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a double.
- getDouble() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a double.
- getDouble(double) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a double.
- getDtdName() - Method in class com.tangosol.run.xml.SimpleDocument
- Get the public identifier of the DTD (DOCTYPE) for the document.
- getDtdName() - Method in interface com.tangosol.run.xml.XmlDocument
- Get the public identifier of the DTD (DOCTYPE) for the document.
- getDtdUri() - Method in class com.tangosol.run.xml.SimpleDocument
- Get the URI of the DTD (DOCTYPE) for the document.
- getDtdUri() - Method in interface com.tangosol.run.xml.XmlDocument
- Get the URI of the DTD (DOCTYPE) for the document.
- getEffectiveness() - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
- Get the effectiveness value of the wrapped filter.
- getElement(String) - Method in class com.tangosol.run.xml.SimpleElement
- Get a child element.
- getElement(String) - Method in interface com.tangosol.run.xml.XmlElement
- Get a child element.
- getElement(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Get a child element for the specified element.
- getElement(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Get a child element of the specified XmlElement that matches to the specified local name and the specified Namespace URI.
- getElementAdapter() - Method in class com.tangosol.run.xml.CollectionAdapter
-
- getElementCount() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
- Obtain the total element count.
- getElementCountInMemory() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the size of the cache in memory (object count) Not supported (returns total cache size, including disk).
- getElementCountOnDisk() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the size of the cache on disk (object count) Not supported (returns -1).
- getElementList() - Method in class com.tangosol.run.xml.SimpleElement
- Get the list of all child elements.
- getElementList() - Method in interface com.tangosol.run.xml.XmlElement
- Get the list of all child elements.
- getElementName() - Method in class com.tangosol.run.xml.IterableAdapter
-
- getElements(XmlElement) - Method in class com.tangosol.run.xml.PropertyAdapter
- Get an iterator of child elements of the specified XmlElement that represent values for a property represented by this adapter.
- getElements(String) - Method in class com.tangosol.run.xml.SimpleElement
- Get an iterator of child elements that have a specific name.
- getElements(String) - Method in interface com.tangosol.run.xml.XmlElement
- Get an iterator of child elements that have a specific name.
- getElements(XmlElement, String, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Get an iterator of child elements of the specified XmlElement that match to the specified local name and the specified Namespace URI.
- getEncoding() - Method in class com.tangosol.run.xml.SimpleDocument
- Get the encoding string for the XML document.
- getEncoding() - Method in interface com.tangosol.run.xml.XmlDocument
- Get the encoding string for the XML document.
- getEncryptionBlockSize() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the filter's encryption block size.
- getEnteredThreads() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Retrieve the list of all threads that have entered this session model.
- getEntityClassMetadata() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Get the Hibernate ClassMetadata for the Hibernate entity
- getEntityManager() - Method in class com.tangosol.coherence.jpa.JpaCacheLoader
- Creates and returns an EntityManager.
- getEntityName() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Get the Hibernate entity name
- getEntry(MapEvent) - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Return the map entry associated with the given map event.
- getEntry(Object) - Method in class com.tangosol.net.cache.LocalCache
- Locate an Entry in the hash map based on its key.
- getEntry(Object) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Locate an Entry in the hash map based on its key.
- getEntry() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Return the underlying Map.Entry.
- getEntry(Map.Entry, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of a MapEntry that uses Converters to retrieve the Entry's data.
- getEntry(Object) - Method in class com.tangosol.util.SafeHashMap
- Locate an Entry in the hash map based on its key.
- getEntry(Object) - Method in class com.tangosol.util.SafeSortedMap
- Locate a Map.Entry in this map based on its key.
- getEntry(Object) - Method in class com.tangosol.util.SegmentedHashMap
- Locate an Entry in the this map based on its key.
- getEntryBlockCount() - Method in class com.tangosol.io.nio.BinaryMap
- Returns the number of entry blocks.
- getEntryInfoMap() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the ConcurrentMap of EntryInfo objects for this CacheImpl.
- getEntryInternal(Object) - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Locate an Entry in the hash map based on its key.
- getEntryInternal(Object) - Method in class com.tangosol.util.SafeHashMap
- Locate an Entry in the hash map based on its key.
- getEntryInternal(Object) - Method in class com.tangosol.util.SegmentedHashMap
- Locate an Entry in the hash map based on its key.
- getEntryInternal(Object, boolean) - Method in class com.tangosol.util.SegmentedHashMap
- Locate an Entry in the hash map based on its key.
- getEntryMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
- getEntryNode() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
- Return the EntryNode below this one in the skip-list.
- getEntryProcessor() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of an EntryProcessor.
- getEntrySet() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet
- Return the underlying Entry Set.
- getEntrySet(Collection, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of a Set that holds Entry objects for a ConverterMap.
- getEntrySet(Set, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of Set that holds Entry objects for a RestrictedMap.
- getEnumeration() - Static method in class com.tangosol.util.NullImplementation
- Returns an instance of the null enumerator.
- getEnvConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the Environment Configuration.
- getEnvHolder() - Method in class com.tangosol.io.bdb.DatabaseFactory
- Get the EnvironmentHolder.
- getEnvironment() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get underlying Berkeley DB Environment.
- getEraseBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Obtain the bundler for the "erase" operations.
- getEraseFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of erase() failures.
- getEraseMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the cummulative time spent on erase() operations.
- getEraseOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of erase() operations.
- getEscapeChar() - Method in class com.tangosol.util.filter.LikeFilter
- Obtain the escape character that is used for escaping '%' and '_' in the pattern or zero if there is no escape.
- getEstimatedReaperSessionCount() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Determine the estimated number of sessions that will be reaped by the reaper when it runs next.
- getEventMask() - Method in class com.tangosol.util.filter.MapEventFilter
- Obtain the event mask.
- getEventQueue() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain this ContinuousQueryCache's event queue.
- getEvictionPolicy() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Obtain the current EvictionPolicy used by the cache.
- getEvictionPolicy() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Obtain the current EvictionPolicy used by the cache.
- getEvictionPolicy() - Method in class com.tangosol.net.cache.SerializationCache
- Obtain the current EvictionPolicy used by the cache.
- getEvictionPolicy() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Obtain the current EvictionPolicy used by the cache.
- getEvictionType() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the current eviction type.
- getEvictionType() - Method in class com.tangosol.net.cache.OldCache.InternalEvictionPolicy
- Deprecated. Determine the OldCache eviction type represented by this InternalEvictionPolicy.
- getException() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
- Return a deserialization exception (if any).
- getException() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
-
- getExecutionTimeoutMillis() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
- Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it. The value of
TIMEOUT_DEFAULT indicates a default timeout value configured for the corresponding service; the value of TIMEOUT_NONE indicates that this task can execute indefinitely. If, by the time the specified amount of time passed, the task has not finished, the service will attempt to stop the execution by using the Thread.interrupt() method. In the case that interrupting the thread does not result in the task's termination, the PriorityTask.runCanceled(boolean) method will be called.
This implementation returns TIMEOUT_DEFAULT.
- getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
- Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it. This implementation returns
TIMEOUT_DEFAULT.
- getExecutionTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
- Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
- getExecutionTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
- Obtain the maximum amount of time this task is allowed to run before the corresponding service will attempt to stop it.
- getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.ExpirableStatus
- Determine the expiry for the entry represented by this Status.
- getExpiry() - Method in class com.tangosol.net.cache.OverflowMap.Status
- Determine the expiry for the entry represented by this Status.
- getExpiryArray() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain the array of keys that have an expiration, indexed by expiration times.
- getExpiryArray() - Method in class com.tangosol.net.cache.SerializationCache
- Get the Expiry data structure.
- getExpiryDelay() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl.ReloadableEntryInfo
- Return the time-to-live of the corresponding Map.Entry.
- getExpiryDelay() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the default "time to live" for each individual cache entry.
- getExpiryDelay() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the default "time to live" for each individual cache entry.
- getExpiryDelay() - Method in class com.tangosol.net.cache.OverflowMap
- Determine the "time to live" for each individual cache entry.
- getExpiryDelay() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the default "time to live" for each individual cache entry.
- getExpiryDelay() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the default "time to live" for each individual cache entry.
- getExpiryMillis() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
- Determine when the cache entry will expire, if ever.
- getExpiryMillis() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Determine when the cache entry will expire, if ever.
- getExpiryMillis() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
- Determine when the cache entry will expire, if ever.
- getExpiryMillis() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
- Determine when the cache entry will expire, if ever.
- getExpiryTime() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
- Determine the date/time at which the entry expires.
- getExternalAttributeCache() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
- Deprecated. Obtain the cache used to store the large session attributes.
- getExternalAttributeUpdates() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
- Deprecated. Return the number of updates to session attributes stored in the external attribute cache since the last time statistics were reset.
- getExternalBinary() - Method in class com.tangosol.coherence.servlet.SplittableHolder
- Obtain the binary form of the value from the external cache.
- getExternalCache() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
- Deprecated. Obtain the cache that holds split-out (external) attribute values.
- getExternalKey() - Method in class com.tangosol.coherence.servlet.SplittableHolder
- Build a key that will be used to access the binary value for this attribute holder that in the external cache.
- getExtractor() - Method in class com.tangosol.util.aggregator.GroupAggregator
- Obtain the underlying ValueExtractor.
- getExtractor() - Method in class com.tangosol.util.extractor.CompositeUpdater
- Retreive the ValueExtractor part.
- getExtractor() - Method in class com.tangosol.util.extractor.KeyExtractor
- Obtain the underlying ValueExtractor.
- getExtractor() - Method in class com.tangosol.util.processor.PropertyManipulator
- Retreive the underlying ValueExtractor reference.
- getExtractor() - Method in interface com.tangosol.util.ValueManipulator
- Retreive the underlying ValueExtractor reference.
- getExtractors() - Method in class com.tangosol.util.extractor.AbstractCompositeExtractor
- Obtain the ValueExtractor array.
- getFactory() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the factory to use to instantiate container-specific implementations of the Servlet specification interfaces.
- getFactory() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore
- Get the DatabaseFactory used to create the underlying Database.
- getFactory(String, ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Helper method to return a CCF instance for the specified URI and class loader.
- getFactory() - Method in interface com.tangosol.net.SocketProvider
- Return the factory associated with this provider.
- getFactory() - Method in class com.tangosol.net.SystemSocketProvider
- Return the factory associated with this provider.
- getFactory() - Method in class com.tangosol.net.WrapperSocketProvider
- Return the factory associated with this provider.
- getFactoryClassName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the fully qualified class name of the
SessionHelper.Factory implementation in use.
- getFactoryClassName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the fully qualified class name of the
SessionHelper.Factory implementation in use.
- getFactoryManager() - Static method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
- Get the DatabaseFactoryManager.
- getFile() - Method in class com.tangosol.io.nio.MappedBufferManager
- Obtain the RandomAccessFile that the buffer is constructed on.
- getFillLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the size of the fill in the block.
- getFilter() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain the Filter that this ContinuousQueryCache is using to query the underlying NamedCache.
- getFilter() - Method in class com.tangosol.util.ConditionalIndex
- Get the associated filter.
- getFilter() - Method in class com.tangosol.util.filter.ArrayFilter.WeightedFilter
- Get the wrapped filter.
- getFilter() - Method in class com.tangosol.util.filter.FilterTrigger
- Obtain the underlying Filter.
- getFilter() - Method in class com.tangosol.util.filter.InKeySetFilter
- Obtain the underying Filter.
- getFilter() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
- Obtain the wrapped Filter.
- getFilter() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the Filter whose results are truncated by this filter.
- getFilter() - Method in class com.tangosol.util.filter.MapEventFilter
- Obtain the Filter object used to evaluate the event value(s).
- getFilter() - Method in class com.tangosol.util.filter.NotFilter
- Obtain the Filter whose results are negated by this filter.
- getFilter() - Method in class com.tangosol.util.filter.PartitionedFilter
- Obtain the wrapped Filter.
- getFilter() - Method in class com.tangosol.util.filter.PriorityFilter
- Obtain the underlying filter.
- getFilter() - Method in class com.tangosol.util.MapListenerSupport.FilterEvent
- Return an array of filters that are the cause of this event
- getFilters() - Method in class com.tangosol.util.filter.ArrayFilter
- Obtain the Filter array.
- getFilterSet() - Method in class com.tangosol.util.MapListenerSupport
- Obtain a set of all filters that have assosiated global listeners.
- getFirstEntry() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap
- Return the first entry in the list..
- getFirstIndex() - Method in class com.tangosol.util.AbstractLongArray
- Determine the first index that exists in the LongArray.
- getFirstIndex() - Method in class com.tangosol.util.AbstractSparseArray
- Determine the first index that exists in the LongArray.
- getFirstIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray
- Determine the first index that exists in the LongArray.
- getFirstIndex() - Method in interface com.tangosol.util.LongArray
- Determine the first index that exists in the LongArray.
- getFirstIndex() - Method in class com.tangosol.util.SimpleLongArray
- Determine the first index that exists in the LongArray.
- getFirstMap() - Method in class com.tangosol.util.ChainedMap
- Get the first (front) map.
- getFirstPartitionCache() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Obtain the first one of the backing caches.
- getFlatRegistry() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a FlatRegistry.
- getFlushDelay() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the delay between cache flushes.
- getFlushDelay() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the delay between cache flushes.
- getFlushDelay() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the delay between cache flushes.
- getFlushDelay() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the delay between cache flushes.
- getFlushTime() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. as of Coherence 3.5
- getForwardEntry(Object) - Method in class com.tangosol.util.ConditionalIndex
- Get the forward index entry associated with the specified key.
- getForwardEntry(Object) - Method in class com.tangosol.util.SimpleMapIndex
- Get the forward index entry associated with the specified key.
- getFreeBlockOffset(int) - Method in class com.tangosol.io.nio.BinaryMap
- Get the first free block in the linked list of free blocks that have a certain size code.
- getFreeCapacity() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the free capacity of the map in bytes.
- getFreeListCount() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the number of free lists (ie the number of size codes).
- getFromMember() - Method in class com.tangosol.net.partition.PartitionEvent
- Determine the member that held the partitions prior to the action represented by this event.
- getFrontEvent() - Method in class com.tangosol.net.cache.OverflowMap.Status
- For internal use only, return the current event from the front Map.
- getFrontEvent() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- For internal use only, return the current event from the front Map.
- getFrontMap() - Method in class com.tangosol.net.cache.CachingMap
- Obtain the front map reference.
- getFrontMap() - Method in class com.tangosol.net.cache.OverflowMap
- Returns the front Map.
- getFrontMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Returns the front Map.
- getFrontMapListener() - Method in class com.tangosol.net.cache.OverflowMap
- Get the MapListener for the front map.
- getFrontMapListener() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Get the MapListener for the front map.
- getFrontPaddingSize() - Method in class com.tangosol.io.MultiByteArrayOutputStream
- Determine the number of extra bytes of padding that will be allocated and left blank at the start of each block in front of the data portion.
- getFullStackTrace() - Method in exception com.tangosol.io.pof.PortableException
- Return an array of Strings containing the full representation of the stack trace.
- getFutureData() - Method in class com.tangosol.io.AbstractEvolvable
- Return all the unknown remainder of the data stream from which this object was deserialized.
- getFutureData() - Method in interface com.tangosol.io.Evolvable
- Return all the unknown remainder of the data stream from which this object was deserialized.
- getGenericTypeId(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- For user types that are not registered in the POF configuration used by this PofContext, determine if the user type can be serialized using POF, otherwise determine if the user type can be serialized using the traditional (pre-POF) Coherence Java Serialization format that supports Java Serializable and ExternalizableLite objects.
- getGetBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
- Obtain the bundler for the "get" operations.
- getGetEntryAction() - Method in class com.tangosol.util.SegmentedHashMap
- Return the registered action for getEntryInternal.
- getGrowthCount() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the level at which the modulo will increase.
- getGrowthThreshold() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Determine the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
- getGrowthThreshold() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Determine the level (what number of bytes used) above which the current ByteBuffer will need to be "resized" upwards.
- getGuardable() - Method in interface com.tangosol.net.Guardian.GuardContext
- Return the Guardable for this context.
- getGuardable() - Method in class com.tangosol.net.GuardSupport.Context
- Return the Guardable for this context.
- getGuardableCount() - Method in class com.tangosol.net.GuardSupport
- Return the number of Guardables that are registered with this GuardSupport.
- getGuardContexts() - Method in class com.tangosol.net.GuardSupport
- Return the array of GuardContext objects for the Guardables managed by this GuardSupport.
- getGuardian() - Method in interface com.tangosol.net.Guardian.GuardContext
- Return the Guardian for this context.
- getGuardian() - Method in class com.tangosol.net.GuardSupport.Context
- Return the Guardian for this context.
- getGuardian() - Method in class com.tangosol.net.GuardSupport
- Return the Guardian that manages this GuardSupport.
- getGuardRegisterAction() - Method in class com.tangosol.util.Daemon
- Return the Guardian registration action.
- getHashCode() - Method in class com.tangosol.run.xml.XmlBean
- Get the cached hash code.
- getHead() - Method in class com.tangosol.util.SafeSortedMap.Split
- Return front of the split.
- getHeadWeight() - Method in class com.tangosol.util.SafeSortedMap.Split
- Return the estimated weight of the head portion of the
SafeSortedMap.Split.
- getHighUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the limit of the cache size in units.
- getHighUnits() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the limit of the cache size in units.
- getHighUnits() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the limit of the cache size in units.
- getHighUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the limit of the cache size in units.
- getHitCount() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the current Cache hit count.
- getHitProbability() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
- getHitProbability() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the rough probability (0 <= p <= 1) that any particular
OldCache.get(java.lang.Object) invocation will be satisfied by an existing entry in the cache, based on the statistics collected since the last reset of the cache statistics.
- getHitProbability() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
- getHitProbability() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
- getHitRate() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Returns an integer percentage of Cache requests which returned a non-expired value.
- getHost() - Method in class com.tangosol.net.LoadBalancer
- Determine the AddressPort that the load balancer listens on.
- getHostKey() - Method in class com.tangosol.util.filter.KeyAssociatedFilter
- Obtain the host key that serves as an associated key for all keys that the wrapped filter will be applied to.
- getHour() - Method in class com.tangosol.io.pof.RawTime
- Determine the time's hour value.
- getHourOffset() - Method in class com.tangosol.io.pof.RawTime
- Determine the timezone's hour offset value.
- getHours() - Method in class com.tangosol.io.pof.RawDayTimeInterval
- Determine the number of hours in the day-time interval.
- getHours() - Method in class com.tangosol.io.pof.RawTimeInterval
- Determine the number of hours in the time interval.
- getHttpServletRequest() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
- Deprecated. Get the wrapped HttpServletRequest.
- getHttpServletResponse() - Method in class com.tangosol.coherence.servlet.HttpRequestContext
- Deprecated. Get the wrapped HttpServletResponse.
- getHttpSession() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Determine the HttpSession that this model is bound to.
- getHttpSession(String) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the HttpSession object for the specified ID.
- getHttpSession(HttpServletRequest) - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Return the HttpSession associated with the given request.
- getHttpSessionAttributeListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the list of listeners that are registered for session attribute modification events.
- getHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the HttpSessionCollection object that manages the HttpSessionModel objects.
- getHttpSessionCollectionClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getHttpSessionContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the HttpSessionContext.
- getHttpSessionListeners() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the list of listeners that are registered for session life cycle events.
- getHttpSessionMap() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the map of session ID to session object for HttpSession objects managed in this application within this JVM/classloader.
- getId() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the session identifier for this session.
- getId() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns the session identifier for this session.
- getId() - Method in interface com.tangosol.coherence.transaction.TransactionId
- The transaction id represented as a long value.
- getId() - Method in interface com.tangosol.net.Member
- Return a small number that uniquely identifies the Member at this point in time and does not change for the life of this Member.
- getId() - Method in class com.tangosol.net.MemberEvent
- Return this event's id.
- getId() - Method in class com.tangosol.net.partition.PartitionEvent
- Return this event's id.
- getId() - Method in class com.tangosol.util.MapEvent
- Return this event's id.
- getId() - Method in class com.tangosol.util.ServiceEvent
- Return this event's ID.
- getIdentity(Object) - Method in class com.tangosol.io.pof.PofBufferWriter.ReferenceLibrary
- Look up an identity for an object.
- getIdleTimeout() - Method in class com.tangosol.util.TaskDaemon
- Determine the length of time that the daemon will live without any activity before it stops itself.
- getIgnoreMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
- Get the map of keys to ignore events for, with the corresponding thread object requesting that the key be ignored.
- getImplVersion() - Method in class com.tangosol.io.AbstractEvolvable
- Determine the serialization version supported by the implementing class.
- getImplVersion() - Method in interface com.tangosol.io.Evolvable
- Determine the serialization version supported by the implementing class.
- getIn() - Method in class com.tangosol.io.MultiBufferReadBuffer.MultiBufferInput
- Obtain the underlying BufferOutput.
- getIncidentStartTime() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
- Return the time at which the current outtage "incident" was first detected.
- getIndent() - Method in class com.tangosol.io.pof.LoggingPofHandler
- Determine the current textual indent for logging, which is based on the nested data structure depth within the POF stream.
- getIndex() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
- Returns the index of the current value, which is the value returned by the most recent call to the next method.
- getIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
- Returns the index of the current value, which is the value returned by the most recent call to the next method.
- getIndex() - Method in interface com.tangosol.util.LongArray.Iterator
- Returns the index of the current value, which is the value returned by the most recent call to the next method.
- getIndex() - Method in class com.tangosol.util.SimpleLongArray.Iterator
- Returns the index of the current value, which is the value returned by the most recent call to the next method.
- getIndexContents() - Method in interface com.tangosol.util.MapIndex
- Get the Map that contains the index contents.
- getIndexContents() - Method in class com.tangosol.util.SimpleMapIndex
- Get the Map that contains the index contents.
- getIndexMap() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Get the map of indexes maintaned by this cache.
- getInetAddress() - Method in class com.tangosol.net.WrapperServerSocket
- getInetAddress() - Method in class com.tangosol.net.WrapperSocket
- getInfo() - Method in interface com.tangosol.net.Service
- Return the ServiceInfo object for this Service.
- getInfo() - Method in class com.tangosol.net.WrapperService
- getInheritedUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Helper method for determining the user type identifier associated with a given class that does not have a direct configured association.
- getInputStream() - Method in class com.tangosol.io.WrapperInputStream
- Obtain the underlying InputStream.
- getInputStream(InputStream) - Method in interface com.tangosol.io.WrapperStreamFactory
- Requests an InputStream that wraps the passed InputStream.
- getInputStream(InputStream) - Method in class com.tangosol.net.CompressionFilter
- Requests an InputStream that wraps the passed InputStream.
- getInputStream(InputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
-
- getInputStream(InputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
- Requests an InputStream that wraps the passed InputStream.
- getInputStream(InputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
-
- getInputStream() - Method in class com.tangosol.net.WrapperSocket
- getInputStream() - Method in class com.tangosol.util.Binary
- Get an InputStream to read the Binary object's contents from.
- getInsertAction() - Method in class com.tangosol.util.SegmentedHashMap
- Return the registered action for insert.
- getInstance() - Static method in class com.tangosol.util.NullFilter
- Returns an instance of the null enumerator.
- getInt() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as an int.
- getInt(int) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as an int.
- getInt() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as an int.
- getInt(int) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as an int.
- getInt() - Method in class com.tangosol.util.AnyEvent
- Gets the associated value as a java int.
- getInternal(Object, boolean, Map) - Method in class com.tangosol.net.cache.OverflowMap
- A combined implementation of
OverflowMap.get(java.lang.Object) and OverflowMap.getAll(java.util.Collection) that eliminates duplicate (and very complex) code.
- getInternalArray() - Method in class com.tangosol.util.CopyOnWriteLongArray
- Return the internal LongArray.
- getInternalBinary() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
- Obtain the internally managed binary value.
- getInternalCache() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain a reference to the internal cache.
- getInternalCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the representative of the "in-memory" storage for this backing map.
- getInternalConfigurableCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the map that provides internal storage for this backing map.
- getInternalIterator() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
- Return the internal Iterator.
- getInternalKeySet() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain a set of keys that are represented by this Map.
- getInternalKeySet() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain a set of keys that are represented by this Map.
- getInternalKeySet() - Method in class com.tangosol.net.cache.SerializationMap
- Obtain a set of keys that are represented by this Map.
- getInternalKeySet() - Method in class com.tangosol.util.AbstractKeySetBasedMap
- Obtain a set of keys that are represented by this Map.
- getInternalKeySet() - Method in class com.tangosol.util.WrapperObservableMap
- Obtain a set of keys that are represented by this Map.
- getInternalListener() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Obtain the MapListener that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap, creating such a listener if one does not already exist.
- getInternalValue() - Method in class com.tangosol.coherence.servlet.AttributeHolder
- Obtain the internally managed object value.
- getInternalValue() - Method in class com.tangosol.run.xml.SimpleValue
- Get the internal value of this XmlValue.
- getInternalValueDecoration(Object, int) - Method in interface com.tangosol.net.BackingMapManagerContext
- Obtain a decoration from the specified value in the internal form.
- getInternalValueDecoration(Object, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Obtain a decoration from the specified value in the internal form.
- getIntValue(XmlElement, String, int) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getInvalidationHits() - Method in class com.tangosol.net.cache.CachingMap
- Determine the rough number of front map invalidation hits since the cache statistics were last reset.
- getInvalidationMisses() - Method in class com.tangosol.net.cache.CachingMap
- Determine the rough number of front map invalidation misses since the cache statistics were last reset.
- getInvalidationStrategy() - Method in class com.tangosol.net.cache.CachingMap
- Obtain the invalidation strategy used by this CachingMap.
- getInvocableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterInvocableMap
- Return the underlying InvocableMap.
- getInvocableMap(InvocableMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of InvocableMap.
- getInvocationService(String) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Obtain a session management invocation service by name.
- getInvocationService(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getService(String) instead
- getInvocationService() - Method in class com.tangosol.net.WrapperInvocationService
- Return the wrapped InvocationService.
- getInvocationServiceName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Determine the name of the InvocationService used by the CacheProvider to send messages to remote cluster nodes.
- getIsolation() - Method in interface com.tangosol.coherence.transaction.TransactionState
- Obtain isolation level of the transaction.
- getIsolation() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getIsolationLevel() - Method in interface com.tangosol.coherence.transaction.Connection
- Determine the isolation level for the connection.
- getIterator() - Method in class com.tangosol.util.ChainedEnumerator
- Get the current or next enumeration in the list
- getIterator() - Method in class com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
- Return the underlying Iterator.
- getIterator(Iterator, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of Iterator that uses a Converter to view an underlying Iterator.
- getIterator() - Static method in class com.tangosol.util.NullImplementation
- Returns an instance of the null iterator.
- getJavaTypeId(Object, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
- Return an identifier that represents the Java type of the specified object.
- getKeepAlive() - Method in class com.tangosol.net.WrapperSocket
- getKey() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
- Return the optional key to flush.
- getKey() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the Entry key in the block, lazy loading it if necessary.
- getKey() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return the key corresponding to this entry.
- getKey() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
- Return the key that is being loaded by the refresh-ahead thread.
- getKey() - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
- Return the filter's encryption key.
- getKey() - Method in interface com.tangosol.run.xml.Identifiable
- Determine the key for this value object
- getKey() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return a key associated with this event.
- getKey() - Method in interface com.tangosol.util.InvocableMap.Entry
- Return the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
- Return the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.MapEvent
- Return a key associated with this event.
- getKey() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.SafeHashMap.Entry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
- Return the key that this node represents.
- getKey() - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.SegmentedHashMap.Entry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.SimpleMapEntry
- Returns the key corresponding to this entry.
- getKey() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
- Returns the key corresponding to this entry.
- getKeyAdapter() - Method in class com.tangosol.run.xml.MapAdapter
-
- getKeyAssociator() - Method in interface com.tangosol.net.PartitionedService
- Determine the key associatior that this service has been configured to use.
- getKeyFromInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
- getKeyFromInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a key object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
- getKeyHash() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the hash code for the Entry block.
- getKeyLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the length of the Entry key in the block.
- getKeyList() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
- Return a list of keys in the queue.
- getKeyMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadQueue
- Return a map of keys in the queue.
- getKeyMap() - Method in class com.tangosol.net.cache.SerializationMap
- Returns the cache of keys that are in the SerializationMap.
- getKeyMask() - Method in class com.tangosol.net.cache.LocalCache
- ThreadLocal: Get the current key mask for the current thread.
- getKeyOwner(Object) - Method in interface com.tangosol.net.PartitionedService
- Determine the primary owner of the specified key, as determined by the combination of the KeyPartitioningStrategy and the PartitionAssignmentStrategy.
- getKeyPartition(Object) - Method in interface com.tangosol.net.BackingMapManagerContext
- Determine the partition to which the specified key belongs.
- getKeyPartition(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
- Determine the partition to which a particular key should be assigned. In general, the implementations are expected to respect the associations provided by the service's KeyAssociator in such a way that keys that return the same
associated key would be assigned to the same partition. The resulting partition must be in the range [0..N-1], where N is the value returned from PartitionedService.getPartitionCount().
- getKeyPartition(Object) - Method in class com.tangosol.net.partition.DefaultKeyPartitioningStrategy
- Determine the partition to which a particular key should be assigned.
- getKeyPartition(Object) - Method in interface com.tangosol.net.partition.KeyPartitioningStrategy
- Determine the partition to which a particular key should be assigned.
- getKeyPartition(Object) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Determine the partition to which the specified key belongs.
- getKeyPartitioningStrategy() - Method in interface com.tangosol.net.PartitionedService
- Determine the strategy for key partitioning that this service has been configured to use.
- getKeys() - Method in class com.tangosol.util.filter.KeyFilter
- Get the set of keys that are evaluated to true by this filter.
- getKeySet() - Method in class com.tangosol.util.MapListenerSupport
- Obtain a set of all keys that have assosiated key listeners.
- getKeyStore(String, String, char[]) - Static method in class com.tangosol.net.security.AbstractEncryptionFilter
- Return a loaded KeyStore.
- getKeyStore() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the filter's KeyStore.
- getKeyString(SelectionKey) - Method in class com.tangosol.net.WrapperSelector.WrapperSelectionKey
- Return a description of the SelectionKey.
- getKeyToInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.
- getKeyToInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a key object into its internal form as managed by the CacheService.
- getLastAccessedTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
- getLastAccessedTime() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
- getLastBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap
- Get the offset of the last block in the buffer.
- getLastChildIndex(int) - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
- Return index of the last parsed child with an index lower than the specified one.
- getLastFlushedTime() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the last time this session was flushed, as the number of milliseconds since midnight, January 1, 1970 GMT.
- getLastIndex() - Method in class com.tangosol.util.AbstractLongArray
- Determine the last index that exists in the LongArray.
- getLastIndex() - Method in class com.tangosol.util.AbstractSparseArray
- Determine the last index that exists in the LongArray.
- getLastIndex() - Method in class com.tangosol.util.CopyOnWriteLongArray
- Determine the last index that exists in the LongArray.
- getLastIndex() - Method in interface com.tangosol.util.LongArray
- Determine the last index that exists in the LongArray.
- getLastIndex() - Method in class com.tangosol.util.SimpleLongArray
- Determine the last index that exists in the LongArray.
- getLastPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
- Obtain the last known position, which is the index (or property number) of the most recent value.
- getLastReapCycle() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the start time for the last reap cycle.
- getLastReapCycle() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the start time for the last reap cycle.
- getLastReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the time in milliseconds it took for the last reap cycle to finish.
- getLastReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the time in milliseconds it took for the last reap cycle to finish.
- getLastReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the duration for the last reap cycle.
- getLastReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the duration for the last reap cycle.
- getLastReapTime() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Determine the last time that session reaping started.
- getLastReapTime() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the start time for the last reap cycle.
- getLastSafeTimeMillis() - Method in class com.tangosol.util.SafeClock
- Returns the last "safe" time as computed by a previous call to the
SafeClock.getSafeTimeMillis(long) method.
- getLastTouchMillis() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
- Determine when the cache entry was last touched.
- getLastTouchMillis() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Determine when the cache entry was last touched.
- getLastTouchMillis() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
- Determine when the cache entry was last touched.
- getLastTouchMillis() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
- Determine when the cache entry was last touched.
- getLatestOldValue(MapEvent) - Static method in class com.tangosol.net.cache.OverflowMap
- Obtain the latest old value from the passed event.
- getLatestOldValue() - Method in class com.tangosol.net.cache.OverflowMap.HistoricCacheEvent
- Obtain the value that needs to be saved if this event represents a merged sequence of events ending with the eviction of data.
- getLeavingMembers() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Return the set of members that are leaving the associated service
- getLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the length of the block.
- getLength() - Method in class com.tangosol.io.pof.reflect.PofArray
- Return the length of this array.
- getLevel() - Method in class com.tangosol.util.SafeSortedMap.IndexNode
- Return the index-level that this IndexNode represents.
- getLibrary() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
- Deprecated. Return the library to be patched by this utility.
- getLibraryName() - Method in class com.tangosol.coherence.servlet.WebPluginInstaller.ApplyPatch
- Deprecated. Return the name of the web container library modified by this utility.
- getList() - Method in class com.tangosol.util.ConverterCollections.ConverterList
- Return the underlying List.
- getList(List, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of List.
- getList() - Method in class com.tangosol.util.ImmutableArrayList
- Return a java.util.List view of this ImmutableArrayList.
- getList() - Method in class com.tangosol.util.ImmutableMultiList
- Return a java.util.List view of this ImmutableMultiList.
- getList(List, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of List.
- getListener() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the associated WorkListener.
- getListeners() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the application listeners.
- getListeners(Filter) - Method in class com.tangosol.util.MapListenerSupport
- Obtain the Listeners object for a given filter.
- getListeners(Object) - Method in class com.tangosol.util.MapListenerSupport
- Obtain the Listeners object for a given key.
- getListIterator() - Method in class com.tangosol.util.ConverterCollections.ConverterListIterator
- Return the underlying ListIterator.
- getListIterator(ListIterator, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of ListIterator.
- getListIterator(ListIterator, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of ListIterator.
- getLoadAllQuery() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Get the parameterized loadAll HQL query string
- getLoadBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Obtain the bundler for the "load" operations.
- getLoadFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of load() failures.
- getLoadMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the cummulative time spent on load() operations.
- getLoadOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of load() operations.
- getLocalAddress() - Method in class com.tangosol.net.WrapperSocket
- getLocalAttributeCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the local cache that stores non-distributed session attributes or null if local session attribute storage is disabled.
- getLocalAttributeCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the local cache that stores non-distributed session attributes or null if local session attribute storage is disabled.
- getLocalAttributeCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the number of non-distributed session attributes stored in the local session attribute cache or -1 if local session attribute storage is disabled.
- getLocalAttributeCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the number of non-distributed session attributes stored in the local session attribute cache or -1 if local session attribute storage is disabled.
- getLocalAttributeMap() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Get the map of session attributes that are owned by this model but are stored in a "local" manner.
- getLocalAttributesCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of local-only session attributes.
- getLocalAttributesCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getLocalCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of existent local-only session models.
- getLocalCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the LocalCache of non-serializable objects.
- getLocalCacheService(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getService(String) instead
- getLocalCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, deprecated with no replacement
- getLocalClassSet() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the Set of cached non-serializable classes.
- getLocalHost() - Static method in class com.tangosol.net.InetAddressHelper
- Obtain the local host address.
- getLocalizedMessage() - Method in exception com.tangosol.util.WrapperException
- Creates a localized description of this
WrapperException.
- getLocalMember() - Method in interface com.tangosol.net.Cluster
- Returns a Member object representing the local (i.e. this JVM) member of the cluster.
- getLocalMTU(InetAddress) - Static method in class com.tangosol.net.InetAddressHelper
- Return the MTU for the specified local address.
- getLocalMTU(NetworkInterface) - Static method in class com.tangosol.net.InetAddressHelper
- Return the MTU for the specified NetworkInterface.
- getLocalPort() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
- getLocalPort() - Method in class com.tangosol.net.WrapperServerSocket
- getLocalPort() - Method in class com.tangosol.net.WrapperSocket
- getLocalSessionCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getLocalSessionCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the local cache that stores non-distributed sessions or null if local session storage is disabled.
- getLocalSessionCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the local cache that stores non-distributed sessions or null if local session storage is disabled.
- getLocalSessionCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the number of non-distributed sessions stored in the local session cache or -1 if local session storage is disabled.
- getLocalSessionCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the number of non-distributed sessions stored in the local session cache or -1 if local session storage is disabled.
- getLocalSessionIds() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Gets session ids for all sessions that are in the local map, i.e. has been accessed by this node.
- getLocalSocketAddress() - Method in class com.tangosol.net.WrapperServerSocket
- getLocalSocketAddress() - Method in class com.tangosol.net.WrapperSocket
- getLocalTransaction(NamedCache) - Static method in class com.tangosol.net.CacheFactory
- Factory method returning an instance of the TransactionMap that is based on the specified NamedCache and is local to this JVM.
- getLocalXmlName() - Method in class com.tangosol.run.xml.PropertyAdapter
- Determine the "local" XML element name that will be used to hold the property value.
- getLockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
- Return the registered action for lock().
- getLockCount() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
- Return the lock count.
- getLockDelaySeconds() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the number of seconds to wait for a lock in debug mode.
- getLockDescription(Object) - Method in class com.tangosol.util.WrapperConcurrentMap
- Make a human-readable description of the information kept about the passed key.
- getLockLeaseTimeout() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the timeout (in millis) for lock leases.
- getLockMap() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Obtain the map used for managing key- and map-level locks to ensure data consistency.
- getLockObtainTimeout() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the timeout (in millis) for lock acquisition attempts.
- getLockThread() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
- Return the Thread object holding this Lock.
- getLockTimeout() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getLockTypeDescription() - Method in class com.tangosol.util.WrapperConcurrentMap.Lock
- Return a human readable decription of the Lock type
- getLoggingConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the configuration info for the logging facility as defined by the "logging-config" element in the tangosol-coherence.xml configuration file.
- getLong() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a long.
- getLong(long) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a long.
- getLong() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a long.
- getLong(long) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a long.
- getLowerBound() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
- Return the lower bound of this ViewMap.
- getLowUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the point to which the cache will shrink when it prunes.
- getLowUnits() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the point to which the cache will shrink when it prunes.
- getLowUnits() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the point to which the cache will shrink when it prunes.
- getLowUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the point to which the cache will shrink when it prunes.
- getLruArray() - Method in class com.tangosol.net.cache.SerializationCache
- Get the LRU data structure.
- getMachineId() - Method in interface com.tangosol.net.Member
- Return the Member's machine Id.
- getMachineName() - Method in interface com.tangosol.net.Member
- Determine the configured name for the Machine (such as a host name) in which this Member resides.
- getManagement() - Method in interface com.tangosol.net.Cluster
- Returns the current management registry.
- getManagementCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getManagementConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the management framework configuration.
- getManager() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return the BackingMapManager this object is a context for.
- getManager() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return the BackingMapManager this object is a context for.
- getMap() - Method in class com.tangosol.net.cache.MapCacheStore
- Returns the Map that this CacheStore uses for its storage.
- getMap() - Method in class com.tangosol.net.cache.SeppukuMapListener
- Returns the front Map invalidated by this listener.
- getMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMap
- Return the underlying Map.
- getMap(Map, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of Map.
- getMap() - Method in class com.tangosol.util.MapEvent
- Return an ObservableMap object on which this event has actually occured.
- getMap() - Method in class com.tangosol.util.MapSet
- Obtain the underlying Map for purposes of synchronization or read-only access; the caller must never directly modify the returned Map.
- getMap() - Static method in class com.tangosol.util.NullImplementation
- Returns an instance of the NullMap.
- getMap(Map, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of Map.
- getMap() - Method in class com.tangosol.util.WrapperObservableMap
- Get the Map that is wrapped by this wrapper.
- getMapArray() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Get the mapping between partition IDs and backing maps.
- getMapEntry() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
- Return a MapEntry view of this EntryNode, suitable for returning to the EntrySet iterator.
- getMapEvent() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return the underlying MapEvent.
- getMapEvent(ObservableMap, MapEvent, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of a MapEvent that uses Converters to retrieve the event's data.
- getMapEvent(ObservableMap, MapEvent, Converter, Converter, BackingMapManagerContext) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of a MapEvent that uses Converters to retrieve the event's data, and additionally provides access to the
- getMapFactories() - Method in class com.tangosol.io.bdb.DatabaseFactoryManager
- Get the Map of Database factories.
- getMapListener() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Return the underlying MapListener.
- getMapListenerSupport() - Method in class com.tangosol.net.cache.AbstractSerializationCache
- Accessor for the MapListenerSupport for sub-classes.
- getMapListenerSupport() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Accessor for the MapListenerSupport for sub-classes.
- getMapListenerSupport() - Method in class com.tangosol.net.cache.OverflowMap
- Accessor for the MapListenerSupport for sub-classes.
- getMapListenerSupport() - Method in class com.tangosol.util.ObservableHashMap
- Accessor for the MapListenerSupport for sub-classes.
- getMapListenerSupport() - Method in class com.tangosol.util.WrapperObservableMap
- Accessor for the MapListenerSupport for sub-classes.
- getMarkInternal() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
- Obtain the offset of the stream mark.
- getMaxCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Determine the maximum size that the managed buffer can reach.
- getMaxCapacity() - Method in class com.tangosol.io.nio.AbstractStoreManager
- Determine the maximum size that the managed buffers can reach.
- getMaxCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Determine the maximum size that the managed buffer can reach.
- getMaxEntries() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the maximum number of entries the Cache can store.
- getMaxExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
- Deprecated. Return the maximum size (in bytes) of a session attribute stored in the external attribute cache since the last time statistics were reset.
- getMaximumCapacity() - Method in class com.tangosol.io.AbstractWriteBuffer
- Determine the maximum number of bytes that the buffer can hold.
- getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer.Allocator
- Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
- getMaximumCapacity() - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
- getMaximumCapacity() - Method in class com.tangosol.io.DelegatingWriteBuffer
- Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
- getMaximumCapacity() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Determine the maximum number of bytes that the buffer can hold. If the maximum size is greater than the current size, then the buffer is expected to resize itself as necessary up to the maximum size in order to contain the data given to it.
- getMaximumCapacity() - Method in interface com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
- Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
- getMaximumCapacity() - Method in class com.tangosol.io.MultiplexingWriteBufferPool
- Determine the largest amount of aggregate WriteBuffer capacity that this factory can provide.
- getMaximumCapacity() - Method in interface com.tangosol.io.WriteBuffer
- Determine the maximum number of bytes that the buffer can hold.
- getMaximumPages() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the maximum number of pages that the cache will manage, beyond which the oldest pages are destroyed.
- getMaximumPages() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Determine the maximum number of pages that the cache will manage, beyond which the oldest pages are destroyed.
- getMaximumSize() - Method in class com.tangosol.net.cache.SerializationCache
- Deprecated. as of Coherence 3.5, use
SerializationCache.getHighUnits()
- getMaxInactiveInterval() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
- getMaxInactiveInterval() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
- getMaxInactiveSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getMaxIncrement() - Method in class com.tangosol.io.nio.AbstractBufferManager
-
- getMaxLevel() - Method in class com.tangosol.util.SafeSortedMap
- Return the maximum index-level that this map is allowed to reach.
- getMaxLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the load factor for the map.
- getMaxModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Return the maximum size (in bytes) of a session model object placed in the session storage clustered cache since the last time statistics were reset.
- getMaxReapDuration() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Gets the maximum reap duration since the statistics was reset.
- getMaxReapDuration() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Gets the maximum reap duration since the statistics was reset.
- getMaxReapDuration() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the maximum reap duration since the statistics was reset.
- getMaxReapDuration() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the maximum reap duration since the statistics was reset.
- getMaxReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
- getMaxReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
- getMaxReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
- getMaxReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the maximum number of sessions reaped in a reap cycle since the statistics was reset.
- getMaxWaitMillis(long) - Method in class com.tangosol.util.Daemon
- If this Daemon is guarded, return the maximum wait time that the Daemon is allowed to wait for, according to its SLA.
- getMBeanObjectName() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Return a string representation of the ObjectName used to register the MBean instance for this SessionHelper.
- getMBeanServer() - Method in class com.tangosol.net.management.MBeanReference
- Return the MbeanServer where the ObjectName is located.
- getMember() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
- Return a Work originator's Member object.
- getMember() - Method in class com.tangosol.net.MemberEvent
- Return the Member associated with this event.
- getMemberId() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
- Return a Work originator's Member id.
- getMemberName() - Method in interface com.tangosol.net.Member
- Determine the configured name for the Member.
- getMemberSet() - Method in interface com.tangosol.net.Cluster
- Returns a Set of Member objects, one for each Member of the cluster.
- getMessage() - Method in exception com.tangosol.io.pof.PortableException
- Return the detail message string of this PortableException.
- getMessage() - Method in exception com.tangosol.util.WrapperException
- Returns the error message string of this WrapperException object.
- getMethodName() - Method in class com.tangosol.util.extractor.ReflectionExtractor
- Determine the name of the method that this extractor is configured to invoke.
- getMethodName() - Method in class com.tangosol.util.extractor.ReflectionUpdater
- Determine the name of the method that this extractor is configured to invoke.
- getMinCapacity() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Determine the minimum size that the managed buffer can reach.
- getMinCapacity() - Method in class com.tangosol.io.nio.AbstractStoreManager
- Determine the minimum size that the managed buffers can reach.
- getMinCapacity() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Determine the minimum size that the managed buffer can reach.
- getMinExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionCollection
- Deprecated. Determine the minimum size of an attribute such that it is considered "large" and will be stored in a separate "external" or "overflow" cache.
- getMinExternalAttributeSize() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
- Deprecated. Determine the minimum size of an attribute such that it is considered "large" and will be stored in a separate "external" or "overflow" cache.
- getMinLoadFactor() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the "unload factor" for the map.
- getMinModelSize() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Return the minimum size (in bytes) of a session model object placed in the session storage clustered cache since the last time statistics were reset.
- getMinute() - Method in class com.tangosol.io.pof.RawTime
- Determine the time's minute value.
- getMinuteOffset() - Method in class com.tangosol.io.pof.RawTime
- Determine the timezone's minute offset value.
- getMinutes() - Method in class com.tangosol.io.pof.RawDayTimeInterval
- Determine the number of minutes in the day-time interval.
- getMinutes() - Method in class com.tangosol.io.pof.RawTimeInterval
- Determine the number of minutes in the time interval.
- getMissCache() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Returns the optional miss cache.
- getMissCount() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the current Cache miss count.
- getMissedSoftTimeout() - Method in class com.tangosol.net.GuardSupport.Context
- Return the last missed soft-timeout for this Guardable (that resulted in a recovery attempt).
- getMissesCache() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the optional map used to cache CacheLoader (or CacheStore) misses.
- getModel(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain the specified session model.
- getModel() - Method in class com.tangosol.coherence.servlet.AttributeHolder
- Return the AbstractHttpSessionModel to which this AttributeHolder belongs.
- getModelDeaths() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Return the number of session model objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
- getModelUpdates() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Return the number of updates to session model objects since the last time statistics were reset.
- getModulo() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the current modulo.
- getMonth() - Method in class com.tangosol.io.pof.RawDate
- Determine the date's month value.
- getMonths() - Method in class com.tangosol.io.pof.RawYearMonthInterval
- Determine the number of months in the year-month interval.
- getMostRecentTaskTime() - Method in class com.tangosol.util.TaskDaemon
- Determine when the most recent task was run.
- getMutator() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the Method object that is used to call the property mutator.
- getName() - Method in class com.tangosol.coherence.servlet.AttributeHolder
- Determine the name of the attribute.
- getName() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the name of the Cache.
- getName() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStore.DatabaseHolder
- Get the name of the underlying Database.
- getName() - Method in class com.tangosol.io.pof.PofPrincipal
- Return the name of this Principal.
- getName() - Method in exception com.tangosol.io.pof.PortableException
- Return the name of the exception.
- getName() - Method in class com.tangosol.net.cache.AbstractEvictionPolicy
- Obtain the name of the eviction policy.
- getName() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
- Obtain the name of the eviction policy.
- getName() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator
- Obtain the name of the unit calculator.
- getName() - Method in class com.tangosol.net.cache.OldCache.InternalEvictionPolicy
- Deprecated. Obtain the name of the eviction policy.
- getName() - Method in class com.tangosol.net.cache.OldCache.InternalUnitCalculator
- Deprecated. Obtain the name of the unit calculator.
- getName() - Method in class com.tangosol.net.cache.SerializationCache.InternalEvictionPolicy
- Obtain the name of the eviction policy.
- getName() - Method in class com.tangosol.net.cache.SimpleMemoryCalculator
- Obtain the name of the unit calculator.
- getName() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Determine the name of the cache for which this PartitionAwareBackingMap exists.
- getName() - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
- Determine the name of the cache for which this PartitionAwareBackingMap exists.
- getName() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Determine the name of the cache for which this PartitionAwareBackingMap exists.
- getName() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
- Determine the name of the cache for which this PartitionAwareBackingMap exists.
- getName() - Method in class com.tangosol.net.security.SimpleHandler
- Return the name of this principal.
- getName() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the name of the property that this PropertyAdapter handles.
- getName() - Method in class com.tangosol.run.xml.SimpleElement
- Get the name of the element.
- getName() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Determine the element name that the XML bean will use when serializing to XML.
- getName() - Method in interface com.tangosol.run.xml.XmlElement
- Get the name of the element.
- getNamedCache(String) - Method in class com.tangosol.coherence.hibernate.CoherenceCacheProvider
- Get a NamedCache instance given a cache name.
- getNamedCache(String) - Method in interface com.tangosol.coherence.transaction.Connection
- Obtain an OptimisticNamedCache for the given table name.
- getNamedCache() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the Coherence NamedCache used to implement most cache operations.
- getNamedCache(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Obtain a Coherence NamedCache by name.
- getNamedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
- Obtain an instance of a NamedCache.
- getNamedCache(String, ClassLoader, TransactionMap.Validator, boolean) - Method in class com.tangosol.run.jca.CacheAdapter
- Obtain an instance of a NamedCache.
- getNamedCache() - Method in class com.tangosol.util.ConverterCollections.ConverterNamedCache
- Return the underlying NamedCache.
- getNamedCache(NamedCache, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of NamedCache.
- getNamespacePrefix() - Method in class com.tangosol.run.xml.PropertyAdapter
- Determine the default namespace prefix for the property.
- getNamespacePrefix() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Obtain the default namespace prefix for this XML bean.
- getNamespacePrefix(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Retrieve the Namespace prefix for a given URI in a context of the specified XmlElement.
- getNamespaceUri() - Method in class com.tangosol.run.xml.PropertyAdapter
- Determine the namespace URI for the property.
- getNamespaceUri() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Obtain the namespace URI for this XML bean.
- getNamespaceUri(XmlElement, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Retrieve the Namespace URI for a given prefix in a context of the specified XmlElement.
- getNano() - Method in class com.tangosol.io.pof.RawTime
- Determine the time's nanosecond value.
- getNanos(Date) - Static method in class com.tangosol.io.pof.PofBufferWriter
- Extract the nanoseconds from the date.
- getNanos() - Method in class com.tangosol.io.pof.RawDayTimeInterval
- Determine the number of nanoseconds in the day-time interval.
- getNanos() - Method in class com.tangosol.io.pof.RawTimeInterval
- Determine the number of nanoseconds in the time interval.
- getNavigator() - Method in class com.tangosol.util.extractor.PofExtractor
- Obtain the POF navigator for this extractor.
- getNewEntry() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return a Map Entry that represents the state of the Entry after the change occurred that generated this event.
- getNewEntry() - Method in class com.tangosol.util.MapEvent
- Return a Map Entry that represents the state of the Entry after the change occurred that generated this event.
- getNewValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return a new value associated with this event.
- getNewValue() - Method in class com.tangosol.util.MapEvent
- Return a new value associated with this event.
- getNewValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
- Return a ValueExtractor used to transfrom the event's NewValue.
- getNext() - Method in class com.tangosol.util.SafeLinkedList.Node
-
- getNext() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
- Return the next EntryNode in the entry list.
- getNext() - Method in class com.tangosol.util.SafeSortedMap.SkipNode
- Return the next node in this node-list.
- getNextAddress() - Method in interface com.tangosol.net.AddressProvider
- Obtain a next available address to use.
- getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider
- Obtain a next available address to use.
- getNextAddress() - Method in class com.tangosol.net.CompositeAddressProvider.SingleProvider
- Obtain a next available address to use.
- getNextAddress() - Method in class com.tangosol.net.ConfigurableAddressProvider
- Obtain a next available address to use.
- getNextAddress() - Method in class com.tangosol.net.RefreshableAddressProvider
- Obtain a next available address to use.
- getNextAddressInternal() - Method in class com.tangosol.net.RefreshableAddressProvider
- Obtain the next available address to use.
- getNextBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the offset of the next Block in the Buffer.
- getNextCheckTime() - Method in class com.tangosol.net.GuardSupport
- Return the next time at which the Guardables should be checked.
- getNextCompactBlock() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the next block to compact.
- getNextDestination() - Method in class com.tangosol.net.LoadBalancer
- Determine the next AddressPort combination to route to.
- getNextDestinationSocket() - Method in class com.tangosol.net.LoadBalancer
- Open a socket to route to.
- getNextEntry() - Method in class com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
- Get the next entry in the linked list
- getNextNodeOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the offset of the next Block in the linked list.
- getNextPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
- For complex values with contiguous values, obtain the next position.
- getNextPosition() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
- For complex values with contiguous values, obtain the next position.
- getNextReapCycle() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Returns the time for the next reap cycle.
- getNextReapCycle() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Returns the time for the next reap cycle.
- getNextReapTime() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the start time for the next reap cycle.
- getNextReapTime() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the start time for the next reap cycle.
- getNextRehashBucket() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the next bucket to rehash.
- getNextValidator() - Method in class com.tangosol.run.jca.SimpleValidator
- Retrive the next Validator.
- getNextValidator() - Method in interface com.tangosol.util.TransactionMap.Validator
- Retrive the next Validator.
- getNode(int) - Method in class com.tangosol.util.SafeLinkedList
- Find and return the specified Node.
- getNonPartialIndexes(Map) - Method in class com.tangosol.util.filter.NotFilter
- Get a Map of the available non-partial indexes form the given Map of all available indexes.
- getNotificationManager() - Method in interface com.tangosol.net.management.Registry
- Obtain a reference to the NotificationManager for this Registry.
- getNrOfInvalidatedSessions() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
- Deprecated.
- getObject() - Method in class com.tangosol.util.SafeLinkedList.Node
-
- getObject() - Method in class com.tangosol.util.ThreadLocalObject
- Get the value of the ThreadLocalObject for the current thread.
- getObjectInput(DataInput, ClassLoader, boolean) - Method in interface com.tangosol.io.ObjectStreamFactory
- Obtain an ObjectInput based on the passed DataInput.
- getObjectInput() - Method in class com.tangosol.io.WrapperObjectInputStream
- Obtain the underlying object providing the ObjectInput interface that this object is delegating to.
- getObjectName() - Method in class com.tangosol.net.management.MBeanReference
- Return the ObjectName of the qualified name.
- getObjectOutput(DataOutput) - Method in interface com.tangosol.io.ObjectStreamFactory
- Obtain an ObjectOutput based on the passed DataOutput.
- getObjectOutput() - Method in class com.tangosol.io.WrapperObjectOutputStream
- Obtain the underlying object providing the ObjectOutput interface that this object is delegating to.
- getObservableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterMapListener
- Return the underlying ObservableMap.
- getObservableMap() - Method in class com.tangosol.util.ConverterCollections.ConverterObservableMap
- Return the underlying ObservableMap.
- getObservableMap(ObservableMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of ObservableMap.
- getObservableMap() - Static method in class com.tangosol.util.NullImplementation
- Returns an instance of the NullObservableMap.
- getOffset() - Method in class com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
- Determine the current offset of this BufferInput within the underlying ReadBuffer.
- getOffset() - Method in class com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
- Determine the current offset of this BufferOutput within the underlying WriteBuffer.
- getOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the offset of this Block in the Buffer.
- getOffset() - Method in class com.tangosol.io.nio.ByteBufferReadBuffer.ByteBufferInput
- Determine the current offset of this BufferInput within the underlying ReadBuffer.
- getOffset() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the offset of this value from the beginning of POF stream.
- getOffset() - Method in interface com.tangosol.io.ReadBuffer.BufferInput
- Determine the current offset of this BufferInput within the underlying ReadBuffer.
- getOffset() - Method in class com.tangosol.io.WrapperBufferInput
- Determine the current offset of this BufferInput within the underlying ReadBuffer.
- getOffset() - Method in class com.tangosol.io.WrapperBufferOutput
- Determine the current offset of this BufferOutput within the underlying WriteBuffer.
- getOffset() - Method in interface com.tangosol.io.WriteBuffer.BufferOutput
- Determine the current offset of this BufferOutput within the underlying WriteBuffer.
- getOldEntry() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return a Map Entry that represents the state of the Entry before the change occurred that generated this event.
- getOldEntry() - Method in class com.tangosol.util.MapEvent
- Return a Map Entry that represents the state of the Entry before the change occurred that generated this event.
- getOldestActivePage() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Obtain the oldest active page.
- getOldestMember() - Method in interface com.tangosol.net.Cluster
- Returns a Member object representing the senior cluster member.
- getOldestMember() - Method in interface com.tangosol.net.ServiceInfo
- Return the "most senior" Member that is running this Service.
- getOldValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent
- Return an old value associated with this event.
- getOldValue() - Method in class com.tangosol.util.MapEvent
- Return an old value associated with this event.
- getOldValueExtractor() - Method in class com.tangosol.util.transformer.ExtractorEventTransformer
- Return a ValueExtractor used to transfrom the event's OldValue.
- getOOBInline() - Method in class com.tangosol.net.WrapperSocket
- getOpenBundle() - Method in class com.tangosol.net.cache.AbstractBundler
- Retrieve any Bundle that is currently in the open state.
- getOptimisticCache() - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
getService(String).ensureCache(null, null) instead
- getOptimisticCache(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String) instead
- getOptimisticCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String, ClassLoader) instead
- getOptimisticCacheService(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getService(String) instead
- getOptimisticCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, deprecated with no replacement
- getOption(int) - Method in class com.tangosol.net.SocketOptions
- getOption(int) - Method in class com.tangosol.net.TcpDatagramSocket.Impl
- getOriginal() - Method in class com.tangosol.util.DeltaSet
- Determine what items were in the original set.
- getOriginal() - Method in class com.tangosol.util.SubSet
- Determine what items were in the original set.
- getOriginalBinaryValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return a raw original binary value for this entry.
- getOriginalBinaryValue() - Method in interface com.tangosol.util.BinaryEntry
- Return a raw original binary value for this entry.
- getOriginalBinaryValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return a raw original binary value for this entry.
- getOriginalBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Get the original buffer the changes should be applied to.
- getOriginalException() - Method in exception com.tangosol.util.WrapperException
-
- getOriginalValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return an original value for this entry.
- getOriginalValue() - Method in interface com.tangosol.util.BinaryEntry
- Return an original value for this entry.
- getOriginalValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return an original value for this entry.
- getOriginalValue() - Method in interface com.tangosol.util.MapTrigger.Entry
- Determine the value that existed before the start of the mutating operation that is being evaluated by the trigger.
- getOriginalValue() - Method in class com.tangosol.util.SimpleMapEntry
-
- getOut() - Method in class com.tangosol.io.MultiBufferWriteBuffer.MultiBufferOutput
- Obtain the underlying BufferOutput.
- getOutputStream() - Method in class com.tangosol.io.WrapperOutputStream
- Obtain the underlying OutputStream.
- getOutputStream(OutputStream) - Method in interface com.tangosol.io.WrapperStreamFactory
- Requests an OutputStream that wraps the passed OutputStream.
- getOutputStream(OutputStream) - Method in class com.tangosol.net.CompressionFilter
- Requests an OutputStream that wraps the passed OutputStream.
- getOutputStream(OutputStream) - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
-
- getOutputStream(OutputStream) - Method in class com.tangosol.net.security.ClusterEncryptionFilter
- Requests an OutputStream that wraps the passed OutputStream.
- getOutputStream(OutputStream) - Method in class com.tangosol.net.security.SymmetricEncryptionFilter
-
- getOutputStream() - Method in class com.tangosol.net.WrapperSocket
- getOutputStream() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a OutputStream.
- getOverflowAverageSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the average size (in bytes) of the session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOverflowAverageSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the average size (in bytes) of the session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOverflowCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the clustered cache that stores the "large attributes" that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself.
- getOverflowCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the clustered cache that stores the "large attributes" that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself.
- getOverflowMaxSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the maximum size (in bytes) of a session attribute stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOverflowMaxSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the maximum size (in bytes) of a session attribute stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOverflowThreshold() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the minimum length (in bytes) that the serialized form of an attribute value must be in order for that attribute value to be stored in the separate "overflow" cache that is reserved for large attributes.
- getOverflowThreshold() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the minimum length (in bytes) that the serialized form of an attribute value must be in order for that attribute value to be stored in the separate "overflow" cache that is reserved for large attributes.
- getOverflowUpdates() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the number of updates to session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOverflowUpdates() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the number of updates to session attributes stored in the "overflow" clustered cache since the last time statistics were reset or -1 if a
SplitHttpSessionCollection is not in use.
- getOwnedCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of owned ("locally live") session models.
- getOwnedModel(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Obtain the specified session model that this thread owns, otherwise throw an exception.
- getOwnedPartitions(Member) - Method in interface com.tangosol.net.PartitionedService
- Determine the PartitionSet that is currently owned by a cluster Member.
- getOwner(int) - Method in class com.tangosol.net.partition.Ownership
- Return the owner id for the specified storage for this partition.
- getOwnershipEnabledMembers() - Method in interface com.tangosol.net.PartitionedService
- Return a Set of Member objects, one for each Member that has registered this PartitionedService and is partition ownership-enabled.
- getOwnershipServiceName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getOwnerThread() - Method in class com.tangosol.net.cache.OverflowMap.Status
- Determine the thread that owns the Status object, if the Status object is processing or committing.
- getOwnerThread() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Determine the thread that owns the Status object, if the Status object is processing or committing.
- getPackageName(Class) - Static method in class com.tangosol.util.ClassHelper
- Determine the package name of a class.
- getPackageName(String) - Static method in class com.tangosol.util.ClassHelper
- Determine the package name from a class (or package) name.
- getPackageResources(String) - Static method in class com.tangosol.util.ClassHelper
- Load the default package resources for the specified class name.
- getPackageResources(Class) - Static method in class com.tangosol.util.ClassHelper
- Load the default package resources for the specified class.
- getPage(int) - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Get the BinaryStore for the page specified by the passed page number.
- getPage() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain a current page number (zero-based).
- getPageAdvanceTime() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the time that the next page should be created.
- getPagedBinaryStore() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Returns the BinaryStore that this map uses for its storage.
- getPagedKeyMap() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Obtain the map that manages the mapping from Binary keys to BinaryStore objects.
- getPageDuration() - Method in class com.tangosol.net.cache.SerializationPagedCache
- Determine the length of time that the most recently created page is kept as the current page.
- getPageSize() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the page size (expressed as a number of entries per page).
- getParallelAggregator() - Method in class com.tangosol.util.aggregator.AbstractAggregator
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParallelAggregator() - Method in class com.tangosol.util.aggregator.CompositeAggregator.Parallel
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParallelAggregator() - Method in class com.tangosol.util.aggregator.Count
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParallelAggregator() - Method in class com.tangosol.util.aggregator.GroupAggregator.Parallel
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParallelAggregator() - Method in class com.tangosol.util.aggregator.PriorityAggregator
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParallelAggregator() - Method in interface com.tangosol.util.InvocableMap.ParallelAwareAggregator
- Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel.
- getParameters() - Method in class com.tangosol.util.extractor.ReflectionExtractor
- Return the array of arguments used to invoke the method.
- getParent() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the parent of this value.
- getParent() - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return the parent of this value.
- getParent() - Method in class com.tangosol.run.xml.SimpleValue
- Get the parent element of this element.
- getParent() - Method in interface com.tangosol.run.xml.XmlValue
- Get the parent element of this value.
- getParentDirectory() - Method in class com.tangosol.io.bdb.BerkeleyDBBinaryStoreManager
- Get the configured parent directory.
- getParentParser() - Method in class com.tangosol.io.pof.PofBufferReader
- If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
- getParentParser() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
- If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
- getParentWriter() - Method in class com.tangosol.io.pof.PofBufferWriter
- If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.
- getParentWriter() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
- If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.
- getParentXmlBean() - Method in class com.tangosol.run.xml.XmlBean
- Obtain the XmlBean that contains this XmlBean.
- getParser() - Static method in class com.tangosol.run.xml.SaxParser
- Get an instance of non-validating SAX parser
- getParseString() - Method in exception com.tangosol.util.FilterBuildingException
- Answer the String that was being processed when the Exception occured
- getPartialResult() - Method in exception com.tangosol.net.RequestTimeoutException
- Return a partial execution result that may have been assembled prior to the timeout.
- getPartitionAssignmentStrategy() - Method in interface com.tangosol.net.PartitionedService
- Determine the strategy for assigning partitions to cluster members that this service has been configured to use.
- getPartitionAwareBackingMap() - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
- Obtain the PartitionAwareBackingMap that this ReadWriteBackingMap uses as its backing map.
- getPartitionCache(Object) - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Obtain the backing cache for a particular key.
- getPartitionCacheArray() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Obtain the array of backing caches.
- getPartitionCount() - Method in class com.tangosol.net.partition.PartitionSet
- Return the number of partitions represented by this PartitionSet.
- getPartitionCount() - Method in interface com.tangosol.net.PartitionedService
- Determine the number of partitions that the service has been configured to "break up" the conceptual "key set" into.
- getPartitionKeys(String, int) - Method in interface com.tangosol.net.BackingMapManagerContext
- Obtain a collection of keys in the internal format that belong to the specified partition for the specified backing map.
- getPartitionKeys(String, int) - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Obtain a collection of keys in the internal format that belong to the specified partition for the specified backing map.
- getPartitionMap(int) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Obtain a Map view for the data in a specific partition.
- getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Obtain a Map view for the data in a specific set of partitions.
- getPartitionMap(int) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
- Obtain a Map view for the data in a specific partition.
- getPartitionMap(PartitionSet) - Method in interface com.tangosol.net.partition.PartitionAwareBackingMap
- Obtain a Map view for the data in a specific set of partitions.
- getPartitionMap(int) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Obtain a Map view for the data in a specific partition.
- getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap
- Obtain a Map view for the data in a specific set of partitions.
- getPartitionMap(int) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
- Obtain a Map view for the data in a specific partition.
- getPartitionMap(PartitionSet) - Method in class com.tangosol.net.partition.ReadWriteSplittingBackingMap
- Obtain a Map view for the data in a specific set of partitions.
- getPartitionOwner(int) - Method in interface com.tangosol.net.partition.PartitionAssignmentStrategy
- Determine the primary owner of the specified partition.
- getPartitions() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain an array of all of the current partition IDs for which there are backing maps.
- getPartitionSet() - Method in class com.tangosol.net.partition.PartitionEvent
- Determine the set of partitions represented by this event.
- getPartitionSet() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.MapArray
- Obtain a PartitionSet containing partition IDs for which there are backing maps.
- getPartitionSet() - Method in class com.tangosol.util.filter.PartitionedFilter
- Obtain the PartitionSet that specifies what partitions the wrapped filter will be applied to.
- getPartitionSplittingBackingMap() - Method in class com.tangosol.net.partition.ObservableSplittingBackingMap
- Obtain the underlying PartitionSplittingBackingMap.
- getPassword() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getPathElements() - Method in class com.tangosol.io.pof.reflect.AbstractPofPath
- Return a collection of path elements.
- getPathElements() - Method in class com.tangosol.io.pof.reflect.SimplePofPath
- Return a collection of path elements.
- getPattern() - Method in class com.tangosol.util.filter.LikeFilter
- Obtain the filter's pattern string.
- getPendingMap() - Method in class com.tangosol.io.AsyncBinaryStore
- Obtain the map that contains all of the pending store and erase data.
- getPendingMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
- Obtain a map of entries removed from the queue, but not yet persisted to the underlying datastore.
- getPermission() - Method in class com.tangosol.net.security.PermissionInfo
- Return the ClusterPermission object.
- getPermissionsConfig() - Method in class com.tangosol.net.security.DefaultController
- Obtain the permission configuration descriptor.
- getPersistentVersionCache() - Method in class com.tangosol.net.cache.VersionedBackingMap
- Deprecated. Get the cache of version info for the data stored in the persistent store behind this backing map (and other related backing maps if this is backing a distributed cache).
- getPinnedWorkManager() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return a pinned WorkManager which represents the JVM that was used to execute this Work.
- getPofConfig() - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Obtain the PofConfig that represents the initialized state of the ConfigurablePofContext.
- getPofContext() - Method in class com.tangosol.io.pof.PofBufferReader
- Return the PofContext object used by this PofReader to deserialize user types from a POF stream.
- getPofContext() - Method in class com.tangosol.io.pof.PofBufferWriter
- Return the PofContext object used by this PofWriter to serialize user types to a POF stream.
- getPofContext() - Method in interface com.tangosol.io.pof.PofReader
- Return the PofContext object used by this PofReader to deserialize user types from a POF stream.
- getPofContext() - Method in interface com.tangosol.io.pof.PofWriter
- Return the PofContext object used by this PofWriter to serialize user types to a POF stream.
- getPofContext() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the POF context to use for serialization and deserialization.
- getPofContext() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a PofContext.
- getPofHandler() - Method in class com.tangosol.io.pof.PofBufferWriter
- Return the WritingPofHandler used internally by this PofBufferWriter to write the POF stream.
- getPofHandler() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a PofHandler.
- getPofReader() - Method in class com.tangosol.io.pof.PofInputStream
- Obtain the underlying PofReader.
- getPofSerializer(int) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
- getPofSerializer(int) - Method in interface com.tangosol.io.pof.PofContext
- Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
- getPofSerializer(int) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
- getPofSerializer(int) - Method in class com.tangosol.io.pof.SimplePofContext
- Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
- getPofSerializer(int) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Return a PofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
- getPofTypeId(Class, PofContext) - Static method in class com.tangosol.io.pof.PofHelper
- Return an indentifier that represents the POF type of the specified class.
- getPofTypeId(PofContext) - Method in class com.tangosol.util.extractor.PofExtractor
- Compute the expected pof type id based on the class.
- getPofWriter() - Method in class com.tangosol.io.pof.PofOutputStream
- Obtain the underlying PofWriter.
- getPolicy() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
- Return the wrapped ActionPolicy.
- getPolicyPopulation() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Calculate and return the current size of the member set that contributes to the quorum for this policy domain.
- getPolicyPopulation() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
- Calculate and return the current size of the member set that contributes to the quorum for this policy domain.
Note: The quorum for PartitionedService is determined by the ownership-enabled members only.
- getPort() - Method in interface com.tangosol.net.Member
- Return the port of the Member's DatagramSocket for point-to-point communication.
- getPort() - Method in class com.tangosol.net.WrapperSocket
- getPort() - Method in class com.tangosol.util.UUID
- Determine the port portion of the UUID.
- getPostedWork() - Method in class com.tangosol.coherence.commonj.WorkManager
- Return a catalog of WorkHolder objects for all posted Work as known by the client side keyed by the corresponding work id.
- getPostedWork(long) - Method in class com.tangosol.coherence.commonj.WorkManager
- Return a WorkHolder for a posted work with a given id.
- getPrevBlockOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the offset of the previous Block in the Buffer.
- getPrevious() - Method in class com.tangosol.util.AbstractStableIterator
- Obtain the previous object provided by the Iterator.
- getPrevious() - Method in class com.tangosol.util.SafeLinkedList.Node
-
- getPreviousModulo() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the previous modulo.
- getPrevNodeOffset() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the offset of the previous Block in the linked list.
- getPrimaryKey() - Method in class com.tangosol.util.CompositeKey
- Return the primary key component.
- getPrimaryOwner() - Method in class com.tangosol.net.partition.Ownership
- Return the primary owner id for this partition.
- getPrimitive(long) - Method in class com.tangosol.util.PrimitiveSparseArray
- Return the value stored at the specified index.
- getPrimitiveValue() - Method in class com.tangosol.util.PrimitiveSparseArray.Iterator
- Returns the current value, which is the same value returned by the most recent call to the nextPrimitive method, or the most recent value passed to setPrimitiveValue if setPrimitiveValue were called after the nextPrimitive method.
- getPrimitiveValue() - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
- Get the long value for the Node
- getPrintWriter() - Method in class com.tangosol.io.pof.LoggingPofHandler
- Obtain the PrintWriter that is used by this LoggingPofHandler.
- getPriority() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Calculate a cache priority.
- getPrivateKey() - Method in class com.tangosol.net.security.AsymmetricEncryptionFilter
- Return the filter's private encryption key.
- getProbabilityThresholds() - Method in class com.tangosol.util.SafeSortedMap
- Return the precomputed array of probability thresholds used by this map to determine what index levels to build.
- getProcessName() - Method in interface com.tangosol.net.Member
- Determine the configured name for the Process (such as a JVM) in which this Member resides.
- getProcessor() - Method in class com.tangosol.util.processor.PriorityProcessor
- Obtain the underlying processor.
- getProperty(String, String) - Method in class com.tangosol.net.LoadBalancer
- Determine the value of a String option.
- getProperty(String, int) - Method in class com.tangosol.net.LoadBalancer
- Determine the value of an integer option.
- getProperty(String, boolean) - Method in class com.tangosol.net.LoadBalancer
- Determine the value of a boolean option.
- getPropertyIndex() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
-
- getProviderId() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Return a unique identifier for this CacheProvider.
- getProviderList() - Method in class com.tangosol.net.CompositeAddressProvider
- Return the provider list.
- getPruneDelay() - Method in class com.tangosol.util.ThreadLocalObject
- Deprecated. as of Coherence 3.3 this method always returns zero.
- getPutBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
- Obtain the bundler for the "put" operations.
- getQualifiedCacheName(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Given a Cache name as passed from the CacheFactory, return a fully-qualified Cache name that contains the CacheProvider scope identifier.
- getQualifiedName(String, String) - Static method in class com.tangosol.util.ClassHelper
- Build the fully qualified name of a class based on a package name and a simple class name.
- getQueryMap() - Method in class com.tangosol.util.ConverterCollections.ConverterQueryMap
- Return the underlying QueryMap.
- getQueryMap(QueryMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of QueryMap.
- getQueue() - Method in class com.tangosol.net.LoadBalancer
- Determine the Queue that Socket connections are placed into.
- getQueueDaemon() - Method in class com.tangosol.io.AsyncBinaryStore
-
- getQueuedLimit() - Method in class com.tangosol.io.AsyncBinaryStore
- Determine the size, in bytes, of the data that can be queued to be written asynchronously by the QueueDaemon thread.
- getQueuedLimit() - Method in class com.tangosol.io.AsyncBinaryStoreManager
-
- getQueuedSize() - Method in class com.tangosol.io.AsyncBinaryStore
- Determine the current number of bytes that are pending being written.
- getQuorumRules() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Return the quorum rules used by this policy.
- getQuorumValue(XmlElement, String) - Static method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Helper function to validate and return the specified quorum element from a quorum-policy configuration element.
- getRackName() - Method in interface com.tangosol.net.Member
- Determine the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides.
- getRandom() - Method in class com.tangosol.util.SafeSortedMap
- Return the random number generator for this map.
- getRandomDestination() - Method in class com.tangosol.net.LoadBalancer
- Determine a random AddressPort combination to route to.
- getRawByteArray() - Method in class com.tangosol.io.ByteArrayReadBuffer
- Obtain the byte array that this ReadBuffer uses.
- getRawByteArray() - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Obtain the byte array that this WriteBuffer uses.
- getRawDate() - Method in class com.tangosol.io.pof.RawDateTime
- Obtain the date portion of the raw date-time value.
- getRawOffset() - Method in class com.tangosol.io.ByteArrayReadBuffer
- Determine the offset into the byte array returned from
ByteArrayReadBuffer.getRawByteArray() that this ReadBuffer uses.
- getRawTime() - Method in class com.tangosol.io.pof.RawDateTime
- Obtain the time portion of the raw date-time value.
- getReadBuffer(int, int) - Method in class com.tangosol.io.AbstractReadBuffer
- Obtain a ReadBuffer for a portion of this ReadBuffer.
- getReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
- Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
- getReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
- Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
This method is functionally equivalent to the following code:
ReadBuffer buf = getUnsafeReadBuffer();
byte[] ab = buf.toByteArray();
return new ByteArrayReadBuffer(ab);
- getReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
This method is functionally equivalent to the following code:
ReadBuffer buf = getUnsafeReadBuffer();
byte[] ab = buf.toByteArray();
return new ByteArrayReadBuffer(ab);
- getReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
- Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
This method is functionally equivalent to the following code:
ReadBuffer buf = getUnsafeReadBuffer();
byte[] ab = buf.toByteArray();
return new ByteArrayReadBuffer(ab);
- getReadBuffer(int, int) - Method in interface com.tangosol.io.ReadBuffer
- Obtain a ReadBuffer for a portion of this ReadBuffer.
- getReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
- Get a ReadBuffer object that is a snapshot of this WriteBuffer's data.
- getReadQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the queue of keys that are yet to be read.
- getReadThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the refresh-ahead thread.
- getReapedSessions() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Returns the number of expired sessions that were reaped in the last reap cycle.
- getReapedSessions() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Returns the number of expired sessions that were reaped in the last reap cycle.
- getReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the number of sessions that were reaped during the last reap cycle.
- getReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the number of sessions that were reaped during the last reap cycle.
- getReapedSessionsTotal() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Returns the number of expired sessions that has been reaped since the statistics was reset.
- getReapedSessionsTotal() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Returns the number of expired sessions that has been reaped since the statistics was reset.
- getReaperCheckCollectionModulo() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getReaperCycleSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getReaperPriority() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getReapTaskFactory() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Getter for reap task factory.
- getReceiveBufferSize() - Method in class com.tangosol.net.WrapperServerSocket
- getReceiveBufferSize() - Method in class com.tangosol.net.WrapperSocket
- getRecentIterator() - Method in class com.tangosol.util.ChainedEnumerator
- Get the recently used iterator, if any.
- getReconnectInterval() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Return a reconnection interval (in milliseconds).
- getRecoveryMillis() - Method in class com.tangosol.net.GuardSupport.Context
- Return the recovery interval for this Guardable.
- getReferenceCount() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Determine the reference count (unmatched enter calls) for this model.
- getReferenceCount() - Method in interface com.tangosol.coherence.servlet.HttpSessionModel
- Deprecated. Determine the reference count (unmatched enter calls) for this model.
- getReferenceCount() - Method in class com.tangosol.coherence.servlet.RequestContext
- Deprecated. Get the current reference count.
- getRefreshAheadFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the refresh-ahead factor.
- getRegionName() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the region (cache) name.
- getRegisteredDbs() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the registered Databases.
- getReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Return the CacheReloader used for the given key or null if no CacheReloader is currently set.
- getReloader(Object) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.ReloadableCacheImpl
- Return the CacheReloader used for the given key or null if no CacheReloader is currently set.
- getRemoteSocketAddress() - Method in class com.tangosol.net.WrapperSocket
- getRemoveAction() - Method in class com.tangosol.util.SegmentedHashMap
- Return the registered action for remove().
- getRemoveBundler() - Method in class com.tangosol.net.cache.BundlingNamedCache
- Obtain the bundler for the "remove" operations.
- getRemoved() - Method in class com.tangosol.util.DeltaSet
- Determine what items were removed from the delta set.
- getRemoved() - Method in class com.tangosol.util.SubSet
- Determine what items were removed from the subset.
- getReplicatedCache() - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
getService(String).ensureCache(null, null) instead
- getReplicatedCache(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String) instead
- getReplicatedCache(String, ClassLoader) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getCache(String, ClassLoader) instead
- getReplicatedCache(String, ClassLoader) - Method in class com.tangosol.run.jca.CacheAdapter
- Deprecated. use
CacheAdapter.getNamedCache(java.lang.String, java.lang.ClassLoader) instead.
- getReplicatedCacheConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the default replicated cache configuration.
- getReplicatedCacheService(String) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, use
CacheFactory.getService(String) instead
- getReplicatedCacheService(String, BackingMapManager) - Static method in class com.tangosol.net.CacheFactory
- Deprecated. As of Coherence 3.3, deprecated with no replacement
- getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractInvocable
- Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution. This implementation returns
TIMEOUT_DEFAULT.
- getRequestTimeoutMillis() - Method in class com.tangosol.net.AbstractPriorityTask
- Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
- getRequestTimeoutMillis() - Method in interface com.tangosol.net.PriorityTask
- Obtain the maximum amount of time a calling thread is willing to wait for a result of the request execution.
- getResolutionStrategy() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return the configuration resolution strategy.
- getResources(Class, String) - Static method in class com.tangosol.util.ClassHelper
- Load the named resources for the specified class.
- getResponsiveMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
- Return the set of Members that have recently responded to this member.
- getResult() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the Work once it has completed.
- getResult() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
- Deprecated. Obtain the result of executing this ExitTask.
- getResult() - Method in class com.tangosol.net.AbstractInvocable
- Determine the result from the invocation of this object.
- getResult() - Method in interface com.tangosol.net.Invocable
- Determine the result from the invocation of this object.
- getRetained() - Method in class com.tangosol.util.SubSet
- Determine what items were added to the subset.
- getReuseAddress() - Method in class com.tangosol.net.WrapperServerSocket
- getReuseAddress() - Method in class com.tangosol.net.WrapperSocket
- getRipeArray() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
- getRipeMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.Entry
- Determine when the entry becomes ripe to be persisted.
- getRoleName() - Method in interface com.tangosol.net.Member
- Determine the configured role name for the Member.
- getRollover() - Method in class com.tangosol.util.ThreadLocalObject
- Deprecated. as of Coherence 3.3 this method always returns zero.
- getRoot() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the root of the hierarchy this value belongs to.
- getRoot() - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return the root of the hierarchy this value belongs to.
- getRoot() - Method in class com.tangosol.run.xml.SimpleElement
- Get the root element.
- getRoot() - Method in interface com.tangosol.run.xml.XmlElement
- Get the root element.
- getRoundRobinDestination() - Method in class com.tangosol.net.LoadBalancer
- Using a round-robin algorithm, determine the next AddressPort combination to route to.
- getRuleMask() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
- Return the numeric representation of the actions allowed by this rule.
- getSafeAttribute(String) - Method in class com.tangosol.run.xml.SimpleElement
- Get an attribute value, and return a temporary value if the attribute does not exist.
- getSafeAttribute(String) - Method in interface com.tangosol.run.xml.XmlElement
- Get an attribute value, and return a temporary value if the attribute does not exist.
- getSafeElement(String) - Method in class com.tangosol.run.xml.SimpleElement
- Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.
- getSafeElement(String) - Method in interface com.tangosol.run.xml.XmlElement
- Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.
- getSafeTimeMillis(long) - Method in class com.tangosol.util.SafeClock
- Returns a "safe" current time in milliseconds.
- getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
- Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.
This implementation returns SCHEDULE_STANDARD.
- getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.CollectMembershipInfo
- Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.
This implementation returns SCHEDULE_STANDARD.
- getSchedulingPriority() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
- Obtain this task's scheduling priority. Valid values are one of the SCHEDULE_* constants.
This implementation returns SCHEDULE_STANDARD.
- getSchedulingPriority() - Method in class com.tangosol.net.AbstractInvocable
- Obtain this task's scheduling priority. This implementation returns
SCHEDULE_STANDARD.
- getSchedulingPriority() - Method in class com.tangosol.net.AbstractPriorityTask
- Obtain this task's scheduling priority.
- getSchedulingPriority() - Method in interface com.tangosol.net.PriorityTask
- Obtain this task's scheduling priority.
- getSchemeName() - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
- Obtain the scheme name.
- getScopeController() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the AttributeScopeController for the session collection, if one was specified.
- getScopeControllerClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getScopeIdentifier() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.FlushAgent
- Return the scope identifier of the CacheProvider that created this FlushAgent.
- getScopeName(ClassLoader) - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return the scope name corresponding to the specified class loader.
- getScopeSeparator() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Determine the string that separates the Cache name from the scope identifier in the fully qualified name of the delegate NamedCache.
- getSecond() - Method in class com.tangosol.io.pof.RawTime
- Determine the time's second value.
- getSecondaryKey() - Method in class com.tangosol.util.CompositeKey
- Return the secondary key component.
- getSecondMap() - Method in class com.tangosol.util.ChainedMap
- Get the second (back) map.
- getSeconds() - Method in class com.tangosol.io.pof.RawDayTimeInterval
- Determine the number of seconds in the day-time interval.
- getSeconds() - Method in class com.tangosol.io.pof.RawTimeInterval
- Determine the number of seconds in the time interval.
- getSecurityConfig() - Static method in class com.tangosol.net.CacheFactory
- Return the security framework configuration.
- getSegmentForKey(Object) - Method in class com.tangosol.util.SegmentedHashMap
- Return the Segment object for the specified key.
- getSegmentIndex(int) - Method in class com.tangosol.util.SegmentedHashMap
- Calculate the segment index for the the specified bucket.
- getSendBufferSize() - Method in class com.tangosol.net.WrapperSocket
- getSerializedValue() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return this value's serialized form.
- getSerializedValue() - Method in class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
- Return this value's serialized form.
- getSerializer() - Method in class com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
- Deprecated. Get the serializer used to serialize and deserialize session attributes.
- getSerializer() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return a
Serializer that is used to serialize/deserialize this entry.
- getSerializer() - Method in interface com.tangosol.net.Service
- Return a Serializer used by this Service.
- getSerializer() - Method in class com.tangosol.net.WrapperService
- getSerializer() - Method in interface com.tangosol.util.BinaryEntry
- Return a
Serializer that is used to serialize/deserialize this entry.
- getSerializer() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return a
Serializer that is used to serialize/deserialize this entry.
- getServerFinder() - Static method in class com.tangosol.net.management.MBeanHelper
- Return the the MBeanServerFinder as configured in the Coherence operational configuration descriptor ("server-factory" element).
- getServers() - Method in class com.tangosol.coherence.commonj.WorkManager
- Return a set of Members that run the same Invocation service as this WorkManager in a "server" capacity.
- getService() - Method in class com.tangosol.coherence.commonj.WorkManager
- Return an InvocationService used by this WorkManager.
- getService() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the InvocationService used to execute the corresponding Work.
- getService() - Method in class com.tangosol.net.AbstractInvocable
- Obtain the containing InvocationService.
- getService(String) - Static method in class com.tangosol.net.CacheFactory
- Return an instance of a service configured by the current ConfigurableCacheFactory.
- getService(String) - Method in interface com.tangosol.net.Cluster
- Returns a Service object for the specified service name.
- getService() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
- Return the Cluster service.
- getService() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy
- Return the Service which this policy applies to.
- getService() - Method in class com.tangosol.net.MemberEvent
- Return the Service that fired the event
- getService() - Method in class com.tangosol.net.partition.PartitionEvent
- Determine the partitioned service that this event originates from.
- getService() - Method in class com.tangosol.net.WrapperService
- Return the wrapped Service.
- getService() - Method in class com.tangosol.util.ServiceEvent
- Return the Service that fired the event.
- getServiceBanner(Cluster) - Method in class com.tangosol.net.DefaultCacheServer
- Create a list of running services in the given Cluster.
- getServiceConfig(String) - Static method in class com.tangosol.net.CacheFactory
- Return the configuration for the specified service type.
- getServiceInfo(String) - Method in interface com.tangosol.net.Cluster
- Returns a ServiceInfo object for the specified service name.
- getServiceMember(int) - Method in interface com.tangosol.net.ServiceInfo
- Return the Member with the specified mini-id that is running this Service.
- getServiceMembers() - Method in interface com.tangosol.net.ServiceInfo
- Return a Set of Member objects, one for each Member that has registered this Service.
- getServiceName() - Method in class com.tangosol.net.ClusterPermission
- Return the service name for this permission object or null if the permission applies to any service.
- getServiceName() - Method in class com.tangosol.net.security.PermissionInfo
- Return the service name.
- getServiceName() - Method in interface com.tangosol.net.ServiceInfo
- Return the name of the Service.
- getServiceName() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getServiceNames() - Method in interface com.tangosol.net.Cluster
- Returns an Enumeration of String objects, one for each service that has been previously registered in the cluster.
- getServiceType() - Method in interface com.tangosol.net.ServiceInfo
- Return the type of the Service.
- getServiceType() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getServiceVersion(Member) - Method in interface com.tangosol.net.ServiceInfo
- Return a String with Service version for the specified service Member.
- getServletContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the Coherence ServletContext wrapper that this SessionHelper is helping with.
- getServletContextAttributeCache() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the clustered attribute map.
- getServletContextCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the clustered cache that stores ServletContext attributes or null if the ServletContext is not clustered.
- getServletContextCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the clustered cache that stores ServletContext attributes or null if the ServletContext is not clustered.
- getServletContextMajorVersion() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the major version of the Java Servlet API that this servlet container supports.
- getServletContextMinorVersion() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the minor version of the Servlet API that this servlet container supports.
- getServletContextName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the web application ServletContext.
- getServletContextName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the web application ServletContext.
- getServletContextVersionMajor() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getServletContextVersionMinor() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getServletRequest() - Method in class com.tangosol.coherence.servlet.RequestContext
- Deprecated. Get the wrapped ServletRequest.
- getServletResponse() - Method in class com.tangosol.coherence.servlet.RequestContext
- Deprecated. Get the wrapped ServletResponse.
- getSessionAverageLifetime() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the average lifetime (in seconds) of session objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
- getSessionAverageLifetime() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the average lifetime (in seconds) of session objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset.
- getSessionAverageSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the average size (in bytes) of session objects placed in the session storage clustered cache since the last time statistics were reset.
- getSessionAverageSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the average size (in bytes) of session objects placed in the session storage clustered cache since the last time statistics were reset.
- getSessionCacheName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionCacheName() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the name of the clustered cache that stores serialized session objects.
- getSessionCacheName() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the name of the clustered cache that stores serialized session objects.
- getSessionChunkCount() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
- Deprecated.
- getSessionChunkMillis() - Method in class com.tangosol.coherence.servlet.IncrementalReapTask
- Deprecated.
- getSessionExpiryFilterFactoryClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionFactory() - Method in class com.tangosol.coherence.hibernate.HibernateCacheLoader
- Get the Hibernate SessionFactory.
- getSessionFactory() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the SessionHelper.Factory currently in use.
- getSessionHelper() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
- Deprecated.
- getSessionHelper() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the SessionHelper used by this HttpSessionManager object to expose Coherence*Web management attributes and operations.
- getSessionHelper() - Method in class com.tangosol.coherence.servlet.RequestContext
- Deprecated. Get the SessionHelper.
- getSessionIdCookieDomain() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdCookieDomain() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the domain of the cookie for holding the session ID.
- getSessionIdCookieMaxAge() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the max age (in seconds) of the cookie for holding the session ID.
- getSessionIdCookieMaxAgeSeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdCookieName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdCookieName() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the name of the cookie for holding the session ID.
- getSessionIdCookiePath() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdCookiePath() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the path of the cookie for holding the session ID.
- getSessionIdCookieSecure() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine if a web client will only send the session cookie over a SSL connection.
- getSessionIdEncodingName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdEncodingName() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the name of the URL parameter for session ID encoding and decoding.
- getSessionIdGenerator() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Retrieve the HttpSessionIdGenerator used by this session collection to generate session identifiers.
- getSessionIdGeneratorClassName() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdIterator() - Method in class com.tangosol.coherence.servlet.AbstractReapTask
- Deprecated.
- getSessionIdLength() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine the length that session IDs will be created with.
- getSessionIdLength() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSessionIdLength() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the length (in characters) of generated session IDs.
- getSessionIdLength() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the length (in characters) of generated session IDs.
- getSessionMaxSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the maximum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
- getSessionMaxSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the maximum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
- getSessionMinSize() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the minimum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
- getSessionMinSize() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the minimum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset.
- getSessionOwnershipInfo(String) - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Determine which cluster member (if any) holds the lock for the given session ID.
- getSessionReaperDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the daemon thread that cleans up expired sessions.
- getSessionStickyCount() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the number of session objects that are pinned to this instance of the web application or -1 if sticky session optimizations are disabled.
- getSessionStickyCount() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the number of session objects that are pinned to this instance of the web application or -1 if sticky session optimizations are disabled.
- getSessionTimeout() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the session expiration time (in seconds) or -1 if sessions never expire.
- getSessionTimeout() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the session expiration time (in seconds) or -1 if sessions never expire.
- getSessionUpdates() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the number of updates of session object stored in the session storage clustered cache since the last time statistics were reset.
- getSessionUpdates() - Method in interface com.tangosol.coherence.servlet.management.HttpSessionManagerMBean
- Return the number of updates of session object stored in the session storage clustered cache since the last time statistics were reset.
- getSessionWorkerDaemon() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Get the daemon thread that is used for scheduled tasks.
- getSet(Set, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of Set that uses a Converter to view an underlying Set.
- getSet() - Method in class com.tangosol.util.ImmutableArrayList
- Return a java.util.Set view of this ImmutableArrayList.
- getSet() - Method in class com.tangosol.util.ImmutableMultiList
- Return a java.util.Set view of this ImmutableMultiList.
- getSet() - Static method in class com.tangosol.util.NullImplementation
- Returns an instance of the NullSet.
- getSet(Set, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of Set.
- getSharedKey() - Method in class com.tangosol.net.security.ClusterEncryptionFilter
- Return the shared key, or generate one if none exists.
- getShrinkageCount() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the level at which the modulo will decrease.
- getShrinkageThreshold() - Method in class com.tangosol.io.nio.AbstractBufferManager
- Determine the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
- getShrinkageThreshold() - Method in interface com.tangosol.io.nio.ByteBufferManager
- Determine the level (what number of bytes used) below which the current ByteBuffer will need to be "resized" downwards.
- getShutdownDelayMillis() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the number of milliseconds to defer shutdown after the app appears to have stopped.
- getShutdownDelaySeconds() - Method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSignedPermission() - Method in class com.tangosol.net.security.PermissionInfo
- Return the encrypted ClusterPermission object.
- getSimpleName(Class) - Static method in class com.tangosol.util.ClassHelper
- Determine the simple (unqualified) name of a class.
- getSimpleName(String) - Static method in class com.tangosol.util.ClassHelper
- Determine the simple (unqualified) name of a class.
- getSingletonFactory() - Method in class com.tangosol.net.DefaultCacheFactoryBuilder
- Return the singleton cache factory.
- getSiteName() - Method in interface com.tangosol.net.Member
- Determine the configured name for the Site (such as a data center) in which this Member resides.
- getSize() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the size of the encoded value in bytes.
- getSize() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain the number of entries in the OverflowMap.
- getSize() - Method in class com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
-
- getSize() - Method in class com.tangosol.util.AbstractLongArray
- Determine the size of the LongArray.
- getSize() - Method in class com.tangosol.util.AbstractSparseArray
- Determine the size of the LongArray.
- getSize() - Method in class com.tangosol.util.CopyOnWriteLongArray
- Determine the size of the LongArray.
- getSize() - Method in interface com.tangosol.util.LongArray
- Determine the size of the LongArray.
- getSize() - Method in class com.tangosol.util.NullImplementation.NullFlatRegistry
- Determine the number of Entry items that are registered.
- getSize() - Method in class com.tangosol.util.SimpleLongArray
- Determine the size of the LongArray.
- getSize() - Method in class com.tangosol.util.StringTable
- Determine the number of strings in the table.
- getSize() - Method in class com.tangosol.util.Tree
- Determine the size of the tree.
- getSizeAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
- Return the registered action for size().
- getSizeCode() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the "free block size code" for a block of this size.
- getSizeCounter() - Method in class com.tangosol.util.SafeSortedMap.BaseEntryNode
- Return the AtomicCounter used to track the size of the base entry list.
- getSizeInMemory() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the size of the cache in memory (byte count) Not supported (returns -1).
- getSizeThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
- Obtain the bundle size threshold value.
- getSoftTimeout() - Method in class com.tangosol.net.GuardSupport.Context
- Return the next soft-timeout for this Guardable.
- getSoftTimeoutMillis() - Method in interface com.tangosol.net.Guardian.GuardContext
- Return the soft timeout interval for the represented Guardable.
- getSoftTimeoutMillis() - Method in class com.tangosol.net.GuardSupport.Context
- Return the soft timeout interval for the represented Guardable.
- getSoLinger() - Method in class com.tangosol.net.WrapperSocket
- getSortedMap() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedMap
- Return the underlying SortedMap.
- getSortedMap(SortedMap, Converter, Converter, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns a Converter instance of SortedMap.
- getSortedMap(SortedMap, Class, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of SortedMap.
- getSortedSet() - Method in class com.tangosol.util.ConverterCollections.ConverterSortedSet
- Return the underlying SortedSet.
- getSortedSet(SortedSet, Converter, Converter) - Static method in class com.tangosol.util.ConverterCollections
- Returns an instance of SortedSet that uses a Converter to view an underlying SortedSet.
- getSortedSet() - Method in class com.tangosol.util.ImmutableArrayList
- Return a java.util.SortedSet view of this ImmutableArrayList.
- getSortedSet(SortedSet, Class) - Static method in class com.tangosol.util.RestrictedCollections
- Returns a restricted instance of SortedSet.
- getSoTimeout() - Method in class com.tangosol.net.WrapperServerSocket
- getSoTimeout() - Method in class com.tangosol.net.WrapperSocket
- getSpan(Object) - Method in class com.tangosol.net.partition.BroadKeyPartitioningStrategy
- Caculate the partition span for a logical group of keys represented by the speficified "base" key.
- getSpan() - Method in class com.tangosol.util.SafeSortedMap
- Return the span of this map.
- getSplitHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.management.HttpSessionManager
- Return the SplitHttpSessionCollection currently in use.
- getSplitHttpSessionCollection() - Method in class com.tangosol.coherence.servlet.SplitHttpSessionModel
- Deprecated. Get the SplitHttpSessionCollection that contains this model.
- getSplitKey() - Method in class com.tangosol.util.SafeSortedMap.Split
- Return the key around which this is
SafeSortedMap.Split is defined.
- getStableBucketArray() - Method in class com.tangosol.util.SafeHashMap
- Get the bucket array, or if a resize is occurring, wait for the resize to complete and return the new bucket array.
- getStableBucketArray() - Method in class com.tangosol.util.SegmentedHashMap
- Get the bucket array, or if a resize is occurring, wait for the resize to complete and return the new bucket array.
- getState() - Method in class com.tangosol.net.cache.ContinuousQueryCache
- Obtain the state of the ContinousQueryCache.
- getState() - Method in class com.tangosol.net.cache.OverflowMap.Status
- Determine the state of the Status object.
- getState() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Determine the state of the Status object.
- getState() - Method in interface com.tangosol.net.Guardian.GuardContext
- Return the state of the Guardable.
- getState() - Method in class com.tangosol.net.GuardSupport.Context
- Return the state of the Guardable.
- getState() - Method in class com.tangosol.util.Daemon
- Obtain the state of the daemon.
- getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
- Return a status of the undrlying Work.
- getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the current status of dispatching the Work.
- getStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
- Return the work execution status.
- getStatus() - Method in interface com.tangosol.coherence.transaction.TransactionState
- Obtain the status of the transaction.
- getStatus() - Method in class com.tangosol.net.cache.OverflowMap.Status
- Determine the enumerated status of the Status object.
- getStatus() - Method in class com.tangosol.net.cache.SimpleOverflowMap.Status
- Determine the enumerated status of the Status object.
- getStatus() - Method in class com.tangosol.util.ThreadGate
- Return the current thread gate status.
- getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
- Return a String that describes the current Quorum state.
- getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy
- Return a String that describes the current Quorum state.
- getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy
- Return a String that describes the current Quorum state.
- getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ProxyQuorumPolicy
- Return a String that describes the current Quorum state.
- getStatusDescription() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.WrapperQuorumPolicy
- Return a String that describes the current Quorum state.
- getStatusMap() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain the Map of Status objects for entries managed by this Overflow Map.
- getStatusMap() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Obtain the Map of Status objects for entries managed by this Overflow Map.
- getStickyCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of information about sessions that are stuck to this member, if sticky ownership is used.
- getStickyExitTaskCache() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the cache of session ExitTasks for sessions that are stuck to this member, if sticky ownership is used.
- getStickyService() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionCollection
- Deprecated. Get the invocation service to use to manage sticky session ownership.
- getStorageEnabledMembers() - Method in interface com.tangosol.net.DistributedCacheService
- Deprecated. As of Coherence 3.6, replaced by
PartitionedService.getOwnershipEnabledMembers().
- getStoreBundler() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Obtain the bundler for the "store" operations.
- getStoreFailures() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of store() failures.
- getStoreMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the cummulative time spent on store() operations.
- getStoreOps() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
- Determine the number of store() operations.
- getStrength() - Method in class com.tangosol.util.CacheCollator
- Returns this Collator's strength property.
- getString() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a String.
- getString(String) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a String.
- getString() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a String.
- getString(String) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a String.
- getString() - Method in class com.tangosol.util.AnyEvent
- Gets the associated value as a java.lang.String.
- getStringValue(XmlElement, String, String) - Static method in class com.tangosol.coherence.servlet.ConfigurationImpl
- Deprecated.
- getSubject() - Method in class com.tangosol.net.security.PermissionInfo
- Return the encryptor subject.
- getSupportedVersion(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the version of the spec to find the factory for based on the passed application server ServletContext object.
- getSynchronousListeners() - Method in class com.tangosol.util.Listeners
- Get the array of synchronous event listeners.
- getSyntheticEventsMap() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the map of keys for which the events should be marked as synthetic (internal).
- getSyntheticInfo(String) - Method in class com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo
- Generate a synthetic CacheInfo for a cache that has a name suffixed with the specified string.
- getTail() - Method in class com.tangosol.util.SafeSortedMap.Split
- Return tail of the split
- getTailWeight() - Method in class com.tangosol.util.SafeSortedMap.Split
- Return the estimated weight of the tail portion of the
SafeSortedMap.Split.
- getTargetMember() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the Member that the corresponding Work is to be executed at.
- getTasks() - Method in class com.tangosol.util.TaskDaemon
- Obtain the pending tasks.
- getTcpNoDelay() - Method in class com.tangosol.net.WrapperSocket
- getThread() - Method in class com.tangosol.util.Daemon.DaemonWorker
-
- getThread() - Method in class com.tangosol.util.Daemon
- Accessor to obtain the Daemon thread object.
- getThreadContext() - Static method in class com.tangosol.net.GuardSupport
- Obtain the GuardContext associated with the current thread.
- getThreadContextClassLoader() - Method in class com.tangosol.util.Daemon
- Determine the configured context ClassLoader for the daemon thread.
- getThreadGate() - Method in class com.tangosol.net.cache.OverflowMap
- Obtain the ThreadGate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
- getThreadGate() - Method in class com.tangosol.net.cache.SimpleOverflowMap
- Obtain the ThreadGate for managing key-level and Collection-level operations against the Map, versus Map-level operations themselves.
- getThreadOwner() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Retrieve the thread that has entered this session model.
- getThreadThreshold() - Method in class com.tangosol.net.cache.AbstractBundler
- Obtains the minimum number of threads that will trigger the bundler to switch from a pass through to a bundled mode.
- getThreshold() - Method in class com.tangosol.net.ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule
- Return the size threshold for this rule.
- getTime() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Time.
- getTime(Time) - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as a Time.
- getTime() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Time.
- getTime(Time) - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as a Time.
- getTimedOutMemberSet() - Method in interface com.tangosol.net.Cluster.MemberTimeoutAction
- Return the set of Members that have exceeded their timeout.
- getTimeMillis() - Method in interface com.tangosol.net.Cluster
- Returns the current "cluster time", which is analogous to the
System.currentTimeMillis() except that the cluster time is the roughly the same for all Members in the cluster.
- getTimeout() - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get the lock timeout (lease duration, not lock acquisition).
- getTimeout() - Method in class com.tangosol.net.GuardSupport.Context
- Return the next timeout for this Guardable.
- getTimeout() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getTimeProperty(Properties, String, long, long) - Method in class com.tangosol.coherence.hibernate.CoherenceCache
- Get an adjusted time (duration) property
- getTimestamp() - Method in interface com.tangosol.net.Member
- Return the date/time value (in cluster time) that the Member joined.
- getTimestamp() - Method in class com.tangosol.util.UID
- Determine the date/time value that the UID instance was generated.
- getTimestamp() - Method in class com.tangosol.util.UUID
- Determine the date/time value that the UUID instance was generated.
- getTimeToLive() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
- getToMember() - Method in class com.tangosol.net.partition.PartitionEvent
- Determine the member that holds the partitions after the action represented by this event.
- getTopAnchor() - Method in class com.tangosol.util.filter.LimitFilter
- Obtain the top anchor object, which is the last value object on a previous page.
- getTopNode() - Method in class com.tangosol.util.SafeSortedMap
- Return the top index node in the map.
- getTotalAllocationTime() - Static method in class com.tangosol.io.nio.DirectBufferManager
- Return the total time spent allocating buffers, copying the previous content and cleaning up uncollected buffers.
- getTotalGets() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of get() operations since the cache statistics were last reset.
- getTotalGets() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of get() operations since the cache statistics were last reset.
- getTotalGets() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of get() operations since the cache statistics were last reset.
- getTotalGetsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
- getTotalGetsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
- getTotalGetsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of milliseconds spent on get() operations since the cache statistics were last reset.
- getTotalPageCount() - Method in class com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
- Determine the number of pages that the PagedBinaryStore has managed in total, including those it is currently managing.
- getTotalPuts() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of put() operations since the cache statistics were last reset.
- getTotalPuts() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of put() operations since the cache statistics were last reset.
- getTotalPuts() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of put() operations since the cache statistics were last reset.
- getTotalPutsMillis() - Method in interface com.tangosol.net.cache.CacheStatistics
- Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
- getTotalPutsMillis() - Method in class com.tangosol.net.cache.SimpleCacheStatistics
- Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
- getTotalPutsMillis() - Method in class com.tangosol.net.partition.PartitionSplittingBackingMap.AggregatingCacheStatistics
- Determine the total number of milliseconds spent on put() operations since the cache statistics were last reset.
- getTotalReapCycles() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Determine the total number of reaping cycles that this node has performed.
- getTotalReapedSessions() - Method in class com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
- Deprecated. Gets the number of sessions that were reaped since the statistics was reset.
- getTotalReapedSessions() - Method in interface com.tangosol.coherence.servlet.SessionReaperStatistics
- Gets the number of sessions that were reaped since the statistics was reset.
- getTotalRegisterListener() - Method in class com.tangosol.net.cache.CachingMap
- Determine the total number of
CachingMap.registerListener(Object oKey) operations since the cache statistics were last reset.
- getTouchCount() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
- Determine the number of times that the cache entry has been touched (since the touch count was last reset).
- getTouchCount() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Determine the number of times that the cache entry has been touched.
- getTouchCount() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
- Determine the absolute order of the entry within in the LRU list.
- getTouchCount() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
- Determine the number of times that the cache entry has been touched (since the touch count was last reset).
- getTouchCount() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
- Determine the number of times that the cache entry has been touched (since the touch count was last reset).
- getTouchCounter() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the next value from the touch counter.
- getTrafficClass() - Method in class com.tangosol.net.WrapperSocket
- getTrailingZeroCount(long) - Static method in class com.tangosol.net.partition.PartitionSet
- Determine the number of trailing zero bits in the passed long value.
- getTransactionIsolation() - Method in interface com.tangosol.util.TransactionMap
- Retrieve this TransactionMap's current transaction isolation level.
- getTransactionState() - Method in interface com.tangosol.coherence.transaction.Connection
- Obtain information about the active transaction.
- getTransactionTimeout() - Method in interface com.tangosol.coherence.transaction.Connection
- Obtain the transaction timeout.
- getTransactionTimeout() - Method in interface com.tangosol.util.TransactionMap
- Retrieve transaction timeout value for this TransactionMap.
- getTransientVersionCache() - Method in class com.tangosol.net.cache.VersionedBackingMap
- Deprecated. Get the cache of version info for the data maintained in this backing map (and other related backing maps if this is backing a distributed cache).
- getTrigger() - Method in class com.tangosol.util.MapTriggerListener
- Obtain the MapTrigger agent represented by this TriggerListener.
- getTtl() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl
- Get the default time-to-live, in milliseconds, of entries in the Cache.
- getTTL() - Method in class com.tangosol.net.TcpDatagramSocket.Impl
- getType() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
- Return an event type.
- getType() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Determine the current Block type.
- getType() - Method in class com.tangosol.run.xml.PropertyAdapter
- Obtain the type of the property (the class of the object declared as being returned by the accessor and passed to the mutator).
- getType() - Method in class com.tangosol.run.xml.XmlBean.BeanInfo
- Get the class of the specific XML bean implementation.
- getTypeId() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Obtain the POF type identifier for this value.
- getTypeId() - Method in interface com.tangosol.io.pof.reflect.PofValue
- Obtain the POF type identifier for this value.
- getUid() - Method in interface com.tangosol.net.Member
- Return the unique identifier of the Member.
- getUniformElementType() - Method in class com.tangosol.io.pof.reflect.ComplexPofValue
- Return the uniform element type (if this is a uniform collection).
- getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.Complex
- If the object encoding is using uniform encoding, obtain the type id of the uniform type.
- getUniformType() - Method in class com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
- If the object encoding is using uniform encoding, obtain the type id of the uniform type.
- getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.Complex
- If the object encoding is using uniform encoding, obtain the type id of the uniform type.
- getUniformType() - Method in class com.tangosol.io.pof.WritingPofHandler.ComplexMap
- If the object encoding is using uniform encoding, obtain the type id of the uniform type.
- getUniqueDbName() - Method in class com.tangosol.io.bdb.DatabaseFactory
- Get a unique (within the Factory) database name.
- getUnitCalculator() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Obtain the current UnitCalculator used by the cache.
- getUnitCalculator() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Obtain the current UnitCalculator used by the cache.
- getUnitCalculator() - Method in class com.tangosol.net.cache.SerializationCache
- Obtain the current UnitCalculator used by the cache.
- getUnitCalculator() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Obtain the current UnitCalculator used by the cache.
- getUnitCalculatorType() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the current unit calculator type.
- getUnitFactor() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
- getUnitFactor() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
- getUnitFactor() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
- getUnitFactor() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the factor by which the Units, LowUnits and HighUnits properties are adjusted.
- getUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap.Entry
- Determine the number of cache units used by this Entry.
- getUnits() - Method in interface com.tangosol.net.cache.ConfigurableCacheMap
- Determine the number of units that the cache currently stores.
- getUnits() - Method in class com.tangosol.net.cache.OldCache.Entry
- Deprecated. Determine the number of cache units used by this Entry.
- getUnits() - Method in class com.tangosol.net.cache.OldCache
- Deprecated. Determine the number of units that the cache currently stores.
- getUnits() - Method in class com.tangosol.net.cache.SerializationCache.EntryAttributes
- Determine the number of units of storage used by the entry.
- getUnits() - Method in class com.tangosol.net.cache.SerializationCache.EntrySet.Entry
- Determine the number of cache units used by this Entry.
- getUnits() - Method in class com.tangosol.net.cache.SerializationCache
- Determine the number of units that the cache currently stores.
- getUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet.Entry
- Determine the number of cache units used by this Entry.
- getUnits() - Method in class com.tangosol.net.partition.ObservableSplittingBackingCache
- Determine the number of units that the cache currently stores.
- getUniversalName(String, String) - Static method in class com.tangosol.run.xml.XmlHelper
- Return a universal XML element name.
- getUnlockAction() - Method in class com.tangosol.util.SegmentedConcurrentMap
- Return the registered action for unlock().
- getUnqualifiedCacheName(String) - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Given a qualified cache name as returned by the
PortalCacheProvider.getQualifiedCacheName(String) method, return the unqualified name that does not contain the CacheProvider scope identifier.
- getUnsafeReadBuffer() - Method in class com.tangosol.io.AbstractWriteBuffer
- Get a ReadBuffer object to read data from this buffer.
- getUnsafeReadBuffer() - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.
To get a snapshot, use the WriteBuffer.getReadBuffer() method.
- getUnsafeReadBuffer() - Method in class com.tangosol.io.DelegatingWriteBuffer
- Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.
To get a snapshot, use the WriteBuffer.getReadBuffer() method.
- getUnsafeReadBuffer() - Method in class com.tangosol.io.MultiBufferWriteBuffer
- Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.
To get a snapshot, use the WriteBuffer.getReadBuffer() method.
- getUnsafeReadBuffer() - Method in class com.tangosol.io.nio.ByteBufferWriteBuffer
- Get a ReadBuffer object to read data from this buffer. This method is not guaranteed to return a snapshot of this buffer's data, nor is it guaranteed to return a live view of this buffer, which means that subsequent changes to this WriteBuffer may or may not affect the contents and / or the length of the returned ReadBuffer.
To get a snapshot, use the WriteBuffer.getReadBuffer() method.
- getUnsafeReadBuffer() - Method in interface com.tangosol.io.WriteBuffer
- Get a ReadBuffer object to read data from this buffer.
- getUnsynchronizedKeyEnumerator() - Method in class com.tangosol.util.Tree
- Get an enumerator of the nodes in the tree.
- getUnsynchronizedKeyEnumerator(Comparable) - Method in class com.tangosol.util.Tree
- Get an enumerator of the nodes in the tree.
- getUpdater() - Method in class com.tangosol.util.extractor.CompositeUpdater
- Retreive the ValueUpdator part.
- getUpdater() - Method in class com.tangosol.util.processor.PropertyManipulator
- Retreive the underlying ValueUpdater reference.
- getUpdater() - Method in interface com.tangosol.util.ValueManipulator
- Retreive the underlying ValueUpdater reference.
- getUpperBound() - Method in class com.tangosol.util.SafeSortedMap.ViewMap
- Return the upper bound of this ViewMap.
- getUsedCapacity() - Method in class com.tangosol.io.nio.BinaryMap
- Determine the number of types in the buffer that are in use by Entry blocks.
- getUserContext() - Method in interface com.tangosol.net.Service
- Return the user context object associated with this Service.
- getUserContext() - Method in class com.tangosol.net.WrapperService
- getUserName() - Method in class com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
-
- getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferReader
- Determine the user type that is currently being parsed.
- getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
- Determine the user type that is currently being parsed.
- getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferWriter
- Determine the user type that is currently being written.
- getUserTypeId() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
- Determine the user type that is currently being written.
- getUserTypeId() - Method in interface com.tangosol.io.pof.PofReader
- Determine the user type that is currently being parsed.
- getUserTypeId() - Method in interface com.tangosol.io.pof.PofWriter
- Determine the user type that is currently being written.
- getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the user type identifier associated with the given object.
- getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the user type identifier associated with the given class name.
- getUserTypeIdentifier(Object) - Method in interface com.tangosol.io.pof.PofContext
- Determine the user type identifier associated with the given object.
- getUserTypeIdentifier(Class) - Method in interface com.tangosol.io.pof.PofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifier(String) - Method in interface com.tangosol.io.pof.PofContext
- Determine the user type identifier associated with the given class name.
- getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- Determine the user type identifier associated with the given object.
- getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SafeConfigurablePofContext
- Determine the user type identifier associated with the given class name.
- getUserTypeIdentifier(Object) - Method in class com.tangosol.io.pof.SimplePofContext
- Determine the user type identifier associated with the given object.
- getUserTypeIdentifier(Class) - Method in class com.tangosol.io.pof.SimplePofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifier(String) - Method in class com.tangosol.io.pof.SimplePofContext
- Determine the user type identifier associated with the given class name.
- getUserTypeIdentifier(Object) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Determine the user type identifier associated with the given object.
- getUserTypeIdentifier(Class) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifier(String) - Method in class com.tangosol.util.NullImplementation.NullPofContext
- Determine the user type identifier associated with the given class name.
- getUserTypeIdentifierInternal(Class) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the user type identifier associated with the given class.
- getUserTypeIdentifierInternal(String) - Method in class com.tangosol.io.pof.ConfigurablePofContext
- Determine the user type identifier associated with the given class name.
- getValidator() - Method in interface com.tangosol.util.TransactionMap
- Retrieve the topmost Validator in TransactionMap's validation chain.
- getValue() - Method in class com.tangosol.coherence.servlet.AttributeHolder
- Obtain the object form of the value.
- getValue() - Method in class com.tangosol.coherence.servlet.OptimizedHolder
- Obtain the object form of the value.
- getValue() - Method in class com.tangosol.coherence.servlet.SplittableHolder
- Obtain the object form of the value.
- getValue() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the Entry value in the block, lazy loading it if necessary.
- getValue() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the deserialized value which this PofValue represents.
- getValue(Class) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the deserialized value which this PofValue represents.
- getValue(int) - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Return the deserialized value which this PofValue represents.
- getValue(int) - Method in class com.tangosol.io.pof.reflect.PofSparseArray.NilPofValue
- Return the deserialized value which this PofValue represents.
- getValue() - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return the deserialized value which this PofValue represents.
- getValue(Class) - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return the deserialized value which this PofValue represents.
- getValue(int) - Method in interface com.tangosol.io.pof.reflect.PofValue
- Return the deserialized value which this PofValue represents.
- getValue() - Method in class com.tangosol.net.cache.BackingMapBinaryEntry
- Return the value corresponding to this entry.
- getValue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap.ReadLatch
- Return the result of the load operation.
- getValue() - Method in class com.tangosol.run.xml.SimpleValue
- Get the value as an Object.
- getValue() - Method in interface com.tangosol.run.xml.XmlValue
- Get the value as an Object.
- getValue() - Method in class com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.AbstractSparseArray.Crawler
- Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
- getValue() - Method in class com.tangosol.util.AbstractSparseArray.Node
- Get the value associated with the node.
- getValue() - Method in class com.tangosol.util.AnyEvent
- Gets the associated value.
- getValue() - Method in class com.tangosol.util.ConverterCollections.AbstractConverterEntry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- Return the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.CopyOnWriteLongArray.UnmodifiableIterator
- Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
- getValue() - Method in class com.tangosol.util.filter.ComparisonFilter
- Get the object to compare the reflection result with.
- getValue() - Method in interface com.tangosol.util.InvocableMap.Entry
- Return the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.InvocableMapHelper.SimpleEntry
- Return the value corresponding to this entry.
- getValue() - Method in interface com.tangosol.util.LongArray.Iterator
- Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
- getValue() - Method in class com.tangosol.util.PrimitiveSparseArray.PrimitiveNode
-
- getValue() - Method in class com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedEntry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.SafeHashMap.Entry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
- getValue() - Method in class com.tangosol.util.SafeSortedMap.EntryNode.MapEntry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.SegmentedHashMap.Entry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.SimpleLongArray.Iterator
- Returns the current value, which is the same value returned by the most recent call to the next method, or the most recent value passed to setValue if setValue were called after the next method.
- getValue() - Method in class com.tangosol.util.SimpleMapEntry
- Returns the value corresponding to this entry.
- getValue() - Method in class com.tangosol.util.SparseArray.ObjectNode
-
- getValue() - Method in class com.tangosol.util.ThreadLocalObject
- Get the value stored by this instance of ThreadLocalObject.
- getValue() - Method in class com.tangosol.util.WrapperCollections.AbstractWrapperEntry
- Returns the value corresponding to this entry.
- getValueAdapter() - Method in class com.tangosol.run.xml.MapAdapter
-
- getValueBuffer() - Method in class com.tangosol.io.pof.reflect.AbstractPofValue
- Get the raw value buffer.
- getValueExtractor() - Method in class com.tangosol.util.aggregator.AbstractAggregator
- Determine the ValueExtractor whose values this aggregator is aggregating.
- getValueExtractor() - Method in class com.tangosol.util.filter.ExtractorFilter
- Obtain the ValueExtractor used by this filter.
- getValueExtractor() - Method in interface com.tangosol.util.MapIndex
- Obtain the ValueExtractor object that the MapIndex uses to extract an indexable Object from a value stored in the indexed Map.
- getValueExtractor() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a ValueExtractor.
- getValueExtractor() - Method in class com.tangosol.util.SimpleMapIndex
- Obtain the ValueExtractor object that the MapIndex uses to extract an indexable Object from a value stored in the indexed Map.
- getValueFromInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
- getValueFromInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a value object from its internal form (as managed by the CacheService) into its "normal" (Object) form.
- getValueIndex() - Method in class com.tangosol.util.ImmutableArrayList
- Create a reverse index from value to position if this List is big enough to warrant it.
- getValueInternal() - Method in class com.tangosol.util.SafeSortedMap.EntryNode
- Return the value associated with the Map entry (could be NO_VALUE).
- getValueInternal() - Method in class com.tangosol.util.SegmentedHashMap.Entry
- Returns the value corresponding to this entry, or NO_VALUE if this Entry is synthetid.
- getValueLength() - Method in class com.tangosol.io.nio.BinaryMap.Block
- Get the length of the Entry value in the block.
- getValueToInternalConverter() - Method in interface com.tangosol.net.BackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService.
- getValueToInternalConverter() - Method in class com.tangosol.util.NullImplementation.NullBackingMapManagerContext
- Return a converter that allows the manager (or a backing map managed thereby) to convert a value object into its internal form as managed by the CacheService.
- getVendorInfo() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Returns the name of the organization, vendor, or company that provided this implementation.
- getVersion() - Method in class com.tangosol.coherence.servlet.AbstractHttpSessionModel
- Deprecated. Return the version indicator for this model.
- getVersion() - Method in class com.tangosol.io.pof.reflect.PofUserType
- Return the data version of this value.
- getVersion() - Method in class com.tangosol.util.ThreadGate
- Return the total number of times the gate has been fully opened.
- getVersionCache() - Method in class com.tangosol.net.cache.VersionedNearCache
- Deprecated. Obtain the NamedCache object that holds the version data.
- getVersionId() - Method in class com.tangosol.io.pof.PofBufferReader
- Determine the version identifier of the user type that is currently being parsed.
- getVersionId() - Method in class com.tangosol.io.pof.PofBufferReader.UserTypeReader
- Determine the version identifier of the user type that is currently being parsed.
- getVersionId() - Method in class com.tangosol.io.pof.PofBufferWriter
- Determine the version identifier of the user type that is currently being written.
- getVersionId() - Method in class com.tangosol.io.pof.PofBufferWriter.UserTypeWriter
- Determine the version identifier of the user type that is currently being written.
- getVersionId() - Method in interface com.tangosol.io.pof.PofReader
- Determine the version identifier of the user type that is currently being parsed.
- getVersionId() - Method in interface com.tangosol.io.pof.PofWriter
- Determine the version identifier of the user type that is currently being written.
- getVersionIndicator() - Method in interface com.tangosol.util.Versionable
- Get the version indicator for this object.
- getVersionMap() - Method in class com.tangosol.run.jca.SimpleValidator
- Obtain a map that holds the version objects for resources enlisted into a transaction.
- getVersionString() - Method in class com.tangosol.coherence.weblogic.PortalCacheProvider
- Return the version of this CacheProvider implementation.
- getViewMap() - Method in class com.tangosol.util.SafeSortedMap
- Return a view of the entire map.
- getWaitMillis() - Method in class com.tangosol.util.WrapperConcurrentMap
- Return the number of milliseconds to continue trying to obtain a lock in case when the locking is enforced.
- getWaits() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Assemble an array of collection that wait for this Work.
- getWork() - Method in class com.tangosol.coherence.commonj.WorkManager.ScheduleWork
- Return a Work object.
- getWorker() - Method in class com.tangosol.util.Daemon
- Accessor to obtain the Daemon worker object.
- getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.AbstractWork
- Return a Work id.
- getWorkId() - Method in exception com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
- Return a rejected Work id.
- getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the work id.
- getWorkId() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkStatus
- Return the work id.
- getWorkItem() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder.Event
-
- getWorkManager() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Gets a WorkManager for use by the parallel reap task.
- getWorkManagerMaxThreads() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the maximum number of threads used by the work manager.
- getWorkManagerMinThreads() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the minimum number of threads used by the work manager.
- getWorkStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.SendFeedback
- Return a WorkStatus object for this feedback.
- getWorkStatus() - Method in class com.tangosol.coherence.commonj.WorkManager.WorkHolder
- Return the WorkStatus object.
- getWrappedServletContext(ServletContext) - Static method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Determine the ServletContext wrapper for the specified application server context.
- getWrappedServletContext() - Method in class com.tangosol.coherence.servlet.SessionHelper
- Deprecated. Returns the application server's ServletContext that this SessionHelper is helping with.
- getWrapper() - Method in exception com.tangosol.util.WrapperException
-
- getWriteBatchFactor() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the write-batch factor.
- getWriteBehindMillis() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the number of milliseconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
- getWriteBehindSeconds() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the number of seconds between write-behind writes to the CacheStore or 0 if write-behind is not enabled.
- getWriteBuffer(int) - Method in class com.tangosol.io.AbstractWriteBuffer
- Obtain a WriteBuffer starting at a particular offset within this WriteBuffer.
- getWriteBuffer(int, int) - Method in class com.tangosol.io.AbstractWriteBuffer
- Obtain a WriteBuffer for a portion of this WriteBuffer.
- getWriteBuffer(int) - Method in interface com.tangosol.io.WriteBuffer
- Obtain a WriteBuffer starting at a particular offset within this WriteBuffer.
- getWriteBuffer(int, int) - Method in interface com.tangosol.io.WriteBuffer
- Obtain a WriteBuffer for a portion of this WriteBuffer.
- getWriteMaxBatchSize() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the maximum size of the write-behind batch.
- getWriteQueue() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the queue of entries that are yet to be written.
- getWriter() - Static method in class com.tangosol.util.NullImplementation
- Factory method: Obtain a null implementation of a Writer.
- getWriteRequeueThreshold() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Return the maximum size of the write-behind queue for which failed CacheStore write operations are requeued or 0 if write-behind requeueing is disabled.
- getWriteThread() - Method in class com.tangosol.net.cache.ReadWriteBackingMap
- Get the write-behind thread.
- getXid() - Method in interface com.tangosol.coherence.transaction.TransactionState
- Obtain the unique transaction identifier.
- getXmlConfig() - Method in class com.tangosol.io.bdb.DatabaseFactory.EnvironmentHolder
- Get the XML Configuration.
- getXmlName() - Method in class com.tangosol.run.xml.PropertyAdapter
- Return the XML element name used to generate an XML.
- getYear() - Method in class com.tangosol.io.pof.RawDate
- Determine the date's year value.
- getYears() - Method in class com.tangosol.io.pof.RawYearMonthInterval
- Determine the number of years in the year-month interval.
- grabBlock(int) - Method in class com.tangosol.io.nio.BinaryMap
- Grab a block object for the specified offset.
- GreaterEqualsFilter - Class in com.tangosol.util.filter
- Filter which compares the result of a method invocation with a value for "Greater or Equal" condition.
- GreaterEqualsFilter() - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Default constructor (necessary for the ExternalizableLite interface).
- GreaterEqualsFilter(ValueExtractor, Comparable) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
- GreaterEqualsFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualFilter for testing "Greater or Equal" condition.
- GreaterEqualsFilter(String, int) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
- GreaterEqualsFilter(String, long) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
- GreaterEqualsFilter(String, float) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
- GreaterEqualsFilter(String, double) - Constructor for class com.tangosol.util.filter.GreaterEqualsFilter
- Construct a GreaterEqualsFilter for testing "Greater or Equals" condition.
- GreaterFilter - Class in com.tangosol.util.filter
- Filter which compares the result of a method invocation with a value for "Greater" condition.
- GreaterFilter() - Constructor for class com.tangosol.util.filter.GreaterFilter
- Default constructor (necessary for the ExternalizableLite interface).
- GreaterFilter(ValueExtractor, Comparable) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GreaterFilter(String, Comparable) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GreaterFilter(String, int) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GreaterFilter(String, long) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GreaterFilter(String, float) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GreaterFilter(String, double) - Constructor for class com.tangosol.util.filter.GreaterFilter
- Construct a GreaterFilter for testing "Greater" condition.
- GroupAggregator - Class in com.tangosol.util.aggregator
- The GroupAggregator provides an ability to split a subset of entries in an InvocableMap into a collection of non-intersecting subsets and then aggregate them separately and independently.
- GroupAggregator() - Constructor for class com.tangosol.util.aggregator.GroupAggregator
- Default constructor (necessary for the ExternalizableLite interface).
- GroupAggregator(ValueExtractor, InvocableMap.EntryAggregator, Filter) - Constructor for class com.tangosol.util.aggregator.GroupAggregator
- Construct a GroupAggregator based on a specified ValueExtractor and underlying EntryAggregator.
- GroupAggregator.Parallel - Class in com.tangosol.util.aggregator
- Parallel implementation of the GroupAggregator.
- GroupAggregator.Parallel() - Constructor for class com.tangosol.util.aggregator.GroupAggregator.Parallel
- Default constructor (necessary for the ExternalizableLite interface).
- GroupAggregator.Parallel(ValueExtractor, InvocableMap.ParallelAwareAggregator, Filter) - Constructor for class com.tangosol.util.aggregator.GroupAggregator.Parallel
- Construct a Parallel aggregator based on a specified ValueExtractor and underlying ParallelAwareAggregator.
- groupMembersByRole(Set) - Method in class com.tangosol.net.ConfigurableQuorumPolicy.ClusterQuorumPolicy
- Group the specified set of Members by their roles.
- GROUPS_PER_LINE - Static variable in class com.tangosol.io.Base64OutputStream
- The number of Base64 character groups in one line.
- grow(int) - Method in class com.tangosol.io.ByteArrayWriteBuffer
- Grow the underlying byte array to at least the specified size.
- grow(int) - Method in class com.tangosol.io.nio.AbstractBufferManager
- Request that the buffer be grown based on the number of bytes currently required.
- grow(int) - Method in interface com.tangosol.io.nio.ByteBufferManager
- Request that the buffer be grown based on the number of bytes currently required.
- grow() - Method in class com.tangosol.util.Dequeue
- Increase the capacity of the Dequeue.
- grow() - Method in class com.tangosol.util.SafeHashMap
- Resize the bucket array, rehashing all Entries.
- grow() - Method in class com.tangosol.util.SegmentedHashMap
- Resize the bucket array, rehashing all Entries.
- grow(int) - Method in class com.tangosol.util.SegmentedHashMap
- Resize the bucket array to the specified size, rehashing all Entries.
- guard(Guardable) - Method in interface com.tangosol.net.Guardian
- Register the specified Guardable based on the Guardian's SLA parameters.
- guard(Guardable, long, float) - Method in interface com.tangosol.net.Guardian
- Register the specified Guardable with the specified SLA parameters.
- GUARD_RECOVERY - Static variable in class com.tangosol.net.cache.ReadWriteBackingMap
- The recovery threshold to use for guarded execution of write-behind/refresh-ahead threads.
- Guardable - Interface in com.tangosol.net
- A Guardable is a logical execution unit whose lifetime may be guarded by a Guardian.
- Guardian - Interface in com.tangosol.net
- A Guardian is responsible for monitoring the registered
Guardable objects.
- Guardian.GuardContext - Interface in com.tangosol.net
- A GuardContext represents the lifecycle status of a Guardable.
- GUARDIAN_EARLY_THRESHOLD - Static variable in class com.tangosol.net.GuardSupport
- The threshold before which than which a guardian considers itself early in checking its guardiables.
- GUARDIAN_LATE_THRESHOLD - Static variable in class com.tangosol.net.GuardSupport
- The threshold past which a guardian considers itself late in checking its guardiables.
- GUARDIAN_LOG_INTERVAL - Static variable in class com.tangosol.net.GuardSupport
- The minimum interval at which the Guardian should log thread dumps.
- GUARDIAN_MAX_CHECK_INTERVAL - Static variable in class com.tangosol.net.GuardSupport
- The maximum interval at which the Guardian thread should call check() to verify its guardables.
- guardIfNeeded() - Method in class com.tangosol.util.Daemon
- If this Daemon has a Guardian and SLA policy specified, ensure that it is registered with its Guardian.
- GuardSupport - Class in com.tangosol.net
- A concrete implementation of Guardian/Guardable interactions.
- GuardSupport(Guardian) - Constructor for class com.tangosol.net.GuardSupport
- Construct a GuardSupport for the specified Guardian.
- GuardSupport.Context - Class in com.tangosol.net
- Base implementation for GuardContext's used by GuardSupport.
- GuardSupport.Context(Guardable, long, float) - Constructor for class com.tangosol.net.GuardSupport.Context
- Construct a Context.