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

cz.proto.FileIOOutputStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface FileIOOutputStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.FileIOOutputStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * io stream time, means the time blocking on io(SYNC).
   * 
* * uint64 time_elapsed_us = 1; * @return The timeElapsedUs. */ long getTimeElapsedUs(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy