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

proto.meta.dora_meta.proto Maven / Gradle / Ivy

syntax = "proto2";

package alluxio.proto.meta;

import "grpc/file_system_master.proto";

/**
 * Metadata used in Dora Worker.
 *
 * next available id: 3
 */
message FileStatus {
  optional alluxio.grpc.file.FileInfo fileInfo = 1;

  // the timestamp in nanoseconds when this FileStatus is refreshed
  optional int64 ts = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy