public class Target extends Object implements IdentifiedDataSerializable
Possible options: - all nodes - local node only - given partition
Modifier and Type | Field and Description |
---|---|
static Target |
ALL_NODES |
static Target |
LOCAL_NODE |
Constructor and Description |
---|
Target() |
Modifier and Type | Method and Description |
---|---|
static Target |
createPartitionTarget(int partitionId) |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
com.hazelcast.map.impl.query.Target.TargetMode |
mode() |
Integer |
partitionId() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public static final Target ALL_NODES
public static final Target LOCAL_NODE
public com.hazelcast.map.impl.query.Target.TargetMode mode()
public Integer partitionId()
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.public static Target createPartitionTarget(int partitionId)
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.