Uses of Class
org.apache.hadoop.hbase.protobuf.generated.FilterProtos.MultipleColumnPrefixFilter.Builder

Packages that use FilterProtos.MultipleColumnPrefixFilter.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of FilterProtos.MultipleColumnPrefixFilter.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return FilterProtos.MultipleColumnPrefixFilter.Builder
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.addAllSortedPrefixes(Iterable<? extends com.google.protobuf.ByteString> values)
          repeated bytes sorted_prefixes = 1;
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.addSortedPrefixes(com.google.protobuf.ByteString value)
          repeated bytes sorted_prefixes = 1;
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.clear()
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.clearSortedPrefixes()
          repeated bytes sorted_prefixes = 1;
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.clone()
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.mergeFrom(FilterProtos.MultipleColumnPrefixFilter other)
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.newBuilder()
           
static FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.newBuilder(FilterProtos.MultipleColumnPrefixFilter prototype)
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.newBuilderForType()
           
protected  FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.Builder.setSortedPrefixes(int index, com.google.protobuf.ByteString value)
          repeated bytes sorted_prefixes = 1;
 FilterProtos.MultipleColumnPrefixFilter.Builder FilterProtos.MultipleColumnPrefixFilter.toBuilder()
           
 



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