public class SpaceIteratorAggregatorPartitionResult extends Object implements SmartExternalizable, ISpaceIteratorAggregatorPartitionResult
Constructor and Description |
---|
SpaceIteratorAggregatorPartitionResult()
Required for Externalizable
|
SpaceIteratorAggregatorPartitionResult(int partitionId) |
Modifier and Type | Method and Description |
---|---|
void |
addUID(String typeName,
String uid) |
List<IEntryPacket> |
getEntries() |
int |
getPartitionId() |
List<String> |
getUids() |
void |
readExternal(ObjectInput in) |
void |
setEntries(List<IEntryPacket> entries) |
void |
setUids(List<String> uids) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public SpaceIteratorAggregatorPartitionResult()
public SpaceIteratorAggregatorPartitionResult(int partitionId)
public List<IEntryPacket> getEntries()
getEntries
in interface ISpaceIteratorAggregatorPartitionResult
public void addUID(String typeName, String uid)
addUID
in interface ISpaceIteratorAggregatorPartitionResult
public void setEntries(List<IEntryPacket> entries)
public int getPartitionId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.