Uses of Record Class
io.fluxzero.sdk.modeling.Graph.Options
Packages that use Graph.Options
-
Uses of Graph.Options in io.fluxzero.sdk.modeling
Fields in io.fluxzero.sdk.modeling declared as Graph.OptionsModifier and TypeFieldDescriptionstatic final Graph.OptionsGraph.Options.DEFAULTUses no caller-imposed graph limits.Methods in io.fluxzero.sdk.modeling with parameters of type Graph.OptionsModifier and TypeMethodDescriptionstatic <T> Graph<T> Graphs.compose(String rootId, long stateIndex, Map<String, Entity<?>> durableModels, List<io.fluxzero.common.api.modeling.ModelGraphEdge> durableEdges, ModelRepository repository, boolean historical, io.fluxzero.common.api.modeling.ModelReadBoundary boundary, String namespace, Class<T> rootType, Graph.Options options, Map<String, Entity<?>> staged, Function<Entity<?>, Graph<?>> supplementalLoader) Builds one indexed state with visible message-batch values applied before graph selection. -
Uses of Graph.Options in io.fluxzero.sdk.persisting.repository
Methods in io.fluxzero.sdk.persisting.repository with parameters of type Graph.OptionsModifier and TypeMethodDescription<T> Graph<T> DefaultModelRepository.loadGraph(@NonNull String rootId, @NonNull Class<T> rootType, @NonNull io.fluxzero.common.api.modeling.ModelReadBoundary boundary, Graph.Options options) <T> Graph<T> DefaultModelRepository.loadGraph(@NonNull String rootId, @NonNull Class<T> rootType, Graph.Options options) default <T> Graph<T> ModelRepository.loadGraph(@NonNull String rootId, @NonNull Class<T> rootType, @NonNull io.fluxzero.common.api.modeling.ModelReadBoundary boundary, Graph.Options options) Reconstructs one model graph at the supplied current, state, commit, event, or before boundary.default <T> Graph<T> ModelRepository.loadGraph(@NonNull String rootId, @NonNull Class<T> rootType, Graph.Options options) Reconstructs a model graph using exact persisted identity, root type, and optional caller-imposed limits.default <T> Graph<T> ModelRepository.loadGraphAt(@NonNull Id<T> rootId, long stateIndex, Graph.Options options) Reconstructs a model graph at an inclusive historical model-state boundary with optional caller-imposed limits.default <T> Graph<T> ModelRepository.loadGraphAt(@NonNull String rootId, @NonNull Class<T> rootType, long stateIndex, Graph.Options options) Reconstructs a model graph using exact persisted identity, root type, an inclusive historical boundary, and optional caller-imposed limits.<T> Graph<T> DefaultModelRepository.loadGraphAtIncludingMessageBatch(@NonNull String rootId, @NonNull Class<T> rootType, long stateIndex, Graph.Options options) Reconstructs a graph at an exact durable boundary and overlays pending values from earlier messages in the current message batch.default <T> Graph<T> ModelRepository.loadGraphBefore(@NonNull String rootId, @NonNull Class<T> rootType, long stateIndex, Graph.Options options) Reconstructs the model graph that was current immediately before an opaque state boundary.