Package | Description |
---|---|
org.infinispan.client.hotrod.marshall | |
org.infinispan.commons.io | |
org.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.marshall | |
org.infinispan.marshall.core | |
org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
org.infinispan.persistence.remote.wrapper | |
org.infinispan.query.remote.client |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
ApacheAvroMarshaller.objectToBuffer(Object o,
int estimatedSize) |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferImpl
A byte buffer that exposes the internal byte array with minimal copying
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.copy()
Returns a new byte[] instance of size
getLength() 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) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
AbstractDelegatingMarshaller.objectToBuffer(Object o) |
ByteBuffer |
AbstractMarshaller.objectToBuffer(Object obj) |
ByteBuffer |
Marshaller.objectToBuffer(Object o)
A method that returns an instance of
ByteBuffer , which allows direct access to the byte
array with minimal array copying |
protected abstract ByteBuffer |
AbstractMarshaller.objectToBuffer(Object o,
int estimatedSize)
This is a convenience method for converting an object into a
org.infinispan.io.ByteBuffer which takes
an estimated size as parameter. |
protected ByteBuffer |
JavaSerializationMarshaller.objectToBuffer(Object o,
int estimatedSize) |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
AbstractJBossMarshaller.objectToBuffer(Object o,
int estimatedSize) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
StreamingMarshallerAdapter.objectToBuffer(Object o)
Deprecated.
|
ByteBuffer |
AbstractMarshaller.objectToBuffer(Object obj)
Deprecated.
|
ByteBuffer |
LegacyMarshallerAdapter.objectToBuffer(Object o)
Deprecated.
|
ByteBuffer |
LegacyStreamingMarshallerAdapter.objectToBuffer(Object o)
Deprecated.
|
ByteBuffer |
Marshaller.objectToBuffer(Object o)
Deprecated.
A method that returns an instance of
ByteBufferImpl , which allows direct access to the byte
array with minimal array copying |
protected abstract ByteBuffer |
AbstractMarshaller.objectToBuffer(Object o,
int estimatedSize)
Deprecated.
This is a convenience method for converting an object into a
ByteBufferImpl which takes
an estimated size as parameter. |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
MarshalledEntryImpl.getKeyBytes() |
ByteBuffer |
MarshalledEntry.getKeyBytes()
Returns the key in serialized format.
|
ByteBuffer |
MarshalledEntryImpl.getMetadataBytes() |
ByteBuffer |
MarshalledEntry.getMetadataBytes() |
ByteBuffer |
MarshalledEntryImpl.getValueBytes() |
ByteBuffer |
MarshalledEntry.getValueBytes()
Returns the value in serialize format.
|
protected ByteBuffer |
VersionAwareMarshaller.objectToBuffer(Object obj,
int estimatedSize) |
Modifier and Type | Method and Description |
---|---|
MarshalledEntry |
MarshalledEntryFactoryImpl.newMarshalledEntry(ByteBuffer 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<K,V> |
MarshalledEntryFactory.newMarshalledEntry(Object key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
Constructor and Description |
---|
MarshalledEntryImpl(ByteBuffer key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes,
StreamingMarshaller marshaller) |
MarshalledEntryImpl(K key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes,
StreamingMarshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
JdbcUtil.marshall(StreamingMarshaller marshaller,
Object obj) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
HotRodEntryMarshaller.objectToBuffer(Object o) |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
BaseProtoStreamMarshaller.objectToBuffer(Object o,
int estimatedSize) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.