public class MarshalledEntryFactoryImpl extends Object implements MarshalledEntryFactory
| Constructor and Description |
|---|
MarshalledEntryFactoryImpl() |
MarshalledEntryFactoryImpl(StreamingMarshaller marshaller) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(StreamingMarshaller marshaller) |
MarshalledEntry |
newMarshalledEntry(ByteBuffer key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshalledEntry |
newMarshalledEntry(Object key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshalledEntry |
newMarshalledEntry(Object key,
Object value,
InternalMetadata im) |
public MarshalledEntryFactoryImpl()
public MarshalledEntryFactoryImpl(StreamingMarshaller marshaller)
public void init(StreamingMarshaller marshaller)
public MarshalledEntry newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
newMarshalledEntry in interface MarshalledEntryFactorypublic MarshalledEntry newMarshalledEntry(Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
newMarshalledEntry in interface MarshalledEntryFactorypublic MarshalledEntry newMarshalledEntry(Object key, Object value, InternalMetadata im)
newMarshalledEntry in interface MarshalledEntryFactoryCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.