Tanzu GemFire Distributed Types Java API Reference
All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ClientDisconnectedException An exception that is thrown by the server to indicate that it 'seems' as though the client has disconnected.DAtomicLong A distributed and highly-available implementation ofAtomicLongs.DAtomicReference<V> A distributed and highly-available implementation ofAtomicReferences.DBlockingQueue<E> An implementation of aBlockingDequethat is distributed and highly available.DCircularQueue<E> An implementation of aQueuethat provides a first-in first-out queue with a fixed size that replaces its oldest element if full.DCountDownLatch DCounter A distributed type, similar to a DAtomicLong, but with higher throughput and less potential contention than DAtomicLong.DList<E> A DList is a distributed and highly availableListthat is backed by a GemFire cluster.DSemaphore DSemaphore is a highly-available, distributed version of the JDK'sSemaphore.DSet<E> A DSet is a distributed and highly availableSetthat is backed by a GemFire cluster.DSnowflake DSnowflake is a cluster-unique ID generator based on the Twitter/X Snowflake design.DSnowflake.Builder Builder used to create custom DSnowflakes.DType Base interface for all Distributed TypesDTypeException General exception class for distributed typesDTypeFactory TheDTypeFactoryis the primary means to access and create distributed types.EntryDestroyedException An exception typically thrown when attempting to access an instance that has been destroyed.