| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.direct |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
GridDhtAtomicUpdateRequest.drExpireTimes() |
GridLongList |
GridNearAtomicUpdateRequest.drExpireTimes() |
GridLongList |
GridDhtAtomicUpdateRequest.drTtls() |
GridLongList |
GridNearAtomicUpdateRequest.drTtls() |
| Modifier and Type | Method and Description |
|---|---|
static GridLongList |
GridLongList.addAll(GridLongList to,
GridLongList from) |
static GridLongList |
GridLongList.asList(long... vals) |
GridLongList |
GridLongList.copy() |
GridLongList |
GridLongList.copyWithout(GridLongList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static GridLongList |
GridLongList.readFrom(DataInput in) |
GridLongList |
GridLongList.sort()
Sorts this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridLongList.addAll(GridLongList l) |
static GridLongList |
GridLongList.addAll(GridLongList to,
GridLongList from) |
boolean |
GridLongList.containsAll(GridLongList l) |
GridLongList |
GridLongList.copyWithout(GridLongList l)
Returns (possibly reordered) copy of this list, excluding all elements of given list.
|
static void |
GridLongList.writeTo(DataOutput out,
GridLongList list) |
| Modifier and Type | Field and Description |
|---|---|
static GridLongList |
GridTcpCommunicationMessageAdapter.LONG_LIST_NOT_READ |
| Modifier and Type | Method and Description |
|---|---|
GridLongList |
GridTcpCommunicationMessageState.getLongList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridTcpCommunicationMessageState.putLongList(GridLongList list) |
Copyright © 2014. All rights reserved.