Package org.apache.hadoop.hbase.rest.filter

Examples of org.apache.hadoop.hbase.rest.filter.StopRowFilterFactory


      map.put("ColumnValueFilter", new ColumnValueFilterFactory());
      map.put("InclusiveStopRowFilter", new InclusiveStopRowFilterFactory());
      map.put("PageRowFilter", new PageRowFilterFactory());
      map.put("RegExpRowFilter", new RegExpRowFilterFactory());
      map.put("RowFilterSet", new RowFilterSetFactory());
      map.put("StopRowFilter", new StopRowFilterFactory());
      map.put("WhileMatchRowFilter", new WhileMatchRowFilterFactory());
    }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hbase.rest.filter.StopRowFilterFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.