com.hazelcast.client.impl.protocol.template
public interface ResponseTemplate
Modifier and Type | Method and Description |
---|---|
void |
Authentication(Address address,
String uuid,
String ownerUuid) |
void |
Boolean(boolean response) |
void |
Data(Data response) |
void |
DistributedObject(Collection<DistributedObjectInfo> infoCollection) |
void |
EntryView(SimpleEntryView<Data,Data> dataEntryView) |
void |
Integer(int response) |
void |
JobProcessInfo(JobPartitionState[] jobPartitionStates,
int processRecords) |
void |
ListData(List<Data> list) |
void |
Long(long response) |
void |
MapDataData(Map<Data,Data> map) |
void |
MapIntBoolean(Map<Integer,Boolean> map) |
void |
MapIntData(Map<Integer,Data> map) |
void |
Partitions(Address[] members,
int[] ownerIndexes) |
void |
SetData(Set<Data> list) |
void |
SetEntry(List<Data> keys,
List<Data> values) |
void |
String(String response) |
void |
Void() |
void Void()
void Boolean(boolean response)
void Integer(int response)
void Long(long response)
void String(String response)
void Partitions(Address[] members, int[] ownerIndexes)
void DistributedObject(Collection<DistributedObjectInfo> infoCollection)
void EntryView(@Nullable SimpleEntryView<Data,Data> dataEntryView)
void JobProcessInfo(JobPartitionState[] jobPartitionStates, int processRecords)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.