|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusteringToolkitExtension
| Method Summary | |
|---|---|
void |
unregisterAtomicLong(String name)
Unregister a clustered atomic long identified by the given name from the cluster. |
void |
unregisterBarrier(String name)
Unregister a clustered barrier identified by the given name from the cluster. |
void |
unregisterBlockingQueue(String name)
Unregister a clustered blocking queue identified by the given name from the cluster. |
void |
unregisterList(String name)
Unregister a clustered list identified by the given name from the cluster. |
void |
unregisterMap(String name)
Unregister a clustered map identified by the given name from the cluster. |
void |
unregisterReadWriteLock(String name)
Unregister a clustered read-write lock identified by the given name from the cluster. |
void |
unregisterTextBucket(String name)
Unregister a clustered text bucket identified by the given name from the cluster. |
| Methods inherited from interface org.terracotta.api.ClusteringToolkit |
|---|
createLock, getAtomicLong, getBarrier, getBlockingQueue, getBlockingQueue, getClusterInfo, getList, getMap, getReadWriteLock, getTextBucket |
| Method Detail |
|---|
void unregisterBarrier(String name)
If the named barrier exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a barrier after it has been unregistered leads to undefined results.
name - identifier for the barriervoid unregisterReadWriteLock(String name)
If the named lock exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a read-write lock after it has been unregistered leads to undefined results.
name - identifier for the lockvoid unregisterTextBucket(String name)
If the named bucket exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a text bucket after it has been unregistered leads to undefined results.
name - identifier for the bucketvoid unregisterBlockingQueue(String name)
If the named queue exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a blocking queue after it has been unregistered leads to undefined results.
name - identifier for the queuevoid unregisterAtomicLong(String name)
If the named atomic long exists it is unregistered from the cluster, otherwise this method does nothing. Further use of an atomic long after it has been unregistered leads to undefined results.
name - identifier for the atomic longvoid unregisterMap(String name)
If the named map exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a map after it has been unregistered leads to undefined results.
name - identifier for the mapvoid unregisterList(String name)
If the named list exists it is unregistered from the cluster, otherwise this method does nothing. Further use of a list after it has been unregistered leads to undefined results.
name - identifier for the list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||