baichongyang baca853c99 first init il y a 3 ans
..
Admin.pb.go baca853c99 first init il y a 3 ans
Admin.proto baca853c99 first init il y a 3 ans
Authentication.pb.go baca853c99 first init il y a 3 ans
Authentication.proto baca853c99 first init il y a 3 ans
Cell.pb.go baca853c99 first init il y a 3 ans
Cell.proto baca853c99 first init il y a 3 ans
Client.pb.go baca853c99 first init il y a 3 ans
Client.proto baca853c99 first init il y a 3 ans
ClusterId.pb.go baca853c99 first init il y a 3 ans
ClusterId.proto baca853c99 first init il y a 3 ans
ClusterStatus.pb.go baca853c99 first init il y a 3 ans
ClusterStatus.proto baca853c99 first init il y a 3 ans
Comparator.pb.go baca853c99 first init il y a 3 ans
Comparator.proto baca853c99 first init il y a 3 ans
ErrorHandling.pb.go baca853c99 first init il y a 3 ans
ErrorHandling.proto baca853c99 first init il y a 3 ans
FS.pb.go baca853c99 first init il y a 3 ans
FS.proto baca853c99 first init il y a 3 ans
Filter.pb.go baca853c99 first init il y a 3 ans
Filter.proto baca853c99 first init il y a 3 ans
HBase.pb.go baca853c99 first init il y a 3 ans
HBase.proto baca853c99 first init il y a 3 ans
Master.pb.go baca853c99 first init il y a 3 ans
Master.proto baca853c99 first init il y a 3 ans
MultiRowMutation.pb.go baca853c99 first init il y a 3 ans
MultiRowMutation.proto baca853c99 first init il y a 3 ans
Procedure.pb.go baca853c99 first init il y a 3 ans
Procedure.proto baca853c99 first init il y a 3 ans
Quota.pb.go baca853c99 first init il y a 3 ans
Quota.proto baca853c99 first init il y a 3 ans
README.txt baca853c99 first init il y a 3 ans
RPC.pb.go baca853c99 first init il y a 3 ans
RPC.proto baca853c99 first init il y a 3 ans
RegionServerStatus.pb.go baca853c99 first init il y a 3 ans
RegionServerStatus.proto baca853c99 first init il y a 3 ans
Tracing.pb.go baca853c99 first init il y a 3 ans
Tracing.proto baca853c99 first init il y a 3 ans
WAL.pb.go baca853c99 first init il y a 3 ans
WAL.proto baca853c99 first init il y a 3 ans
ZooKeeper.pb.go baca853c99 first init il y a 3 ans
ZooKeeper.proto baca853c99 first init il y a 3 ans
generate.go baca853c99 first init il y a 3 ans
marshal.go baca853c99 first init il y a 3 ans

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.