public static interface WALProtos.WALHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCellCodecClsName()
optional string cell_codec_cls_name = 5; |
com.google.protobuf.ByteString |
getCellCodecClsNameBytes()
optional string cell_codec_cls_name = 5; |
com.google.protobuf.ByteString |
getEncryptionKey()
optional bytes encryption_key = 2; |
boolean |
getHasCompression()
optional bool has_compression = 1; |
boolean |
getHasTagCompression()
optional bool has_tag_compression = 3; |
String |
getWriterClsName()
optional string writer_cls_name = 4; |
com.google.protobuf.ByteString |
getWriterClsNameBytes()
optional string writer_cls_name = 4; |
boolean |
hasCellCodecClsName()
optional string cell_codec_cls_name = 5; |
boolean |
hasEncryptionKey()
optional bytes encryption_key = 2; |
boolean |
hasHasCompression()
optional bool has_compression = 1; |
boolean |
hasHasTagCompression()
optional bool has_tag_compression = 3; |
boolean |
hasWriterClsName()
optional string writer_cls_name = 4; |
boolean hasHasCompression()
optional bool has_compression = 1;
boolean getHasCompression()
optional bool has_compression = 1;
boolean hasEncryptionKey()
optional bytes encryption_key = 2;
com.google.protobuf.ByteString getEncryptionKey()
optional bytes encryption_key = 2;
boolean hasHasTagCompression()
optional bool has_tag_compression = 3;
boolean getHasTagCompression()
optional bool has_tag_compression = 3;
boolean hasWriterClsName()
optional string writer_cls_name = 4;
String getWriterClsName()
optional string writer_cls_name = 4;
com.google.protobuf.ByteString getWriterClsNameBytes()
optional string writer_cls_name = 4;
boolean hasCellCodecClsName()
optional string cell_codec_cls_name = 5;
String getCellCodecClsName()
optional string cell_codec_cls_name = 5;
com.google.protobuf.ByteString getCellCodecClsNameBytes()
optional string cell_codec_cls_name = 5;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.