1
2
3
4 package org.apache.hadoop.hbase.protobuf.generated;
5
6 public final class RowProcessorProtos {
7 private RowProcessorProtos() {}
8 public static void registerAllExtensions(
9 com.google.protobuf.ExtensionRegistry registry) {
10 }
11 public interface RowProcessorRequestOrBuilder
12 extends com.google.protobuf.MessageOrBuilder {
13
14
15 boolean hasRowProcessorClassName();
16 String getRowProcessorClassName();
17
18
19 boolean hasRowProcessorInitializerMessageName();
20 String getRowProcessorInitializerMessageName();
21
22
23 boolean hasRowProcessorInitializerMessage();
24 com.google.protobuf.ByteString getRowProcessorInitializerMessage();
25 }
26 public static final class RowProcessorRequest extends
27 com.google.protobuf.GeneratedMessage
28 implements RowProcessorRequestOrBuilder {
29
30 private RowProcessorRequest(Builder builder) {
31 super(builder);
32 }
33 private RowProcessorRequest(boolean noInit) {}
34
35 private static final RowProcessorRequest defaultInstance;
36 public static RowProcessorRequest getDefaultInstance() {
37 return defaultInstance;
38 }
39
40 public RowProcessorRequest getDefaultInstanceForType() {
41 return defaultInstance;
42 }
43
44 public static final com.google.protobuf.Descriptors.Descriptor
45 getDescriptor() {
46 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorRequest_descriptor;
47 }
48
49 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
50 internalGetFieldAccessorTable() {
51 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorRequest_fieldAccessorTable;
52 }
53
54 private int bitField0_;
55
56 public static final int ROWPROCESSORCLASSNAME_FIELD_NUMBER = 1;
57 private java.lang.Object rowProcessorClassName_;
58 public boolean hasRowProcessorClassName() {
59 return ((bitField0_ & 0x00000001) == 0x00000001);
60 }
61 public String getRowProcessorClassName() {
62 java.lang.Object ref = rowProcessorClassName_;
63 if (ref instanceof String) {
64 return (String) ref;
65 } else {
66 com.google.protobuf.ByteString bs =
67 (com.google.protobuf.ByteString) ref;
68 String s = bs.toStringUtf8();
69 if (com.google.protobuf.Internal.isValidUtf8(bs)) {
70 rowProcessorClassName_ = s;
71 }
72 return s;
73 }
74 }
75 private com.google.protobuf.ByteString getRowProcessorClassNameBytes() {
76 java.lang.Object ref = rowProcessorClassName_;
77 if (ref instanceof String) {
78 com.google.protobuf.ByteString b =
79 com.google.protobuf.ByteString.copyFromUtf8((String) ref);
80 rowProcessorClassName_ = b;
81 return b;
82 } else {
83 return (com.google.protobuf.ByteString) ref;
84 }
85 }
86
87
88 public static final int ROWPROCESSORINITIALIZERMESSAGENAME_FIELD_NUMBER = 2;
89 private java.lang.Object rowProcessorInitializerMessageName_;
90 public boolean hasRowProcessorInitializerMessageName() {
91 return ((bitField0_ & 0x00000002) == 0x00000002);
92 }
93 public String getRowProcessorInitializerMessageName() {
94 java.lang.Object ref = rowProcessorInitializerMessageName_;
95 if (ref instanceof String) {
96 return (String) ref;
97 } else {
98 com.google.protobuf.ByteString bs =
99 (com.google.protobuf.ByteString) ref;
100 String s = bs.toStringUtf8();
101 if (com.google.protobuf.Internal.isValidUtf8(bs)) {
102 rowProcessorInitializerMessageName_ = s;
103 }
104 return s;
105 }
106 }
107 private com.google.protobuf.ByteString getRowProcessorInitializerMessageNameBytes() {
108 java.lang.Object ref = rowProcessorInitializerMessageName_;
109 if (ref instanceof String) {
110 com.google.protobuf.ByteString b =
111 com.google.protobuf.ByteString.copyFromUtf8((String) ref);
112 rowProcessorInitializerMessageName_ = b;
113 return b;
114 } else {
115 return (com.google.protobuf.ByteString) ref;
116 }
117 }
118
119
120 public static final int ROWPROCESSORINITIALIZERMESSAGE_FIELD_NUMBER = 3;
121 private com.google.protobuf.ByteString rowProcessorInitializerMessage_;
122 public boolean hasRowProcessorInitializerMessage() {
123 return ((bitField0_ & 0x00000004) == 0x00000004);
124 }
125 public com.google.protobuf.ByteString getRowProcessorInitializerMessage() {
126 return rowProcessorInitializerMessage_;
127 }
128
129 private void initFields() {
130 rowProcessorClassName_ = "";
131 rowProcessorInitializerMessageName_ = "";
132 rowProcessorInitializerMessage_ = com.google.protobuf.ByteString.EMPTY;
133 }
134 private byte memoizedIsInitialized = -1;
135 public final boolean isInitialized() {
136 byte isInitialized = memoizedIsInitialized;
137 if (isInitialized != -1) return isInitialized == 1;
138
139 if (!hasRowProcessorClassName()) {
140 memoizedIsInitialized = 0;
141 return false;
142 }
143 memoizedIsInitialized = 1;
144 return true;
145 }
146
147 public void writeTo(com.google.protobuf.CodedOutputStream output)
148 throws java.io.IOException {
149 getSerializedSize();
150 if (((bitField0_ & 0x00000001) == 0x00000001)) {
151 output.writeBytes(1, getRowProcessorClassNameBytes());
152 }
153 if (((bitField0_ & 0x00000002) == 0x00000002)) {
154 output.writeBytes(2, getRowProcessorInitializerMessageNameBytes());
155 }
156 if (((bitField0_ & 0x00000004) == 0x00000004)) {
157 output.writeBytes(3, rowProcessorInitializerMessage_);
158 }
159 getUnknownFields().writeTo(output);
160 }
161
162 private int memoizedSerializedSize = -1;
163 public int getSerializedSize() {
164 int size = memoizedSerializedSize;
165 if (size != -1) return size;
166
167 size = 0;
168 if (((bitField0_ & 0x00000001) == 0x00000001)) {
169 size += com.google.protobuf.CodedOutputStream
170 .computeBytesSize(1, getRowProcessorClassNameBytes());
171 }
172 if (((bitField0_ & 0x00000002) == 0x00000002)) {
173 size += com.google.protobuf.CodedOutputStream
174 .computeBytesSize(2, getRowProcessorInitializerMessageNameBytes());
175 }
176 if (((bitField0_ & 0x00000004) == 0x00000004)) {
177 size += com.google.protobuf.CodedOutputStream
178 .computeBytesSize(3, rowProcessorInitializerMessage_);
179 }
180 size += getUnknownFields().getSerializedSize();
181 memoizedSerializedSize = size;
182 return size;
183 }
184
185 private static final long serialVersionUID = 0L;
186 @java.lang.Override
187 protected java.lang.Object writeReplace()
188 throws java.io.ObjectStreamException {
189 return super.writeReplace();
190 }
191
192 @java.lang.Override
193 public boolean equals(final java.lang.Object obj) {
194 if (obj == this) {
195 return true;
196 }
197 if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest)) {
198 return super.equals(obj);
199 }
200 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest other = (org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest) obj;
201
202 boolean result = true;
203 result = result && (hasRowProcessorClassName() == other.hasRowProcessorClassName());
204 if (hasRowProcessorClassName()) {
205 result = result && getRowProcessorClassName()
206 .equals(other.getRowProcessorClassName());
207 }
208 result = result && (hasRowProcessorInitializerMessageName() == other.hasRowProcessorInitializerMessageName());
209 if (hasRowProcessorInitializerMessageName()) {
210 result = result && getRowProcessorInitializerMessageName()
211 .equals(other.getRowProcessorInitializerMessageName());
212 }
213 result = result && (hasRowProcessorInitializerMessage() == other.hasRowProcessorInitializerMessage());
214 if (hasRowProcessorInitializerMessage()) {
215 result = result && getRowProcessorInitializerMessage()
216 .equals(other.getRowProcessorInitializerMessage());
217 }
218 result = result &&
219 getUnknownFields().equals(other.getUnknownFields());
220 return result;
221 }
222
223 @java.lang.Override
224 public int hashCode() {
225 int hash = 41;
226 hash = (19 * hash) + getDescriptorForType().hashCode();
227 if (hasRowProcessorClassName()) {
228 hash = (37 * hash) + ROWPROCESSORCLASSNAME_FIELD_NUMBER;
229 hash = (53 * hash) + getRowProcessorClassName().hashCode();
230 }
231 if (hasRowProcessorInitializerMessageName()) {
232 hash = (37 * hash) + ROWPROCESSORINITIALIZERMESSAGENAME_FIELD_NUMBER;
233 hash = (53 * hash) + getRowProcessorInitializerMessageName().hashCode();
234 }
235 if (hasRowProcessorInitializerMessage()) {
236 hash = (37 * hash) + ROWPROCESSORINITIALIZERMESSAGE_FIELD_NUMBER;
237 hash = (53 * hash) + getRowProcessorInitializerMessage().hashCode();
238 }
239 hash = (29 * hash) + getUnknownFields().hashCode();
240 return hash;
241 }
242
243 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
244 com.google.protobuf.ByteString data)
245 throws com.google.protobuf.InvalidProtocolBufferException {
246 return newBuilder().mergeFrom(data).buildParsed();
247 }
248 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
249 com.google.protobuf.ByteString data,
250 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
251 throws com.google.protobuf.InvalidProtocolBufferException {
252 return newBuilder().mergeFrom(data, extensionRegistry)
253 .buildParsed();
254 }
255 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(byte[] data)
256 throws com.google.protobuf.InvalidProtocolBufferException {
257 return newBuilder().mergeFrom(data).buildParsed();
258 }
259 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
260 byte[] data,
261 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
262 throws com.google.protobuf.InvalidProtocolBufferException {
263 return newBuilder().mergeFrom(data, extensionRegistry)
264 .buildParsed();
265 }
266 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(java.io.InputStream input)
267 throws java.io.IOException {
268 return newBuilder().mergeFrom(input).buildParsed();
269 }
270 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
271 java.io.InputStream input,
272 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
273 throws java.io.IOException {
274 return newBuilder().mergeFrom(input, extensionRegistry)
275 .buildParsed();
276 }
277 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseDelimitedFrom(java.io.InputStream input)
278 throws java.io.IOException {
279 Builder builder = newBuilder();
280 if (builder.mergeDelimitedFrom(input)) {
281 return builder.buildParsed();
282 } else {
283 return null;
284 }
285 }
286 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseDelimitedFrom(
287 java.io.InputStream input,
288 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
289 throws java.io.IOException {
290 Builder builder = newBuilder();
291 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
292 return builder.buildParsed();
293 } else {
294 return null;
295 }
296 }
297 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
298 com.google.protobuf.CodedInputStream input)
299 throws java.io.IOException {
300 return newBuilder().mergeFrom(input).buildParsed();
301 }
302 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest parseFrom(
303 com.google.protobuf.CodedInputStream input,
304 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
305 throws java.io.IOException {
306 return newBuilder().mergeFrom(input, extensionRegistry)
307 .buildParsed();
308 }
309
310 public static Builder newBuilder() { return Builder.create(); }
311 public Builder newBuilderForType() { return newBuilder(); }
312 public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest prototype) {
313 return newBuilder().mergeFrom(prototype);
314 }
315 public Builder toBuilder() { return newBuilder(this); }
316
317 @java.lang.Override
318 protected Builder newBuilderForType(
319 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
320 Builder builder = new Builder(parent);
321 return builder;
322 }
323 public static final class Builder extends
324 com.google.protobuf.GeneratedMessage.Builder<Builder>
325 implements org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequestOrBuilder {
326 public static final com.google.protobuf.Descriptors.Descriptor
327 getDescriptor() {
328 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorRequest_descriptor;
329 }
330
331 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
332 internalGetFieldAccessorTable() {
333 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorRequest_fieldAccessorTable;
334 }
335
336
337 private Builder() {
338 maybeForceBuilderInitialization();
339 }
340
341 private Builder(BuilderParent parent) {
342 super(parent);
343 maybeForceBuilderInitialization();
344 }
345 private void maybeForceBuilderInitialization() {
346 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
347 }
348 }
349 private static Builder create() {
350 return new Builder();
351 }
352
353 public Builder clear() {
354 super.clear();
355 rowProcessorClassName_ = "";
356 bitField0_ = (bitField0_ & ~0x00000001);
357 rowProcessorInitializerMessageName_ = "";
358 bitField0_ = (bitField0_ & ~0x00000002);
359 rowProcessorInitializerMessage_ = com.google.protobuf.ByteString.EMPTY;
360 bitField0_ = (bitField0_ & ~0x00000004);
361 return this;
362 }
363
364 public Builder clone() {
365 return create().mergeFrom(buildPartial());
366 }
367
368 public com.google.protobuf.Descriptors.Descriptor
369 getDescriptorForType() {
370 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.getDescriptor();
371 }
372
373 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest getDefaultInstanceForType() {
374 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.getDefaultInstance();
375 }
376
377 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest build() {
378 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest result = buildPartial();
379 if (!result.isInitialized()) {
380 throw newUninitializedMessageException(result);
381 }
382 return result;
383 }
384
385 private org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest buildParsed()
386 throws com.google.protobuf.InvalidProtocolBufferException {
387 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest result = buildPartial();
388 if (!result.isInitialized()) {
389 throw newUninitializedMessageException(
390 result).asInvalidProtocolBufferException();
391 }
392 return result;
393 }
394
395 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest buildPartial() {
396 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest result = new org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest(this);
397 int from_bitField0_ = bitField0_;
398 int to_bitField0_ = 0;
399 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
400 to_bitField0_ |= 0x00000001;
401 }
402 result.rowProcessorClassName_ = rowProcessorClassName_;
403 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
404 to_bitField0_ |= 0x00000002;
405 }
406 result.rowProcessorInitializerMessageName_ = rowProcessorInitializerMessageName_;
407 if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
408 to_bitField0_ |= 0x00000004;
409 }
410 result.rowProcessorInitializerMessage_ = rowProcessorInitializerMessage_;
411 result.bitField0_ = to_bitField0_;
412 onBuilt();
413 return result;
414 }
415
416 public Builder mergeFrom(com.google.protobuf.Message other) {
417 if (other instanceof org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest) {
418 return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest)other);
419 } else {
420 super.mergeFrom(other);
421 return this;
422 }
423 }
424
425 public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest other) {
426 if (other == org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.getDefaultInstance()) return this;
427 if (other.hasRowProcessorClassName()) {
428 setRowProcessorClassName(other.getRowProcessorClassName());
429 }
430 if (other.hasRowProcessorInitializerMessageName()) {
431 setRowProcessorInitializerMessageName(other.getRowProcessorInitializerMessageName());
432 }
433 if (other.hasRowProcessorInitializerMessage()) {
434 setRowProcessorInitializerMessage(other.getRowProcessorInitializerMessage());
435 }
436 this.mergeUnknownFields(other.getUnknownFields());
437 return this;
438 }
439
440 public final boolean isInitialized() {
441 if (!hasRowProcessorClassName()) {
442
443 return false;
444 }
445 return true;
446 }
447
448 public Builder mergeFrom(
449 com.google.protobuf.CodedInputStream input,
450 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
451 throws java.io.IOException {
452 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
453 com.google.protobuf.UnknownFieldSet.newBuilder(
454 this.getUnknownFields());
455 while (true) {
456 int tag = input.readTag();
457 switch (tag) {
458 case 0:
459 this.setUnknownFields(unknownFields.build());
460 onChanged();
461 return this;
462 default: {
463 if (!parseUnknownField(input, unknownFields,
464 extensionRegistry, tag)) {
465 this.setUnknownFields(unknownFields.build());
466 onChanged();
467 return this;
468 }
469 break;
470 }
471 case 10: {
472 bitField0_ |= 0x00000001;
473 rowProcessorClassName_ = input.readBytes();
474 break;
475 }
476 case 18: {
477 bitField0_ |= 0x00000002;
478 rowProcessorInitializerMessageName_ = input.readBytes();
479 break;
480 }
481 case 26: {
482 bitField0_ |= 0x00000004;
483 rowProcessorInitializerMessage_ = input.readBytes();
484 break;
485 }
486 }
487 }
488 }
489
490 private int bitField0_;
491
492
493 private java.lang.Object rowProcessorClassName_ = "";
494 public boolean hasRowProcessorClassName() {
495 return ((bitField0_ & 0x00000001) == 0x00000001);
496 }
497 public String getRowProcessorClassName() {
498 java.lang.Object ref = rowProcessorClassName_;
499 if (!(ref instanceof String)) {
500 String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
501 rowProcessorClassName_ = s;
502 return s;
503 } else {
504 return (String) ref;
505 }
506 }
507 public Builder setRowProcessorClassName(String value) {
508 if (value == null) {
509 throw new NullPointerException();
510 }
511 bitField0_ |= 0x00000001;
512 rowProcessorClassName_ = value;
513 onChanged();
514 return this;
515 }
516 public Builder clearRowProcessorClassName() {
517 bitField0_ = (bitField0_ & ~0x00000001);
518 rowProcessorClassName_ = getDefaultInstance().getRowProcessorClassName();
519 onChanged();
520 return this;
521 }
522 void setRowProcessorClassName(com.google.protobuf.ByteString value) {
523 bitField0_ |= 0x00000001;
524 rowProcessorClassName_ = value;
525 onChanged();
526 }
527
528
529 private java.lang.Object rowProcessorInitializerMessageName_ = "";
530 public boolean hasRowProcessorInitializerMessageName() {
531 return ((bitField0_ & 0x00000002) == 0x00000002);
532 }
533 public String getRowProcessorInitializerMessageName() {
534 java.lang.Object ref = rowProcessorInitializerMessageName_;
535 if (!(ref instanceof String)) {
536 String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
537 rowProcessorInitializerMessageName_ = s;
538 return s;
539 } else {
540 return (String) ref;
541 }
542 }
543 public Builder setRowProcessorInitializerMessageName(String value) {
544 if (value == null) {
545 throw new NullPointerException();
546 }
547 bitField0_ |= 0x00000002;
548 rowProcessorInitializerMessageName_ = value;
549 onChanged();
550 return this;
551 }
552 public Builder clearRowProcessorInitializerMessageName() {
553 bitField0_ = (bitField0_ & ~0x00000002);
554 rowProcessorInitializerMessageName_ = getDefaultInstance().getRowProcessorInitializerMessageName();
555 onChanged();
556 return this;
557 }
558 void setRowProcessorInitializerMessageName(com.google.protobuf.ByteString value) {
559 bitField0_ |= 0x00000002;
560 rowProcessorInitializerMessageName_ = value;
561 onChanged();
562 }
563
564
565 private com.google.protobuf.ByteString rowProcessorInitializerMessage_ = com.google.protobuf.ByteString.EMPTY;
566 public boolean hasRowProcessorInitializerMessage() {
567 return ((bitField0_ & 0x00000004) == 0x00000004);
568 }
569 public com.google.protobuf.ByteString getRowProcessorInitializerMessage() {
570 return rowProcessorInitializerMessage_;
571 }
572 public Builder setRowProcessorInitializerMessage(com.google.protobuf.ByteString value) {
573 if (value == null) {
574 throw new NullPointerException();
575 }
576 bitField0_ |= 0x00000004;
577 rowProcessorInitializerMessage_ = value;
578 onChanged();
579 return this;
580 }
581 public Builder clearRowProcessorInitializerMessage() {
582 bitField0_ = (bitField0_ & ~0x00000004);
583 rowProcessorInitializerMessage_ = getDefaultInstance().getRowProcessorInitializerMessage();
584 onChanged();
585 return this;
586 }
587
588
589 }
590
591 static {
592 defaultInstance = new RowProcessorRequest(true);
593 defaultInstance.initFields();
594 }
595
596
597 }
598
599 public interface RowProcessorResultOrBuilder
600 extends com.google.protobuf.MessageOrBuilder {
601
602
603 boolean hasRowProcessorResult();
604 com.google.protobuf.ByteString getRowProcessorResult();
605 }
606 public static final class RowProcessorResult extends
607 com.google.protobuf.GeneratedMessage
608 implements RowProcessorResultOrBuilder {
609
610 private RowProcessorResult(Builder builder) {
611 super(builder);
612 }
613 private RowProcessorResult(boolean noInit) {}
614
615 private static final RowProcessorResult defaultInstance;
616 public static RowProcessorResult getDefaultInstance() {
617 return defaultInstance;
618 }
619
620 public RowProcessorResult getDefaultInstanceForType() {
621 return defaultInstance;
622 }
623
624 public static final com.google.protobuf.Descriptors.Descriptor
625 getDescriptor() {
626 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorResult_descriptor;
627 }
628
629 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
630 internalGetFieldAccessorTable() {
631 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorResult_fieldAccessorTable;
632 }
633
634 private int bitField0_;
635
636 public static final int ROWPROCESSORRESULT_FIELD_NUMBER = 1;
637 private com.google.protobuf.ByteString rowProcessorResult_;
638 public boolean hasRowProcessorResult() {
639 return ((bitField0_ & 0x00000001) == 0x00000001);
640 }
641 public com.google.protobuf.ByteString getRowProcessorResult() {
642 return rowProcessorResult_;
643 }
644
645 private void initFields() {
646 rowProcessorResult_ = com.google.protobuf.ByteString.EMPTY;
647 }
648 private byte memoizedIsInitialized = -1;
649 public final boolean isInitialized() {
650 byte isInitialized = memoizedIsInitialized;
651 if (isInitialized != -1) return isInitialized == 1;
652
653 if (!hasRowProcessorResult()) {
654 memoizedIsInitialized = 0;
655 return false;
656 }
657 memoizedIsInitialized = 1;
658 return true;
659 }
660
661 public void writeTo(com.google.protobuf.CodedOutputStream output)
662 throws java.io.IOException {
663 getSerializedSize();
664 if (((bitField0_ & 0x00000001) == 0x00000001)) {
665 output.writeBytes(1, rowProcessorResult_);
666 }
667 getUnknownFields().writeTo(output);
668 }
669
670 private int memoizedSerializedSize = -1;
671 public int getSerializedSize() {
672 int size = memoizedSerializedSize;
673 if (size != -1) return size;
674
675 size = 0;
676 if (((bitField0_ & 0x00000001) == 0x00000001)) {
677 size += com.google.protobuf.CodedOutputStream
678 .computeBytesSize(1, rowProcessorResult_);
679 }
680 size += getUnknownFields().getSerializedSize();
681 memoizedSerializedSize = size;
682 return size;
683 }
684
685 private static final long serialVersionUID = 0L;
686 @java.lang.Override
687 protected java.lang.Object writeReplace()
688 throws java.io.ObjectStreamException {
689 return super.writeReplace();
690 }
691
692 @java.lang.Override
693 public boolean equals(final java.lang.Object obj) {
694 if (obj == this) {
695 return true;
696 }
697 if (!(obj instanceof org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult)) {
698 return super.equals(obj);
699 }
700 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult other = (org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult) obj;
701
702 boolean result = true;
703 result = result && (hasRowProcessorResult() == other.hasRowProcessorResult());
704 if (hasRowProcessorResult()) {
705 result = result && getRowProcessorResult()
706 .equals(other.getRowProcessorResult());
707 }
708 result = result &&
709 getUnknownFields().equals(other.getUnknownFields());
710 return result;
711 }
712
713 @java.lang.Override
714 public int hashCode() {
715 int hash = 41;
716 hash = (19 * hash) + getDescriptorForType().hashCode();
717 if (hasRowProcessorResult()) {
718 hash = (37 * hash) + ROWPROCESSORRESULT_FIELD_NUMBER;
719 hash = (53 * hash) + getRowProcessorResult().hashCode();
720 }
721 hash = (29 * hash) + getUnknownFields().hashCode();
722 return hash;
723 }
724
725 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
726 com.google.protobuf.ByteString data)
727 throws com.google.protobuf.InvalidProtocolBufferException {
728 return newBuilder().mergeFrom(data).buildParsed();
729 }
730 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
731 com.google.protobuf.ByteString data,
732 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
733 throws com.google.protobuf.InvalidProtocolBufferException {
734 return newBuilder().mergeFrom(data, extensionRegistry)
735 .buildParsed();
736 }
737 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(byte[] data)
738 throws com.google.protobuf.InvalidProtocolBufferException {
739 return newBuilder().mergeFrom(data).buildParsed();
740 }
741 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
742 byte[] data,
743 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
744 throws com.google.protobuf.InvalidProtocolBufferException {
745 return newBuilder().mergeFrom(data, extensionRegistry)
746 .buildParsed();
747 }
748 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(java.io.InputStream input)
749 throws java.io.IOException {
750 return newBuilder().mergeFrom(input).buildParsed();
751 }
752 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
753 java.io.InputStream input,
754 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
755 throws java.io.IOException {
756 return newBuilder().mergeFrom(input, extensionRegistry)
757 .buildParsed();
758 }
759 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseDelimitedFrom(java.io.InputStream input)
760 throws java.io.IOException {
761 Builder builder = newBuilder();
762 if (builder.mergeDelimitedFrom(input)) {
763 return builder.buildParsed();
764 } else {
765 return null;
766 }
767 }
768 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseDelimitedFrom(
769 java.io.InputStream input,
770 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
771 throws java.io.IOException {
772 Builder builder = newBuilder();
773 if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
774 return builder.buildParsed();
775 } else {
776 return null;
777 }
778 }
779 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
780 com.google.protobuf.CodedInputStream input)
781 throws java.io.IOException {
782 return newBuilder().mergeFrom(input).buildParsed();
783 }
784 public static org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult parseFrom(
785 com.google.protobuf.CodedInputStream input,
786 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
787 throws java.io.IOException {
788 return newBuilder().mergeFrom(input, extensionRegistry)
789 .buildParsed();
790 }
791
792 public static Builder newBuilder() { return Builder.create(); }
793 public Builder newBuilderForType() { return newBuilder(); }
794 public static Builder newBuilder(org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult prototype) {
795 return newBuilder().mergeFrom(prototype);
796 }
797 public Builder toBuilder() { return newBuilder(this); }
798
799 @java.lang.Override
800 protected Builder newBuilderForType(
801 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
802 Builder builder = new Builder(parent);
803 return builder;
804 }
805 public static final class Builder extends
806 com.google.protobuf.GeneratedMessage.Builder<Builder>
807 implements org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResultOrBuilder {
808 public static final com.google.protobuf.Descriptors.Descriptor
809 getDescriptor() {
810 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorResult_descriptor;
811 }
812
813 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
814 internalGetFieldAccessorTable() {
815 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.internal_static_RowProcessorResult_fieldAccessorTable;
816 }
817
818
819 private Builder() {
820 maybeForceBuilderInitialization();
821 }
822
823 private Builder(BuilderParent parent) {
824 super(parent);
825 maybeForceBuilderInitialization();
826 }
827 private void maybeForceBuilderInitialization() {
828 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
829 }
830 }
831 private static Builder create() {
832 return new Builder();
833 }
834
835 public Builder clear() {
836 super.clear();
837 rowProcessorResult_ = com.google.protobuf.ByteString.EMPTY;
838 bitField0_ = (bitField0_ & ~0x00000001);
839 return this;
840 }
841
842 public Builder clone() {
843 return create().mergeFrom(buildPartial());
844 }
845
846 public com.google.protobuf.Descriptors.Descriptor
847 getDescriptorForType() {
848 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDescriptor();
849 }
850
851 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult getDefaultInstanceForType() {
852 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance();
853 }
854
855 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult build() {
856 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult result = buildPartial();
857 if (!result.isInitialized()) {
858 throw newUninitializedMessageException(result);
859 }
860 return result;
861 }
862
863 private org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult buildParsed()
864 throws com.google.protobuf.InvalidProtocolBufferException {
865 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult result = buildPartial();
866 if (!result.isInitialized()) {
867 throw newUninitializedMessageException(
868 result).asInvalidProtocolBufferException();
869 }
870 return result;
871 }
872
873 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult buildPartial() {
874 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult result = new org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult(this);
875 int from_bitField0_ = bitField0_;
876 int to_bitField0_ = 0;
877 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
878 to_bitField0_ |= 0x00000001;
879 }
880 result.rowProcessorResult_ = rowProcessorResult_;
881 result.bitField0_ = to_bitField0_;
882 onBuilt();
883 return result;
884 }
885
886 public Builder mergeFrom(com.google.protobuf.Message other) {
887 if (other instanceof org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult) {
888 return mergeFrom((org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult)other);
889 } else {
890 super.mergeFrom(other);
891 return this;
892 }
893 }
894
895 public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult other) {
896 if (other == org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance()) return this;
897 if (other.hasRowProcessorResult()) {
898 setRowProcessorResult(other.getRowProcessorResult());
899 }
900 this.mergeUnknownFields(other.getUnknownFields());
901 return this;
902 }
903
904 public final boolean isInitialized() {
905 if (!hasRowProcessorResult()) {
906
907 return false;
908 }
909 return true;
910 }
911
912 public Builder mergeFrom(
913 com.google.protobuf.CodedInputStream input,
914 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
915 throws java.io.IOException {
916 com.google.protobuf.UnknownFieldSet.Builder unknownFields =
917 com.google.protobuf.UnknownFieldSet.newBuilder(
918 this.getUnknownFields());
919 while (true) {
920 int tag = input.readTag();
921 switch (tag) {
922 case 0:
923 this.setUnknownFields(unknownFields.build());
924 onChanged();
925 return this;
926 default: {
927 if (!parseUnknownField(input, unknownFields,
928 extensionRegistry, tag)) {
929 this.setUnknownFields(unknownFields.build());
930 onChanged();
931 return this;
932 }
933 break;
934 }
935 case 10: {
936 bitField0_ |= 0x00000001;
937 rowProcessorResult_ = input.readBytes();
938 break;
939 }
940 }
941 }
942 }
943
944 private int bitField0_;
945
946
947 private com.google.protobuf.ByteString rowProcessorResult_ = com.google.protobuf.ByteString.EMPTY;
948 public boolean hasRowProcessorResult() {
949 return ((bitField0_ & 0x00000001) == 0x00000001);
950 }
951 public com.google.protobuf.ByteString getRowProcessorResult() {
952 return rowProcessorResult_;
953 }
954 public Builder setRowProcessorResult(com.google.protobuf.ByteString value) {
955 if (value == null) {
956 throw new NullPointerException();
957 }
958 bitField0_ |= 0x00000001;
959 rowProcessorResult_ = value;
960 onChanged();
961 return this;
962 }
963 public Builder clearRowProcessorResult() {
964 bitField0_ = (bitField0_ & ~0x00000001);
965 rowProcessorResult_ = getDefaultInstance().getRowProcessorResult();
966 onChanged();
967 return this;
968 }
969
970
971 }
972
973 static {
974 defaultInstance = new RowProcessorResult(true);
975 defaultInstance.initFields();
976 }
977
978
979 }
980
981 public static abstract class RowProcessorService
982 implements com.google.protobuf.Service {
983 protected RowProcessorService() {}
984
985 public interface Interface {
986 public abstract void process(
987 com.google.protobuf.RpcController controller,
988 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request,
989 com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult> done);
990
991 }
992
993 public static com.google.protobuf.Service newReflectiveService(
994 final Interface impl) {
995 return new RowProcessorService() {
996 @java.lang.Override
997 public void process(
998 com.google.protobuf.RpcController controller,
999 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request,
1000 com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult> done) {
1001 impl.process(controller, request, done);
1002 }
1003
1004 };
1005 }
1006
1007 public static com.google.protobuf.BlockingService
1008 newReflectiveBlockingService(final BlockingInterface impl) {
1009 return new com.google.protobuf.BlockingService() {
1010 public final com.google.protobuf.Descriptors.ServiceDescriptor
1011 getDescriptorForType() {
1012 return getDescriptor();
1013 }
1014
1015 public final com.google.protobuf.Message callBlockingMethod(
1016 com.google.protobuf.Descriptors.MethodDescriptor method,
1017 com.google.protobuf.RpcController controller,
1018 com.google.protobuf.Message request)
1019 throws com.google.protobuf.ServiceException {
1020 if (method.getService() != getDescriptor()) {
1021 throw new java.lang.IllegalArgumentException(
1022 "Service.callBlockingMethod() given method descriptor for " +
1023 "wrong service type.");
1024 }
1025 switch(method.getIndex()) {
1026 case 0:
1027 return impl.process(controller, (org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest)request);
1028 default:
1029 throw new java.lang.AssertionError("Can't get here.");
1030 }
1031 }
1032
1033 public final com.google.protobuf.Message
1034 getRequestPrototype(
1035 com.google.protobuf.Descriptors.MethodDescriptor method) {
1036 if (method.getService() != getDescriptor()) {
1037 throw new java.lang.IllegalArgumentException(
1038 "Service.getRequestPrototype() given method " +
1039 "descriptor for wrong service type.");
1040 }
1041 switch(method.getIndex()) {
1042 case 0:
1043 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.getDefaultInstance();
1044 default:
1045 throw new java.lang.AssertionError("Can't get here.");
1046 }
1047 }
1048
1049 public final com.google.protobuf.Message
1050 getResponsePrototype(
1051 com.google.protobuf.Descriptors.MethodDescriptor method) {
1052 if (method.getService() != getDescriptor()) {
1053 throw new java.lang.IllegalArgumentException(
1054 "Service.getResponsePrototype() given method " +
1055 "descriptor for wrong service type.");
1056 }
1057 switch(method.getIndex()) {
1058 case 0:
1059 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance();
1060 default:
1061 throw new java.lang.AssertionError("Can't get here.");
1062 }
1063 }
1064
1065 };
1066 }
1067
1068 public abstract void process(
1069 com.google.protobuf.RpcController controller,
1070 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request,
1071 com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult> done);
1072
1073 public static final
1074 com.google.protobuf.Descriptors.ServiceDescriptor
1075 getDescriptor() {
1076 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.getDescriptor().getServices().get(0);
1077 }
1078 public final com.google.protobuf.Descriptors.ServiceDescriptor
1079 getDescriptorForType() {
1080 return getDescriptor();
1081 }
1082
1083 public final void callMethod(
1084 com.google.protobuf.Descriptors.MethodDescriptor method,
1085 com.google.protobuf.RpcController controller,
1086 com.google.protobuf.Message request,
1087 com.google.protobuf.RpcCallback<
1088 com.google.protobuf.Message> done) {
1089 if (method.getService() != getDescriptor()) {
1090 throw new java.lang.IllegalArgumentException(
1091 "Service.callMethod() given method descriptor for wrong " +
1092 "service type.");
1093 }
1094 switch(method.getIndex()) {
1095 case 0:
1096 this.process(controller, (org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest)request,
1097 com.google.protobuf.RpcUtil.<org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult>specializeCallback(
1098 done));
1099 return;
1100 default:
1101 throw new java.lang.AssertionError("Can't get here.");
1102 }
1103 }
1104
1105 public final com.google.protobuf.Message
1106 getRequestPrototype(
1107 com.google.protobuf.Descriptors.MethodDescriptor method) {
1108 if (method.getService() != getDescriptor()) {
1109 throw new java.lang.IllegalArgumentException(
1110 "Service.getRequestPrototype() given method " +
1111 "descriptor for wrong service type.");
1112 }
1113 switch(method.getIndex()) {
1114 case 0:
1115 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.getDefaultInstance();
1116 default:
1117 throw new java.lang.AssertionError("Can't get here.");
1118 }
1119 }
1120
1121 public final com.google.protobuf.Message
1122 getResponsePrototype(
1123 com.google.protobuf.Descriptors.MethodDescriptor method) {
1124 if (method.getService() != getDescriptor()) {
1125 throw new java.lang.IllegalArgumentException(
1126 "Service.getResponsePrototype() given method " +
1127 "descriptor for wrong service type.");
1128 }
1129 switch(method.getIndex()) {
1130 case 0:
1131 return org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance();
1132 default:
1133 throw new java.lang.AssertionError("Can't get here.");
1134 }
1135 }
1136
1137 public static Stub newStub(
1138 com.google.protobuf.RpcChannel channel) {
1139 return new Stub(channel);
1140 }
1141
1142 public static final class Stub extends org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorService implements Interface {
1143 private Stub(com.google.protobuf.RpcChannel channel) {
1144 this.channel = channel;
1145 }
1146
1147 private final com.google.protobuf.RpcChannel channel;
1148
1149 public com.google.protobuf.RpcChannel getChannel() {
1150 return channel;
1151 }
1152
1153 public void process(
1154 com.google.protobuf.RpcController controller,
1155 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request,
1156 com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult> done) {
1157 channel.callMethod(
1158 getDescriptor().getMethods().get(0),
1159 controller,
1160 request,
1161 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance(),
1162 com.google.protobuf.RpcUtil.generalizeCallback(
1163 done,
1164 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.class,
1165 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance()));
1166 }
1167 }
1168
1169 public static BlockingInterface newBlockingStub(
1170 com.google.protobuf.BlockingRpcChannel channel) {
1171 return new BlockingStub(channel);
1172 }
1173
1174 public interface BlockingInterface {
1175 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult process(
1176 com.google.protobuf.RpcController controller,
1177 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request)
1178 throws com.google.protobuf.ServiceException;
1179 }
1180
1181 private static final class BlockingStub implements BlockingInterface {
1182 private BlockingStub(com.google.protobuf.BlockingRpcChannel channel) {
1183 this.channel = channel;
1184 }
1185
1186 private final com.google.protobuf.BlockingRpcChannel channel;
1187
1188 public org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult process(
1189 com.google.protobuf.RpcController controller,
1190 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest request)
1191 throws com.google.protobuf.ServiceException {
1192 return (org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult) channel.callBlockingMethod(
1193 getDescriptor().getMethods().get(0),
1194 controller,
1195 request,
1196 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.getDefaultInstance());
1197 }
1198
1199 }
1200 }
1201
1202 private static com.google.protobuf.Descriptors.Descriptor
1203 internal_static_RowProcessorRequest_descriptor;
1204 private static
1205 com.google.protobuf.GeneratedMessage.FieldAccessorTable
1206 internal_static_RowProcessorRequest_fieldAccessorTable;
1207 private static com.google.protobuf.Descriptors.Descriptor
1208 internal_static_RowProcessorResult_descriptor;
1209 private static
1210 com.google.protobuf.GeneratedMessage.FieldAccessorTable
1211 internal_static_RowProcessorResult_fieldAccessorTable;
1212
1213 public static com.google.protobuf.Descriptors.FileDescriptor
1214 getDescriptor() {
1215 return descriptor;
1216 }
1217 private static com.google.protobuf.Descriptors.FileDescriptor
1218 descriptor;
1219 static {
1220 java.lang.String[] descriptorData = {
1221 "\n\022RowProcessor.proto\"\210\001\n\023RowProcessorReq" +
1222 "uest\022\035\n\025rowProcessorClassName\030\001 \002(\t\022*\n\"r" +
1223 "owProcessorInitializerMessageName\030\002 \001(\t\022" +
1224 "&\n\036rowProcessorInitializerMessage\030\003 \001(\014\"" +
1225 "0\n\022RowProcessorResult\022\032\n\022rowProcessorRes" +
1226 "ult\030\001 \002(\0142K\n\023RowProcessorService\0224\n\007proc" +
1227 "ess\022\024.RowProcessorRequest\032\023.RowProcessor" +
1228 "ResultBH\n*org.apache.hadoop.hbase.protob" +
1229 "uf.generatedB\022RowProcessorProtosH\001\210\001\001\240\001\001"
1230 };
1231 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
1232 new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
1233 public com.google.protobuf.ExtensionRegistry assignDescriptors(
1234 com.google.protobuf.Descriptors.FileDescriptor root) {
1235 descriptor = root;
1236 internal_static_RowProcessorRequest_descriptor =
1237 getDescriptor().getMessageTypes().get(0);
1238 internal_static_RowProcessorRequest_fieldAccessorTable = new
1239 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
1240 internal_static_RowProcessorRequest_descriptor,
1241 new java.lang.String[] { "RowProcessorClassName", "RowProcessorInitializerMessageName", "RowProcessorInitializerMessage", },
1242 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.class,
1243 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest.Builder.class);
1244 internal_static_RowProcessorResult_descriptor =
1245 getDescriptor().getMessageTypes().get(1);
1246 internal_static_RowProcessorResult_fieldAccessorTable = new
1247 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
1248 internal_static_RowProcessorResult_descriptor,
1249 new java.lang.String[] { "RowProcessorResult", },
1250 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.class,
1251 org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult.Builder.class);
1252 return null;
1253 }
1254 };
1255 com.google.protobuf.Descriptors.FileDescriptor
1256 .internalBuildGeneratedFileFrom(descriptorData,
1257 new com.google.protobuf.Descriptors.FileDescriptor[] {
1258 }, assigner);
1259 }
1260
1261
1262 }