org.apache.hadoop.hbase.protobuf.generated
Interface FilterProtos.RandomRowFilterOrBuilder

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

public static interface FilterProtos.RandomRowFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 float getChance()
          required float chance = 1;
 boolean hasChance()
          required float chance = 1;
 
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

hasChance

boolean hasChance()
required float chance = 1;


getChance

float getChance()
required float chance = 1;



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