Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Guardian |
GuardSupport.m_guardian
The Guardian that is managing this GuardSupport.
|
Modifier and Type | Method and Description |
---|---|
protected Guardian |
GuardSupport.getGuardian()
Return the Guardian that manages this GuardSupport.
|
Guardian |
GuardSupport.Context.getGuardian()
Return the Guardian for this context.
|
Guardian |
Guardian.GuardContext.getGuardian()
Return the Guardian for this context.
|
Constructor and Description |
---|
GuardSupport(Guardian guardian)
Construct a GuardSupport for the specified Guardian.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReadWriteBackingMap.ReadThread.setGuardPolicy(Guardian guardian,
long cTimeoutMillis,
float flPctRecover)
Set the Guardian and policy to guard this Daemon with.
|
protected void |
ReadWriteBackingMap.WriteThread.setGuardPolicy(Guardian guardian,
long cTimeoutMillis,
float flPctRecover)
Set the Guardian and policy to guard this Daemon with.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Daemon.setGuardPolicy(Guardian guardian,
long cTimeoutMillis,
float flPctRecover)
Set the Guardian and policy to guard this Daemon with.
|