Interface InternalSpaceInstance
- All Superinterfaces:
AdminAware,DiscoverableComponent,GridComponent,InternalDiscoverableComponent,InternalGridComponent,InternalMachineAware,InternalOperatingSystemAware,InternalOperatingSystemInfoProvider,InternalTransportAware,InternalTransportInfoProvider,InternalVirtualMachineAware,InternalVirtualMachineInfoProvider,InternalZoneAware,MachineAware,OperatingSystemAware,SpaceInstance,StatisticsMonitor,TransportAware,VirtualMachineAware,ZoneAware
- All Known Implementing Classes:
DefaultSpaceInstance
- Author:
- kimchy
-
Field Summary
Fields inherited from interface org.openspaces.admin.StatisticsMonitor
DEFAULT_HISTORY_SIZE, DEFAULT_MONITOR_INTERVAL -
Method Summary
Modifier and TypeMethodDescriptionFuture<?>demote(long maxSuspendTime, TimeUnit timeUnit, CredentialsProvider credentialsProvider) Demote a primary space instance to backup with provided security credentialsintintvoidvoidsetPartition(SpacePartition spacePartition) voidsetReplicationTargets(ReplicationTarget[] replicationTargets) voidvoidsetSuspendInfo(SuspendInfo suspendInfo) Methods inherited from interface org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.DiscoverableComponent
isDiscoveredMethods inherited from interface org.openspaces.admin.GridComponent
getUidMethods inherited from interface org.openspaces.admin.internal.support.InternalDiscoverableComponent
setDiscoveredMethods inherited from interface org.openspaces.admin.internal.machine.InternalMachineAware
setMachineMethods inherited from interface org.openspaces.admin.internal.os.InternalOperatingSystemAware
setOperatingSystemMethods inherited from interface org.openspaces.admin.internal.os.InternalOperatingSystemInfoProvider
getCurrentTimeInMillis, getOSDetails, getOSStatisticsMethods inherited from interface org.openspaces.admin.internal.transport.InternalTransportAware
setTransportMethods inherited from interface org.openspaces.admin.internal.transport.InternalTransportInfoProvider
disableLRMIMonitoring, enableLRMIMonitoring, fetchLRMIMonitoringDetails, getNIODetails, getNIOStatisticsMethods inherited from interface org.openspaces.admin.internal.vm.InternalVirtualMachineAware
setVirtualMachineMethods inherited from interface org.openspaces.admin.internal.vm.InternalVirtualMachineInfoProvider
getJVMDetails, getJVMStatistics, getUid, runGcMethods inherited from interface org.openspaces.admin.internal.zone.InternalZoneAware
addZoneMethods inherited from interface org.openspaces.admin.machine.MachineAware
getMachineMethods inherited from interface org.openspaces.admin.os.OperatingSystemAware
getOperatingSystemMethods inherited from interface org.openspaces.admin.space.SpaceInstance
demote, getBackupId, getClusterInfo, getGigaSpace, getId, getInstanceId, getMode, getPartition, getReplicationStatusChanged, getReplicationTargets, getRuntimeDetails, getSpace, getSpaceInstanceName, getSpaceInstanceRemoteClassLoaderInfo, getSpaceModeChanged, getSpaceSuspendTypeChanged, getSpaceUrl, getStatistics, getStatisticsChanged, getSuspendInfo, isSecured, waitForModeMethods inherited from interface org.openspaces.admin.StatisticsMonitor
isMonitoring, setStatisticsHistorySize, setStatisticsInterval, startStatisticsMonitor, stopStatisticsMonitorMethods inherited from interface org.openspaces.admin.transport.TransportAware
getTransportMethods inherited from interface org.openspaces.admin.vm.VirtualMachineAware
getVirtualMachine
-
Method Details
-
getServiceID
ServiceID getServiceID() -
getClusterSchema
String getClusterSchema() -
getNumberOfInstances
int getNumberOfInstances() -
getNumberOfBackups
int getNumberOfBackups() -
getSpaceName
String getSpaceName() -
setSpace
-
setPartition
-
getRuntimeHolder
- Throws:
RemoteException
-
getIJSpace
IJSpace getIJSpace() -
getSpaceAdmin
IInternalRemoteJSpaceAdmin getSpaceAdmin() -
setMode
-
setReplicationTargets
-
getStatisticsHolder
- Throws:
RemoteException
-
getPlatformLogicalVersion
PlatformLogicalVersion getPlatformLogicalVersion() -
getSpaceConfig
SpaceConfig getSpaceConfig() -
setSuspendInfo
-
getLastStatistics
SpaceInstanceStatistics getLastStatistics() -
demote
Demote a primary space instance to backup with provided security credentials- Since:
- 14.0.0
- See Also:
-