public class ModelStorateThinClientProcessor extends Object implements org.apache.ignite.internal.processors.platform.client.CustomQueryProcessor
Modifier and Type | Class and Description |
---|---|
static class |
ModelStorateThinClientProcessor.Method
Operations of model storage for GGFS client.
|
Modifier and Type | Field and Description |
---|---|
static String |
PROCESSOR_ID
Processor id.
|
Constructor and Description |
---|
ModelStorateThinClientProcessor(ModelStorage modelStorage)
Creates an instance of model storage commands processor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.ignite.internal.processors.platform.client.ClientResponse |
call(long requestId,
byte methodId,
BinaryRawReader reader)
Call operation of processor by its id.
|
String |
id()
Identifier of processor.
|
public static final String PROCESSOR_ID
public ModelStorateThinClientProcessor(ModelStorage modelStorage)
modelStorage
- Model storage.public org.apache.ignite.internal.processors.platform.client.ClientResponse call(long requestId, byte methodId, BinaryRawReader reader)
call
in interface org.apache.ignite.internal.processors.platform.client.CustomQueryProcessor
requestId
- Request id.methodId
- Opearation id.reader
- Reader with arguments of operation.public String id()
id
in interface org.apache.ignite.internal.processors.platform.client.CustomQueryProcessor
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025