Modifier and Type | Method and Description |
---|---|
void |
PageSyncTimer.addSync(OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
StorageManager.getContext()
Get the context associated with the thread for later reuse
|
OperationContext |
StorageManager.newContext(Executor executor)
It just creates an OperationContext without associating it
|
OperationContext |
StorageManager.newSingleThreadContext() |
Modifier and Type | Method and Description |
---|---|
void |
StorageManager.setContext(OperationContext context)
Set the context back to the thread
|
Modifier and Type | Class and Description |
---|---|
class |
OperationContextImpl
Each instance of OperationContextImpl is associated with an executor (usually an ordered Executor).
|
Modifier and Type | Method and Description |
---|---|
static OperationContext |
OperationContextImpl.getContext() |
OperationContext |
JournalStorageManager.getContext() |
protected OperationContext |
JournalStorageManager.getContext(boolean sync) |
static OperationContext |
OperationContextImpl.getContext(ExecutorFactory executorFactory) |
OperationContext |
JournalStorageManager.newContext(Executor executor) |
OperationContext |
JournalStorageManager.newSingleThreadContext() |
Modifier and Type | Method and Description |
---|---|
static void |
OperationContextImpl.setContext(OperationContext context) |
void |
JournalStorageManager.setContext(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
NullStorageManager.getContext() |
OperationContext |
NullStorageManager.newContext(Executor executor) |
OperationContext |
NullStorageManager.newSingleThreadContext() |
Modifier and Type | Method and Description |
---|---|
void |
NullStorageManager.setContext(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
Set<OperationContext> |
ReplicationManager.getActiveTokens()
A list of tokens that are still waiting for replications to be completed
|
Modifier and Type | Method and Description |
---|---|
Set<OperationContext> |
ReplicationManagerImpl.getActiveTokens() |
Modifier and Type | Method and Description |
---|---|
OperationContext |
ServerSession.getSessionContext() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.setSessionContext(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
ServerSessionImpl.getSessionContext() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionImpl.setSessionContext(OperationContext sessionContext) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.