Package org.onosproject.store.service
Class TopicBuilder<T>
- java.lang.Object
-
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
-
- org.onosproject.store.service.TopicOptions<TopicBuilder<T>,T>
-
- org.onosproject.store.service.TopicBuilder<T>
-
- Type Parameters:
T
- type for topic value
- All Implemented Interfaces:
DistributedPrimitiveBuilder<Topic<T>>
public abstract class TopicBuilder<T> extends TopicOptions<TopicBuilder<T>,T> implements DistributedPrimitiveBuilder<Topic<T>>
Builder forTopic
instances.
-
-
Field Summary
-
Fields inherited from class org.onosproject.store.service.TopicOptions
compatibilityFunction
-
-
Constructor Summary
Constructors Constructor Description TopicBuilder()
-
Method Summary
-
Methods inherited from class org.onosproject.store.service.TopicOptions
withCompatibilityFunction
-
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
-
-