public static class MetadataTransientCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientCacheEntry>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends MetadataTransientCacheEntry>> |
getTypeClasses() |
MetadataTransientCacheEntry |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
MetadataTransientCacheEntry ice) |
public void writeObject(ObjectOutput output, MetadataTransientCacheEntry ice) throws IOException
IOException
public MetadataTransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<MetadataTransientCacheEntry>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientCacheEntry>
public Set<Class<? extends MetadataTransientCacheEntry>> getTypeClasses()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.