Package | Description |
---|---|
com.tangosol.net | |
com.tangosol.net.cache | |
com.tangosol.util |
Modifier and Type | Field and Description |
---|---|
protected Guardian |
GuardSupport.m_guardian
The Guardian that is managing this GuardSupport.
|
Modifier and Type | Method and Description |
---|---|
Guardian |
Guardian.GuardContext.getGuardian()
Return the Guardian for this context.
|
protected Guardian |
GuardSupport.getGuardian()
Return the Guardian that manages this GuardSupport.
|
Guardian |
GuardSupport.Context.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.
|