Class CountDownLatchView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.datastructures.CountDownLatchView
 
- 
 public class CountDownLatchView extends Object IgniteCountDownLatchrepresentation for aSystemView.
- 
- 
Field SummaryFields Modifier and Type Field Description protected TdsData structure instance.
 - 
Constructor SummaryConstructors Constructor Description CountDownLatchView(org.apache.ignite.internal.processors.datastructures.GridCacheRemovable ds)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanautoDelete()intcount()intgroupId()StringgroupName()intinitialCount()Stringname()booleanremoved()
 
- 
- 
- 
Method Detail- 
countpublic int count() - Returns:
- Count.
- See Also:
- IgniteCountDownLatch.count()
 
 - 
initialCountpublic int initialCount() - Returns:
- Initial count.
- See Also:
- IgniteCountDownLatch.initialCount()
 
 - 
autoDeletepublic boolean autoDelete() - Returns:
- Trueif latch is auto removed after counter down to 0.
- See Also:
- IgniteCountDownLatch.autoDelete()
 
 - 
namepublic String name() - Returns:
- Name.
 
 - 
groupNamepublic String groupName() - Returns:
- Group name.
 
 - 
groupIdpublic int groupId() - Returns:
- Group id.
 
 - 
removedpublic boolean removed() - Returns:
- Trueis data structure removed.
 
 
- 
 
-