Skip navigation links
A C D E G H I J L M O P S T V 

A

ApplicationRecoveryPod - Class in io.narayana.openshift.txrecovery
DTO for gathering name of application pod and the corresponding recovery pod name which the recovery pod works at.
ApplicationRecoveryPod() - Constructor for class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 
ApplicationRecoveryPod(String, String) - Constructor for class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 
ApplicationRecoveryPodDAO - Class in io.narayana.openshift.txrecovery
Data manipulation service working with the ApplicationRecoveryPod.
ApplicationRecoveryPodDAO(Session) - Constructor for class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
 
ArgumentParserException - Exception in io.narayana.openshift.txrecovery.cliargs
Exception that the argument parser error happened.
ArgumentParserException(Exception) - Constructor for exception io.narayana.openshift.txrecovery.cliargs.ArgumentParserException
 
ArgumentParserException(String) - Constructor for exception io.narayana.openshift.txrecovery.cliargs.ArgumentParserException
 

C

close(SessionFactory, Session) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Closing the Hibernate resources - SessionFactory and the Session.
CommandType - Enum in io.narayana.openshift.txrecovery.types
 
createTable(Metadata) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Based on the provided Hibernate Metadata it runs schema export to generate database schema aka.

D

DatabaseType - Enum in io.narayana.openshift.txrecovery.types
 
DB_TABLE_NAME_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
DEFAULT_COMMAND - Static variable in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
DEFAULT_DB_TYPE - Static variable in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
DEFAULT_HOST - Static variable in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
DEFAULT_PORT - Static variable in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
DEFAULT_TABLE_NAME - Static variable in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
delete(String, String) - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
 
deleteRecord(ApplicationRecoveryPod) - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
To delete a record.
dialect() - Method in enum io.narayana.openshift.txrecovery.types.DatabaseType
 

E

error_cannotPersistRecord(ApplicationRecoveryPod, Throwable) - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
error_cannotRemoveRecord(ApplicationRecoveryPod, Throwable) - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
error_dbTableDoesNotExist(String, Throwable) - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
error_schemaExportFailure(List) - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 

G

getApplicationPodName() - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 
getApplicationPodName() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getARGS_OPTIONS() - Static method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getCommand() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getConfigurationProperties(ParsedArguments) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Boot-up the app by gathering properties needed for Hibernate start-up.
Method searches for values and then create the hibernate setup based on it.
getConfigurationProperties() - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Loading hibernate setup data only from environmental and system properties.
getDatabase() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getFormat() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getHibernateDialect() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getHibernateStartupMetadata(Properties, ServiceRegistry) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Setting up the Hibernate as standalone app.
getHost() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getJdbcDriverClass() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getJdbcUrl() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getPassword() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getPort() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getRecords(String, String) - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
To get records that contains specified app pod name or recovery pod name.
getRecoveryPodName() - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 
getRecoveryPodName() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getStandardRegistry(Properties) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Generate hibernate registry while filling it with properties.
getTableName() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getTableName(Properties) - Static method in class io.narayana.openshift.txrecovery.HibernateSetup
Returning current table name being used in the app for saving the recovery markers.
getTypeDb() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 
getUser() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 

H

HIBERNATE_CONNECTION_DRIVER_CLASS_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
HIBERNATE_CONNECTION_PASSWORD_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
HIBERNATE_CONNECTION_URL_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
HIBERNATE_CONNECTION_USERNAME_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
HIBERNATE_DIALECT_PARAM - Static variable in class io.narayana.openshift.txrecovery.HibernateSetup
 
HibernateSetup - Class in io.narayana.openshift.txrecovery
Utility methods to setup hibernate standalone app.

I

I18NLogger - Interface in io.narayana.openshift.txrecovery.logging
 
io.narayana.openshift.txrecovery - package io.narayana.openshift.txrecovery
 
io.narayana.openshift.txrecovery.cliargs - package io.narayana.openshift.txrecovery.cliargs
 
io.narayana.openshift.txrecovery.logging - package io.narayana.openshift.txrecovery.logging
 
io.narayana.openshift.txrecovery.types - package io.narayana.openshift.txrecovery.types
 
isVerbose() - Method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
 

J

jdbcDriverClasss() - Method in enum io.narayana.openshift.txrecovery.types.DatabaseType
 
jdbcUrlPattern() - Method in enum io.narayana.openshift.txrecovery.types.DatabaseType
Format to take is:
MessageFormat.format(DatabaseType.jdbcUrlPattern(), host, port, dbName)

L

logger - Static variable in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 

M

Main - Class in io.narayana.openshift.txrecovery
Class processing the arguments and calling service to save, delete data in database.
Main() - Constructor for class io.narayana.openshift.txrecovery.Main
 
main(String[]) - Static method in class io.narayana.openshift.txrecovery.Main
 
msg_applicationPodName() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_command() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_database() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_errHelpMessage() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_format() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_help() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_hibernateDialect() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_host() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_jdbcDriverClass() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_password() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_port() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_recoveryPodName() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_tableName() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_typeDb() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_url() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_user() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 
msg_verbose() - Method in interface io.narayana.openshift.txrecovery.logging.I18NLogger
 

O

OutputFormatType - Enum in io.narayana.openshift.txrecovery.types
 

P

parse(String...) - Static method in class io.narayana.openshift.txrecovery.cliargs.ParsedArguments
Use the static method for getting instance of parsed arguments.
ParsedArguments - Class in io.narayana.openshift.txrecovery.cliargs
 

S

saveRecord(String, String) - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
Save a single record with pod name content.

T

TABLE_NAME - Static variable in class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 
tableExists(String) - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPodDAO
Verifies if table name exists in the database.
toString() - Method in class io.narayana.openshift.txrecovery.ApplicationRecoveryPod
 

V

valueOf(String) - Static method in enum io.narayana.openshift.txrecovery.types.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.narayana.openshift.txrecovery.types.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.narayana.openshift.txrecovery.types.OutputFormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.narayana.openshift.txrecovery.types.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.narayana.openshift.txrecovery.types.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.narayana.openshift.txrecovery.types.OutputFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I J L M O P S T V 
Skip navigation links

Copyright © 2018. All rights reserved.