public class SchemaReads
extends Object
Helper methods to construct Schema.SchemaRead instances.
-
Constructor Summary
Constructors
-
Method Summary
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)