public class GridDrExternalBatchRequest<K,V> extends Object
| Constructor and Description |
|---|
GridDrExternalBatchRequest(GridUuid reqId,
String cacheName,
byte dataCenterId,
int entryCnt,
byte[] dataBytes) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheName() |
Collection<GridDrRawEntry<K,V>> |
data() |
byte[] |
dataBytes() |
byte |
dataCenterId() |
int |
dataSize() |
int |
entryCount() |
void |
prepare() |
GridUuid |
requestId() |
String |
toString() |
public GridUuid requestId()
public String cacheName()
public byte dataCenterId()
public int entryCount()
public byte[] dataBytes()
public int dataSize()
public Collection<GridDrRawEntry<K,V>> data()
public void prepare()
throws GridException
GridException - If failed.Copyright © 2014. All rights reserved.