Class SchemaReads

java.lang.Object
io.stargate.sgv2.api.common.grpc.proto.SchemaReads

public class SchemaReads extends Object
Helper methods to construct Schema.SchemaRead instances.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.stargate.bridge.proto.Schema.SchemaRead
    keyspace(String keyspaceName, io.stargate.bridge.proto.Schema.SchemaRead.SourceApi sourceApi)
     
    static io.stargate.bridge.proto.Schema.SchemaRead
    table(String keyspaceName, String tableName, io.stargate.bridge.proto.Schema.SchemaRead.SourceApi sourceApi)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchemaReads

      public SchemaReads()
  • Method Details

    • keyspace

      public static io.stargate.bridge.proto.Schema.SchemaRead keyspace(String keyspaceName, io.stargate.bridge.proto.Schema.SchemaRead.SourceApi sourceApi)
    • table

      public static io.stargate.bridge.proto.Schema.SchemaRead table(String keyspaceName, String tableName, io.stargate.bridge.proto.Schema.SchemaRead.SourceApi sourceApi)