Package com.hazelcast.client.impl.protocol.util

Protocol utils

See:
          Description

Interface Summary
AtomicBuffer Abstraction over a range of buffer types that allows type to be accessed with memory ordering semantics.
ClientMessageBuilder.MessageHandler Implementers will be responsible to delegate the constructed message
DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.
Int2ObjectHashMap.Supplier<T>  
MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written (put) in native typed fashion.
 

Class Summary
BitUtil Miscellaneous useful functions for dealing with low level bits and bytes.
BufferBuilder Builder for appending buffers that grows capacity as necessary.
ClientMessageBuilder Builds ClientMessages from byte chunks.
Flyweight Parent class for flyweight implementations in the messaging protocol.
Int2ObjectHashMap<V> Map implementation specialised for int keys using open addressing and linear probing for cache efficient access.
ParameterFlyweight Parameter Flyweight
ParameterUtil  
UnsafeBuffer Supports regular, byte ordered, and atomic (memory ordered) access to an underlying buffer.
 

Package com.hazelcast.client.impl.protocol.util Description

Protocol utils



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.