Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
N
O
P
R
S
T
V
W
X
G
getAttached()
- Method in class xsmeral.pipe.
Pipe
Returns list of attached processors.
getContext()
- Method in class xsmeral.pipe.
AbstractObjectProcessor
Returns the associated processing context.
getContext()
- Method in interface xsmeral.pipe.context.
ContextAware
Returns the associated processing context.
getContext()
- Method in class xsmeral.pipe.
Pipe
Returns the context associated with this pipe and all processors.
getContext()
- Method in class xsmeral.pipe.stats.
Stats
Returns the associated context, where values are stored.
getDouble(String)
- Method in class xsmeral.pipe.stats.
Stats.Reader
Returns value of the context parameter with the supplied name as a Double.
getDouble(String, String)
- Method in class xsmeral.pipe.stats.
Stats.Reader
Returns value of the statistic specified by group and name as a Double.
getDouble(String)
- Method in interface xsmeral.pipe.stats.
StatsReader
Returns value of the context parameter with the supplied name as a Double.
getDouble(String, String)
- Method in interface xsmeral.pipe.stats.
StatsReader
Returns value of the statistic specified by group and name as a Double.
getFile(String)
- Method in interface xsmeral.pipe.context.
FSContext
Returns a file with the specified path.
getFile(String)
- Method in class xsmeral.pipe.context.
PipeContext
getGroup()
- Method in class xsmeral.pipe.stats.
Stats
Returns group name, which is either processor's simple class name or any other arbitrary name.
getInType()
- Method in class xsmeral.pipe.
AbstractObjectProcessor
getInType()
- Method in interface xsmeral.pipe.interfaces.
ObjectProcessor
Returns the input type of this processor.
getInType()
- Method in interface xsmeral.pipe.interfaces.
ObjectSink
Returns the input object type.
getLong(String)
- Method in class xsmeral.pipe.stats.
Stats.Reader
Returns value of the context parameter with the supplied name as a Long.
getLong(String, String)
- Method in class xsmeral.pipe.stats.
Stats.Reader
Returns value of the statistic specified by group and name as a Long.
getLong(String)
- Method in interface xsmeral.pipe.stats.
StatsReader
Returns value of the context parameter with the supplied name as a Long.
getLong(String, String)
- Method in interface xsmeral.pipe.stats.
StatsReader
Returns value of the statistic specified by group and name as a Long.
getNext()
- Method in interface xsmeral.pipe.interfaces.
ObjectSource
Returns the next processor in chain.
getNext()
- Method in class xsmeral.pipe.
LocalObjectFilter
getNext()
- Method in class xsmeral.pipe.
LocalObjectSource
getOutBuffer()
- Method in interface xsmeral.pipe.interfaces.
ObjectSource
Returns the output buffer of this processor.
getOutBuffer()
- Method in class xsmeral.pipe.
LocalObjectFilter
getOutBuffer()
- Method in class xsmeral.pipe.
LocalObjectSource
getOutType()
- Method in class xsmeral.pipe.
AbstractObjectProcessor
getOutType()
- Method in interface xsmeral.pipe.interfaces.
ObjectProcessor
Returns the output type of this processor.
getOutType()
- Method in interface xsmeral.pipe.interfaces.
ObjectSource
Returns the output object type
getParameterNames()
- Method in class xsmeral.pipe.context.
PipeContext
getParameterNames()
- Method in interface xsmeral.pipe.context.
ProcessingContext
Returns set of all parameter names currently present in the map (also those mapped to
null
).
getParameterValue(String)
- Method in class xsmeral.pipe.context.
PipeContext
Returns the parameter value for supplied name.
getParameterValue(String)
- Method in interface xsmeral.pipe.context.
ProcessingContext
Returns the parameter value for supplied name.
getParams()
- Method in class xsmeral.pipe.
AbstractObjectProcessor
Returns the parameter map that was used to initialize this processor.
getParams()
- Method in class xsmeral.pipe.
PipeAttachedProcessor
Returns the parameter map used to initialize this processor.
getPipe()
- Method in class xsmeral.pipe.context.
PipeContext
Returns the underlying
Pipe
getPipe()
- Method in class xsmeral.pipe.
PipeAttachedProcessor
Returns the associated Pipe.
getPrev()
- Method in interface xsmeral.pipe.interfaces.
ObjectSink
Returns the previous processor in chain.
getPrev()
- Method in class xsmeral.pipe.
LocalObjectFilter
getPrev()
- Method in class xsmeral.pipe.
LocalObjectSink
getProcessors()
- Method in class xsmeral.pipe.
Pipe
Returns list of processors in this chain, order from input to output
getReader(ProcessingContext)
- Static method in class xsmeral.pipe.stats.
Stats
Convenience method.
getStatus()
- Method in class xsmeral.pipe.
AbstractObjectProcessor
getStatus()
- Method in interface xsmeral.pipe.interfaces.
ObjectProcessor
Returns current status of this processor.
getStatus()
- Method in class xsmeral.pipe.
Pipe
Returns the status of this pipe, determined by the status of the processors.
getValue()
- Method in class xsmeral.pipe.stats.
Average
getValue()
- Method in interface xsmeral.pipe.stats.
StatFunction
Returns result of this function over all values supplied since instantiation or last reset.
getValue()
- Method in class xsmeral.pipe.stats.
Sum
getValue()
- Method in class xsmeral.pipe.stats.
TimeInterval
getWorkingDir()
- Method in interface xsmeral.pipe.context.
FSContext
Returns the working directory
getWorkingDir()
- Method in class xsmeral.pipe.context.
PipeContext
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
N
O
P
R
S
T
V
W
X