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

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.