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

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.