Interface CottontailGrpc.ResponseMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CottontailGrpc.ResponseMetadata, CottontailGrpc.ResponseMetadata.Builder
Enclosing class:
CottontailGrpc

public static interface CottontailGrpc.ResponseMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Time it took to plan the query.
    float
    Score assigned to selected query plan.
    long
    Time it took to execute the query.
    Query information.
    com.google.protobuf.ByteString
    Query information.
    long
    Transaction information.
    .org.vitrivr.cottontail.grpc.TransactionMode transactionMode = 2;
    int
    .org.vitrivr.cottontail.grpc.TransactionMode transactionMode = 2;

    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

    • getTransactionId

      long getTransactionId()
       Transaction information. 
       
      int64 transactionId = 1;
      Returns:
      The transactionId.
    • getTransactionModeValue

      int getTransactionModeValue()
      .org.vitrivr.cottontail.grpc.TransactionMode transactionMode = 2;
      Returns:
      The enum numeric value on the wire for transactionMode.
    • getTransactionMode

      CottontailGrpc.TransactionMode getTransactionMode()
      .org.vitrivr.cottontail.grpc.TransactionMode transactionMode = 2;
      Returns:
      The transactionMode.
    • getQueryId

      String getQueryId()
       Query information. 
       
      string queryId = 3;
      Returns:
      The queryId.
    • getQueryIdBytes

      com.google.protobuf.ByteString getQueryIdBytes()
       Query information. 
       
      string queryId = 3;
      Returns:
      The bytes for queryId.
    • getPlanDuration

      long getPlanDuration()
       Time it took to plan the query. 
       
      int64 planDuration = 4;
      Returns:
      The planDuration.
    • getPlanScore

      float getPlanScore()
       Score assigned to selected query plan. 
       
      float planScore = 5;
      Returns:
      The planScore.
    • getQueryDuration

      long getQueryDuration()
       Time it took to execute the query. 
       
      int64 queryDuration = 6;
      Returns:
      The queryDuration.