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

h.cloudgraph-rocksdb.2.0.5.source-code.RocksDBColumns.proto Maven / Gradle / Ivy

Go to download

CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others.

The newest version!
package org.cloudgraph.rocksdb.proto;

option optimize_for = SPEED;
option java_outer_classname="ColumnsProto";

message Columns {
  repeated ColumnDef column = 1;
}

message ColumnDef {
  required bytes name = 1;
}







© 2015 - 2025 Weber Informatics LLC | Privacy Policy