Package org.apache.storm.hdfs.trident
Class HdfsState
- java.lang.Object
-
- org.apache.storm.hdfs.trident.HdfsState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HdfsState.HdfsFileOptions
static class
HdfsState.Options
static class
HdfsState.SequenceFileOptions
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
LOG
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginCommit(Long txId)
void
commit(Long txId)
void
updateState(List<TridentTuple> tuples, TridentCollector tridentCollector)
-
-
-
Method Detail
-
beginCommit
public void beginCommit(Long txId)
- Specified by:
beginCommit
in interfaceState
-
updateState
public void updateState(List<TridentTuple> tuples, TridentCollector tridentCollector)
-
-