Uses of Class
org.somda.sdc.biceps.common.MdibStateModifications
-
Packages that use MdibStateModifications Package Description org.somda.sdc.biceps.common Any classes that are shared between BICEPS provider and consumer.org.somda.sdc.biceps.common.access.helper Helpers for access classes.org.somda.sdc.biceps.common.storage MDIB storage implementation for BICEPS.org.somda.sdc.biceps.consumer.access MDIB access implementation for the MDIB consumer side.org.somda.sdc.biceps.consumer.preprocessing Preprocessing actions for RemoteMdibAccess.org.somda.sdc.biceps.provider.access MDIB access implementation for the MDIB provider side.org.somda.sdc.biceps.provider.preprocessing Preprocessing actions for LocalMdibAccess. -
-
Uses of MdibStateModifications in org.somda.sdc.biceps.common
Methods in org.somda.sdc.biceps.common that return MdibStateModifications Modifier and Type Method Description MdibStateModificationsMdibStateModifications. add(AbstractState state)Add a single element to the change set.<T extends AbstractState>
MdibStateModificationsMdibStateModifications. addAll(Collection<T> states)Add multiple elements to the change set.static MdibStateModificationsMdibStateModifications. create(MdibStateModifications.Type changeType)Creates a set.static MdibStateModificationsMdibStateModifications. create(MdibStateModifications.Type changeType, int initialCapacity)Creates a set with initial capacity. -
Uses of MdibStateModifications in org.somda.sdc.biceps.common.access.helper
Methods in org.somda.sdc.biceps.common.access.helper with parameters of type MdibStateModifications Modifier and Type Method Description WriteStateResultWriteUtil. writeStates(Function<MdibStateModifications,WriteStateResult> lockedWriteStates, MdibStateModifications stateModifications)Performs preprocessing, write operation and event distribution of state modifications.Method parameters in org.somda.sdc.biceps.common.access.helper with type arguments of type MdibStateModifications Modifier and Type Method Description WriteStateResultWriteUtil. writeStates(Function<MdibStateModifications,WriteStateResult> lockedWriteStates, MdibStateModifications stateModifications)Performs preprocessing, write operation and event distribution of state modifications. -
Uses of MdibStateModifications in org.somda.sdc.biceps.common.storage
Methods in org.somda.sdc.biceps.common.storage with parameters of type MdibStateModifications Modifier and Type Method Description default voidStatePreprocessingSegment. afterLastModification(MdibStateModifications modifications, MdibStorage mdibStorage)Function that is invoked after the last modification in the processing chain has been applied.WriteStateResultMdibStorage. apply(MdibVersion mdibVersion, BigInteger mdStateVersion, MdibStateModifications stateModifications)Applies state modifications on this object regardless of any consistency checks.WriteStateResultMdibStorageImpl. apply(MdibVersion mdibVersion, BigInteger mdStateVersion, MdibStateModifications stateModifications)default voidStatePreprocessingSegment. beforeFirstModification(MdibStateModifications modifications, MdibStorage mdibStorage)Function that is invoked before the first modification in the processing chain is applied.voidStatePreprocessingSegment. process(MdibStateModifications modifications, AbstractState modification, MdibStorage storage)In a sequence of modifications this function processes one modification.voidMdibStoragePreprocessingChain. processStateModifications(MdibStateModifications modifications)Accepts a set of state modifications and applies them on every available state chain segment. -
Uses of MdibStateModifications in org.somda.sdc.biceps.consumer.access
Methods in org.somda.sdc.biceps.consumer.access with parameters of type MdibStateModifications Modifier and Type Method Description WriteStateResultRemoteMdibAccess. writeStates(MdibVersion mdibVersion, MdibStateModifications mdibStateModifications)Processes the state modifications object, stores the data internally and triggers an event.WriteStateResultRemoteMdibAccessImpl. writeStates(MdibVersion mdibVersion, MdibStateModifications mdibStateModifications) -
Uses of MdibStateModifications in org.somda.sdc.biceps.consumer.preprocessing
Methods in org.somda.sdc.biceps.consumer.preprocessing with parameters of type MdibStateModifications Modifier and Type Method Description voidVersionDuplicateHandler. afterLastModification(MdibStateModifications modifications, MdibStorage mdibStorage)voidVersionDuplicateHandler. beforeFirstModification(MdibStateModifications modifications, MdibStorage mdibStorage)voidVersionDuplicateHandler. process(MdibStateModifications modifications, AbstractState modification, MdibStorage storage) -
Uses of MdibStateModifications in org.somda.sdc.biceps.provider.access
Methods in org.somda.sdc.biceps.provider.access with parameters of type MdibStateModifications Modifier and Type Method Description WriteStateResultLocalMdibAccess. writeStates(MdibStateModifications mdibStateModifications)Processes the state modifications object, stores the data internally and triggers an event.WriteStateResultLocalMdibAccessImpl. writeStates(MdibStateModifications mdibStateModifications) -
Uses of MdibStateModifications in org.somda.sdc.biceps.provider.preprocessing
Methods in org.somda.sdc.biceps.provider.preprocessing with parameters of type MdibStateModifications Modifier and Type Method Description voidVersionHandler. afterLastModification(MdibStateModifications modifications, MdibStorage storage)voidVersionHandler. beforeFirstModification(MdibStateModifications modifications, MdibStorage storage)voidVersionHandler. process(MdibStateModifications modifications, AbstractState state, MdibStorage storage)
-