Package | Description |
---|---|
org.infinispan.lucene.logging | |
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.remote.logging | |
org.infinispan.query.logging | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log_$logger.waitingForWorkerThreadsFailed(CountDownLatch arg0) |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log_$logger.waitingForWorkerThreadsFailed(CountDownLatch arg0) |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log_$logger.waitingForWorkerThreadsFailed(CountDownLatch arg0) |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log_$logger.waitingForWorkerThreadsFailed(CountDownLatch arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
LockManagerImpl.acquireLock(InvocationContext ctx,
Object key,
long timeoutMillis,
boolean skipLocking) |
boolean |
LockManager.acquireLock(InvocationContext ctx,
Object key,
long timeoutMillis,
boolean skipLocking)
Attempts to lock an entry if the lock isn't already held in the current scope, and records the lock in the
context.
|
boolean |
LockManagerImpl.acquireLockNoCheck(InvocationContext ctx,
Object key,
long timeoutMillis,
boolean skipLocking) |
boolean |
LockManager.acquireLockNoCheck(InvocationContext ctx,
Object key,
long timeoutMillis,
boolean skipLocking)
Same as
LockManager.acquireLock(org.infinispan.context.InvocationContext, Object, long, boolean) , but doesn't check whether the
lock is already acquired by the caller. |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
Log_$logger.waitingForWorkerThreadsFailed(CountDownLatch latch) |
TimeoutException |
Log.waitingForWorkerThreadsFailed(CountDownLatch latch) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.