Uses of Interface
io.fluxzero.common.modeling.ModelCommitAssignment.Head
Packages that use ModelCommitAssignment.Head
-
Uses of ModelCommitAssignment.Head in io.fluxzero.common.modeling
Classes in io.fluxzero.common.modeling with type parameters of type ModelCommitAssignment.HeadModifier and TypeClassDescriptionstatic final classOne fully assigned commit.static interfaceReceives assigned heads so a store can build only its own persistence representation.static interfaceConstructs a compact store-specific head from the values assigned by this owner.static final classMutable ordering state for one atomic assignment batch.Methods in io.fluxzero.common.modeling with type parameters of type ModelCommitAssignment.HeadModifier and TypeMethodDescriptionstatic <H extends ModelCommitAssignment.Head>
ModelCommitAssignment.Session<H> ModelCommitAssignment.session(Function<String, H> currentHeads, ModelCommitAssignment.HeadFactory<H> headFactory, long firstStateIndex) Starts an ordered assignment session in which later commits observe earlier assigned heads.