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 of AtomicLongs.
    DAtomicReference<V>
    A distributed and highly-available implementation of AtomicReferences.
    DBlockingQueue<E>
    An implementation of a BlockingDeque that is distributed and highly available.
    DCircularQueue<E>
    An implementation of a Queue that 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 available List that is backed by a GemFire cluster.
    DSemaphore
    DSemaphore is a highly-available, distributed version of the JDK's Semaphore.
    DSet<E>
    A DSet is a distributed and highly available Set that 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 Types
    DTypeException
    General exception class for distributed types
    DTypeFactory
    The DTypeFactory is the primary means to access and create distributed types.
    EntryDestroyedException
    An exception typically thrown when attempting to access an instance that has been destroyed.