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 MarshalledEntryFactory
public MarshalledEntry newMarshalledEntry(Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
newMarshalledEntry
in interface MarshalledEntryFactory
public MarshalledEntry newMarshalledEntry(Object key, Object value, InternalMetadata im)
newMarshalledEntry
in interface MarshalledEntryFactory
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.