public class AtomicIntegerMarshaller extends Object implements Marshaller<AtomicInteger>
| Constructor and Description |
|---|
AtomicIntegerMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
AtomicInteger |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(AtomicInteger ai,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public AtomicIntegerMarshaller()
public void writePayload(AtomicInteger ai, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<AtomicInteger>IOExceptionpublic AtomicInteger readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<AtomicInteger>IOExceptionCopyright © 2005–2017. All rights reserved.