public class DistributedCyclicBarrierType extends Object implements PrimitiveType<DistributedCyclicBarrierBuilder,DistributedCyclicBarrierConfig,DistributedCyclicBarrier>
| Constructor and Description |
|---|
DistributedCyclicBarrierType() |
| Modifier and Type | Method and Description |
|---|---|
static DistributedCyclicBarrierType |
instance()
Returns a new distributed count down latch type.
|
String |
name()
Returns the object name.
|
Namespace |
namespace()
Returns the primitive type namespace.
|
DistributedCyclicBarrierBuilder |
newBuilder(String name,
DistributedCyclicBarrierConfig config,
PrimitiveManagementService managementService)
Returns a new primitive builder.
|
DistributedCyclicBarrierConfig |
newConfig()
Returns a new instance of the primitive configuration.
|
PrimitiveService |
newService(ServiceConfig config)
Creates a new service instance from the given configuration.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitnewResourcepublic static DistributedCyclicBarrierType instance()
public Namespace namespace()
PrimitiveTypenamespace in interface PrimitiveType<DistributedCyclicBarrierBuilder,DistributedCyclicBarrierConfig,DistributedCyclicBarrier>public PrimitiveService newService(ServiceConfig config)
PrimitiveTypenewService in interface PrimitiveType<DistributedCyclicBarrierBuilder,DistributedCyclicBarrierConfig,DistributedCyclicBarrier>config - the service configurationpublic DistributedCyclicBarrierConfig newConfig()
PrimitiveTypenewConfig in interface PrimitiveType<DistributedCyclicBarrierBuilder,DistributedCyclicBarrierConfig,DistributedCyclicBarrier>newConfig in interface ConfiguredType<DistributedCyclicBarrierConfig>public DistributedCyclicBarrierBuilder newBuilder(String name, DistributedCyclicBarrierConfig config, PrimitiveManagementService managementService)
PrimitiveTypenewBuilder in interface PrimitiveType<DistributedCyclicBarrierBuilder,DistributedCyclicBarrierConfig,DistributedCyclicBarrier>name - the primitive nameconfig - the primitive configurationmanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.