.. | ||
Admin.pb.go | ||
Admin.proto | ||
Authentication.pb.go | ||
Authentication.proto | ||
BUILD.bazel | ||
Cell.pb.go | ||
Cell.proto | ||
Client.pb.go | ||
Client.proto | ||
ClusterId.pb.go | ||
ClusterId.proto | ||
ClusterStatus.pb.go | ||
ClusterStatus.proto | ||
Comparator.pb.go | ||
Comparator.proto | ||
ErrorHandling.pb.go | ||
ErrorHandling.proto | ||
Filter.pb.go | ||
Filter.proto | ||
FS.pb.go | ||
FS.proto | ||
generate.go | ||
HBase.pb.go | ||
HBase.proto | ||
marshal.go | ||
Master.pb.go | ||
Master.proto | ||
MultiRowMutation.pb.go | ||
MultiRowMutation.proto | ||
Procedure.pb.go | ||
Procedure.proto | ||
Quota.pb.go | ||
Quota.proto | ||
README.txt | ||
RegionServerStatus.pb.go | ||
RegionServerStatus.proto | ||
RPC.pb.go | ||
RPC.proto | ||
Tracing.pb.go | ||
Tracing.proto | ||
WAL.pb.go | ||
WAL.proto | ||
ZooKeeper.pb.go | ||
ZooKeeper.proto |
These are the protobuf definition files used by GoHBase. They were copied from HBase (see under hbase-protocol/src/main/protobuf). Currently using .proto files from HBase branch-1.3, with unnecessary .proto files removed. The following changes were made to those files: - the package name was changed to "pb". (`sed -i 's/hbase.pb/pb/g' ./*`) The files in this directory are also subject to the Apache License 2.0 and are copyright of the Apache Software Foundation.