Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.RegexStringComparator.Builder

Packages that use ComparatorProtos.RegexStringComparator.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ComparatorProtos.RegexStringComparator.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ComparatorProtos.RegexStringComparator.Builder
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clear()
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clearCharset()
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clearEngine()
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clearPattern()
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clearPatternFlags()
          required int32 pattern_flags = 2;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.clone()
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.mergeFrom(ComparatorProtos.RegexStringComparator other)
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.newBuilder()
           
static ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.newBuilder(ComparatorProtos.RegexStringComparator prototype)
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.newBuilderForType()
           
protected  ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setCharset(String value)
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setCharsetBytes(com.google.protobuf.ByteString value)
          required string charset = 3;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setEngine(String value)
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setEngineBytes(com.google.protobuf.ByteString value)
          optional string engine = 4;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setPattern(String value)
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setPatternBytes(com.google.protobuf.ByteString value)
          required string pattern = 1;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.Builder.setPatternFlags(int value)
          required int32 pattern_flags = 2;
 ComparatorProtos.RegexStringComparator.Builder ComparatorProtos.RegexStringComparator.toBuilder()
           
 



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