public interface NamedCollection extends Releasable
Modifier and Type | Interface | Description |
---|---|---|
static interface |
NamedCollection.Option |
The Option interface defines the root interface of all NamedCollection Options.
|
Modifier and Type | Method | Description |
---|---|---|
void |
destroy() |
Release and destroy this instance of NamedCollection.
|
String |
getName() |
Obtain the name of this NamedCollection.
|
Service |
getService() |
Return the Service that this NamedCollection is a part of.
|
close, isActive, release
String getName()
Service getService()
void destroy()
Warning: This method is used to completely destroy the specified collection across the cluster. All references in the entire cluster to this collection will be invalidated, the collection data will be cleared, and all internal resources will be released.