Package | Description |
---|---|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.lucene.logging | |
org.infinispan.persistence.async | |
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
org.infinispan.persistence.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.remote.logging | |
org.infinispan.query.logging | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
void |
PassivationManagerImpl.passivateAll() |
void |
PassivationManager.passivateAll() |
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log_$logger.errorReadingFileStore(String arg0,
long arg1) |
PersistenceException |
Log_$logger.exceptionInCacheLoader(Exception e) |
PersistenceException |
Log.exceptionInCacheLoader(Exception e) |
PersistenceException |
Log_$logger.purgingExpiredEntriesFailed(Throwable arg0) |
PersistenceException |
Log_$logger.timedOutWaitingForExpiredEntriesToBePurged(Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotWalkDirectory(String name,
PersistenceException e) |
void |
Log.couldNotWalkDirectory(String name,
PersistenceException e) |
void |
Log_$logger.problemsPurgingFile(File arg0,
PersistenceException arg1) |
void |
Log_$logger.unableToLoadFromCacheLoader(Object arg0,
PersistenceException arg1) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncCacheWriter.applyModificationsSync(List<Modification> mods) |
Modifier and Type | Method and Description |
---|---|
MarshalledEntry |
ClusterLoader.load(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
TableManipulation.createTable(Connection conn) |
void |
TableManipulation.dropTable(Connection conn) |
static ByteBuffer |
JdbcUtil.marshall(StreamingMarshaller marshaller,
Object obj) |
void |
TableManipulation.start(ConnectionFactory connectionFactory) |
void |
TableManipulation.stop() |
boolean |
TableManipulation.tableExists(Connection connection) |
boolean |
TableManipulation.tableExists(Connection connection,
TableName tableName) |
static <T> T |
JdbcUtil.unmarshall(StreamingMarshaller marshaller,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
Connection |
ManagedConnectionFactory.getConnection() |
abstract Connection |
ConnectionFactory.getConnection()
Fetches a connection from the factory.
|
Connection |
SimpleConnectionFactory.getConnection() |
Connection |
PooledConnectionFactory.getConnection() |
static ConnectionFactory |
ConnectionFactory.getConnectionFactory(Class<? extends ConnectionFactory> connectionFactoryClass)
Constructs a
ConnectionFactory based on the supplied class
name. |
static ConnectionFactory |
ConnectionFactory.getConnectionFactory(String connectionFactoryClass,
ClassLoader classLoader)
Constructs a
ConnectionFactory based on the supplied class
name. |
void |
ManagedConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader) |
abstract void |
ConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader)
Starts the connection factory.
|
void |
SimpleConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
void |
PooledConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log_$logger.errorReadingFileStore(String arg0,
long arg1) |
PersistenceException |
Log_$logger.purgingExpiredEntriesFailed(Throwable arg0) |
PersistenceException |
Log_$logger.timedOutWaitingForExpiredEntriesToBePurged(Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.problemsPurgingFile(File arg0,
PersistenceException arg1) |
void |
Log_$logger.unableToLoadFromCacheLoader(Object arg0,
PersistenceException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.clear() |
void |
JdbcStringBasedStore.initializeConnectionFactory(ConnectionFactory connectionFactory)
Keeps a reference to the connection factory for further use.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedKeyTypeException
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.clear() |
boolean |
RemoteStore.contains(Object key) |
boolean |
RemoteStore.delete(Object key) |
MarshalledEntry |
RemoteStore.load(Object key) |
void |
RemoteStore.start() |
void |
RemoteStore.stop() |
void |
RemoteStore.write(MarshalledEntry entry) |
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log_$logger.errorReadingFileStore(String arg0,
long arg1) |
PersistenceException |
Log_$logger.purgingExpiredEntriesFailed(Throwable arg0) |
PersistenceException |
Log_$logger.timedOutWaitingForExpiredEntriesToBePurged(Throwable arg0) |
PersistenceException |
Log_$logger.unsupportedValueFormat(String name) |
PersistenceException |
Log.unsupportedValueFormat(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.problemsPurgingFile(File arg0,
PersistenceException arg1) |
void |
Log_$logger.unableToLoadFromCacheLoader(Object arg0,
PersistenceException arg1) |
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log_$logger.errorReadingFileStore(String arg0,
long arg1) |
PersistenceException |
Log_$logger.purgingExpiredEntriesFailed(Throwable arg0) |
PersistenceException |
Log_$logger.timedOutWaitingForExpiredEntriesToBePurged(Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.problemsPurgingFile(File arg0,
PersistenceException arg1) |
void |
Log_$logger.unableToLoadFromCacheLoader(Object arg0,
PersistenceException arg1) |
Modifier and Type | Method and Description |
---|---|
PersistenceException |
Log_$logger.errorReadingFileStore(String path,
long offset) |
PersistenceException |
Log.errorReadingFileStore(String path,
long offset) |
PersistenceException |
Log_$logger.purgingExpiredEntriesFailed(Throwable cause) |
PersistenceException |
Log.purgingExpiredEntriesFailed(Throwable cause) |
PersistenceException |
Log_$logger.timedOutWaitingForExpiredEntriesToBePurged(Throwable cause) |
PersistenceException |
Log.timedOutWaitingForExpiredEntriesToBePurged(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.problemsPurgingFile(File buckedFile,
PersistenceException e) |
void |
Log.problemsPurgingFile(File buckedFile,
PersistenceException e) |
void |
Log_$logger.unableToLoadFromCacheLoader(Object key,
PersistenceException cle) |
void |
Log.unableToLoadFromCacheLoader(Object key,
PersistenceException cle) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.