Interface GetTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTableRequest
,GetTableRequest.Builder
public interface GetTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ticket for the table containing the key to fetch from the partitioned table.The ticket for the table containing the key to fetch from the partitioned table.The ticket for the PartitionedTable object to query.The ticket for the PartitionedTable object to query.The ticket to use to hold the newly returned table.The ticket to use to hold the newly returned table.boolean
The ticket for the table containing the key to fetch from the partitioned table.boolean
The ticket for the PartitionedTable object to query.boolean
The ticket to use to hold the newly returned table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPartitionedTable
boolean hasPartitionedTable()The ticket for the PartitionedTable object to query.
.io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1;
- Returns:
- Whether the partitionedTable field is set.
-
getPartitionedTable
Ticket getPartitionedTable()The ticket for the PartitionedTable object to query.
.io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1;
- Returns:
- The partitionedTable.
-
getPartitionedTableOrBuilder
TicketOrBuilder getPartitionedTableOrBuilder()The ticket for the PartitionedTable object to query.
.io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1;
-
hasKeyTableTicket
boolean hasKeyTableTicket()The ticket for the table containing the key to fetch from the partitioned table.
.io.deephaven.proto.backplane.grpc.Ticket key_table_ticket = 2;
- Returns:
- Whether the keyTableTicket field is set.
-
getKeyTableTicket
Ticket getKeyTableTicket()The ticket for the table containing the key to fetch from the partitioned table.
.io.deephaven.proto.backplane.grpc.Ticket key_table_ticket = 2;
- Returns:
- The keyTableTicket.
-
getKeyTableTicketOrBuilder
TicketOrBuilder getKeyTableTicketOrBuilder()The ticket for the table containing the key to fetch from the partitioned table.
.io.deephaven.proto.backplane.grpc.Ticket key_table_ticket = 2;
-
hasResultId
boolean hasResultId()The ticket to use to hold the newly returned table.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 4;
- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId()The ticket to use to hold the newly returned table.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 4;
- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder()The ticket to use to hold the newly returned table.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 4;
-