| Modifier and Type | Class and Description |
|---|---|
class |
BinaryReaderExImpl
Binary reader implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryRawReaderEx |
PlatformContext.reader(PlatformInputStream in)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContextImpl.reader(PlatformInputStream in)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContext.reader(PlatformMemory mem)
Get memory reader.
|
BinaryRawReaderEx |
PlatformContextImpl.reader(PlatformMemory mem)
Get memory reader.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformTarget |
PlatformProcessorImpl.processInObjectStreamOutObjectStream(int type,
PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformTarget |
PlatformAbstractTarget.processInObjectStreamOutObjectStream(int type,
PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformTarget |
PlatformTarget.processInObjectStreamOutObjectStream(int type,
PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
PlatformAsyncResult |
PlatformProcessorImpl.processInStreamAsync(int type,
BinaryRawReaderEx reader)
Process asynchronous operation.
|
PlatformAsyncResult |
PlatformAbstractTarget.processInStreamAsync(int type,
BinaryRawReaderEx reader)
Process asynchronous operation.
|
PlatformAsyncResult |
PlatformTarget.processInStreamAsync(int type,
BinaryRawReaderEx reader)
Process asynchronous operation.
|
long |
PlatformProcessorImpl.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
PlatformAbstractTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
PlatformTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
PlatformProcessorImpl.processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Process IN operation.
|
long |
PlatformAbstractTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Process IN operation.
|
long |
PlatformTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Process IN operation.
|
PlatformTarget |
PlatformProcessorImpl.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
PlatformTarget |
PlatformAbstractTarget.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
PlatformTarget |
PlatformTarget.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
void |
PlatformProcessorImpl.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
void |
PlatformAbstractTarget.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
void |
PlatformTarget.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
void |
PlatformContext.processMetadata(BinaryRawReaderEx reader)
Process metadata from the platform.
|
void |
PlatformContextImpl.processMetadata(BinaryRawReaderEx reader)
Process metadata from the platform.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformBinaryProcessor.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformBinaryProcessor.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformCacheExtension.processInOutStreamLong(PlatformCache target,
int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Invokes in-out operation with long return type.
|
long |
PlatformCache.processInStreamOutLong(int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Process IN operation.
|
PlatformTarget |
PlatformCache.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
static Object[] |
PlatformCache.readQueryArgs(BinaryRawReaderEx reader)
Read arguments for SQL query.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformAffinity.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
PlatformAffinityFunctionTarget.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformAffinity.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerRequest |
ClientMessageParser.decode(BinaryRawReaderEx reader)
Decodes the request.
|
| Constructor and Description |
|---|
ClientBinaryTypePutRequest(BinaryRawReaderEx reader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformTarget |
PlatformClusterGroup.processInObjectStreamOutObjectStream(int type,
PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
long |
PlatformClusterGroup.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
PlatformTarget |
PlatformClusterGroup.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
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.
|
PlatformTarget |
PlatformCompute.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
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 |
|---|---|
long |
PlatformDataStreamer.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformAtomicLong.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
long |
PlatformAtomicReference.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformAtomicReference.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PlatformDotNetCacheStore.doInvoke(IgniteInClosure<BinaryRawWriterEx> task,
IgniteInClosure<BinaryRawReaderEx> readClo)
Perform actual invoke.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformDotNetEntityFrameworkCacheExtension.processInOutStreamLong(PlatformCache target,
int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Invokes in-out operation with long return type.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformEvents.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformEvents.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformMessaging.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformMessaging.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformTarget |
PlatformServices.processInObjectStreamOutObjectStream(int type,
PlatformTarget arg,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
long |
PlatformServices.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
PlatformTarget |
PlatformServices.processInStreamOutObject(int type,
BinaryRawReaderEx reader)
Process IN-OUT operation.
|
void |
PlatformServices.processInStreamOutStream(int type,
BinaryRawReaderEx reader,
BinaryRawWriterEx writer)
Process IN-OUT operation.
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformTransactions.processInStreamOutLong(int type,
BinaryRawReaderEx reader)
Process IN operation.
|
void |
PlatformTransactions.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 PlatformAffinityFunction |
PlatformConfigurationUtils.readAffinityFunction(BinaryRawReaderEx in)
Reads the eviction policy.
|
static BinaryMetadata |
PlatformUtils.readBinaryMetadata(BinaryRawReaderEx reader)
Reads the binary metadata.
|
static Collection<BinaryMetadata> |
PlatformUtils.readBinaryMetadataCollection(BinaryRawReaderEx reader)
Reads the binary metadata.
|
static CacheConfiguration |
PlatformConfigurationUtils.readCacheConfiguration(BinaryRawReaderEx in)
Reads cache configuration from a stream.
|
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.readLinkedMap(BinaryRawReaderEx reader,
PlatformReaderBiClosure<K,V> readClo)
Read linked map.
|
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 Map<String,Object> |
PlatformUtils.readNodeAttributes(BinaryRawReaderEx reader)
Reads node attributes.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformDotNetSessionCacheExtension.processInOutStreamLong(PlatformCache target,
int type,
BinaryRawReaderEx reader,
PlatformMemory mem)
Invokes in-out operation with long return type.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018