Uses of Interface
org.infinispan.commons.io.ByteBuffer
-
Packages that use ByteBuffer Package Description org.infinispan.commons.io Commons IO packageorg.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.org.infinispan.query.remote.client Hot Rod query API. -
-
Uses of ByteBuffer in org.infinispan.commons.io
Classes in org.infinispan.commons.io that implement ByteBuffer Modifier and Type Class Description classByteBufferImplA byte buffer that exposes the internal byte array with minimal copyingMethods in org.infinispan.commons.io that return ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. copy()Returns a new byte[] instance of sizegetLength()that contains all the bytes owned by this buffer.ByteBufferByteBufferFactory. newByteBuffer(byte[] b, int offset, int length)ByteBufferByteBufferFactoryImpl. newByteBuffer(byte[] b, int offset, int length) -
Uses of ByteBuffer in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall that return ByteBuffer Modifier and Type Method Description ByteBufferAbstractDelegatingMarshaller. objectToBuffer(Object o)ByteBufferAbstractMarshaller. objectToBuffer(Object obj)protected abstract ByteBufferAbstractMarshaller. objectToBuffer(Object o, int estimatedSize)This is a convenience method for converting an object into aByteBufferwhich takes an estimated size as parameter.protected ByteBufferIdentityMarshaller. objectToBuffer(Object o, int estimatedSize)protected ByteBufferJavaSerializationMarshaller. objectToBuffer(Object o, int estimatedSize)ByteBufferMarshaller. objectToBuffer(Object o)A method that returns an instance ofByteBuffer, which allows direct access to the byte array with minimal array copyingprotected ByteBufferStringMarshaller. objectToBuffer(Object o, int estimatedSize) -
Uses of ByteBuffer in org.infinispan.commons.marshall.jboss
Methods in org.infinispan.commons.marshall.jboss that return ByteBuffer Modifier and Type Method Description protected ByteBufferAbstractJBossMarshaller. objectToBuffer(Object o, int estimatedSize) -
Uses of ByteBuffer in org.infinispan.query.remote.client
Methods in org.infinispan.query.remote.client that return ByteBuffer Modifier and Type Method Description protected ByteBufferBaseProtoStreamMarshaller. objectToBuffer(Object o, int estimatedSize)
-