Package | Description |
---|---|
org.apache.hivemind |
The main HiveMind package.
|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
org.apache.hivemind.internal | |
org.apache.hivemind.order |
Classes and interfaces for ordering objects based on dependencies.
|
org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
Modifier and Type | Method and Description |
---|---|
ErrorLog |
ServiceImplementationFactoryParameters.getErrorLog()
An
ErrorLog instance used for reporting recoverable errors related to the service (or
the construction of the service). |
Modifier and Type | Class and Description |
---|---|
class |
ErrorLogImpl |
Modifier and Type | Method and Description |
---|---|
ErrorLog |
AbstractExtensionPoint.getErrorLog() |
ErrorLog |
ServiceImplementationFactoryParametersImpl.getErrorLog() |
Constructor and Description |
---|
SchemaProcessorImpl(ErrorLog errorLog,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
ErrorLog |
ExtensionPoint.getErrorLog()
Returns an
ErrorLog used to report any recoverable errors related
to the extension point. |
Constructor and Description |
---|
Orderer(ErrorLog errorLog,
java.lang.String objectType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectTranslator.setErrorLog(ErrorLog errorLog) |
Constructor and Description |
---|
EventLinkerImpl(ErrorLog errorLog) |