1
2
3
4 package org.apache.hadoop.hbase.protobuf.generated;
5
6 public final class MultiRowMutationProcessorProtos {
7 private MultiRowMutationProcessorProtos() {}
8 public static void registerAllExtensions(
9 com.google.protobuf.ExtensionRegistry registry) {
10 }
11 public interface MultiRowMutationProcessorRequestOrBuilder
12 extends com.google.protobuf.MessageOrBuilder {
13 }
14 public static final class MultiRowMutationProcessorRequest extends
15 com.google.protobuf.GeneratedMessage
16 implements MultiRowMutationProcessorRequestOrBuilder {
17
18 private MultiRowMutationProcessorRequest(Builder builder) {
19 super(builder);
20 }
21 private MultiRowMutationProcessorRequest(boolean noInit) {}
22
23 private static final MultiRowMutationProcessorRequest defaultInstance;
24 public static MultiRowMutationProcessorRequest getDefaultInstance() {
25 return defaultInstance;
26 }
27
28 public MultiRowMutationProcessorRequest getDefaultInstanceForType() {
29 return defaultInstance;
30 }
31
32 public static final com.google.protobuf.Descriptors.Descriptor
33 getDescriptor() {
34 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorRequest_descriptor;
35 }
36
37 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
38 internalGetFieldAccessorTable() {
39 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorRequest_fieldAccessorTable;
40 }
41
42 private void initFields() {
43 }
44 private byte memoizedIsInitialized = -1;
45 public final boolean isInitialized() {
46 byte isInitialized = memoizedIsInitialized;
47 if (isInitialized != -1) return isInitialized == 1;
48
49 memoizedIsInitialized = 1;
50 return true;
51 }
52
53 public void writeTo(com.google.protobuf.CodedOutputStream output)
54 throws java.io.IOException {
55 getSerializedSize();
56 getUnknownFields().writeTo(output);
57 }
58
59 private int memoizedSerializedSize = -1;
60 public int getSerializedSize() {
61 int size = memoizedSerializedSize;
62 if (size != -1) return size;
63
64 size = 0;
65 size += getUnknownFields().getSerializedSize();
66 memoizedSerializedSize = size;
67 return size;
68 }
69
70 private static final long serialVersionUID = 0L;
71 @java.lang.Override
72 protected java.lang.Object writeReplace()
73 throws java.io.ObjectStreamException {
74 return super.writeReplace();
75 }
76
77 @java.lang.Override
78 public boolean equals(final java.lang.Object obj) {
79 if (obj == this) {
80 return true;
81 }
82 if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest)) {
83 return super.equals(obj);
84 }
85 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest other = (org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest) obj;
86
87 boolean result = true;
88 result = result &&
89 getUnknownFields().equals(other.getUnknownFields());
90 return result;
91 }
92
93 @java.lang.Override
94 public int hashCode() {
95 int hash = 41;
96 hash = (19 * hash) + getDescriptorForType().hashCode();
97 hash = (29 * hash) + getUnknownFields().hashCode();
98 return hash;
99 }
100
101 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
102 com.google.protobuf.ByteString data)
103 throws com.google.protobuf.InvalidProtocolBufferException {
104 return newBuilder().mergeFrom(data).buildParsed();
105 }
106 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
107 com.google.protobuf.ByteString data,
108 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
109 throws com.google.protobuf.InvalidProtocolBufferException {
110 return newBuilder().mergeFrom(data, extensionRegistry)
111 .buildParsed();
112 }
113 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(byte[] data)
114 throws com.google.protobuf.InvalidProtocolBufferException {
115 return newBuilder().mergeFrom(data).buildParsed();
116 }
117 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
118 byte[] data,
119 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
120 throws com.google.protobuf.InvalidProtocolBufferException {
121 return newBuilder().mergeFrom(data, extensionRegistry)
122 .buildParsed();
123 }
124 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(java.io.InputStream input)
125 throws java.io.IOException {
126 return newBuilder().mergeFrom(input).buildParsed();
127 }
128 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
129 java.io.InputStream input,
130 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
131 throws java.io.IOException {
132 return newBuilder().mergeFrom(input, extensionRegistry)
133 .buildParsed();
134 }
135 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseDelimitedFrom(java.io.InputStream input)
136 throws java.io.IOException {
137 Builder builder = newBuilder();
138 if (builder.mergeDelimitedFrom(input)) {
139 return builder.buildParsed();
140 } else {
141 return null;
142 }
143 }
144 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseDelimitedFrom(
145 java.io.InputStream input,
146 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
147 throws java.io.IOException {
148 Builder builder = newBuilder();
149 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
150 return builder.buildParsed();
151 } else {
152 return null;
153 }
154 }
155 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
156 com.google.protobuf.CodedInputStream input)
157 throws java.io.IOException {
158 return newBuilder().mergeFrom(input).buildParsed();
159 }
160 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest parseFrom(
161 com.google.protobuf.CodedInputStream input,
162 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
163 throws java.io.IOException {
164 return newBuilder().mergeFrom(input, extensionRegistry)
165 .buildParsed();
166 }
167
168 public static Builder newBuilder() { return Builder.create(); }
169 public Builder newBuilderForType() { return newBuilder(); }
170 public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest prototype) {
171 return newBuilder().mergeFrom(prototype);
172 }
173 public Builder toBuilder() { return newBuilder(this); }
174
175 @java.lang.Override
176 protected Builder newBuilderForType(
177 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
178 Builder builder = new Builder(parent);
179 return builder;
180 }
181 public static final class Builder extends
182 com.google.protobuf.GeneratedMessage.Builder<Builder>
183 implements org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequestOrBuilder {
184 public static final com.google.protobuf.Descriptors.Descriptor
185 getDescriptor() {
186 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorRequest_descriptor;
187 }
188
189 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
190 internalGetFieldAccessorTable() {
191 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorRequest_fieldAccessorTable;
192 }
193
194
195 private Builder() {
196 maybeForceBuilderInitialization();
197 }
198
199 private Builder(BuilderParent parent) {
200 super(parent);
201 maybeForceBuilderInitialization();
202 }
203 private void maybeForceBuilderInitialization() {
204 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
205 }
206 }
207 private static Builder create() {
208 return new Builder();
209 }
210
211 public Builder clear() {
212 super.clear();
213 return this;
214 }
215
216 public Builder clone() {
217 return create().mergeFrom(buildPartial());
218 }
219
220 public com.google.protobuf.Descriptors.Descriptor
221 getDescriptorForType() {
222 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest.getDescriptor();
223 }
224
225 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest getDefaultInstanceForType() {
226 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest.getDefaultInstance();
227 }
228
229 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest build() {
230 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest result = buildPartial();
231 if (!result.isInitialized()) {
232 throw newUninitializedMessageException(result);
233 }
234 return result;
235 }
236
237 private org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest buildParsed()
238 throws com.google.protobuf.InvalidProtocolBufferException {
239 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest result = buildPartial();
240 if (!result.isInitialized()) {
241 throw newUninitializedMessageException(
242 result).asInvalidProtocolBufferException();
243 }
244 return result;
245 }
246
247 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest buildPartial() {
248 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest result = new org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest(this);
249 onBuilt();
250 return result;
251 }
252
253 public Builder mergeFrom(com.google.protobuf.Message other) {
254 if (other instanceof org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest) {
255 return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest)other);
256 } else {
257 super.mergeFrom(other);
258 return this;
259 }
260 }
261
262 public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest other) {
263 if (other == org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest.getDefaultInstance()) return this;
264 this.mergeUnknownFields(other.getUnknownFields());
265 return this;
266 }
267
268 public final boolean isInitialized() {
269 return true;
270 }
271
272 public Builder mergeFrom(
273 com.google.protobuf.CodedInputStream input,
274 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
275 throws java.io.IOException {
276 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
277 com.google.protobuf.UnknownFieldSet.newBuilder(
278 this.getUnknownFields());
279 while (true) {
280 int tag = input.readTag();
281 switch (tag) {
282 case 0:
283 this.setUnknownFields(unknownFields.build());
284 onChanged();
285 return this;
286 default: {
287 if (!parseUnknownField(input, unknownFields,
288 extensionRegistry, tag)) {
289 this.setUnknownFields(unknownFields.build());
290 onChanged();
291 return this;
292 }
293 break;
294 }
295 }
296 }
297 }
298
299
300
301 }
302
303 static {
304 defaultInstance = new MultiRowMutationProcessorRequest(true);
305 defaultInstance.initFields();
306 }
307
308
309 }
310
311 public interface MultiRowMutationProcessorResponseOrBuilder
312 extends com.google.protobuf.MessageOrBuilder {
313 }
314 public static final class MultiRowMutationProcessorResponse extends
315 com.google.protobuf.GeneratedMessage
316 implements MultiRowMutationProcessorResponseOrBuilder {
317
318 private MultiRowMutationProcessorResponse(Builder builder) {
319 super(builder);
320 }
321 private MultiRowMutationProcessorResponse(boolean noInit) {}
322
323 private static final MultiRowMutationProcessorResponse defaultInstance;
324 public static MultiRowMutationProcessorResponse getDefaultInstance() {
325 return defaultInstance;
326 }
327
328 public MultiRowMutationProcessorResponse getDefaultInstanceForType() {
329 return defaultInstance;
330 }
331
332 public static final com.google.protobuf.Descriptors.Descriptor
333 getDescriptor() {
334 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorResponse_descriptor;
335 }
336
337 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
338 internalGetFieldAccessorTable() {
339 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorResponse_fieldAccessorTable;
340 }
341
342 private void initFields() {
343 }
344 private byte memoizedIsInitialized = -1;
345 public final boolean isInitialized() {
346 byte isInitialized = memoizedIsInitialized;
347 if (isInitialized != -1) return isInitialized == 1;
348
349 memoizedIsInitialized = 1;
350 return true;
351 }
352
353 public void writeTo(com.google.protobuf.CodedOutputStream output)
354 throws java.io.IOException {
355 getSerializedSize();
356 getUnknownFields().writeTo(output);
357 }
358
359 private int memoizedSerializedSize = -1;
360 public int getSerializedSize() {
361 int size = memoizedSerializedSize;
362 if (size != -1) return size;
363
364 size = 0;
365 size += getUnknownFields().getSerializedSize();
366 memoizedSerializedSize = size;
367 return size;
368 }
369
370 private static final long serialVersionUID = 0L;
371 @java.lang.Override
372 protected java.lang.Object writeReplace()
373 throws java.io.ObjectStreamException {
374 return super.writeReplace();
375 }
376
377 @java.lang.Override
378 public boolean equals(final java.lang.Object obj) {
379 if (obj == this) {
380 return true;
381 }
382 if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse)) {
383 return super.equals(obj);
384 }
385 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse other = (org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse) obj;
386
387 boolean result = true;
388 result = result &&
389 getUnknownFields().equals(other.getUnknownFields());
390 return result;
391 }
392
393 @java.lang.Override
394 public int hashCode() {
395 int hash = 41;
396 hash = (19 * hash) + getDescriptorForType().hashCode();
397 hash = (29 * hash) + getUnknownFields().hashCode();
398 return hash;
399 }
400
401 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
402 com.google.protobuf.ByteString data)
403 throws com.google.protobuf.InvalidProtocolBufferException {
404 return newBuilder().mergeFrom(data).buildParsed();
405 }
406 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
407 com.google.protobuf.ByteString data,
408 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
409 throws com.google.protobuf.InvalidProtocolBufferException {
410 return newBuilder().mergeFrom(data, extensionRegistry)
411 .buildParsed();
412 }
413 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(byte[] data)
414 throws com.google.protobuf.InvalidProtocolBufferException {
415 return newBuilder().mergeFrom(data).buildParsed();
416 }
417 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
418 byte[] data,
419 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
420 throws com.google.protobuf.InvalidProtocolBufferException {
421 return newBuilder().mergeFrom(data, extensionRegistry)
422 .buildParsed();
423 }
424 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(java.io.InputStream input)
425 throws java.io.IOException {
426 return newBuilder().mergeFrom(input).buildParsed();
427 }
428 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
429 java.io.InputStream input,
430 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
431 throws java.io.IOException {
432 return newBuilder().mergeFrom(input, extensionRegistry)
433 .buildParsed();
434 }
435 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseDelimitedFrom(java.io.InputStream input)
436 throws java.io.IOException {
437 Builder builder = newBuilder();
438 if (builder.mergeDelimitedFrom(input)) {
439 return builder.buildParsed();
440 } else {
441 return null;
442 }
443 }
444 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseDelimitedFrom(
445 java.io.InputStream input,
446 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
447 throws java.io.IOException {
448 Builder builder = newBuilder();
449 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
450 return builder.buildParsed();
451 } else {
452 return null;
453 }
454 }
455 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
456 com.google.protobuf.CodedInputStream input)
457 throws java.io.IOException {
458 return newBuilder().mergeFrom(input).buildParsed();
459 }
460 public static org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse parseFrom(
461 com.google.protobuf.CodedInputStream input,
462 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
463 throws java.io.IOException {
464 return newBuilder().mergeFrom(input, extensionRegistry)
465 .buildParsed();
466 }
467
468 public static Builder newBuilder() { return Builder.create(); }
469 public Builder newBuilderForType() { return newBuilder(); }
470 public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse prototype) {
471 return newBuilder().mergeFrom(prototype);
472 }
473 public Builder toBuilder() { return newBuilder(this); }
474
475 @java.lang.Override
476 protected Builder newBuilderForType(
477 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
478 Builder builder = new Builder(parent);
479 return builder;
480 }
481 public static final class Builder extends
482 com.google.protobuf.GeneratedMessage.Builder<Builder>
483 implements org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponseOrBuilder {
484 public static final com.google.protobuf.Descriptors.Descriptor
485 getDescriptor() {
486 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorResponse_descriptor;
487 }
488
489 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
490 internalGetFieldAccessorTable() {
491 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.internal_static_MultiRowMutationProcessorResponse_fieldAccessorTable;
492 }
493
494
495 private Builder() {
496 maybeForceBuilderInitialization();
497 }
498
499 private Builder(BuilderParent parent) {
500 super(parent);
501 maybeForceBuilderInitialization();
502 }
503 private void maybeForceBuilderInitialization() {
504 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
505 }
506 }
507 private static Builder create() {
508 return new Builder();
509 }
510
511 public Builder clear() {
512 super.clear();
513 return this;
514 }
515
516 public Builder clone() {
517 return create().mergeFrom(buildPartial());
518 }
519
520 public com.google.protobuf.Descriptors.Descriptor
521 getDescriptorForType() {
522 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse.getDescriptor();
523 }
524
525 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse getDefaultInstanceForType() {
526 return org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse.getDefaultInstance();
527 }
528
529 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse build() {
530 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse result = buildPartial();
531 if (!result.isInitialized()) {
532 throw newUninitializedMessageException(result);
533 }
534 return result;
535 }
536
537 private org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse buildParsed()
538 throws com.google.protobuf.InvalidProtocolBufferException {
539 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse result = buildPartial();
540 if (!result.isInitialized()) {
541 throw newUninitializedMessageException(
542 result).asInvalidProtocolBufferException();
543 }
544 return result;
545 }
546
547 public org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse buildPartial() {
548 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse result = new org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse(this);
549 onBuilt();
550 return result;
551 }
552
553 public Builder mergeFrom(com.google.protobuf.Message other) {
554 if (other instanceof org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse) {
555 return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse)other);
556 } else {
557 super.mergeFrom(other);
558 return this;
559 }
560 }
561
562 public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse other) {
563 if (other == org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse.getDefaultInstance()) return this;
564 this.mergeUnknownFields(other.getUnknownFields());
565 return this;
566 }
567
568 public final boolean isInitialized() {
569 return true;
570 }
571
572 public Builder mergeFrom(
573 com.google.protobuf.CodedInputStream input,
574 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
575 throws java.io.IOException {
576 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
577 com.google.protobuf.UnknownFieldSet.newBuilder(
578 this.getUnknownFields());
579 while (true) {
580 int tag = input.readTag();
581 switch (tag) {
582 case 0:
583 this.setUnknownFields(unknownFields.build());
584 onChanged();
585 return this;
586 default: {
587 if (!parseUnknownField(input, unknownFields,
588 extensionRegistry, tag)) {
589 this.setUnknownFields(unknownFields.build());
590 onChanged();
591 return this;
592 }
593 break;
594 }
595 }
596 }
597 }
598
599
600
601 }
602
603 static {
604 defaultInstance = new MultiRowMutationProcessorResponse(true);
605 defaultInstance.initFields();
606 }
607
608
609 }
610
611 private static com.google.protobuf.Descriptors.Descriptor
612 internal_static_MultiRowMutationProcessorRequest_descriptor;
613 private static
614 com.google.protobuf.GeneratedMessage.FieldAccessorTable
615 internal_static_MultiRowMutationProcessorRequest_fieldAccessorTable;
616 private static com.google.protobuf.Descriptors.Descriptor
617 internal_static_MultiRowMutationProcessorResponse_descriptor;
618 private static
619 com.google.protobuf.GeneratedMessage.FieldAccessorTable
620 internal_static_MultiRowMutationProcessorResponse_fieldAccessorTable;
621
622 public static com.google.protobuf.Descriptors.FileDescriptor
623 getDescriptor() {
624 return descriptor;
625 }
626 private static com.google.protobuf.Descriptors.FileDescriptor
627 descriptor;
628 static {
629 java.lang.String[] descriptorData = {
630 "\n\'MultiRowMutationProcessorMessages.prot" +
631 "o\"\"\n MultiRowMutationProcessorRequest\"#\n" +
632 "!MultiRowMutationProcessorResponseBR\n*or" +
633 "g.apache.hadoop.hbase.protobuf.generated" +
634 "B\037MultiRowMutationProcessorProtosH\001\240\001\001"
635 };
636 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
637 new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
638 public com.google.protobuf.ExtensionRegistry assignDescriptors(
639 com.google.protobuf.Descriptors.FileDescriptor root) {
640 descriptor = root;
641 internal_static_MultiRowMutationProcessorRequest_descriptor =
642 getDescriptor().getMessageTypes().get(0);
643 internal_static_MultiRowMutationProcessorRequest_fieldAccessorTable = new
644 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
645 internal_static_MultiRowMutationProcessorRequest_descriptor,
646 new java.lang.String[] { },
647 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest.class,
648 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest.Builder.class);
649 internal_static_MultiRowMutationProcessorResponse_descriptor =
650 getDescriptor().getMessageTypes().get(1);
651 internal_static_MultiRowMutationProcessorResponse_fieldAccessorTable = new
652 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
653 internal_static_MultiRowMutationProcessorResponse_descriptor,
654 new java.lang.String[] { },
655 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse.class,
656 org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse.Builder.class);
657 return null;
658 }
659 };
660 com.google.protobuf.Descriptors.FileDescriptor
661 .internalBuildGeneratedFileFrom(descriptorData,
662 new com.google.protobuf.Descriptors.FileDescriptor[] {
663 }, assigner);
664 }
665
666
667 }