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

proto.journal.meta.proto Maven / Gradle / Ivy

There is a newer version: 313
Show newest version
syntax = "proto2";

package alluxio.proto.journal;

// Journal entry messages for the meta master.

// next available id: 3
message PathPropertiesEntry {
  optional string path = 1;
  map properties = 2;
}

// next available id: 2
message RemovePathPropertiesEntry {
  optional string path = 1;
}

// next available id: 2
message ClusterInfoEntry {
  optional string cluster_id = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy