B D E F G H I O T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BasicFileConnectorErrorCode - Enum in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc
-
The BasicFileConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
- BasicFileStore - Interface in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStore defines the interface to access a file.
- BasicFileStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStoreConnector works with files to retrieve simple objects.
- BasicFileStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
- BasicFileStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStoreProvider is the OCF connector provider for the basic file store connector.
- BasicFileStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
D
- DIRECTORY_SPECIFIED - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
-
Close the file
E
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Return comparison result based on the content of the properties.
F
- FILE_NOT_FOUND - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
- FILE_NOT_READABLE - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
- FILE_NOT_SPECIFIED - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
- FileException - Exception in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
-
The FileException is thrown by the connector when it is not possible to retrieve the requested file.
- FileException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
This is the constructor used when receiving an exception from a remote server.
- FileException(int, String, String, String, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Deprecated.
- FileException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Deprecated.
- FileException(ExceptionMessageDefinition, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
This is the constructor used for creating an exception that resulted from a previous error.
- FileException(ExceptionMessageDefinition, String, String, Exception, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
This is the constructor used for creating an exception that resulted from a previous error.
- FileException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
This is the typical constructor used for creating an exception.
- FileException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
This is the typical constructor used for creating an exception.
- fileStoreName - Variable in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
G
- getFile() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
-
Return the Java File object that provides access to the file.
- getFile() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
-
Return the Java File object that provides access to the file.
- getFile(String) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
-
Return the Java File object that provides access to the file.
- getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Return the invalid parameter's name, if known.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
Retrieve a message definition object for an exception.
H
- hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Return hash code for this object
I
- initialize(String, ConnectionProperties) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
-
Initialize the connector.
O
- org.odpi.openmetadata.adapters.connectors.datastore.basicfile - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile
- org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc
- org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
T
- toString() - Method in enum org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
JSON-style toString
- toString() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
JSON-style toString
U
- UNEXPECTED_IO_EXCEPTION - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
- UNEXPECTED_SECURITY_EXCEPTION - org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
V
- valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages