Uses of Enum Class
io.fluxzero.common.Guarantee
Packages that use Guarantee
Package
Description
-
Uses of Guarantee in io.fluxzero.common
Subclasses with type arguments of type Guarantee in io.fluxzero.commonModifier and TypeClassDescriptionenumRepresents a delivery or completion guarantee for messages or state changes in Fluxzero.Methods in io.fluxzero.common that return Guarantee -
Uses of Guarantee in io.fluxzero.common.api
Methods in io.fluxzero.common.api that return GuaranteeModifier and TypeMethodDescriptionabstract GuaranteeCommand.getGuarantee()Indicates the delivery guarantee required for this command. -
Uses of Guarantee in io.fluxzero.common.api.keyvalue
Methods in io.fluxzero.common.api.keyvalue that return GuaranteeModifier and TypeMethodDescriptionStoreValueIfAbsent.getGuarantee()StoreValuesAndWait.getGuarantee()Deprecated. -
Uses of Guarantee in io.fluxzero.common.api.modeling
Constructors in io.fluxzero.common.api.modeling with parameters of type GuaranteeModifierConstructorDescriptionCommitModels(String commitId, long readStateIndex, List<String> readModelIds, List<ModelCommitStep> substeps, ModelConflictPolicy conflictPolicy, Guarantee guarantee, boolean possibleDuplicate) CommitModels(String commitId, long readStateIndex, List<String> readModelIds, List<ModelCommitStep> substeps, ModelConflictPolicy conflictPolicy, Guarantee guarantee, boolean possibleDuplicate, boolean migration) -
Uses of Guarantee in io.fluxzero.common.api.publishing
Methods in io.fluxzero.common.api.publishing that return GuaranteeConstructors in io.fluxzero.common.api.publishing with parameters of type GuaranteeModifierConstructorDescriptionAppend(long requestId, MessageType messageType, List<SerializedMessage> messages, Guarantee guarantee) Restores an append request received through an optimized transport representation.Append(MessageType messageType, List<SerializedMessage> messages, Guarantee guarantee) -
Uses of Guarantee in io.fluxzero.common.api.search
Constructors in io.fluxzero.common.api.search with parameters of type GuaranteeModifierConstructorDescriptionAdoptModelMigration(String modelId, String collection, Long expectedDocumentIndex, long expectedStateIndex, Guarantee guarantee) DeleteDocuments(SearchQuery query, Guarantee guarantee) Creates a deletion command that uses the runtime's default batch size. -
Uses of Guarantee in io.fluxzero.common.api.tracking
Methods in io.fluxzero.common.api.tracking with parameters of type GuaranteeModifier and TypeMethodDescriptionstatic StorePositionStorePosition.fromJson(MessageType messageType, String consumer, int[] segment, long lastIndex, Guarantee guarantee)