Skip navigation links
A C D E F G H I J L N O P R S T V W 

A

AbstractJDBCDriver - Class in org.apache.activemq.artemis.jdbc.store.drivers
Class to hold common database functionality such as drivers and connections
AbstractJDBCDriver() - Constructor for class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
AbstractJDBCDriver(SQLProvider, String, String) - Constructor for class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
AbstractJDBCDriver(DataSource, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
AbstractJDBCDriver(Connection, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
activateBuffer(SequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
addMetaData(Object, Object) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
allocateDirectBuffer(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
appendAddRecord(long, byte, byte[], boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendAddRecord(long, byte, Persister, Object, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendAddRecord(long, byte, Persister, Object, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendAddRecordTransactional(long, long, byte, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendAddRecordTransactional(long, long, byte, Persister, Object) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendCommitRecord(long, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendCommitRecord(long, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendCommitRecord(long, boolean, IOCompletion, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendDeleteRecord(long, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendDeleteRecord(long, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendDeleteRecordTransactional(long, long, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendDeleteRecordTransactional(long, long, EncodingSupport) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendDeleteRecordTransactional(long, long) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendPrepareRecord(long, EncodingSupport, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendPrepareRecord(long, EncodingSupport, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendPrepareRecord(long, byte[], boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendRollbackRecord(long, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendRollbackRecord(long, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendSQLExceptionDetails(StringBuilder, SQLException, CharSequence) - Static method in class org.apache.activemq.artemis.jdbc.store.drivers.JDBCUtils
Append to errorMessage a detailed description of the provided SQLException.
The information appended are: SQL STATEMENTS SQL EXCEPTIONS details (SQLException.getSQLState(), SQLException.getErrorCode() and Throwable.getMessage()) of the linked list (SQLException.getNextException()) of exceptions
appendSQLExceptionDetails(StringBuilder, SQLException) - Static method in class org.apache.activemq.artemis.jdbc.store.drivers.JDBCUtils
Append to errorMessage a detailed description of the provided SQLException.
The information appended are: SQL EXCEPTIONS details (SQLException.getSQLState(), SQLException.getErrorCode() and Throwable.getMessage()) of the linked list (SQLException.getNextException()) of exceptions
appendToLargeObject - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
appendUpdateRecord(long, byte, byte[], boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendUpdateRecord(long, byte, Persister, Object, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendUpdateRecord(long, byte, Persister, Object, boolean, IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendUpdateRecordTransactional(long, long, byte, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
appendUpdateRecordTransactional(long, long, byte, Persister, Object) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

C

calculateBlockSize(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
calculateBlockStart(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
calculateReadLength(long, int, long) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
clearBuffer(ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
cloneFile() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
close() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
close(boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
closeConnectionOnShutdown() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
closeConnectionOnShutdown() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
connection - Variable in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
copyFileData(JDBCSequentialFile, JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Copy the data content of FileFrom to FileTo
copyFileRecord - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
copyTo(SequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
create(String, SQLProvider.DatabaseStoreType) - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
 
create(String, SQLProvider.DatabaseStoreType) - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.Factory
 
createBackupLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
createBackupLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
createDirs() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
createFile - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
createFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Creates a new database row representing the supplied file.
createFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
createFilesForBackupSync(long[]) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
createLiveLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
createLiveLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
createNodeIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
createNodeIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
createNodeManagerStoreTableSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
createNodeManagerStoreTableSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
createSchema() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
createSchema() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
createSchema() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
createSequentialFile(String) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
createStateSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
createStateSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
createTable(String...) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
currentTimestampSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
currentTimestampSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 

D

Db2SequentialFileDriver - Class in org.apache.activemq.artemis.jdbc.store.file
 
Db2SequentialFileDriver() - Constructor for class org.apache.activemq.artemis.jdbc.store.file.Db2SequentialFileDriver
 
Db2SequentialFileDriver(DataSource, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.Db2SequentialFileDriver
 
Db2SequentialFileDriver(Connection, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.Db2SequentialFileDriver
 
deactivateBuffer() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
delete() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
deleteFile - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
deleteFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Deletes the associated row in the database.
destroy() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
destroy() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
destroy() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Drop all tables and data
destroy() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

E

exists() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 

F

Factory(PropertySQLProvider.Factory.SQLDialect) - Constructor for class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
 
Factory(DataSource) - Constructor for class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
 
fileExists(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Checks to see if a file with filename and extension exists.
fill(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
fits(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
flush() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
flush() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
forceMoveNextFile() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

G

getAlignment() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getAlignment() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
getAppendToLargeObjectSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getAppendToLargeObjectSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getBufferSize() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getCloneFileRecordByIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getCloneFileRecordByIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getConnection() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
getCopyFileRecordByIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getCopyFileRecordByIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getCountJournalRecordsSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getCountJournalRecordsSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getCreateFileTableSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getCreateFileTableSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getCreateJournalTableSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getCreateJournalTableSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getDataFiles() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
getDbDriver() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getDeleteFileSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getDeleteFileSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getDeleteJournalRecordsSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getDeleteJournalRecordsSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getDeleteJournalTxRecordsSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getDeleteJournalTxRecordsSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getDirectory() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getDropFileTableSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getDropFileTableSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getExtension() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getFileFactory() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
getFileName() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getFilename() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getFileSize() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
getId() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getInsertFileSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getInsertFileSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getInsertJournalRecordsSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getInsertJournalRecordsSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getJavaFile() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getMaxBlobSize() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getMaxBlobSize() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getMaxIO() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getMaxRecordSize() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
The max size record that can be stored in the journal
getMaxSize() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
getMetaData(Object) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
getNumberOfOpenFiles() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
getNumberOfRecords() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
getReadLargeObjectSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getReadLargeObjectSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getSelectFileByFileName() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getSelectFileByFileName() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getSelectFileNamesByExtensionSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getSelectFileNamesByExtensionSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getSelectJournalRecordsSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getSelectJournalRecordsSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getSQLProvider(String, String, SQLProvider.DatabaseStoreType) - Static method in class org.apache.activemq.artemis.jdbc.store.drivers.JDBCUtils
 
getSQLProviderFactory(String) - Static method in class org.apache.activemq.artemis.jdbc.store.drivers.JDBCUtils
 
getTableName() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getTableName() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getUpdateFileNameByIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
getUpdateFileNameByIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
getUserVersion() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

H

handleException(List<JDBCJournalRecord>, Throwable) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
public for tests only, not through API

I

identifyDialect(String) - Static method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
 
identifyDialect(String) - Static method in enum org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory.SQLDialect
Return null if no known dialect has been identified.
initializeNodeIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
initializeNodeIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
internalWrite(ActiveMQBuffer, IOCallback) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
investigateDialect(Connection) - Static method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory
 
isBackupLockedSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
isBackupLockedSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
isDatasync() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
isLiveLockedSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
isLiveLockedSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
isOpen() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
isStarted() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
isStarted() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
isSupportsCallbacks() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 

J

JDBCJournalImpl - Class in org.apache.activemq.artemis.jdbc.store.journal
 
JDBCJournalImpl(DataSource, SQLProvider, String, ScheduledExecutorService, Executor, IOCriticalErrorListener, long) - Constructor for class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
JDBCJournalImpl(String, String, SQLProvider, ScheduledExecutorService, Executor, IOCriticalErrorListener, long) - Constructor for class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
JDBCSequentialFile - Class in org.apache.activemq.artemis.jdbc.store.file
 
JDBCSequentialFileFactory - Class in org.apache.activemq.artemis.jdbc.store.file
 
JDBCSequentialFileFactory(DataSource, SQLProvider, Executor, IOCriticalErrorListener) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
JDBCSequentialFileFactory(String, String, SQLProvider, Executor, IOCriticalErrorListener) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
JDBCSequentialFileFactory(Connection, SQLProvider, Executor, IOCriticalErrorListener) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
JDBCSequentialFileFactoryDriver - Class in org.apache.activemq.artemis.jdbc.store.file
 
JDBCUtils - Class in org.apache.activemq.artemis.jdbc.store.drivers
 
JDBCUtils() - Constructor for class org.apache.activemq.artemis.jdbc.store.drivers.JDBCUtils
 

L

lineUpContext(IOCompletion) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
listFiles(String) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
listFiles(String) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
load(LoaderCallback) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
load(List<RecordInfo>, List<PreparedTransactionInfo>, TransactionFailureCallback, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
loadFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Loads an existing file.
loadFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
loadInternalOnly() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
loadSyncOnly(Journal.JournalState) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

N

newBuffer(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 

O

onIOError(Exception, String, SequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
open() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
open(int, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
openFile(JDBCSequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Opens the supplied file.
org.apache.activemq.artemis.jdbc.store.drivers - package org.apache.activemq.artemis.jdbc.store.drivers
 
org.apache.activemq.artemis.jdbc.store.file - package org.apache.activemq.artemis.jdbc.store.file
 
org.apache.activemq.artemis.jdbc.store.journal - package org.apache.activemq.artemis.jdbc.store.journal
 
org.apache.activemq.artemis.jdbc.store.sql - package org.apache.activemq.artemis.jdbc.store.sql
 

P

position(long) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
position() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
PostgresSequentialSequentialFileDriver - Class in org.apache.activemq.artemis.jdbc.store.file
 
PostgresSequentialSequentialFileDriver() - Constructor for class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
PostgresSequentialSequentialFileDriver(DataSource, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
PostgresSequentialSequentialFileDriver(Connection, SQLProvider) - Constructor for class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
prepareStatements() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
prepareStatements() - Method in class org.apache.activemq.artemis.jdbc.store.file.Db2SequentialFileDriver
 
prepareStatements() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
prepareStatements() - Method in class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
prepareStatements() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
PropertySQLProvider - Class in org.apache.activemq.artemis.jdbc.store.sql
Property-based implementation of a SQLProvider's factory.
PropertySQLProvider(PropertySQLProvider.Factory.SQLDialect, String, Properties) - Constructor for class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
PropertySQLProvider.Factory - Class in org.apache.activemq.artemis.jdbc.store.sql
 
PropertySQLProvider.Factory.SQLDialect - Enum in org.apache.activemq.artemis.jdbc.store.sql
 

R

read(ByteBuffer, IOCallback) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
read(ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
readFromFile(JDBCSequentialFile, ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Reads data from the file (at file.readPosition) into the byteBuffer.
readFromFile(JDBCSequentialFile, ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
readLargeObject - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
readNodeIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
readNodeIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
readStateSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
readStateSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
releaseBuffer(ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
releaseDirectBuffer(ByteBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
renameFile - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
renameFile(JDBCSequentialFile, String) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Updates the fileName field to the new value.
renameTo(String) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
renewBackupLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
renewBackupLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
renewLiveLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
renewLiveLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
replicationSyncFinished() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
replicationSyncPreserveOldFiles() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
runDirectJournalBlast() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

S

scheduleCompactAndBlock(int) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
selectFileByFileName - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
selectFileNamesByExtension - Variable in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
 
sequentialFileClosed(SequentialFile) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
setAlignment(int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
setConnection(Connection) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setDataSource(DataSource) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setDatasync(boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
setId(long) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
setJdbcConnectionUrl(String) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setJdbcDriverClass(String) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setNetworkTimeout(Executor, int) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setNetworkTimeout(Executor, int) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
setSqlProvider(SQLProvider) - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
setTimedBuffer(TimedBuffer) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
size() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
sqlProvider - Variable in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
SQLProvider - Interface in org.apache.activemq.artemis.jdbc.store.sql
 
SQLProvider.DatabaseStoreType - Enum in org.apache.activemq.artemis.jdbc.store.sql
 
SQLProvider.Factory - Interface in org.apache.activemq.artemis.jdbc.store.sql
 
start() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
start() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
start() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
stop() - Method in class org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver
 
stop() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
stop() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
stop(boolean) - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
sync() - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
sync() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
synchronizationLock() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 
synchronizationUnlock() - Method in class org.apache.activemq.artemis.jdbc.store.journal.JDBCJournalImpl
 

T

tryAcquireBackupLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
tryAcquireBackupLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
tryAcquireLiveLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
tryAcquireLiveLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
tryReleaseBackupLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
tryReleaseBackupLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
tryReleaseLiveLockSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
tryReleaseLiveLockSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 

V

valueOf(String) - Static method in enum org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory.SQLDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.DatabaseStoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider.Factory.SQLDialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.DatabaseStoreType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapBuffer(byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactory
 
write(ActiveMQBuffer, boolean, IOCallback) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
write(ActiveMQBuffer, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
write(EncodingSupport, boolean, IOCallback) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
write(EncodingSupport, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
writeDirect(ByteBuffer, boolean, IOCallback) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
writeDirect(ByteBuffer, boolean) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile
 
writeNodeIdSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
writeNodeIdSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
writeStateSQL() - Method in class org.apache.activemq.artemis.jdbc.store.sql.PropertySQLProvider
 
writeStateSQL() - Method in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider
 
writeToFile(JDBCSequentialFile, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.file.Db2SequentialFileDriver
 
writeToFile(JDBCSequentialFile, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver
Persists data to this files associated database mapping.
writeToFile(JDBCSequentialFile, byte[]) - Method in class org.apache.activemq.artemis.jdbc.store.file.PostgresSequentialSequentialFileDriver
 
A C D E F G H I J L N O P R S T V W 
Skip navigation links

Copyright © 2018 The Apache Software Foundation. All Rights Reserved.