Package es.bsc.dataclay.serialization.buffer
This package contains representation of DataClay Buffers.
-
Interface Summary Interface Description DataClayByteBuffer DataClay Byte buffer. -
Class Summary Class Description DataClayByteArray This class is a wrapper to a byte array.DirectNettyBuffer Netty direct buffer used in case Java UNSAFE is not supported.GrpcByteBuffer Grpc buffer.HeapNettyBuffer Netty buffer used in case Java UNSAFE is not supported.JavaByteBuffer Java byte buffer to be used while no communication is nedded.