public class Debug extends BaseFilter
Constructor and Description |
---|
Debug() |
Debug(boolean useLogger) |
Debug(String name)
Creates a `Debug` filter with a string identifier.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isKeep(TridentTuple tuple)
Determines if a tuple should be filtered out of a stream.
|
cleanup, prepare
public Debug()
public Debug(boolean useLogger)
public Debug(String name)
public boolean isKeep(TridentTuple tuple)
Filter
tuple
- the tuple being evaluatedCopyright © 2023 The Apache Software Foundation. All rights reserved.