public class SpaceIteratorAggregatorPartitionResult extends Object implements Externalizable
Constructor and Description |
---|
SpaceIteratorAggregatorPartitionResult()
Required for Externalizable
|
SpaceIteratorAggregatorPartitionResult(int partitionId) |
Modifier and Type | Method and Description |
---|---|
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) |
public SpaceIteratorAggregatorPartitionResult()
public SpaceIteratorAggregatorPartitionResult(int partitionId)
public List<IEntryPacket> getEntries()
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.