You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
root beccf3fe43 init 7 years ago
..
Admin.pb.go init 7 years ago
Admin.proto init 7 years ago
Authentication.pb.go init 7 years ago
Authentication.proto init 7 years ago
BUILD.bazel init 7 years ago
Cell.pb.go init 7 years ago
Cell.proto init 7 years ago
Client.pb.go init 7 years ago
Client.proto init 7 years ago
ClusterId.pb.go init 7 years ago
ClusterId.proto init 7 years ago
ClusterStatus.pb.go init 7 years ago
ClusterStatus.proto init 7 years ago
Comparator.pb.go init 7 years ago
Comparator.proto init 7 years ago
ErrorHandling.pb.go init 7 years ago
ErrorHandling.proto init 7 years ago
FS.pb.go init 7 years ago
FS.proto init 7 years ago
Filter.pb.go init 7 years ago
Filter.proto init 7 years ago
HBase.pb.go init 7 years ago
HBase.proto init 7 years ago
Master.pb.go init 7 years ago
Master.proto init 7 years ago
MultiRowMutation.pb.go init 7 years ago
MultiRowMutation.proto init 7 years ago
Procedure.pb.go init 7 years ago
Procedure.proto init 7 years ago
Quota.pb.go init 7 years ago
Quota.proto init 7 years ago
README.txt init 7 years ago
RPC.pb.go init 7 years ago
RPC.proto init 7 years ago
RegionServerStatus.pb.go init 7 years ago
RegionServerStatus.proto init 7 years ago
Tracing.pb.go init 7 years ago
Tracing.proto init 7 years ago
WAL.pb.go init 7 years ago
WAL.proto init 7 years ago
ZooKeeper.pb.go init 7 years ago
ZooKeeper.proto init 7 years ago
generate.go init 7 years ago
marshal.go init 7 years ago

README.txt

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.