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

proto.journal.block.proto Maven / Gradle / Ivy

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

package alluxio.proto.journal;

import "grpc/common.proto";

// Journal entry messages for the block master.

// next available id: 2
message BlockContainerIdGeneratorEntry {
  optional int64 next_container_id = 1;
}

// next available id: 3
message BlockInfoEntry {
  optional int64 block_id = 1;
  optional int64 length = 2;
  optional grpc.BlockLocation block_location = 3;
}

// next available id: 2
message DeleteBlockEntry {
  optional int64 block_id = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy