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 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 AdminAware
getAdminMethods inherited from interface DiscoverableComponent
isDiscoveredMethods inherited from interface GridComponent
getUidMethods inherited from interface InternalDiscoverableComponent
setDiscoveredMethods inherited from interface InternalMachineAware
setMachineMethods inherited from interface InternalOperatingSystemAware
setOperatingSystemMethods inherited from interface InternalOperatingSystemInfoProvider
getCurrentTimeInMillis, getOSDetails, getOSStatisticsMethods inherited from interface InternalTransportAware
setTransportMethods inherited from interface InternalTransportInfoProvider
disableLRMIMonitoring, enableLRMIMonitoring, fetchLRMIMonitoringDetails, getNIODetails, getNIOStatisticsMethods inherited from interface InternalVirtualMachineAware
setVirtualMachineMethods inherited from interface InternalVirtualMachineInfoProvider
getJVMDetails, getJVMStatistics, getUid, runGcMethods inherited from interface InternalZoneAware
addZoneMethods inherited from interface MachineAware
getMachineMethods inherited from interface OperatingSystemAware
getOperatingSystemMethods inherited from interface 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 StatisticsMonitor
isMonitoring, setStatisticsHistorySize, setStatisticsInterval, startStatisticsMonitor, stopStatisticsMonitorMethods inherited from interface TransportAware
getTransportMethods inherited from interface 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:
-