Class ReadOnlyState

java.lang.Object
org.apache.storm.trident.state.ReadOnlyState
All Implemented Interfaces:
State
Direct Known Subclasses:
TridentReach.StaticSingleKeyMapState

public class ReadOnlyState extends Object implements State
  • Constructor Details

    • ReadOnlyState

      public ReadOnlyState()
  • Method Details

    • beginCommit

      public void beginCommit(Long txid)
      Specified by:
      beginCommit in interface State
    • commit

      public void commit(Long txid)
      Specified by:
      commit in interface State