Uses of Interface
org.infinispan.commons.io.ByteBuffer
-
Packages that use ByteBuffer Package Description org.infinispan.client.hotrod.marshall org.infinispan.commons.io Commons IO packageorg.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.marshall.core org.infinispan.persistence.remote.wrapper org.infinispan.persistence.sifs Soft IndexAdvancedLoadWriteStore.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.query.remote.client Query client support classes. -
-
Uses of ByteBuffer in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall that return ByteBuffer Modifier and Type Method Description ByteBufferBytesOnlyJBossLikeMarshaller. objectToBuffer(java.lang.Object o)ByteBufferBytesOnlyMarshaller. objectToBuffer(java.lang.Object o) -
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(java.lang.Object o)ByteBufferAbstractMarshaller. objectToBuffer(java.lang.Object obj)protected abstract ByteBufferAbstractMarshaller. objectToBuffer(java.lang.Object o, int estimatedSize)This is a convenience method for converting an object into aByteBufferwhich takes an estimated size as parameter.protected ByteBufferIdentityMarshaller. objectToBuffer(java.lang.Object o, int estimatedSize)protected ByteBufferJavaSerializationMarshaller. objectToBuffer(java.lang.Object o, int estimatedSize)ByteBufferMarshaller. objectToBuffer(java.lang.Object o)A method that returns an instance ofByteBuffer, which allows direct access to the byte array with minimal array copyingprotected ByteBufferStringMarshaller. objectToBuffer(java.lang.Object o, int estimatedSize)Methods in org.infinispan.commons.marshall with parameters of type ByteBuffer Modifier and Type Method Description static byte[]MarshallUtil. toByteArray(ByteBuffer buf) -
Uses of ByteBuffer in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return ByteBuffer Modifier and Type Method Description ByteBufferGlobalMarshaller. objectToBuffer(java.lang.Object o)Methods in org.infinispan.marshall.core with parameters of type ByteBuffer Modifier and Type Method Description MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)Deprecated.MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)Deprecated. -
Uses of ByteBuffer in org.infinispan.persistence.remote.wrapper
Methods in org.infinispan.persistence.remote.wrapper that return ByteBuffer Modifier and Type Method Description ByteBufferHotRodEntryMarshaller. objectToBuffer(java.lang.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 voidEntryRecord. writeEntry(java.nio.channels.FileChannel fileChannel, ByteBuffer serializedKey, ByteBuffer serializedMetadata, ByteBuffer serializedValue, long seqId, long expiration, long created, long lastUsed) -
Uses of ByteBuffer in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return ByteBuffer Modifier and Type Method Description ByteBufferMarshallableEntry. getKeyBytes()Returns the key in serialized format.ByteBufferMarshallableEntry. getMetadataBytes()ByteBufferMarshalledValue. getMetadataBytes()ByteBufferMarshallableEntry. getValueBytes()Returns the value in serialize format.ByteBufferMarshalledValue. getValueBytes()Methods in org.infinispan.persistence.spi with parameters of type ByteBuffer Modifier and Type Method Description MarshallableEntry<K,V>MarshallableEntryFactory. create(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes, long created, long lastUsed)Creates aMarshallableEntryusing a object key and already marshalled value/metadata as argumentsMarshallableEntry<K,V>MarshallableEntryFactory. create(ByteBuffer key, ByteBuffer valueBytes)metadataBytesdefaults to nullcreateddefaults to -1lastUseddefaults to -1MarshallableEntry<K,V>MarshallableEntryFactory. create(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes, long created, long lastUsed)Creates aMarshallableEntryusing already marshalled objects as arguments -
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(java.lang.Object o, int estimatedSize)
-