Index

D G J N O S T U V 
All Classes and Interfaces|All Packages

D

disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Free up any resources held since the connector is no longer needed.

G

getAuditLogRecord(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Retrieve a specific audit log record.
getAuditLogRecordsByComponent(String, Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Retrieve a list of log records written by a specific component.
getAuditLogRecordsBySeverity(String, Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Retrieve a list of log records that have specific severity.
getAuditLogRecordsByTimeStamp(Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Retrieve a list of log records written in a specified time period.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
Retrieve a message definition object for an exception.

J

JDBCAuditLogDestinationConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc
Connector to add audit log records to a database.
JDBCAuditLogDestinationConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Default constructor used by the connector provider.
JDBCAuditLogDestinationProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc
JDBCAuditLogDestinationProvider is the factory class for the JDBC Audit log Destination.
JDBCAuditLogDestinationProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific audit log store implementation.
JDBCAuditLogErrorCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc
The JDBCAuditLogErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the JDBC audit log destination connector.

N

NULL_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
JDBC-AUDIT-LOG-400-001 - Audit log destination connector {0} has been configured without the URL to the database
NULL_USER - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
JDBC-AUDIT-LOG-400-002 - Audit log destination connector {0} has been configured with either a null userId or password for connecting to Apache Atlas

O

org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc
 
org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc
FFDC stands for First Failure Data Capture.

S

start() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Set up the database
storeLogRecord(OMRSAuditLogRecord) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.JDBCAuditLogDestinationConnector
Store the audit log record in the audit log store.

T

toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
JSON-style toString

U

UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
JDBC-AUDIT-LOG-500-001 - The {0} audit log destination connector received an unexpected exception {1} during method {2}; the error message was: {3}

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.jdbc.ffdc.JDBCAuditLogErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
D G J N O S T U V 
All Classes and Interfaces|All Packages