public static class StubIndexImpl.StubIdExternalizer extends java.lang.Object implements DataExternalizer<StubIdList>
Modifier and Type | Field and Description |
---|---|
static StubIndexImpl.StubIdExternalizer |
INSTANCE |
Constructor and Description |
---|
StubIdExternalizer() |
Modifier and Type | Method and Description |
---|---|
StubIdList |
read(java.io.DataInput in) |
void |
save(java.io.DataOutput out,
StubIdList value) |
public static final StubIndexImpl.StubIdExternalizer INSTANCE
public void save(java.io.DataOutput out, StubIdList value) throws java.io.IOException
save
in interface DataExternalizer<StubIdList>
java.io.IOException
public StubIdList read(java.io.DataInput in) throws java.io.IOException
read
in interface DataExternalizer<StubIdList>
java.io.IOException