C D E F G H I O Q R T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- columnNamesProperty - Static variable in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
- CSVFileConnectorErrorCode - Enum in org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc
-
The CSVFileConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the CSV File Connector.
- CSVFileStore - Interface in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStore defines the specific connector api for working with CSV files.
- CSVFileStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStoreConnector works with structured files to retrieve simple tables of data.
- CSVFileStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
- CSVFileStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStoreProvider is the OCF connector provider for the structured file store connector.
- CSVFileStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific file store implementation.
D
- delimiterCharacterProperty - Static variable in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
- DIRECTORY_SPECIFIED - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Close the file
E
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
Return comparison result based on the content of the properties.
F
- FILE_NOT_FOUND - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
- FILE_NOT_READABLE - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
- FILE_NOT_SPECIFIED - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
- FILE_TOO_SHORT - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
- FileReadException - Exception in org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception
-
The FileReadException is thrown by the connector when it is not possible to retrieve the requested record.
- FileReadException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
This is the constructor used when receiving an exception from a remote server.
- FileReadException(ExceptionMessageDefinition, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
This is the constructor used for creating an exception that resulted from a previous error.
- FileReadException(ExceptionMessageDefinition, String, String, Exception, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
This is the constructor used for creating an exception that resulted from a previous error.
- FileReadException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
This is the typical constructor used for creating an exception.
- FileReadException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
This is the typical constructor used for creating an exception.
G
- getColumnNames() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
-
Return the list of column names associated with this structured file.
- getColumnNames() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Return the list of column names associated with this structured file.
- getFileName() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
-
Return the name of the file to read.
- getFileName() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Return the name of the file to read.
- getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
Return the invalid parameter's name, if known.
- getLastUpdateDate() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
-
Return the last update data for the file.
- getLastUpdateDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Return the last update data for the file.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
Retrieve a message definition object for an exception.
- getRecordCount() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
-
Return the number of records in the file.
- getRecordCount() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Return the number of records in the file.
H
- hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
Return hash code for this object
I
- initialize(String, ConnectionProperties) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Initialize the connector.
O
- org.odpi.openmetadata.adapters.connectors.datastore.csvfile - package org.odpi.openmetadata.adapters.connectors.datastore.csvfile
- org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc - package org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc
- org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception - package org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception
Q
- quoteCharacterProperty - Static variable in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
R
- readRecord(int) - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
-
Return the requested data record.
- readRecord(int) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Return the requested data record.
T
- toString() - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
JSON-style toString
- toString() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
-
JSON-style toString
U
- UNEXPECTED_IO_EXCEPTION - org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
V
- valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages