Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 269F3200B5C for ; Thu, 28 Jul 2016 03:59:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2531B160A90; Thu, 28 Jul 2016 01:59:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B4186160AA8 for ; Thu, 28 Jul 2016 03:59:41 +0200 (CEST) Received: (qmail 56671 invoked by uid 500); 28 Jul 2016 01:59:40 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 56608 invoked by uid 99); 28 Jul 2016 01:59:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2016 01:59:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BF000E02E4; Thu, 28 Jul 2016 01:59:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mahongbin@apache.org To: commits@kylin.apache.org Date: Thu, 28 Jul 2016 01:59:41 -0000 Message-Id: In-Reply-To: <9bb400a9fd3045cf99a686199433c627@git.apache.org> References: <9bb400a9fd3045cf99a686199433c627@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] kylin git commit: KYLIN-1924 Region server metrics: replace int type for long type for scanned row count archived-at: Thu, 28 Jul 2016 01:59:44 -0000 http://git-wip-us.apache.org/repos/asf/kylin/blob/a44ada79/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/generated/CubeVisitProtos.java ---------------------------------------------------------------------- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/generated/CubeVisitProtos.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/generated/CubeVisitProtos.java index e3effea..d9cef88 100644 --- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/generated/CubeVisitProtos.java +++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/generated/CubeVisitProtos.java @@ -4,4460 +4,4581 @@ package org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated; public final class CubeVisitProtos { - private CubeVisitProtos() { + private CubeVisitProtos() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + } + public interface CubeVisitRequestOrBuilder + extends com.google.protobuf.MessageOrBuilder { + + // required string behavior = 1; + /** + * required string behavior = 1; + */ + boolean hasBehavior(); + /** + * required string behavior = 1; + */ + java.lang.String getBehavior(); + /** + * required string behavior = 1; + */ + com.google.protobuf.ByteString + getBehaviorBytes(); + + // required bytes gtScanRequest = 2; + /** + * required bytes gtScanRequest = 2; + */ + boolean hasGtScanRequest(); + /** + * required bytes gtScanRequest = 2; + */ + com.google.protobuf.ByteString getGtScanRequest(); + + // required bytes hbaseRawScan = 3; + /** + * required bytes hbaseRawScan = 3; + */ + boolean hasHbaseRawScan(); + /** + * required bytes hbaseRawScan = 3; + */ + com.google.protobuf.ByteString getHbaseRawScan(); + + // required int32 rowkeyPreambleSize = 4; + /** + * required int32 rowkeyPreambleSize = 4; + */ + boolean hasRowkeyPreambleSize(); + /** + * required int32 rowkeyPreambleSize = 4; + */ + int getRowkeyPreambleSize(); + + // repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + java.util.List + getHbaseColumnsToGTList(); + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList getHbaseColumnsToGT(int index); + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + int getHbaseColumnsToGTCount(); + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + java.util.List + getHbaseColumnsToGTOrBuilderList(); + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntListOrBuilder getHbaseColumnsToGTOrBuilder( + int index); + + // required int64 startTime = 6; + /** + * required int64 startTime = 6; + * + *
+     *when client start the request
+     * 
+ */ + boolean hasStartTime(); + /** + * required int64 startTime = 6; + * + *
+     *when client start the request
+     * 
+ */ + long getStartTime(); + + // required int64 timeout = 7; + /** + * required int64 timeout = 7; + * + *
+     *how long client will wait
+     * 
+ */ + boolean hasTimeout(); + /** + * required int64 timeout = 7; + * + *
+     *how long client will wait
+     * 
+ */ + long getTimeout(); + + // required string kylinProperties = 8; + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + boolean hasKylinProperties(); + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + java.lang.String getKylinProperties(); + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + com.google.protobuf.ByteString + getKylinPropertiesBytes(); + } + /** + * Protobuf type {@code CubeVisitRequest} + */ + public static final class CubeVisitRequest extends + com.google.protobuf.GeneratedMessage + implements CubeVisitRequestOrBuilder { + // Use CubeVisitRequest.newBuilder() to construct. + private CubeVisitRequest(com.google.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); } + private CubeVisitRequest(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + private static final CubeVisitRequest defaultInstance; + public static CubeVisitRequest getDefaultInstance() { + return defaultInstance; } - public interface CubeVisitRequestOrBuilder extends com.google.protobuf.MessageOrBuilder { + public CubeVisitRequest getDefaultInstanceForType() { + return defaultInstance; + } - // required string behavior = 1; - /** - * required string behavior = 1; - */ - boolean hasBehavior(); + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CubeVisitRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + bitField0_ |= 0x00000001; + behavior_ = input.readBytes(); + break; + } + case 18: { + bitField0_ |= 0x00000002; + gtScanRequest_ = input.readBytes(); + break; + } + case 26: { + bitField0_ |= 0x00000004; + hbaseRawScan_ = input.readBytes(); + break; + } + case 32: { + bitField0_ |= 0x00000008; + rowkeyPreambleSize_ = input.readInt32(); + break; + } + case 42: { + if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + hbaseColumnsToGT_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000010; + } + hbaseColumnsToGT_.add(input.readMessage(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.PARSER, extensionRegistry)); + break; + } + case 48: { + bitField0_ |= 0x00000010; + startTime_ = input.readInt64(); + break; + } + case 56: { + bitField0_ |= 0x00000020; + timeout_ = input.readInt64(); + break; + } + case 66: { + bitField0_ |= 0x00000040; + kylinProperties_ = input.readBytes(); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + hbaseColumnsToGT_ = java.util.Collections.unmodifiableList(hbaseColumnsToGT_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_descriptor; + } - /** - * required string behavior = 1; - */ - java.lang.String getBehavior(); + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.Builder.class); + } - /** - * required string behavior = 1; - */ - com.google.protobuf.ByteString getBehaviorBytes(); + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public CubeVisitRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CubeVisitRequest(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } - // required bytes gtScanRequest = 2; - /** - * required bytes gtScanRequest = 2; - */ - boolean hasGtScanRequest(); + public interface IntListOrBuilder + extends com.google.protobuf.MessageOrBuilder { + + // repeated int32 ints = 1; + /** + * repeated int32 ints = 1; + */ + java.util.List getIntsList(); + /** + * repeated int32 ints = 1; + */ + int getIntsCount(); + /** + * repeated int32 ints = 1; + */ + int getInts(int index); + } + /** + * Protobuf type {@code CubeVisitRequest.IntList} + */ + public static final class IntList extends + com.google.protobuf.GeneratedMessage + implements IntListOrBuilder { + // Use IntList.newBuilder() to construct. + private IntList(com.google.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private IntList(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final IntList defaultInstance; + public static IntList getDefaultInstance() { + return defaultInstance; + } + + public IntList getDefaultInstanceForType() { + return defaultInstance; + } + + private final com.google.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private IntList( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + initFields(); + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownField(input, unknownFields, + extensionRegistry, tag)) { + done = true; + } + break; + } + case 8: { + if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + ints_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + ints_.add(input.readInt32()); + break; + } + case 10: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000001) == 0x00000001) && input.getBytesUntilLimit() > 0) { + ints_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + while (input.getBytesUntilLimit() > 0) { + ints_.add(input.readInt32()); + } + input.popLimit(limit); + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e.getMessage()).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + ints_ = java.util.Collections.unmodifiableList(ints_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.Builder.class); + } + + public static com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + public IntList parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new IntList(input, extensionRegistry); + } + }; + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + // repeated int32 ints = 1; + public static final int INTS_FIELD_NUMBER = 1; + private java.util.List ints_; + /** + * repeated int32 ints = 1; + */ + public java.util.List + getIntsList() { + return ints_; + } + /** + * repeated int32 ints = 1; + */ + public int getIntsCount() { + return ints_.size(); + } + /** + * repeated int32 ints = 1; + */ + public int getInts(int index) { + return ints_.get(index); + } + + private void initFields() { + ints_ = java.util.Collections.emptyList(); + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + for (int i = 0; i < ints_.size(); i++) { + output.writeInt32(1, ints_.get(i)); + } + getUnknownFields().writeTo(output); + } + + private int memoizedSerializedSize = -1; + public int getSerializedSize() { + int size = memoizedSerializedSize; + if (size != -1) return size; + + size = 0; + { + int dataSize = 0; + for (int i = 0; i < ints_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(ints_.get(i)); + } + size += dataSize; + size += 1 * getIntsList().size(); + } + size += getUnknownFields().getSerializedSize(); + memoizedSerializedSize = size; + return size; + } + + private static final long serialVersionUID = 0L; + @java.lang.Override + protected java.lang.Object writeReplace() + throws java.io.ObjectStreamException { + return super.writeReplace(); + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList)) { + return super.equals(obj); + } + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList other = (org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) obj; + + boolean result = true; + result = result && getIntsList() + .equals(other.getIntsList()); + result = result && + getUnknownFields().equals(other.getUnknownFields()); + return result; + } + + private int memoizedHashCode = 0; + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptorForType().hashCode(); + if (getIntsCount() > 0) { + hash = (37 * hash) + INTS_FIELD_NUMBER; + hash = (53 * hash) + getIntsList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + + public static Builder newBuilder() { return Builder.create(); } + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList prototype) { + return newBuilder().mergeFrom(prototype); + } + public Builder toBuilder() { return newBuilder(this); } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * Protobuf type {@code CubeVisitRequest.IntList} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessage.Builder + implements org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntListOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; + } - /** - * required bytes gtScanRequest = 2; - */ - com.google.protobuf.ByteString getGtScanRequest(); + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.Builder.class); + } - // required bytes hbaseRawScan = 3; - /** - * required bytes hbaseRawScan = 3; - */ - boolean hasHbaseRawScan(); + // Construct using org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } - /** - * required bytes hbaseRawScan = 3; - */ - com.google.protobuf.ByteString getHbaseRawScan(); + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + } + } + private static Builder create() { + return new Builder(); + } - // required int32 rowkeyPreambleSize = 4; - /** - * required int32 rowkeyPreambleSize = 4; - */ - boolean hasRowkeyPreambleSize(); + public Builder clear() { + super.clear(); + ints_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + return this; + } - /** - * required int32 rowkeyPreambleSize = 4; - */ - int getRowkeyPreambleSize(); + public Builder clone() { + return create().mergeFrom(buildPartial()); + } - // repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - /** - * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - */ - java.util.List getHbaseColumnsToGTList(); + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; + } - /** - * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - */ - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList getHbaseColumnsToGT(int index); + public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList getDefaultInstanceForType() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.getDefaultInstance(); + } - /** - * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - */ - int getHbaseColumnsToGTCount(); + public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList build() { + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } - /** - * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - */ - java.util.List getHbaseColumnsToGTOrBuilderList(); + public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList buildPartial() { + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList result = new org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList(this); + int from_bitField0_ = bitField0_; + if (((bitField0_ & 0x00000001) == 0x00000001)) { + ints_ = java.util.Collections.unmodifiableList(ints_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.ints_ = ints_; + onBuilt(); + return result; + } - /** - * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; - */ - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntListOrBuilder getHbaseColumnsToGTOrBuilder(int index); + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) { + return mergeFrom((org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList other) { + if (other == org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.getDefaultInstance()) return this; + if (!other.ints_.isEmpty()) { + if (ints_.isEmpty()) { + ints_ = other.ints_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureIntsIsMutable(); + ints_.addAll(other.ints_); + } + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + return true; + } + + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; - // required int64 startTime = 6; + // repeated int32 ints = 1; + private java.util.List ints_ = java.util.Collections.emptyList(); + private void ensureIntsIsMutable() { + if (!((bitField0_ & 0x00000001) == 0x00000001)) { + ints_ = new java.util.ArrayList(ints_); + bitField0_ |= 0x00000001; + } + } /** - * required int64 startTime = 6; - * - *
-         *when client start the request
-         * 
+ * repeated int32 ints = 1; */ - boolean hasStartTime(); - + public java.util.List + getIntsList() { + return java.util.Collections.unmodifiableList(ints_); + } /** - * required int64 startTime = 6; - * - *
-         *when client start the request
-         * 
+ * repeated int32 ints = 1; */ - long getStartTime(); - - // required int64 timeout = 7; + public int getIntsCount() { + return ints_.size(); + } /** - * required int64 timeout = 7; - * - *
-         *how long client will wait
-         * 
+ * repeated int32 ints = 1; */ - boolean hasTimeout(); - + public int getInts(int index) { + return ints_.get(index); + } /** - * required int64 timeout = 7; - * - *
-         *how long client will wait
-         * 
+ * repeated int32 ints = 1; */ - long getTimeout(); - - // required string kylinProperties = 8; + public Builder setInts( + int index, int value) { + ensureIntsIsMutable(); + ints_.set(index, value); + onChanged(); + return this; + } /** - * required string kylinProperties = 8; - * - *
-         * kylin properties
-         * 
+ * repeated int32 ints = 1; */ - boolean hasKylinProperties(); - + public Builder addInts(int value) { + ensureIntsIsMutable(); + ints_.add(value); + onChanged(); + return this; + } /** - * required string kylinProperties = 8; - * - *
-         * kylin properties
-         * 
+ * repeated int32 ints = 1; */ - java.lang.String getKylinProperties(); - + public Builder addAllInts( + java.lang.Iterable values) { + ensureIntsIsMutable(); + super.addAll(values, ints_); + onChanged(); + return this; + } /** - * required string kylinProperties = 8; - * - *
-         * kylin properties
-         * 
+ * repeated int32 ints = 1; */ - com.google.protobuf.ByteString getKylinPropertiesBytes(); + public Builder clearInts() { + ints_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + + // @@protoc_insertion_point(builder_scope:CubeVisitRequest.IntList) + } + + static { + defaultInstance = new IntList(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:CubeVisitRequest.IntList) } + private int bitField0_; + // required string behavior = 1; + public static final int BEHAVIOR_FIELD_NUMBER = 1; + private java.lang.Object behavior_; /** - * Protobuf type {@code CubeVisitRequest} + * required string behavior = 1; */ - public static final class CubeVisitRequest extends com.google.protobuf.GeneratedMessage implements CubeVisitRequestOrBuilder { - // Use CubeVisitRequest.newBuilder() to construct. - private CubeVisitRequest(com.google.protobuf.GeneratedMessage.Builder builder) { - super(builder); - this.unknownFields = builder.getUnknownFields(); - } - - private CubeVisitRequest(boolean noInit) { - this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); + public boolean hasBehavior() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * required string behavior = 1; + */ + public java.lang.String getBehavior() { + java.lang.Object ref = behavior_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (bs.isValidUtf8()) { + behavior_ = s; } + return s; + } + } + /** + * required string behavior = 1; + */ + public com.google.protobuf.ByteString + getBehaviorBytes() { + java.lang.Object ref = behavior_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + behavior_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } - private static final CubeVisitRequest defaultInstance; + // required bytes gtScanRequest = 2; + public static final int GTSCANREQUEST_FIELD_NUMBER = 2; + private com.google.protobuf.ByteString gtScanRequest_; + /** + * required bytes gtScanRequest = 2; + */ + public boolean hasGtScanRequest() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * required bytes gtScanRequest = 2; + */ + public com.google.protobuf.ByteString getGtScanRequest() { + return gtScanRequest_; + } - public static CubeVisitRequest getDefaultInstance() { - return defaultInstance; - } + // required bytes hbaseRawScan = 3; + public static final int HBASERAWSCAN_FIELD_NUMBER = 3; + private com.google.protobuf.ByteString hbaseRawScan_; + /** + * required bytes hbaseRawScan = 3; + */ + public boolean hasHbaseRawScan() { + return ((bitField0_ & 0x00000004) == 0x00000004); + } + /** + * required bytes hbaseRawScan = 3; + */ + public com.google.protobuf.ByteString getHbaseRawScan() { + return hbaseRawScan_; + } - public CubeVisitRequest getDefaultInstanceForType() { - return defaultInstance; - } + // required int32 rowkeyPreambleSize = 4; + public static final int ROWKEYPREAMBLESIZE_FIELD_NUMBER = 4; + private int rowkeyPreambleSize_; + /** + * required int32 rowkeyPreambleSize = 4; + */ + public boolean hasRowkeyPreambleSize() { + return ((bitField0_ & 0x00000008) == 0x00000008); + } + /** + * required int32 rowkeyPreambleSize = 4; + */ + public int getRowkeyPreambleSize() { + return rowkeyPreambleSize_; + } - private final com.google.protobuf.UnknownFieldSet unknownFields; + // repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + public static final int HBASECOLUMNSTOGT_FIELD_NUMBER = 5; + private java.util.List hbaseColumnsToGT_; + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + public java.util.List getHbaseColumnsToGTList() { + return hbaseColumnsToGT_; + } + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + public java.util.List + getHbaseColumnsToGTOrBuilderList() { + return hbaseColumnsToGT_; + } + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + public int getHbaseColumnsToGTCount() { + return hbaseColumnsToGT_.size(); + } + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList getHbaseColumnsToGT(int index) { + return hbaseColumnsToGT_.get(index); + } + /** + * repeated .CubeVisitRequest.IntList hbaseColumnsToGT = 5; + */ + public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntListOrBuilder getHbaseColumnsToGTOrBuilder( + int index) { + return hbaseColumnsToGT_.get(index); + } - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private CubeVisitRequest(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - initFields(); - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - default: { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - case 10: { - bitField0_ |= 0x00000001; - behavior_ = input.readBytes(); - break; - } - case 18: { - bitField0_ |= 0x00000002; - gtScanRequest_ = input.readBytes(); - break; - } - case 26: { - bitField0_ |= 0x00000004; - hbaseRawScan_ = input.readBytes(); - break; - } - case 32: { - bitField0_ |= 0x00000008; - rowkeyPreambleSize_ = input.readInt32(); - break; - } - case 42: { - if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { - hbaseColumnsToGT_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000010; - } - hbaseColumnsToGT_.add(input.readMessage(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.PARSER, extensionRegistry)); - break; - } - case 48: { - bitField0_ |= 0x00000010; - startTime_ = input.readInt64(); - break; - } - case 56: { - bitField0_ |= 0x00000020; - timeout_ = input.readInt64(); - break; - } - case 66: { - bitField0_ |= 0x00000040; - kylinProperties_ = input.readBytes(); - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e.getMessage()).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { - hbaseColumnsToGT_ = java.util.Collections.unmodifiableList(hbaseColumnsToGT_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } + // required int64 startTime = 6; + public static final int STARTTIME_FIELD_NUMBER = 6; + private long startTime_; + /** + * required int64 startTime = 6; + * + *
+     *when client start the request
+     * 
+ */ + public boolean hasStartTime() { + return ((bitField0_ & 0x00000010) == 0x00000010); + } + /** + * required int64 startTime = 6; + * + *
+     *when client start the request
+     * 
+ */ + public long getStartTime() { + return startTime_; + } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_descriptor; - } + // required int64 timeout = 7; + public static final int TIMEOUT_FIELD_NUMBER = 7; + private long timeout_; + /** + * required int64 timeout = 7; + * + *
+     *how long client will wait
+     * 
+ */ + public boolean hasTimeout() { + return ((bitField0_ & 0x00000020) == 0x00000020); + } + /** + * required int64 timeout = 7; + * + *
+     *how long client will wait
+     * 
+ */ + public long getTimeout() { + return timeout_; + } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_fieldAccessorTable.ensureFieldAccessorsInitialized(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.Builder.class); + // required string kylinProperties = 8; + public static final int KYLINPROPERTIES_FIELD_NUMBER = 8; + private java.lang.Object kylinProperties_; + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + public boolean hasKylinProperties() { + return ((bitField0_ & 0x00000040) == 0x00000040); + } + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + public java.lang.String getKylinProperties() { + java.lang.Object ref = kylinProperties_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (bs.isValidUtf8()) { + kylinProperties_ = s; } + return s; + } + } + /** + * required string kylinProperties = 8; + * + *
+     * kylin properties
+     * 
+ */ + public com.google.protobuf.ByteString + getKylinPropertiesBytes() { + java.lang.Object ref = kylinProperties_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + kylinProperties_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } - public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { - public CubeVisitRequest parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new CubeVisitRequest(input, extensionRegistry); - } - }; + private void initFields() { + behavior_ = ""; + gtScanRequest_ = com.google.protobuf.ByteString.EMPTY; + hbaseRawScan_ = com.google.protobuf.ByteString.EMPTY; + rowkeyPreambleSize_ = 0; + hbaseColumnsToGT_ = java.util.Collections.emptyList(); + startTime_ = 0L; + timeout_ = 0L; + kylinProperties_ = ""; + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + if (!hasBehavior()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasGtScanRequest()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasHbaseRawScan()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasRowkeyPreambleSize()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasStartTime()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasTimeout()) { + memoizedIsInitialized = 0; + return false; + } + if (!hasKylinProperties()) { + memoizedIsInitialized = 0; + return false; + } + memoizedIsInitialized = 1; + return true; + } - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (((bitField0_ & 0x00000001) == 0x00000001)) { + output.writeBytes(1, getBehaviorBytes()); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + output.writeBytes(2, gtScanRequest_); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + output.writeBytes(3, hbaseRawScan_); + } + if (((bitField0_ & 0x00000008) == 0x00000008)) { + output.writeInt32(4, rowkeyPreambleSize_); + } + for (int i = 0; i < hbaseColumnsToGT_.size(); i++) { + output.writeMessage(5, hbaseColumnsToGT_.get(i)); + } + if (((bitField0_ & 0x00000010) == 0x00000010)) { + output.writeInt64(6, startTime_); + } + if (((bitField0_ & 0x00000020) == 0x00000020)) { + output.writeInt64(7, timeout_); + } + if (((bitField0_ & 0x00000040) == 0x00000040)) { + output.writeBytes(8, getKylinPropertiesBytes()); + } + getUnknownFields().writeTo(output); + } - public interface IntListOrBuilder extends com.google.protobuf.MessageOrBuilder { + private int memoizedSerializedSize = -1; + public int getSerializedSize() { + int size = memoizedSerializedSize; + if (size != -1) return size; + + size = 0; + if (((bitField0_ & 0x00000001) == 0x00000001)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(1, getBehaviorBytes()); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, gtScanRequest_); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(3, hbaseRawScan_); + } + if (((bitField0_ & 0x00000008) == 0x00000008)) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(4, rowkeyPreambleSize_); + } + for (int i = 0; i < hbaseColumnsToGT_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, hbaseColumnsToGT_.get(i)); + } + if (((bitField0_ & 0x00000010) == 0x00000010)) { + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(6, startTime_); + } + if (((bitField0_ & 0x00000020) == 0x00000020)) { + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(7, timeout_); + } + if (((bitField0_ & 0x00000040) == 0x00000040)) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(8, getKylinPropertiesBytes()); + } + size += getUnknownFields().getSerializedSize(); + memoizedSerializedSize = size; + return size; + } - // repeated int32 ints = 1; - /** - * repeated int32 ints = 1; - */ - java.util.List getIntsList(); + private static final long serialVersionUID = 0L; + @java.lang.Override + protected java.lang.Object writeReplace() + throws java.io.ObjectStreamException { + return super.writeReplace(); + } - /** - * repeated int32 ints = 1; - */ - int getIntsCount(); + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest)) { + return super.equals(obj); + } + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest other = (org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest) obj; + + boolean result = true; + result = result && (hasBehavior() == other.hasBehavior()); + if (hasBehavior()) { + result = result && getBehavior() + .equals(other.getBehavior()); + } + result = result && (hasGtScanRequest() == other.hasGtScanRequest()); + if (hasGtScanRequest()) { + result = result && getGtScanRequest() + .equals(other.getGtScanRequest()); + } + result = result && (hasHbaseRawScan() == other.hasHbaseRawScan()); + if (hasHbaseRawScan()) { + result = result && getHbaseRawScan() + .equals(other.getHbaseRawScan()); + } + result = result && (hasRowkeyPreambleSize() == other.hasRowkeyPreambleSize()); + if (hasRowkeyPreambleSize()) { + result = result && (getRowkeyPreambleSize() + == other.getRowkeyPreambleSize()); + } + result = result && getHbaseColumnsToGTList() + .equals(other.getHbaseColumnsToGTList()); + result = result && (hasStartTime() == other.hasStartTime()); + if (hasStartTime()) { + result = result && (getStartTime() + == other.getStartTime()); + } + result = result && (hasTimeout() == other.hasTimeout()); + if (hasTimeout()) { + result = result && (getTimeout() + == other.getTimeout()); + } + result = result && (hasKylinProperties() == other.hasKylinProperties()); + if (hasKylinProperties()) { + result = result && getKylinProperties() + .equals(other.getKylinProperties()); + } + result = result && + getUnknownFields().equals(other.getUnknownFields()); + return result; + } - /** - * repeated int32 ints = 1; - */ - int getInts(int index); - } + private int memoizedHashCode = 0; + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptorForType().hashCode(); + if (hasBehavior()) { + hash = (37 * hash) + BEHAVIOR_FIELD_NUMBER; + hash = (53 * hash) + getBehavior().hashCode(); + } + if (hasGtScanRequest()) { + hash = (37 * hash) + GTSCANREQUEST_FIELD_NUMBER; + hash = (53 * hash) + getGtScanRequest().hashCode(); + } + if (hasHbaseRawScan()) { + hash = (37 * hash) + HBASERAWSCAN_FIELD_NUMBER; + hash = (53 * hash) + getHbaseRawScan().hashCode(); + } + if (hasRowkeyPreambleSize()) { + hash = (37 * hash) + ROWKEYPREAMBLESIZE_FIELD_NUMBER; + hash = (53 * hash) + getRowkeyPreambleSize(); + } + if (getHbaseColumnsToGTCount() > 0) { + hash = (37 * hash) + HBASECOLUMNSTOGT_FIELD_NUMBER; + hash = (53 * hash) + getHbaseColumnsToGTList().hashCode(); + } + if (hasStartTime()) { + hash = (37 * hash) + STARTTIME_FIELD_NUMBER; + hash = (53 * hash) + hashLong(getStartTime()); + } + if (hasTimeout()) { + hash = (37 * hash) + TIMEOUT_FIELD_NUMBER; + hash = (53 * hash) + hashLong(getTimeout()); + } + if (hasKylinProperties()) { + hash = (37 * hash) + KYLINPROPERTIES_FIELD_NUMBER; + hash = (53 * hash) + getKylinProperties().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } - /** - * Protobuf type {@code CubeVisitRequest.IntList} - */ - public static final class IntList extends com.google.protobuf.GeneratedMessage implements IntListOrBuilder { - // Use IntList.newBuilder() to construct. - private IntList(com.google.protobuf.GeneratedMessage.Builder builder) { - super(builder); - this.unknownFields = builder.getUnknownFields(); - } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } - private IntList(boolean noInit) { - this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); - } + public static Builder newBuilder() { return Builder.create(); } + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest prototype) { + return newBuilder().mergeFrom(prototype); + } + public Builder toBuilder() { return newBuilder(this); } - private static final IntList defaultInstance; - - public static IntList getDefaultInstance() { - return defaultInstance; - } - - public IntList getDefaultInstanceForType() { - return defaultInstance; - } - - private final com.google.protobuf.UnknownFieldSet unknownFields; - - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private IntList(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - initFields(); - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - default: { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - case 8: { - if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - ints_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - ints_.add(input.readInt32()); - break; - } - case 10: { - int length = input.readRawVarint32(); - int limit = input.pushLimit(length); - if (!((mutable_bitField0_ & 0x00000001) == 0x00000001) && input.getBytesUntilLimit() > 0) { - ints_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - while (input.getBytesUntilLimit() > 0) { - ints_.add(input.readInt32()); - } - input.popLimit(limit); - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e.getMessage()).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - ints_ = java.util.Collections.unmodifiableList(ints_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_fieldAccessorTable.ensureFieldAccessorsInitialized(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.Builder.class); - } - - public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { - public IntList parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new IntList(input, extensionRegistry); - } - }; - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - // repeated int32 ints = 1; - public static final int INTS_FIELD_NUMBER = 1; - private java.util.List ints_; - - /** - * repeated int32 ints = 1; - */ - public java.util.List getIntsList() { - return ints_; - } - - /** - * repeated int32 ints = 1; - */ - public int getIntsCount() { - return ints_.size(); - } - - /** - * repeated int32 ints = 1; - */ - public int getInts(int index) { - return ints_.get(index); - } - - private void initFields() { - ints_ = java.util.Collections.emptyList(); - } - - private byte memoizedIsInitialized = -1; - - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized != -1) - return isInitialized == 1; - - memoizedIsInitialized = 1; - return true; - } - - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - getSerializedSize(); - for (int i = 0; i < ints_.size(); i++) { - output.writeInt32(1, ints_.get(i)); - } - getUnknownFields().writeTo(output); - } - - private int memoizedSerializedSize = -1; - - public int getSerializedSize() { - int size = memoizedSerializedSize; - if (size != -1) - return size; - - size = 0; - { - int dataSize = 0; - for (int i = 0; i < ints_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(ints_.get(i)); - } - size += dataSize; - size += 1 * getIntsList().size(); - } - size += getUnknownFields().getSerializedSize(); - memoizedSerializedSize = size; - return size; - } - - private static final long serialVersionUID = 0L; - - @java.lang.Override - protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { - return super.writeReplace(); - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList)) { - return super.equals(obj); - } - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList other = (org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) obj; - - boolean result = true; - result = result && getIntsList().equals(other.getIntsList()); - result = result && getUnknownFields().equals(other.getUnknownFields()); - return result; - } - - private int memoizedHashCode = 0; - - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptorForType().hashCode(); - if (getIntsCount() > 0) { - hash = (37 * hash) + INTS_FIELD_NUMBER; - hash = (53 * hash) + getIntsList().hashCode(); - } - hash = (29 * hash) + getUnknownFields().hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(java.io.InputStream input) throws java.io.IOException { - return PARSER.parseFrom(input); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return PARSER.parseDelimitedFrom(input); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return PARSER.parseDelimitedFrom(input, extensionRegistry); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return PARSER.parseFrom(input); - } - - public static org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return PARSER.parseFrom(input, extensionRegistry); - } - - public static Builder newBuilder() { - return Builder.create(); - } - - public Builder newBuilderForType() { - return newBuilder(); - } - - public static Builder newBuilder(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList prototype) { - return newBuilder().mergeFrom(prototype); - } - - public Builder toBuilder() { - return newBuilder(this); - } - - @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - - /** - * Protobuf type {@code CubeVisitRequest.IntList} - */ - public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntListOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; - } - - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_fieldAccessorTable.ensureFieldAccessorsInitialized(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.Builder.class); - } - - // Construct using org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { - } - } - - private static Builder create() { - return new Builder(); - } - - public Builder clear() { - super.clear(); - ints_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - return this; - } - - public Builder clone() { - return create().mergeFrom(buildPartial()); - } - - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_IntList_descriptor; - } - - public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList getDefaultInstanceForType() { - return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.getDefaultInstance(); - } - - public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList build() { - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - public org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList buildPartial() { - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList result = new org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList(this); - int from_bitField0_ = bitField0_; - if (((bitField0_ & 0x00000001) == 0x00000001)) { - ints_ = java.util.Collections.unmodifiableList(ints_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.ints_ = ints_; - onBuilt(); - return result; - } - - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) { - return mergeFrom((org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList other) { - if (other == org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList.getDefaultInstance()) - return this; - if (!other.ints_.isEmpty()) { - if (ints_.isEmpty()) { - ints_ = other.ints_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureIntsIsMutable(); - ints_.addAll(other.ints_); - } - onChanged(); - } - this.mergeUnknownFields(other.getUnknownFields()); - return this; - } - - public final boolean isInitialized() { - return true; - } - - public Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.IntList) e.getUnfinishedMessage(); - throw e; - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - - private int bitField0_; - - // repeated int32 ints = 1; - private java.util.List ints_ = java.util.Collections.emptyList(); - - private void ensureIntsIsMutable() { - if (!((bitField0_ & 0x00000001) == 0x00000001)) { - ints_ = new java.util.ArrayList(ints_); - bitField0_ |= 0x00000001; - } - } - - /** - * repeated int32 ints = 1; - */ - public java.util.List getIntsList() { - return java.util.Collections.unmodifiableList(ints_); - } - - /** - * repeated int32 ints = 1; - */ - public int getIntsCount() { - return ints_.size(); - } - - /** - * repeated int32 ints = 1; - */ - public int getInts(int index) { - return ints_.get(index); - } - - /** - * repeated int32 ints = 1; - */ - public Builder setInts(int index, int value) { - ensureIntsIsMutable(); - ints_.set(index, value); - onChanged(); - return this; - } - - /** - * repeated int32 ints = 1; - */ - public Builder addInts(int value) { - ensureIntsIsMutable(); - ints_.add(value); - onChanged(); - return this; - } - - /** - * repeated int32 ints = 1; - */ - public Builder addAllInts(java.lang.Iterable values) { - ensureIntsIsMutable(); - super.addAll(values, ints_); - onChanged(); - return this; - } - - /** - * repeated int32 ints = 1; - */ - public Builder clearInts() { - ints_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - return this; - } - - // @@protoc_insertion_point(builder_scope:CubeVisitRequest.IntList) - } - - static { - defaultInstance = new IntList(true); - defaultInstance.initFields(); - } - - // @@protoc_insertion_point(class_scope:CubeVisitRequest.IntList) + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * Protobuf type {@code CubeVisitRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessage.Builder + implements org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_descriptor; + } + + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.internal_static_CubeVisitRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.class, org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.Builder.class); + } + + // Construct using org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.generated.CubeVisitProtos.CubeVisitRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + getHbaseColumnsToGTFieldBuilder(); } - - private int bitField0_; - // required string behavior = 1; - public static final int BEHAVIOR_FIELD_NUMBER = 1; - private java.lang.Object behavior_; - - /** - * required string behavior = 1; - */ - public boolean hasBehavior() { - return ((bitField0_ & 0x00000001) == 0x00000001); + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + behavior_ = ""; + bitField0_ = (bitField0_ & ~0x00000001); + gtScanRequest_ = com.google.protobuf.ByteString.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + hbaseRawScan_ = com.google.protobuf.ByteString.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + rowkeyPreambleSize_ = 0; + bitField0_ = (bitField0_ & ~0x00000008); + if (hbaseColumnsToGTBuilder_ == null) { + hbaseColumnsToGT_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000010); + } else { + hbaseColumnsToGTBuilder_.clear(); } - - /** - * required string behavior = 1; - */ - public java.lang.String getBehavior() { - java.lang.Object ref = behavior_; - if (ref instanceof java.lang.String) { - return (java.lang.String) ref; - } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - if (bs.isValidUtf8()) { - behavior_ = s; - } - return s; - } + startTime_ = 0L; + bitField0_ = (bitFiel