| Modifier and Type | Method and Description |
|---|---|
protected GridCacheValueBytes |
GridCacheMapEntry.createValueBytes(V val)
Create value bytes wrapper from the given object.
|
static GridCacheValueBytes |
GridCacheValueBytes.marshaled(byte[] bytes) |
static GridCacheValueBytes |
GridCacheValueBytes.nil() |
static GridCacheValueBytes |
GridCacheValueBytes.plain(Object bytes) |
GridCacheValueBytes |
GridCacheMapEntry.valueBytes() |
GridCacheValueBytes |
GridCacheEntryEx.valueBytes() |
GridCacheValueBytes |
GridCacheMapEntry.valueBytes(GridCacheVersion ver)
Gets cached serialized value bytes.
|
GridCacheValueBytes |
GridCacheEntryEx.valueBytes(GridCacheVersion ver)
Gets cached serialized value bytes.
|
protected GridCacheValueBytes |
GridCacheMapEntry.valueBytesUnlocked() |
| Modifier and Type | Method and Description |
|---|---|
protected List<GridCacheValueBytes> |
GridCacheMessage.marshalValuesCollection(Collection<?> col,
GridCacheContext<K,V> ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> List<T> |
GridCacheMessage.unmarshalValueBytesCollection(Collection<GridCacheValueBytes> byteCol,
GridCacheContext<K,V> ctx,
ClassLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
protected GridCacheValueBytes |
GridDhtDetachedCacheEntry.valueBytesUnlocked() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheContinuousQueryManager.onEntryUpdate(GridCacheEntryEx<K,V> e,
K key,
V val,
GridCacheValueBytes valBytes,
boolean unwind) |
| Modifier and Type | Field and Description |
|---|---|
static GridCacheValueBytes |
GridTcpCommunicationMessageAdapter.VAL_BYTES_NOT_READ |
| Modifier and Type | Method and Description |
|---|---|
GridCacheValueBytes |
GridTcpCommunicationMessageState.getValueBytes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridTcpCommunicationMessageState.putValueBytes(GridCacheValueBytes bytes) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheValueBytes |
GridUnsafeMemory.getOffHeap(long ptr)
Get value stored in offheap along with a flag indicating whether this is "raw bytes", i.e.
|
Copyright © 2014. All rights reserved.