| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.dr |
Data center replication processor. |
| org.gridgain.grid.util.lang | |
| org.gridgain.grid.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GridTuple4<GridUuid,String,Integer,Integer> |
GridDrUtils.batchRequestHeader(byte[] data)
Get batch request header.
|
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2,V3,V4> |
GridFunc.t(V1 v1,
V2 v2,
V3 v3,
V4 v4)
Factory method returning new tuple with given parameters.
|
static <V1,V2,V3,V4> |
GridFunc.t4()
Factory method returning new empty tuple.
|
| Modifier and Type | Class and Description |
|---|---|
class |
T4<V1,V2,V3,V4>
Defines
alias for GridTuple4 by extending it. |
Copyright © 2014. All rights reserved.