| Modifier and Type | Class and Description |
|---|---|
class |
BinaryReaderExImpl
Binary reader implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryRawReaderEx |
PlatformContextImpl.reader(PlatformInputStream in)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContext.reader(PlatformInputStream in)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContextImpl.reader(PlatformMemory mem)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContext.reader(PlatformMemory mem)
Get memory reader.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformAbstractTarget.processInObjectStreamOutStream(int type,
Object arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
protected long |
PlatformAbstractTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected Object |
PlatformAbstractTarget.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN operation with managed object as result.
|
protected void |
PlatformAbstractTarget.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
void |
PlatformContextImpl.processMetadata(BinaryRawReaderEx reader)
Process metadata from the platform.
|
void |
PlatformContext.processMetadata(BinaryRawReaderEx reader)
Process metadata from the platform.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformCache.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected Object |
PlatformCache.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN operation with managed object as result.
|
protected void |
PlatformCache.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformAffinity.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
PlatformAffinity.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PlatformCacheStoreCallback.invoke0(BinaryRawReaderEx reader)
Internal invoke routine.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformClusterGroup.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected Object |
PlatformClusterGroup.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN operation with managed object as result.
|
protected void |
PlatformClusterGroup.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PlatformCompute.executeJavaTask(BinaryRawReaderEx reader,
boolean async)
Execute task taking arguments from the given reader.
|
protected Object |
PlatformCompute.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN operation with managed object as result.
|
protected void |
PlatformCompute.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
protected Collection<UUID> |
PlatformCompute.readNodeIds(BinaryRawReaderEx reader)
Read node IDs.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformDataStreamer.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformAtomicReference.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
PlatformAtomicReference.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformEvents.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
PlatformEvents.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
PlatformMessaging.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
PlatformMessaging.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformServices.processInObjectStreamOutStream(int type,
Object arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
protected long |
PlatformServices.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
protected void |
PlatformServices.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PlatformReaderClosure.read(BinaryRawReaderEx reader)
Read object from reader.
|
IgniteBiTuple<T1,T2> |
PlatformReaderBiClosure.read(BinaryRawReaderEx reader)
Read object from reader.
|
static CacheConfiguration |
PlatformConfigurationUtils.readCacheConfiguration(BinaryRawReaderEx in)
Reads cache configuration from a stream.
|
static void |
PlatformConfigurationUtils.readCacheConfigurations(BinaryRawReaderEx in,
IgniteConfiguration cfg)
Reads cache configurations from a stream and updates provided IgniteConfiguration.
|
static <T> List<T> |
PlatformUtils.readCollection(BinaryRawReaderEx reader)
Read collection.
|
static <T> List<T> |
PlatformUtils.readCollection(BinaryRawReaderEx reader,
PlatformReaderClosure<T> readClo)
Read collection.
|
static void |
PlatformConfigurationUtils.readIgniteConfiguration(BinaryRawReaderEx in,
IgniteConfiguration cfg)
Reads Ignite configuration.
|
static Object |
PlatformUtils.readInvocationResult(PlatformContext ctx,
BinaryRawReaderEx reader)
Reads invocation result (of a job/service/etc) using a common protocol.
|
static <K,V> Map<K,V> |
PlatformUtils.readMap(BinaryRawReaderEx reader)
Read map.
|
static <K,V> Map<K,V> |
PlatformUtils.readMap(BinaryRawReaderEx reader,
PlatformReaderBiClosure<K,V> readClo)
Read map.
|
static <T> List<T> |
PlatformUtils.readNullableCollection(BinaryRawReaderEx reader)
Read nullable collection.
|
static <T> List<T> |
PlatformUtils.readNullableCollection(BinaryRawReaderEx reader,
PlatformReaderClosure<T> readClo)
Read nullable collection.
|
static <K,V> Map<K,V> |
PlatformUtils.readNullableMap(BinaryRawReaderEx reader)
Read nullable map.
|
static <T> Set<T> |
PlatformUtils.readNullableSet(BinaryRawReaderEx reader) |
static <T> Set<T> |
PlatformUtils.readSet(BinaryRawReaderEx reader) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016