Uses of Class
io.resys.hdes.client.api.ImmutableStoreState.Builder
Packages that use ImmutableStoreState.Builder
-
Uses of ImmutableStoreState.Builder in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableStoreState.BuilderModifier and TypeMethodDescriptionImmutableStoreState.Builder.branches(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thebranchesmap.static ImmutableStoreState.BuilderImmutableStoreState.builder()Creates a builder forImmutableStoreState.ImmutableStoreState.Builder.commitAt(LocalDateTime commitAt) Initializes the value for thecommitAtattribute.Initializes the value for thecommitIdattribute.ImmutableStoreState.Builder.decisions(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thedecisionsmap.ImmutableStoreState.Builder.flows(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for theflowsmap.ImmutableStoreState.Builder.from(HdesStore.StoreState instance) Fill a builder with attribute values from the providedStoreStateinstance.ImmutableStoreState.Builder.putAllBranches(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries tobranchesmap.ImmutableStoreState.Builder.putAllDecisions(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries todecisionsmap.ImmutableStoreState.Builder.putAllFlows(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries toflowsmap.ImmutableStoreState.Builder.putAllServices(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableStoreState.Builder.putAllTags(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries totagsmap.ImmutableStoreState.Builder.putBranches(String key, HdesStore.StoreEntity value) Put one entry to thebranchesmap.ImmutableStoreState.Builder.putBranches(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thebranchesmap.ImmutableStoreState.Builder.putDecisions(String key, HdesStore.StoreEntity value) Put one entry to thedecisionsmap.ImmutableStoreState.Builder.putDecisions(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thedecisionsmap.ImmutableStoreState.Builder.putFlows(String key, HdesStore.StoreEntity value) Put one entry to theflowsmap.ImmutableStoreState.Builder.putFlows(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to theflowsmap.ImmutableStoreState.Builder.putServices(String key, HdesStore.StoreEntity value) Put one entry to theservicesmap.ImmutableStoreState.Builder.putServices(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to theservicesmap.ImmutableStoreState.Builder.putTags(String key, HdesStore.StoreEntity value) Put one entry to thetagsmap.ImmutableStoreState.Builder.putTags(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thetagsmap.ImmutableStoreState.Builder.services(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for theservicesmap.Initializes the value for thetagNameattribute.ImmutableStoreState.Builder.tags(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thetagsmap.