Class ClientSchemasGetRequest
java.lang.Object
org.apache.ignite.client.handler.requests.table.ClientSchemasGetRequest
Client schemas retrieval request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<ResponseWriter>process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, IgniteTables tables, org.apache.ignite.internal.table.distributed.schema.SchemaVersions schemaVersions) Processes the request.
-
Constructor Details
-
ClientSchemasGetRequest
public ClientSchemasGetRequest()
-
-
Method Details
-
process
public static CompletableFuture<ResponseWriter> process(org.apache.ignite.internal.client.proto.ClientMessageUnpacker in, IgniteTables tables, org.apache.ignite.internal.table.distributed.schema.SchemaVersions schemaVersions) Processes the request.- Parameters:
in- Unpacker.tables- Ignite tables.- Returns:
- Future.
- Throws:
IgniteException- When schema registry is no initialized.
-