Class ClientSchemasGetRequest

java.lang.Object
org.apache.ignite.client.handler.requests.table.ClientSchemasGetRequest

public class ClientSchemasGetRequest extends Object
Client schemas retrieval 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.