Uses of Class
org.somda.sdc.biceps.common.storage.MdibStoragePreprocessingChain
-
Packages that use MdibStoragePreprocessingChain Package Description org.somda.sdc.biceps.common.access.helper Helpers for access classes.org.somda.sdc.biceps.common.storage.factory Factories for storage classes. -
-
Uses of MdibStoragePreprocessingChain in org.somda.sdc.biceps.common.access.helper
Constructors in org.somda.sdc.biceps.common.access.helper with parameters of type MdibStoragePreprocessingChain Constructor Description WriteUtil(org.slf4j.Logger logger, Distributor eventDistributor, MdibStoragePreprocessingChain mdibAccessPreprocessing, ReentrantReadWriteLock readWriteLock, MdibAccess mdibAccess)Constructor that accepts the dependencies in order to properly process write operations. -
Uses of MdibStoragePreprocessingChain in org.somda.sdc.biceps.common.storage.factory
Methods in org.somda.sdc.biceps.common.storage.factory that return MdibStoragePreprocessingChain Modifier and Type Method Description MdibStoragePreprocessingChainMdibStoragePreprocessingChainFactory. createMdibStoragePreprocessingChain(MdibStorage mdibStorage, List<DescriptionPreprocessingSegment> descriptionChainSegments, List<StatePreprocessingSegment> stateChainSegments)Creates a new MdibStoragePreprocessingChain instance.
-