HBASE-26811 Secondary replica may be disabled for read forever (#4182)
[hbase.git] / hbase-protocol-shaded / README.txt
blob88596e0e8e2b1cf0e67e5db684d6390560284fde
1 This module has proto files used by core. These protos
2 overlap with protos that are used by coprocessor endpoints
3 (CPEP) in the module hbase-protocol. So core versions have
4 a different name, the generated classes are relocated
5 -- i.e. shaded -- to a new location; they are moved from
6 org.apache.hadoop.hbase.* to org.apache.hadoop.hbase.shaded.
8 proto files layout:
9 protobuf/client - client to server messages, client rpc service and protos, used in hbase-client exclusively;
10 protobuf/rest - hbase-rest messages;
11 protobuf/rpc - rpc and post-rpc tracing messages;
12 protobuf/server/coprocessor - coprocessor rpc services;
13 protobuf/server/coprocessor/example - coprocessors rpc services examples from hbase-examples;
14 protobuf/server/io - filesystem and hbase-server/io protos;
15 protobuf/server/maser - master rpc services and messages;
16 protobuf/server/region - region rpc services and messages (except client rpc service, which is in Client.proto);
17 protobuf/server/rsgroup - rsgroup protos;
18 protobuf/server/zookeeper - protos for zookeeper and ones used exclusively in hbase-zookeeper module;
19 protobuf/server - protos used across other server protos;
20 protobuf/test - protos used in tests;
21 protobuf/ - protos used across other protos, exclusive for hbase-mapreduce and hbase-backup, other protos.