Uses of Interface
com.tangosol.util.LongArray
Packages that use LongArray
Package
Description
Contains classes related to POF serialization and deserialization.
Contains classes related to POF stream navigation and manipulation.
Contains classes providing various caching strategies.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
- 
Uses of LongArray in com.oracle.coherence.grpc.proxy.common.cache
Fields in com.oracle.coherence.grpc.proxy.common.cache declared as LongArray - 
Uses of LongArray in com.oracle.coherence.grpc.proxy.common.concurrent.queue
Fields in com.oracle.coherence.grpc.proxy.common.concurrent.queue declared as LongArrayModifier and TypeFieldDescriptionprotected final LongArray<NamedQueue<Binary>> NamedQueueProxyProtocol.m_aQueueAn array ofNamedQueueinstances indexed by the queue identifier. - 
Uses of LongArray in com.tangosol.io.pof
Fields in com.tangosol.io.pof declared as LongArrayModifier and TypeFieldDescriptionprotected LongArrayPofBufferReader.m_arrayRefsLazily-constructed mapping of identities to references.protected LongArraySimplePofContext.m_laClassA LongArray of user types, indexed by type identifier.protected LongArraySimplePofContext.m_laSerializerA LongArray of PofSerializer objects, indexed by type identifier.Methods in com.tangosol.io.pof that return LongArrayModifier and TypeMethodDescriptionprotected LongArrayPofBufferReader.ensureReferenceRegistry()Obtain the registry for identity-reference pairs, creating it if necessary.PofBufferReader.readLongArray(int iProp, LongArray array) Read a LongArray of object values.<T> LongArray<T> PofReader.readLongArray(int iProp, LongArray<T> array) Read a LongArray of object values.Methods in com.tangosol.io.pof with parameters of type LongArrayModifier and TypeMethodDescriptionPofBufferReader.readLongArray(int iProp, LongArray array) Read a LongArray of object values.<T> LongArray<T> PofReader.readLongArray(int iProp, LongArray<T> array) Read a LongArray of object values.voidPofBufferWriter.writeLongArray(int iProp, LongArray la) voidPofBufferWriter.writeLongArray(int iProp, LongArray la, Class clz) Write a uniform LongArray property to the POF stream.<T> voidPofWriter.writeLongArray(int iProp, LongArray<? extends T> la) Write a LongArray property to the POF stream.<T> voidPofWriter.writeLongArray(int iProp, LongArray<T> la, Class<T> clz) Write a uniform LongArray property to the POF stream. - 
Uses of LongArray in com.tangosol.io.pof.reflect
Fields in com.tangosol.io.pof.reflect declared as LongArrayModifier and TypeFieldDescriptionprotected LongArrayAbstractPofValue.m_arrayRefsLazily-constructed mapping of identities to references.Fields in com.tangosol.io.pof.reflect with type parameters of type LongArrayModifier and TypeFieldDescriptionCodecs.LongArrayCodec.f_clzLaClass that represents the LongArray implementation that will be serialized and deserialized into.Methods in com.tangosol.io.pof.reflect that return LongArrayModifier and TypeMethodDescriptionprotected LongArrayAbstractPofValue.ensureReferenceRegistry()Obtain the registry for identity-reference pairs, creating it if necessary.Constructor parameters in com.tangosol.io.pof.reflect with type arguments of type LongArrayModifierConstructorDescriptionLongArrayCodec(Class<LongArray<Object>> clzLa) Construct a LongArrayCodec. - 
Uses of LongArray in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as LongArrayModifier and TypeFieldDescriptionprotected LongArrayLocalCache.m_arrayExpiryArray of set of keys, indexed by the time of expiry.Methods in com.tangosol.net.cache that return LongArrayModifier and TypeMethodDescriptionprotected LongArrayOverflowMap.getExpiryArray()Obtain the array of keys that have an expiration, indexed by expiration times.protected LongArraySerializationCache.getExpiryArray()Get the Expiry data structure.protected LongArraySerializationCache.getLruArray()Get the LRU data structure.protected LongArrayReadWriteBackingMap.WriteQueue.getRipeArray()Return aLongArrayindexed by ripe time (when entries become eligible to be written), and associated to a list of binary keys.Methods in com.tangosol.net.cache with parameters of type LongArrayModifier and TypeMethodDescriptionprotected voidOverflowMap.setExpiryArray(LongArray laExpiry) Specify the array of keys that have an expiration, indexed by expiration times. - 
Uses of LongArray in com.tangosol.persistence
Methods in com.tangosol.persistence that return LongArrayModifier and TypeMethodDescriptionCachePersistenceHelper.getCacheNames(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store) Return the cache names that have beenstoredin the specified store.Methods in com.tangosol.persistence with parameters of type LongArrayModifier and TypeMethodDescriptionvoidSet theLongArrayof caches for this visitor.static voidCachePersistenceHelper.storeCacheNames(com.oracle.coherence.persistence.PersistentStore store, LongArray laCaches) Persist the specified cache names in the persistent store. - 
Uses of LongArray in com.tangosol.util
Classes in com.tangosol.util that implement LongArrayModifier and TypeClassDescriptionclassAn implementation of portions of the LongArray interface.classAn abstract base class for thread-safeLongArrays which are protected by lock(s).classA data structure resembling an array indexed by long values, stored as an AVL tree.static classConverterLongArray converts the value of the LongArray from its raw form (typeF) to the desired from (typeT).classA thread-safe variant ofLongArrayin which all mutating operations (e.g.static classAn immutable emptyLongArrayclassA data structure resembling a long array indexed by long values.classA thread-safe LongArray implementation for read heavy workloads but which is also efficient with frequent and/or bursty writes.classA thread-safe variant ofLongArrayin which is protected by a ReentrantLock.classAn implementation of LongArray that stores values in an array, thus is actually an "IntArray".classSparseArray<V>A data structure resembling an Object array indexed by long values.static classAbstract wrapper implementation for LongArrays.Fields in com.tangosol.util declared as LongArrayModifier and TypeFieldDescriptionprotected static final LongArrayCopyOnWriteLongArray.EMPTY_ARRAYAn empty placeholder array.ConverterCollections.ConverterLongArray.f_laDelegateThe LongArray to delegate to.Fields in com.tangosol.util with type parameters of type LongArrayModifier and TypeFieldDescriptionSafeLongArray.f_lockThe lock to hold during read and write operations.ReadHeavyLongArray.f_lockWriteThe write lock, delegating to the one in the super class.ReadHeavyLongArray.m_lockReadThe mutable read lock.Methods in com.tangosol.util that return LongArrayModifier and TypeMethodDescriptionConverterCollections.ConverterLongArray.clone()LongArray.clone()Make a clone of the LongArray.NullImplementation.NullLongArray.clone()Return a shallow copy of the specified LongArray.CopyOnWriteLongArray.delegate()Return the internal LongArray.WrapperCollections.AbstractWrapperLongArray.delegate()Return the delegate LongArray.static <F,T> LongArray <T> ConverterCollections.getLongArray(LongArray<F> la, Converter<F, T> convUp, Converter<T, F> convDown) Returns a LongArray storing values with typeFand converting to typeVas and when required.static <V> LongArray<V> NullImplementation.getLongArray()Returns an immutable emptyLongArray.protected LongArrayTaskDaemon.getTasks()Obtain the pending tasks.static <V> LongArray<V> LongArray.singleton(V oValue) Methods in com.tangosol.util that return types with arguments of type LongArrayModifier and TypeMethodDescriptionAbstractSafeLongArray.acquireReadLock()Acquire the read lock.ReadHeavyLongArray.acquireReadLock()SafeLongArray.acquireReadLock()AbstractSafeLongArray.acquireWriteLock()Acquire the write lock.ReadHeavyLongArray.acquireWriteLock()SafeLongArray.acquireWriteLock()SafeLongArray.getLock()Return the lock used to protect this LongArray, with the unsafe delegate as itsresource.Methods in com.tangosol.util with parameters of type LongArrayModifier and TypeMethodDescriptionReturn a shallow copy of the specified LongArray.static <F,T> LongArray <T> ConverterCollections.getLongArray(LongArray<F> la, Converter<F, T> convUp, Converter<T, F> convDown) Returns a LongArray storing values with typeFand converting to typeVas and when required.protected voidCopyOnWriteLongArray.setDelegate(LongArray<V> array) Set the internal LongArray.Constructors in com.tangosol.util with parameters of type LongArrayModifierConstructorDescriptionConstruct a LongArray that converts the values from typeFto typeT.CopyOnWriteLongArray(LongArray<V> array) Construct a CopyOnWriteLongArray, initialized with the contents of the specified LongArray.ReadHeavyLongArray(LongArray<V> delegate) Construct a ReadHeavyLongArray around the specified delegate.protectedSafeIterator(LongArray<V> delegate, boolean fForward, long lIndexFrom) SafeLongArray(LongArray<V> laDelegate) Construct a new SafeLongArray around the specified delegate.Constructor parameters in com.tangosol.util with type arguments of type LongArrayModifierConstructorDescriptionCopyOnWriteLongArray(Class<? extends LongArray<V>> clazz) Construct a CopyOnWriteLongArray with an underlying array of the specified type.