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

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.