org.apache.hadoop.hbase.protobuf.generated
Interface ComparatorProtos.RegexStringComparatorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ComparatorProtos.RegexStringComparator, ComparatorProtos.RegexStringComparator.Builder
Enclosing class:
ComparatorProtos

public static interface ComparatorProtos.RegexStringComparatorOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getCharset()
          required string charset = 3;
 com.google.protobuf.ByteString getCharsetBytes()
          required string charset = 3;
 String getEngine()
          optional string engine = 4;
 com.google.protobuf.ByteString getEngineBytes()
          optional string engine = 4;
 String getPattern()
          required string pattern = 1;
 com.google.protobuf.ByteString getPatternBytes()
          required string pattern = 1;
 int getPatternFlags()
          required int32 pattern_flags = 2;
 boolean hasCharset()
          required string charset = 3;
 boolean hasEngine()
          optional string engine = 4;
 boolean hasPattern()
          required string pattern = 1;
 boolean hasPatternFlags()
          required int32 pattern_flags = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasPattern

boolean hasPattern()
required string pattern = 1;


getPattern

String getPattern()
required string pattern = 1;


getPatternBytes

com.google.protobuf.ByteString getPatternBytes()
required string pattern = 1;


hasPatternFlags

boolean hasPatternFlags()
required int32 pattern_flags = 2;


getPatternFlags

int getPatternFlags()
required int32 pattern_flags = 2;


hasCharset

boolean hasCharset()
required string charset = 3;


getCharset

String getCharset()
required string charset = 3;


getCharsetBytes

com.google.protobuf.ByteString getCharsetBytes()
required string charset = 3;


hasEngine

boolean hasEngine()
optional string engine = 4;


getEngine

String getEngine()
optional string engine = 4;


getEngineBytes

com.google.protobuf.ByteString getEngineBytes()
optional string engine = 4;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.