org.apache.accumulo.core.iterators.filter
Class VisibilityFilter

java.lang.Object
  extended by org.apache.accumulo.core.iterators.filter.VisibilityFilter
All Implemented Interfaces:
Filter

Deprecated. since 1.4, replaced by VisibilityFilter

public class VisibilityFilter
extends Object
implements Filter


Constructor Summary
VisibilityFilter(Authorizations authorizations, byte[] defaultVisibility)
          Deprecated.  
 
Method Summary
 boolean accept(Key k, Value v)
          Deprecated.  
 void init(Map<String,String> options)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisibilityFilter

public VisibilityFilter(Authorizations authorizations,
                        byte[] defaultVisibility)
Deprecated. 
Method Detail

accept

public boolean accept(Key k,
                      Value v)
Deprecated. 
Specified by:
accept in interface Filter

init

public void init(Map<String,String> options)
Deprecated. 
Specified by:
init in interface Filter


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.