Index

C D F G I O Q R T U V 
All Classes and Interfaces|All Packages|Constant Field Values

C

columnNamesProperty - Static variable in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
columnNames configuration property
CSVFileConnectorErrorCode - Enum Class 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
delimiterCharacter configuration property
DIRECTORY_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-400-002 - The file {0} given in Connection object {1} is a directory
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
Close the file

F

FILE_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-404-001 - The file named {0} in the Connection object {1} does not exist
FILE_NOT_READABLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-400-003 - The file {0} given in Connection object {1} is not readable
FILE_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-400-001 - The file name is null in the Connection object {0}
FILE_TOO_SHORT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-400-004 - File {0} does not have {1} rows

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.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class 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.

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
Implementation of the CSV file resource connector for accessing the content of a CSV formatted file.
org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc - package org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc
Error messages for the CSV file resource connector.

Q

quoteCharacterProperty - Static variable in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
quote character configuration property

R

readRecord(long) - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStore
Return the requested data record.
readRecord(long) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
Return the requested data record.

T

toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
JSON-style toString

U

UNEXPECTED_IO_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
CSV-FILE-CONNECTOR-500-001 - The connector received an unexpected IO exception when reading the file named {0}; the error message was: {1}

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
C D F G I O Q R T U V 
All Classes and Interfaces|All Packages|Constant Field Values