public class Externalizer extends AbstractMarshaller
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
static Externalizer |
getInstance() |
boolean |
isMarshallable(Object o) |
protected org.apache.avro.io.DatumReader |
reader(String schemaName) |
getBufferSizePredictor, getTypeClasses, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, readObject, writeObjectpublic static Externalizer getInstance()
protected org.apache.avro.io.DatumReader reader(String schemaName) throws InterruptedException, IOException, ClassNotFoundException
reader in class AbstractMarshallerInterruptedExceptionIOExceptionClassNotFoundExceptionpublic boolean isMarshallable(Object o) throws Exception
isMarshallable in interface org.infinispan.commons.marshall.MarshallerisMarshallable in class AbstractMarshallerExceptionpublic Integer getId()
getId in interface org.infinispan.commons.marshall.AdvancedExternalizergetId in class org.infinispan.commons.marshall.AbstractExternalizerCopyright © 2016. All rights reserved.