Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
GuardSupport.Context
Base implementation for GuardContext's used by GuardSupport.
|
Modifier and Type | Method | Description |
---|---|---|
Guardian.GuardContext |
GuardSupport.add(Guardable guardable,
long cMillis,
float flPctRecover)
Add the specified guardable to the set of Guardables managed by this
manager, subject to the specified service parameters.
|
|
Guardian.GuardContext |
Guardable.getContext()
Return the guard context monitoring this guardable, or null
if this Guardable is no longer being monitored.
|
|
static Guardian.GuardContext |
GuardSupport.getThreadContext()
Obtain the GuardContext associated with the current thread.
|
|
Guardian.GuardContext |
Guardian.guard(Guardable guardable)
Register the specified Guardable based on the Guardian's SLA parameters.
|
|
Guardian.GuardContext |
Guardian.guard(Guardable guardable,
long cMillis,
float flPctRecover)
Register the specified Guardable with the specified SLA parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Guardable.setContext(Guardian.GuardContext context)
Set the guard context.
|
|
static void |
GuardSupport.setThreadContext(Guardian.GuardContext context)
Associate the specified GuardContext with the current thread.
|
Modifier and Type | Method | Description |
---|---|---|
Guardian.GuardContext |
Daemon.getContext()
Return the guard context monitoring this guardable, or null
if this Guardable is no longer being monitored.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Daemon.setContext(Guardian.GuardContext context)
Set the guard context.
|