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.io Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.marshall.core org.infinispan.persistence.jpa.impl org.infinispan.persistence.remote.wrapper org.infinispan.persistence.sifs Soft IndexAdvancedLoadWriteStore
.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 class
ByteBufferImpl
A byte buffer that exposes the internal byte array with minimal copyingMethods in org.infinispan.commons.io that return ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. copy()
Returns a new byte[] instance of sizegetLength()
that contains all the bytes owned by this buffer.ByteBuffer
ByteBufferFactory. newByteBuffer(byte[] b, int offset, int length)
ByteBuffer
ByteBufferFactoryImpl. 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 ByteBuffer
AbstractDelegatingMarshaller. objectToBuffer(Object o)
ByteBuffer
AbstractMarshaller. objectToBuffer(Object obj)
protected abstract ByteBuffer
AbstractMarshaller. objectToBuffer(Object o, int estimatedSize)
This is a convenience method for converting an object into aByteBuffer
which takes an estimated size as parameter.protected ByteBuffer
IdentityMarshaller. objectToBuffer(Object o, int estimatedSize)
protected ByteBuffer
JavaSerializationMarshaller. objectToBuffer(Object o, int estimatedSize)
ByteBuffer
Marshaller. objectToBuffer(Object o)
A method that returns an instance ofByteBuffer
, which allows direct access to the byte array with minimal array copyingprotected ByteBuffer
StringMarshaller. 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 ByteBuffer
AbstractJBossMarshaller. objectToBuffer(Object o, int estimatedSize)
-
Uses of ByteBuffer in org.infinispan.io
Classes in org.infinispan.io that implement ByteBuffer Modifier and Type Class Description class
ByteBufferImpl
Deprecated. -
Uses of ByteBuffer in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return ByteBuffer Modifier and Type Method Description ByteBuffer
MarshalledEntry. getKeyBytes()
Returns the key in serialized format.ByteBuffer
MarshalledEntryImpl. getKeyBytes()
ByteBuffer
MarshalledEntry. getMetadataBytes()
ByteBuffer
MarshalledEntryImpl. getMetadataBytes()
ByteBuffer
MarshalledEntry. getValueBytes()
Returns the value in serialize format.ByteBuffer
MarshalledEntryImpl. getValueBytes()
ByteBuffer
GlobalMarshaller. objectToBuffer(Object o)
Methods in org.infinispan.marshall.core with parameters of type ByteBuffer Modifier and Type Method Description MarshalledEntry<K,V>
MarshalledEntryFactory. newMarshalledEntry(Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshalledEntry<K,V>
MarshalledEntryFactory. newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshalledEntry
MarshalledEntryFactoryImpl. newMarshalledEntry(Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshalledEntry
MarshalledEntryFactoryImpl. newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
Constructors in org.infinispan.marshall.core with parameters of type ByteBuffer Constructor Description MarshalledEntryImpl(K key, ByteBuffer valueBytes, ByteBuffer metadataBytes, StreamingMarshaller marshaller)
MarshalledEntryImpl(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes, StreamingMarshaller marshaller)
-
Uses of ByteBuffer in org.infinispan.persistence.jpa.impl
Constructors in org.infinispan.persistence.jpa.impl with parameters of type ByteBuffer Constructor Description MetadataEntity(ByteBuffer key, ByteBuffer metadata, long expiration)
-
Uses of ByteBuffer in org.infinispan.persistence.remote.wrapper
Methods in org.infinispan.persistence.remote.wrapper that return ByteBuffer Modifier and Type Method Description ByteBuffer
HotRodEntryMarshaller. objectToBuffer(Object o)
-
Uses of ByteBuffer in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs with parameters of type ByteBuffer Modifier and Type Method Description static void
EntryRecord. writeEntry(FileChannel fileChannel, ByteBuffer serializedKey, ByteBuffer serializedMetadata, ByteBuffer serializedValue, long seqId, long expiration)
-
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 ByteBuffer
BaseProtoStreamMarshaller. objectToBuffer(Object o, int estimatedSize)
-