Interface | Description |
---|---|
PigCommandFilter |
Interface defining Pig commands and a
PigCommandFilter.validate(Command) method to operate on it |
Class | Description |
---|---|
BlackAndWhitelistFilter |
This Filter handles black and whitelisting of Pig commands.
|
BlackAndWhitelistValidator |
This validator walks through the list of operators defined in
PigConfiguration.PIG_BLACKLIST and
PigConfiguration.PIG_WHITELIST and checks whether the operation is permitted. |
Enum | Description |
---|---|
PigCommandFilter.Command |
Copyright © 2007-2012 The Apache Software Foundation