org.hbase.async.generated
Interface FilterPB.RandomRowFilterOrBuilder

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

public static interface FilterPB.RandomRowFilterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 float getChance()
          required float chance = 1;
 boolean hasChance()
          required float chance = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasChance

boolean hasChance()
required float chance = 1;


getChance

float getChance()
required float chance = 1;



Copyright © 2010-2015, The Async HBase Authors