GigaSpaces XAP 7.1 API

Uses of Interface
org.openspaces.admin.pu.ProcessingUnitInstance

Packages that use ProcessingUnitInstance
org.openspaces.admin.gsc Support for managing of Grid Service Container(s) through the Admin API. 
org.openspaces.admin.machine Support for managing of Machine(s) through the Admin API. 
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
org.openspaces.admin.pu.events Support for managing of Processing Unit events through the Admin API. 
org.openspaces.admin.samples   
org.openspaces.admin.vm Support for managing of Virtual Machine(s) through the Admin API. 
org.openspaces.admin.zone Support for managing of Zone(s) through the Admin API. 
org.openspaces.grid.esm   
 

Uses of ProcessingUnitInstance in org.openspaces.admin.gsc
 

Methods in org.openspaces.admin.gsc that return ProcessingUnitInstance
 ProcessingUnitInstance[] GridServiceContainer.getProcessingUnitInstances()
          Returns the processing unit instances that are currently deployed within the grid service container.
 ProcessingUnitInstance[] GridServiceContainer.getProcessingUnitInstances(String processingUnitName)
          Returns the processing unit instances of the specified name that are currently deployed within the grid service container.
 

Methods in org.openspaces.admin.gsc with parameters of type ProcessingUnitInstance
 boolean GridServiceContainer.contains(ProcessingUnitInstance processingUnitInstance)
          Returns true if the GSC contains the provided processing unit instance.
 

Uses of ProcessingUnitInstance in org.openspaces.admin.machine
 

Methods in org.openspaces.admin.machine that return ProcessingUnitInstance
 ProcessingUnitInstance[] Machine.getProcessingUnitInstances()
          Returns all the processing unit instances running on the machine.
 ProcessingUnitInstance[] Machine.getProcessingUnitInstances(String processingUnitName)
          Returns the processing unit instances of the specified name that are currently deployed on the machine.
 

Methods in org.openspaces.admin.machine with parameters of type ProcessingUnitInstance
 boolean Machine.contains(ProcessingUnitInstance processingUnitInstance)
          Returns true if the processing unit instance exists within the machine.
 

Uses of ProcessingUnitInstance in org.openspaces.admin.pu
 

Methods in org.openspaces.admin.pu that return ProcessingUnitInstance
 ProcessingUnitInstance ProcessingUnitPartition.getBackup()
          If the processing unit has an embedded space, will return the processing unit instance that holds a the backup space instance.
 ProcessingUnitInstance[] ProcessingUnit.getInstances()
          Returns the processing unit instances currently discovered.
 ProcessingUnitInstance[] ProcessingUnitPartition.getInstances()
          Returns the processing unit instances associated with this partition.
 ProcessingUnitInstance ProcessingUnitPartition.getPrimary()
          If the processing unit has an embedded space, will return the processing unit instance that holds a the primary space instance.
 ProcessingUnitInstance ProcessingUnitInstance.relocateAndWait()
          Relocates the any suitable GridServiceContainer.
 ProcessingUnitInstance ProcessingUnitInstance.relocateAndWait(GridServiceContainer gridServiceContainerToRelocateTo)
          Relocates the instance to the provided GridServiceContainer.
 ProcessingUnitInstance ProcessingUnitInstance.relocateAndWait(GridServiceContainer gridServiceContainerToRelocateTo, long timeout, TimeUnit timeUnit)
          Relocates the instance to the provided GridServiceContainer.
 ProcessingUnitInstance ProcessingUnitInstance.relocateAndWait(long timeout, TimeUnit timeUnit)
          Relocates the any suitable GridServiceContainer.
 ProcessingUnitInstance ProcessingUnitInstance.restartAndWait()
          Restarts the processing unit instance and waits indefinitely for the restarted processing unit instance returning it.
 ProcessingUnitInstance ProcessingUnitInstance.restartAndWait(long timeout, TimeUnit timeUnit)
          Restarts the processing unit instance and waits for the restarted processing unit instance returning it for the provided timeout.
 

Uses of ProcessingUnitInstance in org.openspaces.admin.pu.events
 

Methods in org.openspaces.admin.pu.events that return ProcessingUnitInstance
 ProcessingUnitInstance ProcessingUnitInstanceStatisticsChangedEvent.getProcessingUnitInstance()
           
 

Methods in org.openspaces.admin.pu.events with parameters of type ProcessingUnitInstance
 void ProcessingUnitInstanceAddedEventListener.processingUnitInstanceAdded(ProcessingUnitInstance processingUnitInstance)
          A callback indicating that a Processing Unit Instance was added.
 void ProcessingUnitInstanceRemovedEventListener.processingUnitInstanceRemoved(ProcessingUnitInstance processingUnitInstance)
          A callback indicating that a Processing Unit Instance was removed.
 

Constructors in org.openspaces.admin.pu.events with parameters of type ProcessingUnitInstance
ProcessingUnitInstanceStatisticsChangedEvent(ProcessingUnitInstance processingUnitInstance, ProcessingUnitInstanceStatistics statistics)
           
 

Uses of ProcessingUnitInstance in org.openspaces.admin.samples
 

Methods in org.openspaces.admin.samples with parameters of type ProcessingUnitInstance
 void TestEventSampler.processingUnitInstanceAdded(ProcessingUnitInstance processingUnitInstance)
           
 void TestEventSampler.processingUnitInstanceRemoved(ProcessingUnitInstance processingUnitInstance)
           
 

Uses of ProcessingUnitInstance in org.openspaces.admin.vm
 

Methods in org.openspaces.admin.vm that return ProcessingUnitInstance
 ProcessingUnitInstance[] VirtualMachine.getProcessingUnitInstances()
          Returns the processing unit instances started within this virtual machine.
 

Uses of ProcessingUnitInstance in org.openspaces.admin.zone
 

Methods in org.openspaces.admin.zone that return ProcessingUnitInstance
 ProcessingUnitInstance[] Zone.getProcessingUnitInstances()
          Returns all the processing unit instances running within the zone.
 

Uses of ProcessingUnitInstance in org.openspaces.grid.esm
 

Methods in org.openspaces.grid.esm with parameters of type ProcessingUnitInstance
static String ToStringHelper.puInstanceToString(ProcessingUnitInstance instance)
           
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.