|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Field Summary | |
static int |
accuracyFactor
Accuracy factor value that affects the frequency that synchronization with budget master ocurs. |
static int |
configUpdateInterval
Defines the synchronization interval in milliseconds between the slave nodes and the master. |
static int |
persistentBudgetFlushInterval
Defines the interval in milliseconds between flushing budget values to a persistent store. |
static int |
persistentBudgetTimeThreshold
Defines a threshold value in milliseconds for budget persistence. |
| Method Summary | |
int |
getAccuracyFactor()
|
int |
getBudget(String budgetId)
Gets the current budget. |
BudgetConfiguration |
getBudgetConfiguration(String budgetId)
Gets a budget configuration. |
int |
getConfigUpdateInterval()
|
int |
getPersistentBudgetFlushInterval()
|
int |
getPersistentBudgetTimeThreshold()
|
void |
setAccuracyFactor(int accuracyFactor)
|
void |
setConfigUpdateInterval(int interval)
|
void |
setPersistentBudgetFlushInterval(int intervalSeconds)
|
void |
setPersistentBudgetTimeThreshold(int threshold)
|
| Field Detail |
public static final int accuracyFactor
public static final int configUpdateInterval
public static final int persistentBudgetFlushInterval
public static final int persistentBudgetTimeThreshold
| Method Detail |
public int getAccuracyFactor()
public int getBudget(String budgetId)
budgetId - The budget ID.
NoSuchElementException - If there is no such budget defined.public BudgetConfiguration getBudgetConfiguration(String budgetId)
budgetId - The budget ID.
public int getConfigUpdateInterval()
public int getPersistentBudgetFlushInterval()
public int getPersistentBudgetTimeThreshold()
public void setAccuracyFactor(int accuracyFactor)
throws ManagementException
ManagementException
public void setConfigUpdateInterval(int interval)
throws ManagementException
ManagementException
public void setPersistentBudgetFlushInterval(int intervalSeconds)
throws ManagementException
ManagementException
public void setPersistentBudgetTimeThreshold(int threshold)
throws ManagementException
ManagementException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||