Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.util |
Util package.
|
net.sf.ehcache.util.lang |
Modifier and Type | Field and Description |
---|---|
private VicariousThreadLocal<TransactionID> |
TransactionController.currentTransactionIdThreadLocal |
Modifier and Type | Field and Description |
---|---|
private VicariousThreadLocal<NonstopThreadPool.WorkerThreadLocal> |
NonstopThreadPool.workerThreadLocal |
Modifier and Type | Field and Description |
---|---|
private VicariousThreadLocal<ExplicitLockingContext> |
ExplicitLockingContextThreadLocal.contextThreadLocal |
Modifier and Type | Field and Description |
---|---|
private static VicariousThreadLocal<javax.transaction.Transaction> |
JtaLocalTransactionStore.BOUND_JTA_TRANSACTIONS |
Modifier and Type | Field and Description |
---|---|
private static VicariousThreadLocal<java.lang.Long> |
SlewClock.OFFSET |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<VicariousThreadLocal,VicariousThreadLocal.Holder> |
VicariousThreadLocal.strongRefsUpdater
Compare-and-set of
strongRefs . |