public class BucketInput extends Object implements MapReduceInput
| Constructor and Description |
|---|
BucketInput(Namespace namespace,
Collection<KeyFilter> filters)
Creates a BucketInput from the provided namespace, and applicable keyfilters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<KeyFilter> |
getFilters()
Gets the keyfilter collection of the input.
|
Namespace |
getNamespace()
Gets the namespace of the input.
|
boolean |
hasFilters()
Indicates whether the input has any keyfilters to apply.
|
public BucketInput(Namespace namespace, Collection<KeyFilter> filters)
namespace - the namespace to keylist overfilters - a collection of KeyFilters to filter the namespace's keys bypublic Namespace getNamespace()
public boolean hasFilters()
public Collection<KeyFilter> getFilters()
Copyright © 2016. All rights reserved.