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