Package org.onosproject.store.service
Class LeaderElectorBuilder
- java.lang.Object
-
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
-
- org.onosproject.store.service.LeaderElectorOptions<LeaderElectorBuilder>
-
- org.onosproject.store.service.LeaderElectorBuilder
-
- All Implemented Interfaces:
DistributedPrimitiveBuilder<AsyncLeaderElector>
public abstract class LeaderElectorBuilder extends LeaderElectorOptions<LeaderElectorBuilder> implements DistributedPrimitiveBuilder<AsyncLeaderElector>
Builder for constructing newAsyncLeaderElector
instances.
-
-
Constructor Summary
Constructors Constructor Description LeaderElectorBuilder()
-
Method Summary
-
Methods inherited from class org.onosproject.store.service.LeaderElectorOptions
electionTimeoutMillis, withElectionTimeout, withElectionTimeout
-
Methods inherited from class org.onosproject.store.primitives.DistributedPrimitiveOptions
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onosproject.store.primitives.DistributedPrimitiveBuilder
build
-
-