Interface TableReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TableReference, TableReference.Builder

public interface TableReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been exported.
     
    A ticket to resolve to get the table.
    A ticket to resolve to get the table.
    boolean
    An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been exported.
    boolean
    A ticket to resolve to get the 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

    • hasTicket

      boolean hasTicket()
       A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
       possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
       table.
       
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Returns:
      Whether the ticket field is set.
    • getTicket

      Ticket getTicket()
       A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
       possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
       table.
       
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Returns:
      The ticket.
    • getTicketOrBuilder

      TicketOrBuilder getTicketOrBuilder()
       A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
       possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
       table.
       
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • hasBatchOffset

      boolean hasBatchOffset()
       An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been
       exported. Only valid to set when used in the context of a BatchRequest.
       
      sint32 batch_offset = 2;
      Returns:
      Whether the batchOffset field is set.
    • getBatchOffset

      int getBatchOffset()
       An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been
       exported. Only valid to set when used in the context of a BatchRequest.
       
      sint32 batch_offset = 2;
      Returns:
      The batchOffset.
    • getRefCase