All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.graph.ElapsedTimeOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: graph.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.graph;

public interface ElapsedTimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.graph.ElapsedTime)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 total_server_time_us = 1;
   * @return The totalServerTimeUs.
   */
  long getTotalServerTimeUs();

  /**
   * int64 build_time_us = 2;
   * @return The buildTimeUs.
   */
  long getBuildTimeUs();

  /**
   * int64 optimize_time_us = 3;
   * @return The optimizeTimeUs.
   */
  long getOptimizeTimeUs();

  /**
   * int64 serialize_time_us = 4;
   * @return The serializeTimeUs.
   */
  long getSerializeTimeUs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy