Package org.infinispan.marshall.core
Class MarshalledEntryFactoryImpl
- java.lang.Object
-
- org.infinispan.marshall.core.MarshalledEntryFactoryImpl
-
- All Implemented Interfaces:
MarshalledEntryFactory
public class MarshalledEntryFactoryImpl extends java.lang.Object implements MarshalledEntryFactory
- Since:
- 6.0
- Author:
- Mircea Markus
-
-
Constructor Summary
Constructors Constructor Description MarshalledEntryFactoryImpl()MarshalledEntryFactoryImpl(StreamingMarshaller marshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarshalledEntrynewMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)MarshalledEntrynewMarshalledEntry(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)MarshalledEntrynewMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
-
-
-
Constructor Detail
-
MarshalledEntryFactoryImpl
public MarshalledEntryFactoryImpl()
-
MarshalledEntryFactoryImpl
public MarshalledEntryFactoryImpl(StreamingMarshaller marshaller)
-
-
Method Detail
-
newMarshalledEntry
public MarshalledEntry newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
- Specified by:
newMarshalledEntryin interfaceMarshalledEntryFactory
-
newMarshalledEntry
public MarshalledEntry newMarshalledEntry(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
- Specified by:
newMarshalledEntryin interfaceMarshalledEntryFactory
-
newMarshalledEntry
public MarshalledEntry newMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)
- Specified by:
newMarshalledEntryin interfaceMarshalledEntryFactory
-
-