public class TracingCPSubsystem extends Object implements com.hazelcast.cp.CPSubsystem
| Constructor and Description |
|---|
TracingCPSubsystem(com.hazelcast.cp.CPSubsystem cpSubsystem,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.core.IAtomicLong |
getAtomicLong(String name) |
<E> com.hazelcast.core.IAtomicReference<E> |
getAtomicReference(String name) |
com.hazelcast.core.ICountDownLatch |
getCountDownLatch(String name) |
com.hazelcast.cp.session.CPSessionManagementService |
getCPSessionManagementService() |
com.hazelcast.cp.CPSubsystemManagementService |
getCPSubsystemManagementService() |
com.hazelcast.cp.CPMember |
getLocalCPMember() |
com.hazelcast.cp.lock.FencedLock |
getLock(String name) |
com.hazelcast.core.ISemaphore |
getSemaphore(String name) |
public TracingCPSubsystem(com.hazelcast.cp.CPSubsystem cpSubsystem,
boolean traceWithActiveSpanOnly)
public com.hazelcast.core.IAtomicLong getAtomicLong(String name)
getAtomicLong in interface com.hazelcast.cp.CPSubsystempublic <E> com.hazelcast.core.IAtomicReference<E> getAtomicReference(String name)
getAtomicReference in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.core.ICountDownLatch getCountDownLatch(String name)
getCountDownLatch in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.cp.lock.FencedLock getLock(String name)
getLock in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.core.ISemaphore getSemaphore(String name)
getSemaphore in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.cp.CPMember getLocalCPMember()
getLocalCPMember in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.cp.CPSubsystemManagementService getCPSubsystemManagementService()
getCPSubsystemManagementService in interface com.hazelcast.cp.CPSubsystempublic com.hazelcast.cp.session.CPSessionManagementService getCPSessionManagementService()
getCPSessionManagementService in interface com.hazelcast.cp.CPSubsystemCopyright © 2018-2019–2019. All rights reserved.