public static final class PutIfAbsentOperation.Externalizer extends SchematicExternalizer<PutIfAbsentOperation>
| Constructor and Description |
|---|
PutIfAbsentOperation.Externalizer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<Class<? extends PutIfAbsentOperation>> |
getTypeClasses() |
PutIfAbsentOperation |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
PutIfAbsentOperation put) |
public void writeObject(ObjectOutput output, PutIfAbsentOperation put) throws IOException
IOExceptionpublic PutIfAbsentOperation readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic Integer getId()
getId in class SchematicExternalizer<PutIfAbsentOperation>public Set<Class<? extends PutIfAbsentOperation>> getTypeClasses()
getTypeClasses in class SchematicExternalizer<PutIfAbsentOperation>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.