Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ commit
Method
commit
storm-client/src/jvm/org/apache/storm/trident/state/State.java:31–31 ·
view source on GitHub ↗
(Long txid)
Source
from the content-addressed store, hash-verified
29
void
beginCommit(Long txid);
// can be null for things like partitionPersist occuring off a DRPC stream
30
31
void
commit(Long txid);
32
}
Callers
nothing calls this directly
Implementers
2
WindowsState
storm-client/src/jvm/org/apache/storm/
ReadOnlyState
storm-client/src/jvm/org/apache/storm/
Calls
no outgoing calls
Tested by
no test coverage detected