Uses of Interface
org.openspaces.admin.Admin
Packages that use Admin
Package
Description
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
-
Uses of Admin in org.openspaces.admin
Methods in org.openspaces.admin that return AdminModifier and TypeMethodDescriptionAdminFactory.create()Creates the admin and begins its listening for events from the lookup service.AdminFactory.createAdmin()Creates the admin and begins its listening for events from the lookup service.AdminAware.getAdmin()Returns theAdminassociated with this element. -
Uses of Admin in org.openspaces.admin.internal.admin
Subinterfaces of Admin in org.openspaces.admin.internal.adminClasses in org.openspaces.admin.internal.admin that implement Admin -
Uses of Admin in org.openspaces.admin.internal.alert
Methods in org.openspaces.admin.internal.alert that return AdminConstructors in org.openspaces.admin.internal.alert with parameters of type Admin -
Uses of Admin in org.openspaces.admin.internal.alert.bean
Methods in org.openspaces.admin.internal.alert.bean with parameters of type AdminModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Admin in org.openspaces.admin.internal.application
Methods in org.openspaces.admin.internal.application that return AdminMethods in org.openspaces.admin.internal.application with parameters of type AdminModifier and TypeMethodDescriptionInternalApplicationDeploymentOptions.getProcessingUnitDeployments(Admin admin) -
Uses of Admin in org.openspaces.admin.internal.dump
Methods in org.openspaces.admin.internal.dump with parameters of type AdminModifier and TypeMethodDescriptionstatic FileInternalOverviewBuilder.createOverviewDumpResult(Admin admin) -
Uses of Admin in org.openspaces.admin.internal.gateway
Methods in org.openspaces.admin.internal.gateway that return Admin -
Uses of Admin in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa that return Admin -
Uses of Admin in org.openspaces.admin.internal.gsc
Methods in org.openspaces.admin.internal.gsc that return Admin -
Uses of Admin in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm that return Admin -
Uses of Admin in org.openspaces.admin.internal.lus
Methods in org.openspaces.admin.internal.lus that return Admin -
Uses of Admin in org.openspaces.admin.internal.machine
Methods in org.openspaces.admin.internal.machine that return Admin -
Uses of Admin in org.openspaces.admin.internal.os
Methods in org.openspaces.admin.internal.os that return Admin -
Uses of Admin in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return Admin -
Uses of Admin in org.openspaces.admin.internal.space
Methods in org.openspaces.admin.internal.space that return Admin -
Uses of Admin in org.openspaces.admin.internal.support
Methods in org.openspaces.admin.internal.support that return Admin -
Uses of Admin in org.openspaces.admin.internal.transport
Methods in org.openspaces.admin.internal.transport that return Admin -
Uses of Admin in org.openspaces.admin.internal.vm
Methods in org.openspaces.admin.internal.vm that return Admin -
Uses of Admin in org.openspaces.admin.internal.zone
Methods in org.openspaces.admin.internal.zone that return Admin -
Uses of Admin in org.openspaces.admin.pu.topology
Methods in org.openspaces.admin.pu.topology with parameters of type AdminModifier and TypeMethodDescriptiondefault ProcessingUnitConfigProcessingUnitConfigHolder.toProcessingUnitConfig(Admin admin) -
Uses of Admin in org.openspaces.core.bean
Methods in org.openspaces.core.bean with parameters of type AdminModifier and TypeMethodDescriptionvoidSet the Admin instance to be used by this Bean.Constructors in org.openspaces.core.bean with parameters of type Admin -
Uses of Admin in org.openspaces.core.gateway
Methods in org.openspaces.core.gateway with parameters of type AdminModifier and TypeMethodDescriptionstatic voidBootstrapUtility.bootstrap(Admin admin, String gatewaySinkPuName, String sourceGatewayName, long timeout, TimeUnit timeUnit) Deprecated.static voidBootstrapUtility.enableIncomingReplication(Admin admin, String gatewaySinkPuName, long timeout, TimeUnit timeUnit) Deprecated.Since 8.0.4 - useGatewaySink.enableIncomingReplication()instead.
GatewaySinkSource.bootstrapFromGatewayAndWait()instead.