|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GridbusFarmingEngine in org.gridbus.broker.event |
|---|
| Methods in org.gridbus.broker.event with parameters of type GridbusFarmingEngine | |
|---|---|
void |
ScheduleListener.scheduleEvent(GridbusFarmingEngine gfe)
Scheduling Event |
void |
BrokerEventListener.scheduleEvent(GridbusFarmingEngine gfe)
|
| Uses of GridbusFarmingEngine in org.gridbus.broker.farming.common.postprocess |
|---|
| Constructors in org.gridbus.broker.farming.common.postprocess with parameters of type GridbusFarmingEngine | |
|---|---|
PostProcessManager(ComputeServer myserver,
GridbusFarmingEngine fe)
|
|
| Uses of GridbusFarmingEngine in org.gridbus.broker.persistence |
|---|
| Methods in org.gridbus.broker.persistence that return GridbusFarmingEngine | |
|---|---|
GridbusFarmingEngine |
Reader.read(java.lang.Object brokerID)
Reads all the data related to the invocation of the broker with the given brokerID from storage and returns the FarmingEngine as a State object. |
GridbusFarmingEngine |
Reader.readBrokerInstance(java.lang.Object brokerID)
Same as the read method without an argument, but reads the instance with the given ID |
static GridbusFarmingEngine |
Recovery.recover(java.lang.Object brokerID)
Recovers the stored state of the Broker |
static GridbusFarmingEngine |
Recovery.recover(java.lang.Object brokerID,
BrokerProperties config)
|
| Methods in org.gridbus.broker.persistence with parameters of type GridbusFarmingEngine | |
|---|---|
void |
Writer.save(GridbusFarmingEngine gfe)
Saves the entire broker state to persistent storage. |
void |
Writer.saveBrokerInstance(GridbusFarmingEngine gfe)
Saves the global broker properties and broker instance state to persistent storage. |
void |
Writer.saveEvent(GridbusFarmingEngine gfe,
java.lang.Object event,
java.lang.Object source,
java.lang.Object brokerID)
Saves the |
| Uses of GridbusFarmingEngine in org.gridbus.broker.persistence.db |
|---|
| Methods in org.gridbus.broker.persistence.db that return GridbusFarmingEngine | |
|---|---|
GridbusFarmingEngine |
DBReader.read(java.lang.Object brokerID)
|
GridbusFarmingEngine |
DBReader.readBrokerInstance(java.lang.Object brokerID)
|
| Methods in org.gridbus.broker.persistence.db with parameters of type GridbusFarmingEngine | |
|---|---|
void |
DBWriter.save(GridbusFarmingEngine gfe)
|
void |
DBWriter.saveBrokerInstance(GridbusFarmingEngine gfe)
|
void |
DBWriter.saveEvent(GridbusFarmingEngine gfe,
java.lang.Object eventID,
java.lang.Object sourceID,
java.lang.Object brokerID)
Saves this event to the state table, which keeps track of event history |
| Uses of GridbusFarmingEngine in org.gridbus.broker.scheduler |
|---|
| Methods in org.gridbus.broker.scheduler with parameters of type GridbusFarmingEngine | |
|---|---|
static Scheduler |
SchedulerFactory.getScheduler(java.lang.String type,
GridbusFarmingEngine fe)
Creates an instance of a scheduler, based on the specified "type". |
| Constructors in org.gridbus.broker.scheduler with parameters of type GridbusFarmingEngine | |
|---|---|
DataScheduler(GridbusFarmingEngine fe)
Constructor for the scheduler |
|
DataSchedulerOld(GridbusFarmingEngine fe)
Constructor for the scheduler |
|
DBDataScheduler(GridbusFarmingEngine fe,
java.lang.String opt)
Constructor for the scheduler |
|
DBScheduler(GridbusFarmingEngine fe)
Constructor for the scheduler |
|
RoundRobinScheduler(GridbusFarmingEngine fe)
Constructor for the scheduler |
|
Scheduler(GridbusFarmingEngine fe)
Constructor for the Scheduler |
|
| Uses of GridbusFarmingEngine in org.gridbus.broker.server |
|---|
| Methods in org.gridbus.broker.server that return GridbusFarmingEngine | |
|---|---|
GridbusFarmingEngine |
GridbusBrokerServer.getGridbusFarmingEngine(FarmingEngineKey key)
|
GridbusFarmingEngine |
GridbusBrokerServer.getGridbusFarmingEngine(FarmingEngineKey key,
BrokerProperties properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||