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 |
---|---|
DumpResult |
DefaultAdmin.generateDump(Set<DumpProvider> dumpProviders,
DumpGeneratedListener listener,
String cause,
Map<String,Object> context,
String... processor) |
DumpResult |
DefaultAdmin.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultAdmin.generateDump(String cause,
Map<String,Object> context,
String... processor) |
Modifier and Type | Method and Description |
---|---|
void |
InternalDumpResult.download(File target,
DumpDownloadListener listener) |
void |
InternalDumpResult.download(File targetDirectory,
String fileName,
DumpDownloadListener listener) |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultElasticServiceManager.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultElasticServiceManagers.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultElasticServiceManager.generateDump(String cause,
Map<String,Object> context,
String... processors) |
DumpResult |
DefaultElasticServiceManagers.generateDump(String cause,
Map<String,Object> context,
String... processor) |
LogEntries |
DefaultElasticServiceManager.logEntries(LogEntryMatcher matcher) |
LogEntries |
DefaultElasticServiceManager.logEntriesDirect(LogEntryMatcher matcher) |
void |
DefaultElasticServiceManager.reloadMetricConfiguration() |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultGridServiceAgent.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceAgents.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceAgent.generateDump(String cause,
Map<String,Object> context,
String... processor) |
DumpResult |
DefaultGridServiceAgents.generateDump(String cause,
Map<String,Object> context,
String... processor) |
LogEntries |
DefaultGridServiceAgent.logEntries(LogEntryMatcher matcher) |
LogEntries |
DefaultGridServiceAgent.logEntriesDirect(LogEntryMatcher matcher) |
void |
DefaultGridServiceAgent.reloadMetricConfiguration() |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultGridServiceContainers.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceContainer.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceContainers.generateDump(String cause,
Map<String,Object> context,
String... processor) |
DumpResult |
DefaultGridServiceContainer.generateDump(String cause,
Map<String,Object> context,
String... processor) |
LogEntries |
DefaultGridServiceContainer.logEntries(LogEntryMatcher matcher) |
LogEntries |
DefaultGridServiceContainer.logEntriesDirect(LogEntryMatcher matcher) |
void |
DefaultGridServiceContainer.reloadMetricConfiguration() |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultGridServiceManagers.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceManager.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultGridServiceManagers.generateDump(String cause,
Map<String,Object> context,
String... processor) |
DumpResult |
DefaultGridServiceManager.generateDump(String cause,
Map<String,Object> context,
String... processors) |
LogEntries |
DefaultGridServiceManager.logEntries(LogEntryMatcher matcher) |
LogEntries |
DefaultGridServiceManager.logEntriesDirect(LogEntryMatcher matcher) |
void |
DefaultGridServiceManager.reloadMetricConfiguration() |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultLookupService.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultLookupServices.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultLookupService.generateDump(String cause,
Map<String,Object> context,
String... processors) |
DumpResult |
DefaultLookupServices.generateDump(String cause,
Map<String,Object> context,
String... processor) |
LogEntries |
DefaultLookupService.logEntries(LogEntryMatcher matcher) |
LogEntries |
DefaultLookupService.logEntriesDirect(LogEntryMatcher matcher) |
void |
DefaultLookupService.reloadMetricConfiguration() |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultMachine.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultMachine.generateDump(String cause,
Map<String,Object> context,
String... processor) |
Modifier and Type | Method and Description |
---|---|
ExactZonesConfig |
InternalProcessingUnit.getHostingGridServiceAgentZones(ProcessingUnitInstance processingUnitInstance)
return the exact zones of the agent that belongs to processing unit instance
|
ExactZonesConfig |
DefaultProcessingUnit.getHostingGridServiceAgentZones(ProcessingUnitInstance processingUnitInstance) |
Modifier and Type | Method and Description |
---|---|
DumpResult |
DefaultZone.generateDump(String cause,
Map<String,Object> context) |
DumpResult |
DefaultZone.generateDump(String cause,
Map<String,Object> context,
String... processor) |
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.