@Deprecated public final class HashedWheelTimerModule extends AbstractHashedWheelTimerModule
tickDurationJmxAttribute, ticksPerWheelJmxAttribute
dependencyResolver, identifier
Constructor and Description |
---|
HashedWheelTimerModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
HashedWheelTimerModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
HashedWheelTimerModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutoCloseable |
createInstance()
Deprecated.
Create instance.
|
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
Deprecated.
|
void |
validate()
Deprecated.
This method will be called as first phase in two phase commit.
|
canReuseInstance, customValidation, equals, getLogger, getTickDuration, getTicksPerWheel, hashCode, isSame, resolveDependencies, reuseInstance, setTickDuration, setTicksPerWheel
canReuse, getIdentifier, getInstance, setCanReuseInstance
public HashedWheelTimerModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
public HashedWheelTimerModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, HashedWheelTimerModule oldModule, AutoCloseable oldInstance)
public void validate()
Module
Module.getInstance()
on
dependent Module
because it would destroy separation between
validation and commit phase.validate
in interface Module
validate
in class AbstractHashedWheelTimerModule
public AutoCloseable createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractHashedWheelTimerModule>
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2019 OpenDaylight. All rights reserved.