Uses of Class
org.qubership.atp.mia.model.environment.Server
Packages that use Server
Package
Description
-
Uses of Server in org.qubership.atp.mia.component
Methods in org.qubership.atp.mia.component with parameters of type Server -
Uses of Server in org.qubership.atp.mia.model.environment
Methods in org.qubership.atp.mia.model.environment that return ServerModifier and TypeMethodDescriptionGet server by connection name.System.getServer(Connection.SourceTemplateId templateId) Get server by templateId.System.getServer(Server.ConnectionType type) Get server by connection name.Methods in org.qubership.atp.mia.model.environment with parameters of type Server -
Uses of Server in org.qubership.atp.mia.model.pot.db
Methods in org.qubership.atp.mia.model.pot.db with parameters of type ServerModifier and TypeMethodDescriptionvoidSqlResponse.addConnectionInfo(Server server) Add connectionInfo.Constructors in org.qubership.atp.mia.model.pot.db with parameters of type Server -
Uses of Server in org.qubership.atp.mia.repo.driver
Fields in org.qubership.atp.mia.repo.driver with type parameters of type ServerModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<Server, Connection> SqlDriver.poolMethods in org.qubership.atp.mia.repo.driver that return types with arguments of type ServerModifier and TypeMethodDescriptionQueryDriver.initPool(org.slf4j.Logger log, int expireAfter) Init pool clean up .Methods in org.qubership.atp.mia.repo.driver with parameters of type ServerModifier and TypeMethodDescriptioncom.datastax.driver.core.ClusterCreate Closeable object for server.Creates connection.CassandraDriver.executeQuery(Server server, String query) CassandraDriver.executeQuery(Server server, String query, int limitRecords) QueryDriver.executeQuery(Server server, String query) Execute query.QueryDriver.executeQuery(Server server, String query, int limitRecords) default SqlResponseQueryDriver.executeQuery(Server server, String query, String tableName, boolean saveToWordFile, boolean saveToZipFile, int dbExecutionRecordsLimit) Executes query.SqlDriver.executeQuery(Server server, String query) SqlDriver.executeQuery(Server server, String query, int limitRecords) default StringQueryDriver.executeQueryAndGetFirstValue(Server server, String query) Executes query.CassandraDriver.executeStoredProcedure(Server server, String query) QueryDriver.executeStoredProcedure(Server server, String query) Execute stored procedure.SqlDriver.executeStoredProcedure(Server server, String query) intCassandraDriver.executeUpdate(Server server, String query) intQueryDriver.executeUpdate(Server server, String query) Execute 'update'.intSqlDriver.executeUpdate(Server server, String query) default intQueryDriver.getExecutionTimeout(int executionTimeout, Server server) Get execution timeout (milliseconds).Method parameters in org.qubership.atp.mia.repo.driver with type arguments of type ServerModifier and TypeMethodDescriptiondefault voidQueryDriver.initPoolCleanUp(org.slf4j.Logger log, com.google.common.cache.LoadingCache<Server, T> cache, long cleanUpTimeout) Init pool clean up . -
Uses of Server in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl that return ServerMethods in org.qubership.atp.mia.repo.impl with parameters of type ServerModifier and TypeMethodDescriptionbooleanSshSession.isSame(Server server, CommonConfiguration configuration) Checks that properties not changed since connection store.voidShellRepository.uploadFileOnServer(Server server, String pathToUpLoad, File file) Upload file on server.Constructors in org.qubership.atp.mia.repo.impl with parameters of type ServerModifierConstructorDescriptionSshSession(Server server, CommonConfiguration configuration) Creates details for ssh session, which used when openingChannelandSession. -
Uses of Server in org.qubership.atp.mia.repo.impl.pool.ssh
Methods in org.qubership.atp.mia.repo.impl.pool.ssh with parameters of type ServerModifier and TypeMethodDescriptionvoidSshSessionPool.addTimeShiftSession(Server server, CommonConfiguration configuration) Adds SystemId and its time shift status, also creates/reopens session.ConnectionPool.getConnection(Server server, String extPrefix) SshSessionPool.getConnection(Server server, String extPrefix) Checks if there is available connection in Cache.voidSshSessionPool.removeTimeShiftSession(Server server) Removes and closes time shift session. -
Uses of Server in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution with parameters of type ServerModifier and TypeMethodDescriptionSqlExecutionHelperService.handleSingleQuery(String query, Server server, boolean toLimitRecords) Handle single query.org.apache.http.client.HttpClientRestClientService.prepareRestClient(Server server, boolean disableRedirect, Map<String, String> connectionInfo) Prepares rest client.org.apache.http.client.methods.HttpRequestBasePrepares rest request by rest method (get, post, put, delete). -
Uses of Server in org.qubership.atp.mia.utils
Methods in org.qubership.atp.mia.utils with parameters of type Server