Package | Description |
---|---|
org.openspaces.admin |
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
|
org.openspaces.admin.alert |
Support for managing Alerts through the Admin API.
|
org.openspaces.admin.alert.config.parser | |
org.openspaces.admin.application | |
org.openspaces.admin.application.deploy | |
org.openspaces.admin.bean |
Support for managing admin Beans through the Admin API.
|
org.openspaces.admin.dump | |
org.openspaces.admin.metrics | |
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
org.openspaces.grid.gsm.rebalancing.exceptions |
Modifier and Type | Method and Description |
---|---|
DumpResult |
Admin.generateDump(Set<DumpProvider> dumpProviders,
DumpGeneratedListener listener,
String cause,
Map<String,Object> context,
String... processor)
Generates dump for an explicit set of dump providers.
|
LogEntries |
LogProviderGridComponent.logEntries(LogEntryMatcher matcher)
Returns the log entries matching the given matcher for the specific grid component.
|
LogEntries |
LogProviderGridComponent.logEntriesDirect(LogEntryMatcher matcher)
Same as
LogProviderGridComponent.logEntries(com.gigaspaces.log.LogEntryMatcher) , but does not try and get the logs
from the agent. |
Modifier and Type | Class and Description |
---|---|
class |
AlertConfigurationException
An alert configuration exception; the
Throwable.getCause() can be one the subclasses of
BeanConfigException . |
Modifier and Type | Class and Description |
---|---|
class |
AlertConfigurationParserException
An exception thrown on a parsing error from
AlertConfigurationParser . |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAlreadyDeployedException |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationDeployCommand.deployAndWait(String[] args) |
Modifier and Type | Class and Description |
---|---|
class |
BeanConfigException
Base class for all admin Bean configuration exceptions.
|
class |
BeanConfigNotFoundException
Exception indicating that a configuration for a bean by this name can't be found (has not been
added or has been removed).
|
class |
BeanConfigurationClassCastException
Indicates the bean does not implement the required interfaces.
|
class |
BeanConfigurationException
Exception indicating that a misconfiguration occurred when initializing a bean (such as failure
to set an essential property).
|
class |
BeanInitializationException
Exception indicating that an initialization of a bean failed.
|
class |
EnabledBeanConfigCannotBeChangedException
Exception indicating that a configuration for an already enabled bean can't be changed unless first disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundDumpResult.download(File target,
DumpDownloadListener listener) |
void |
DumpResult.download(File target,
DumpDownloadListener listener)
Downloads the dump into the target file.
|
void |
CompoundDumpResult.download(File targetDirectory,
String fileName,
DumpDownloadListener listener) |
void |
DumpResult.download(File targetDirectory,
String fileName,
DumpDownloadListener listener)
Downloads the dump into the target file.
|
DumpResult |
DumpProvider.generateDump(String cause,
Map<String,Object> context)
Generates dump for all the provided dump processors.
|
DumpResult |
DumpProvider.generateDump(String cause,
Map<String,Object> context,
String... processor)
Generates dump for the provided processors.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricProvider.reloadMetricConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingUnitAlreadyDeployedException |
Constructor and Description |
---|
ProcessingUnitIsNotEvenlyDistributedAcrossContainersException(String context,
ProcessingUnit pu,
GridServiceContainer[] containers,
AdminException e) |
Copyright © GigaSpaces.