Interface MergeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MergeRequest
,MergeRequest.Builder
public interface MergeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ticket for the PartitionedTable object to merge.The ticket for the PartitionedTable object to merge.The ticket to use to hold the results of the merge operation.The ticket to use to hold the results of the merge operation.boolean
The ticket for the PartitionedTable object to merge.boolean
The ticket to use to hold the results of the merge operation.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 merge.
.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 merge.
.io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1;
- Returns:
- The partitionedTable.
-
getPartitionedTableOrBuilder
TicketOrBuilder getPartitionedTableOrBuilder()The ticket for the PartitionedTable object to merge.
.io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1;
-
hasResultId
boolean hasResultId()The ticket to use to hold the results of the merge operation.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId()The ticket to use to hold the results of the merge operation.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder()The ticket to use to hold the results of the merge operation.
.io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
-