http://git-wip-us.apache.org/repos/asf/hbase/blob/62bce5f9/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java index f15e980..4371739 100644 --- a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java +++ b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java @@ -11,9 +11,9 @@ public final class ZooKeeperProtos { public interface MetaRegionServerOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .ServerName server = 1; + // required .hbase.pb.ServerName server = 1; /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -22,7 +22,7 @@ public final class ZooKeeperProtos { */ boolean hasServer(); /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -31,7 +31,7 @@ public final class ZooKeeperProtos { */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName getServer(); /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -62,9 +62,9 @@ public final class ZooKeeperProtos { */ int getRpcVersion(); - // optional .RegionState.State state = 3; + // optional .hbase.pb.RegionState.State state = 3; /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -72,7 +72,7 @@ public final class ZooKeeperProtos { */ boolean hasState(); /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -81,7 +81,7 @@ public final class ZooKeeperProtos { org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State getState(); } /** - * Protobuf type {@code MetaRegionServer} + * Protobuf type {@code hbase.pb.MetaRegionServer} * * <pre> ** @@ -179,12 +179,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_MetaRegionServer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_MetaRegionServer_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_MetaRegionServer_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_MetaRegionServer_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer.Builder.class); } @@ -205,11 +205,11 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .ServerName server = 1; + // required .hbase.pb.ServerName server = 1; public static final int SERVER_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName server_; /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -220,7 +220,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -231,7 +231,7 @@ public final class ZooKeeperProtos { return server_; } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -270,11 +270,11 @@ public final class ZooKeeperProtos { return rpcVersion_; } - // optional .RegionState.State state = 3; + // optional .hbase.pb.RegionState.State state = 3; public static final int STATE_FIELD_NUMBER = 3; private org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State state_; /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -284,7 +284,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000004) == 0x00000004); } /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -484,7 +484,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code MetaRegionServer} + * Protobuf type {@code hbase.pb.MetaRegionServer} * * <pre> ** @@ -496,12 +496,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_MetaRegionServer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_MetaRegionServer_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_MetaRegionServer_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_MetaRegionServer_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer.Builder.class); } @@ -546,7 +546,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_MetaRegionServer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_MetaRegionServer_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer getDefaultInstanceForType() { @@ -641,12 +641,12 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .ServerName server = 1; + // required .hbase.pb.ServerName server = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName server_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> serverBuilder_; /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -657,7 +657,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -672,7 +672,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -693,7 +693,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -712,7 +712,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -736,7 +736,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -754,7 +754,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -767,7 +767,7 @@ public final class ZooKeeperProtos { return getServerFieldBuilder().getBuilder(); } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -782,7 +782,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName server = 1;</code> + * <code>required .hbase.pb.ServerName server = 1;</code> * * <pre> * The ServerName hosting the meta region currently, or destination server, @@ -860,10 +860,10 @@ public final class ZooKeeperProtos { return this; } - // optional .RegionState.State state = 3; + // optional .hbase.pb.RegionState.State state = 3; private org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State state_ = org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State.OFFLINE; /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -873,7 +873,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000004) == 0x00000004); } /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -883,7 +883,7 @@ public final class ZooKeeperProtos { return state_; } /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -899,7 +899,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>optional .RegionState.State state = 3;</code> + * <code>optional .hbase.pb.RegionState.State state = 3;</code> * * <pre> * State of the region transition. OPEN means fully operational 'hbase:meta' @@ -912,7 +912,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:MetaRegionServer) + // @@protoc_insertion_point(builder_scope:hbase.pb.MetaRegionServer) } static { @@ -920,15 +920,15 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:MetaRegionServer) + // @@protoc_insertion_point(class_scope:hbase.pb.MetaRegionServer) } public interface MasterOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .ServerName master = 1; + // required .hbase.pb.ServerName master = 1; /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -936,7 +936,7 @@ public final class ZooKeeperProtos { */ boolean hasMaster(); /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -944,7 +944,7 @@ public final class ZooKeeperProtos { */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName getMaster(); /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -981,7 +981,7 @@ public final class ZooKeeperProtos { int getInfoPort(); } /** - * Protobuf type {@code Master} + * Protobuf type {@code hbase.pb.Master} * * <pre> ** @@ -1073,12 +1073,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_Master_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_Master_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_Master_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_Master_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master.Builder.class); } @@ -1099,11 +1099,11 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .ServerName master = 1; + // required .hbase.pb.ServerName master = 1; public static final int MASTER_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName master_; /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1113,7 +1113,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1123,7 +1123,7 @@ public final class ZooKeeperProtos { return master_; } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1363,7 +1363,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code Master} + * Protobuf type {@code hbase.pb.Master} * * <pre> ** @@ -1375,12 +1375,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MasterOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_Master_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_Master_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_Master_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_Master_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master.Builder.class); } @@ -1425,7 +1425,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_Master_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_Master_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master getDefaultInstanceForType() { @@ -1520,12 +1520,12 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .ServerName master = 1; + // required .hbase.pb.ServerName master = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName master_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> masterBuilder_; /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1535,7 +1535,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1549,7 +1549,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1569,7 +1569,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1587,7 +1587,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1610,7 +1610,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1627,7 +1627,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1639,7 +1639,7 @@ public final class ZooKeeperProtos { return getMasterFieldBuilder().getBuilder(); } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1653,7 +1653,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName master = 1;</code> + * <code>required .hbase.pb.ServerName master = 1;</code> * * <pre> * The ServerName of the current Master @@ -1755,7 +1755,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:Master) + // @@protoc_insertion_point(builder_scope:hbase.pb.Master) } static { @@ -1763,7 +1763,7 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:Master) + // @@protoc_insertion_point(class_scope:hbase.pb.Master) } public interface ClusterUpOrBuilder @@ -1800,7 +1800,7 @@ public final class ZooKeeperProtos { getStartDateBytes(); } /** - * Protobuf type {@code ClusterUp} + * Protobuf type {@code hbase.pb.ClusterUp} * * <pre> ** @@ -1874,12 +1874,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ClusterUp_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ClusterUp_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ClusterUp_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ClusterUp_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp.Builder.class); } @@ -2110,7 +2110,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code ClusterUp} + * Protobuf type {@code hbase.pb.ClusterUp} * * <pre> ** @@ -2122,12 +2122,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUpOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ClusterUp_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ClusterUp_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ClusterUp_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ClusterUp_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp.Builder.class); } @@ -2163,7 +2163,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ClusterUp_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ClusterUp_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp getDefaultInstanceForType() { @@ -2342,7 +2342,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:ClusterUp) + // @@protoc_insertion_point(builder_scope:hbase.pb.ClusterUp) } static { @@ -2350,48 +2350,48 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:ClusterUp) + // @@protoc_insertion_point(class_scope:hbase.pb.ClusterUp) } public interface SplitLogTaskOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .SplitLogTask.State state = 1; + // required .hbase.pb.SplitLogTask.State state = 1; /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ boolean hasState(); /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State getState(); - // required .ServerName server_name = 2; + // required .hbase.pb.ServerName server_name = 2; /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ boolean hasServerName(); /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName getServerName(); /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder(); - // optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; + // optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ boolean hasMode(); /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode getMode(); } /** - * Protobuf type {@code SplitLogTask} + * Protobuf type {@code hbase.pb.SplitLogTask} * * <pre> ** @@ -2496,12 +2496,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_SplitLogTask_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_SplitLogTask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_SplitLogTask_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_SplitLogTask_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.Builder.class); } @@ -2522,7 +2522,7 @@ public final class ZooKeeperProtos { } /** - * Protobuf enum {@code SplitLogTask.State} + * Protobuf enum {@code hbase.pb.SplitLogTask.State} */ public enum State implements com.google.protobuf.ProtocolMessageEnum { @@ -2627,11 +2627,11 @@ public final class ZooKeeperProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:SplitLogTask.State) + // @@protoc_insertion_point(enum_scope:hbase.pb.SplitLogTask.State) } /** - * Protobuf enum {@code SplitLogTask.RecoveryMode} + * Protobuf enum {@code hbase.pb.SplitLogTask.RecoveryMode} */ public enum RecoveryMode implements com.google.protobuf.ProtocolMessageEnum { @@ -2718,59 +2718,59 @@ public final class ZooKeeperProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:SplitLogTask.RecoveryMode) + // @@protoc_insertion_point(enum_scope:hbase.pb.SplitLogTask.RecoveryMode) } private int bitField0_; - // required .SplitLogTask.State state = 1; + // required .hbase.pb.SplitLogTask.State state = 1; public static final int STATE_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State state_; /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public boolean hasState() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State getState() { return state_; } - // required .ServerName server_name = 2; + // required .hbase.pb.ServerName server_name = 2; public static final int SERVER_NAME_FIELD_NUMBER = 2; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName serverName_; /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public boolean hasServerName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName getServerName() { return serverName_; } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder() { return serverName_; } - // optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; + // optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; public static final int MODE_FIELD_NUMBER = 3; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode mode_; /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public boolean hasMode() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode getMode() { return mode_; @@ -2970,7 +2970,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code SplitLogTask} + * Protobuf type {@code hbase.pb.SplitLogTask} * * <pre> ** @@ -2983,12 +2983,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTaskOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_SplitLogTask_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_SplitLogTask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_SplitLogTask_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_SplitLogTask_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.Builder.class); } @@ -3033,7 +3033,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_SplitLogTask_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_SplitLogTask_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask getDefaultInstanceForType() { @@ -3132,22 +3132,22 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .SplitLogTask.State state = 1; + // required .hbase.pb.SplitLogTask.State state = 1; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State state_ = org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State.UNASSIGNED; /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public boolean hasState() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State getState() { return state_; } /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public Builder setState(org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State value) { if (value == null) { @@ -3159,7 +3159,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .SplitLogTask.State state = 1;</code> + * <code>required .hbase.pb.SplitLogTask.State state = 1;</code> */ public Builder clearState() { bitField0_ = (bitField0_ & ~0x00000001); @@ -3168,18 +3168,18 @@ public final class ZooKeeperProtos { return this; } - // required .ServerName server_name = 2; + // required .hbase.pb.ServerName server_name = 2; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName serverName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> serverNameBuilder_; /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public boolean hasServerName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName getServerName() { if (serverNameBuilder_ == null) { @@ -3189,7 +3189,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public Builder setServerName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName value) { if (serverNameBuilder_ == null) { @@ -3205,7 +3205,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public Builder setServerName( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder builderForValue) { @@ -3219,7 +3219,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public Builder mergeServerName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName value) { if (serverNameBuilder_ == null) { @@ -3238,7 +3238,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public Builder clearServerName() { if (serverNameBuilder_ == null) { @@ -3251,7 +3251,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder getServerNameBuilder() { bitField0_ |= 0x00000002; @@ -3259,7 +3259,7 @@ public final class ZooKeeperProtos { return getServerNameFieldBuilder().getBuilder(); } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder() { if (serverNameBuilder_ != null) { @@ -3269,7 +3269,7 @@ public final class ZooKeeperProtos { } } /** - * <code>required .ServerName server_name = 2;</code> + * <code>required .hbase.pb.ServerName server_name = 2;</code> */ private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> @@ -3285,22 +3285,22 @@ public final class ZooKeeperProtos { return serverNameBuilder_; } - // optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; + // optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode mode_ = org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode.UNKNOWN; /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public boolean hasMode() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode getMode() { return mode_; } /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public Builder setMode(org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode value) { if (value == null) { @@ -3312,7 +3312,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> + * <code>optional .hbase.pb.SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];</code> */ public Builder clearMode() { bitField0_ = (bitField0_ & ~0x00000004); @@ -3321,7 +3321,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:SplitLogTask) + // @@protoc_insertion_point(builder_scope:hbase.pb.SplitLogTask) } static { @@ -3329,15 +3329,15 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:SplitLogTask) + // @@protoc_insertion_point(class_scope:hbase.pb.SplitLogTask) } public interface DeprecatedTableStateOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .DeprecatedTableState.State state = 1 [default = ENABLED]; + // required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED]; /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3347,7 +3347,7 @@ public final class ZooKeeperProtos { */ boolean hasState(); /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3358,7 +3358,7 @@ public final class ZooKeeperProtos { org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State getState(); } /** - * Protobuf type {@code DeprecatedTableState} + * Protobuf type {@code hbase.pb.DeprecatedTableState} * * <pre> ** @@ -3439,12 +3439,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_DeprecatedTableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_DeprecatedTableState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_DeprecatedTableState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_DeprecatedTableState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.Builder.class); } @@ -3465,7 +3465,7 @@ public final class ZooKeeperProtos { } /** - * Protobuf enum {@code DeprecatedTableState.State} + * Protobuf enum {@code hbase.pb.DeprecatedTableState.State} * * <pre> * Table's current state @@ -3565,15 +3565,15 @@ public final class ZooKeeperProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:DeprecatedTableState.State) + // @@protoc_insertion_point(enum_scope:hbase.pb.DeprecatedTableState.State) } private int bitField0_; - // required .DeprecatedTableState.State state = 1 [default = ENABLED]; + // required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED]; public static final int STATE_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State state_; /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3585,7 +3585,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3749,7 +3749,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code DeprecatedTableState} + * Protobuf type {@code hbase.pb.DeprecatedTableState} * * <pre> ** @@ -3762,12 +3762,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableStateOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_DeprecatedTableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_DeprecatedTableState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_DeprecatedTableState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_DeprecatedTableState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.Builder.class); } @@ -3803,7 +3803,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_DeprecatedTableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_DeprecatedTableState_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState getDefaultInstanceForType() { @@ -3876,10 +3876,10 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .DeprecatedTableState.State state = 1 [default = ENABLED]; + // required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED]; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State state_ = org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State.ENABLED; /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3891,7 +3891,7 @@ public final class ZooKeeperProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3903,7 +3903,7 @@ public final class ZooKeeperProtos { return state_; } /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3921,7 +3921,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .DeprecatedTableState.State state = 1 [default = ENABLED];</code> + * <code>required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];</code> * * <pre> * This is the table's state. If no znode for a table, @@ -3936,7 +3936,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:DeprecatedTableState) + // @@protoc_insertion_point(builder_scope:hbase.pb.DeprecatedTableState) } static { @@ -3944,7 +3944,7 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:DeprecatedTableState) + // @@protoc_insertion_point(class_scope:hbase.pb.DeprecatedTableState) } public interface ReplicationPeerOrBuilder @@ -3995,58 +3995,58 @@ public final class ZooKeeperProtos { com.google.protobuf.ByteString getReplicationEndpointImplBytes(); - // repeated .BytesBytesPair data = 3; + // repeated .hbase.pb.BytesBytesPair data = 3; /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getDataList(); /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getData(int index); /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ int getDataCount(); /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList(); /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder( int index); - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ int getConfigurationCount(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index); } /** - * Protobuf type {@code ReplicationPeer} + * Protobuf type {@code hbase.pb.ReplicationPeer} * * <pre> ** @@ -4147,12 +4147,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationPeer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationPeer_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationPeer_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationPeer_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.Builder.class); } @@ -4274,72 +4274,72 @@ public final class ZooKeeperProtos { } } - // repeated .BytesBytesPair data = 3; + // repeated .hbase.pb.BytesBytesPair data = 3; public static final int DATA_FIELD_NUMBER = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> data_; /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getDataList() { return data_; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList() { return data_; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public int getDataCount() { return data_.size(); } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getData(int index) { return data_.get(index); } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder( int index) { return data_.get(index); } - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; public static final int CONFIGURATION_FIELD_NUMBER = 4; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public int getConfigurationCount() { return configuration_.size(); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { return configuration_.get(index); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -4555,7 +4555,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code ReplicationPeer} + * Protobuf type {@code hbase.pb.ReplicationPeer} * * <pre> ** @@ -4567,12 +4567,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationPeer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationPeer_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationPeer_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationPeer_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.Builder.class); } @@ -4624,7 +4624,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationPeer_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationPeer_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer getDefaultInstanceForType() { @@ -4968,7 +4968,7 @@ public final class ZooKeeperProtos { return this; } - // repeated .BytesBytesPair data = 3; + // repeated .hbase.pb.BytesBytesPair data = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> data_ = java.util.Collections.emptyList(); private void ensureDataIsMutable() { @@ -4982,7 +4982,7 @@ public final class ZooKeeperProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> dataBuilder_; /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getDataList() { if (dataBuilder_ == null) { @@ -4992,7 +4992,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public int getDataCount() { if (dataBuilder_ == null) { @@ -5002,7 +5002,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getData(int index) { if (dataBuilder_ == null) { @@ -5012,7 +5012,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder setData( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -5029,7 +5029,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder setData( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -5043,7 +5043,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder addData(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (dataBuilder_ == null) { @@ -5059,7 +5059,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder addData( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -5076,7 +5076,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder addData( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -5090,7 +5090,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder addData( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -5104,7 +5104,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder addAllData( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) { @@ -5118,7 +5118,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder clearData() { if (dataBuilder_ == null) { @@ -5131,7 +5131,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public Builder removeData(int index) { if (dataBuilder_ == null) { @@ -5144,14 +5144,14 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder getDataBuilder( int index) { return getDataFieldBuilder().getBuilder(index); } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getDataOrBuilder( int index) { @@ -5161,7 +5161,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getDataOrBuilderList() { @@ -5172,14 +5172,14 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addDataBuilder() { return getDataFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addDataBuilder( int index) { @@ -5187,7 +5187,7 @@ public final class ZooKeeperProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair data = 3;</code> + * <code>repeated .hbase.pb.BytesBytesPair data = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder> getDataBuilderList() { @@ -5208,7 +5208,7 @@ public final class ZooKeeperProtos { return dataBuilder_; } - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_ = java.util.Collections.emptyList(); private void ensureConfigurationIsMutable() { @@ -5222,7 +5222,7 @@ public final class ZooKeeperProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> configurationBuilder_; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { if (configurationBuilder_ == null) { @@ -5232,7 +5232,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public int getConfigurationCount() { if (configurationBuilder_ == null) { @@ -5242,7 +5242,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { if (configurationBuilder_ == null) { @@ -5252,7 +5252,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -5269,7 +5269,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -5283,7 +5283,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { if (configurationBuilder_ == null) { @@ -5299,7 +5299,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -5316,7 +5316,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -5330,7 +5330,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -5344,7 +5344,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addAllConfiguration( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> values) { @@ -5358,7 +5358,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder clearConfiguration() { if (configurationBuilder_ == null) { @@ -5371,7 +5371,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder removeConfiguration(int index) { if (configurationBuilder_ == null) { @@ -5384,14 +5384,14 @@ public final class ZooKeeperProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder getConfigurationBuilder( int index) { return getConfigurationFieldBuilder().getBuilder(index); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -5401,7 +5401,7 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { @@ -5412,14 +5412,14 @@ public final class ZooKeeperProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder() { return getConfigurationFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder( int index) { @@ -5427,7 +5427,7 @@ public final class ZooKeeperProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder> getConfigurationBuilderList() { @@ -5448,7 +5448,7 @@ public final class ZooKeeperProtos { return configurationBuilder_; } - // @@protoc_insertion_point(builder_scope:ReplicationPeer) + // @@protoc_insertion_point(builder_scope:hbase.pb.ReplicationPeer) } static { @@ -5456,24 +5456,24 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:ReplicationPeer) + // @@protoc_insertion_point(class_scope:hbase.pb.ReplicationPeer) } public interface ReplicationStateOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .ReplicationState.State state = 1; + // required .hbase.pb.ReplicationState.State state = 1; /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ boolean hasState(); /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State getState(); } /** - * Protobuf type {@code ReplicationState} + * Protobuf type {@code hbase.pb.ReplicationState} * * <pre> ** @@ -5553,12 +5553,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.Builder.class); } @@ -5579,7 +5579,7 @@ public final class ZooKeeperProtos { } /** - * Protobuf enum {@code ReplicationState.State} + * Protobuf enum {@code hbase.pb.ReplicationState.State} */ public enum State implements com.google.protobuf.ProtocolMessageEnum { @@ -5657,21 +5657,21 @@ public final class ZooKeeperProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:ReplicationState.State) + // @@protoc_insertion_point(enum_scope:hbase.pb.ReplicationState.State) } private int bitField0_; - // required .ReplicationState.State state = 1; + // required .hbase.pb.ReplicationState.State state = 1; public static final int STATE_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State state_; /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public boolean hasState() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State getState() { return state_; @@ -5829,7 +5829,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code ReplicationState} + * Protobuf type {@code hbase.pb.ReplicationState} * * <pre> ** @@ -5841,12 +5841,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationStateOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.Builder.class); } @@ -5882,7 +5882,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationState_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState getDefaultInstanceForType() { @@ -5955,22 +5955,22 @@ public final class ZooKeeperProtos { } private int bitField0_; - // required .ReplicationState.State state = 1; + // required .hbase.pb.ReplicationState.State state = 1; private org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State state_ = org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State.ENABLED; /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public boolean hasState() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State getState() { return state_; } /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public Builder setState(org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State value) { if (value == null) { @@ -5982,7 +5982,7 @@ public final class ZooKeeperProtos { return this; } /** - * <code>required .ReplicationState.State state = 1;</code> + * <code>required .hbase.pb.ReplicationState.State state = 1;</code> */ public Builder clearState() { bitField0_ = (bitField0_ & ~0x00000001); @@ -5991,7 +5991,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:ReplicationState) + // @@protoc_insertion_point(builder_scope:hbase.pb.ReplicationState) } static { @@ -5999,7 +5999,7 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:ReplicationState) + // @@protoc_insertion_point(class_scope:hbase.pb.ReplicationState) } public interface ReplicationHLogPositionOrBuilder @@ -6016,7 +6016,7 @@ public final class ZooKeeperProtos { long getPosition(); } /** - * Protobuf type {@code ReplicationHLogPosition} + * Protobuf type {@code hbase.pb.ReplicationHLogPosition} * * <pre> ** @@ -6090,12 +6090,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationHLogPosition_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationHLogPosition_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationHLogPosition_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationHLogPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition.Builder.class); } @@ -6284,7 +6284,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code ReplicationHLogPosition} + * Protobuf type {@code hbase.pb.ReplicationHLogPosition} * * <pre> ** @@ -6296,12 +6296,12 @@ public final class ZooKeeperProtos { implements org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPositionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationHLogPosition_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationHLogPosition_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationHLogPosition_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationHLogPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition.Builder.class); } @@ -6337,7 +6337,7 @@ public final class ZooKeeperProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationHLogPosition_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationHLogPosition_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition getDefaultInstanceForType() { @@ -6443,7 +6443,7 @@ public final class ZooKeeperProtos { return this; } - // @@protoc_insertion_point(builder_scope:ReplicationHLogPosition) + // @@protoc_insertion_point(builder_scope:hbase.pb.ReplicationHLogPosition) } static { @@ -6451,7 +6451,7 @@ public final class ZooKeeperProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:ReplicationHLogPosition) + // @@protoc_insertion_point(class_scope:hbase.pb.ReplicationHLogPosition) } public interface ReplicationLockOrBuilder @@ -6473,7 +6473,7 @@ public final class ZooKeeperProtos { getLockOwnerBytes(); } /** - * Protobuf type {@code ReplicationLock} + * Protobuf type {@code hbase.pb.ReplicationLock} * * <pre> ** @@ -6547,12 +6547,12 @@ public final class ZooKeeperProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationLock_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationLock_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_ReplicationLock_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.internal_static_hbase_pb_ReplicationLock_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationLock.class, org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationLock.Builder.class); } @@ -6768,7 +6768,7 @@ public final class ZooKeeperProtos { return builder; } /** - * Protobuf type {@code ReplicationLock} + * Protobuf type {@code hbase.pb.ReplicationLock} * * <pre> ** @@ -6780,1
<TRUNCATED>
