public final class Commit
extends Object
-
Constructor Summary
Constructors
Commit(boolean isClosed,
boolean isForced,
boolean isShifted)
Commit(boolean isClosed,
boolean isForced,
boolean isShifted,
swim.collections.FingerTrieSeq<swim.concurrent.Cont<Chunk>> conts)
-
Method Summary
void
swim.collections.FingerTrieSeq<swim.concurrent.Cont<Chunk>>
boolean
boolean
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Commit
public Commit(boolean isClosed,
boolean isForced,
boolean isShifted,
swim.collections.FingerTrieSeq<swim.concurrent.Cont<Chunk>> conts)
-
Commit
public Commit(boolean isClosed,
boolean isForced,
boolean isShifted)
-
Method Details
-
isClosed
public boolean isClosed()
-
isClosed
public Commit isClosed(boolean isClosed)
-
isForced
public boolean isForced()
-
isForced
public Commit isForced(boolean isForced)
-
isShifted
public boolean isShifted()
-
isShifted
public Commit isShifted(boolean isShifted)
-
conts
public swim.collections.FingerTrieSeq<swim.concurrent.Cont<Chunk>> conts()
-
andThen
public Commit andThen(swim.concurrent.Cont<Chunk> cont)
-
bind
public void bind(Chunk chunk)
-
-
-
-