Uses of Interface
org.apache.commons.configuration2.sync.Synchronizer
-
Packages that use Synchronizer Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.sync A package containing interfaces and classes related to synchronization of configurations. -
-
Uses of Synchronizer in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return Synchronizer Modifier and Type Method Description static SynchronizerConfigurationUtils. cloneSynchronizer(Synchronizer sync)Creates a clone of the specifiedSynchronizer.SynchronizerAbstractConfiguration. getSynchronizer()Gets the object responsible for synchronizing this configuration.Methods in org.apache.commons.configuration2 with parameters of type Synchronizer Modifier and Type Method Description static SynchronizerConfigurationUtils. cloneSynchronizer(Synchronizer sync)Creates a clone of the specifiedSynchronizer.voidAbstractConfiguration. setSynchronizer(Synchronizer synchronizer)Sets the object responsible for synchronizing this configuration. -
Uses of Synchronizer in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type Synchronizer Modifier and Type Method Description BasicBuilderParametersBasicBuilderParameters. setSynchronizer(Synchronizer sync)Sets theSynchronizerobject for this configuration.TBasicBuilderProperties. setSynchronizer(Synchronizer sync)Sets theSynchronizerobject for this configuration. -
Uses of Synchronizer in org.apache.commons.configuration2.sync
Classes in org.apache.commons.configuration2.sync that implement Synchronizer Modifier and Type Class Description classNoOpSynchronizerAn implementation of theSynchronizerinterface which does not perform any synchronization.classReadWriteSynchronizerA special implementation ofSynchronizerbased on the JDK'sReentrantReadWriteLockclass.Methods in org.apache.commons.configuration2.sync that return Synchronizer Modifier and Type Method Description SynchronizerSynchronizerSupport. getSynchronizer()Gets theSynchronizerused by this object.Methods in org.apache.commons.configuration2.sync with parameters of type Synchronizer Modifier and Type Method Description voidSynchronizerSupport. setSynchronizer(Synchronizer sync)Sets theSynchronizerto be used by this object.
-