Package org.openspaces.admin.lus
Interface LookupService
- All Superinterfaces:
AdminAware,AgentGridComponent,DiscoverableComponent,DumpProvider,GridComponent,LogProviderGridComponent,MachineAware,MetricProvider,OperatingSystemAware,TransportAware,VirtualMachineAware,ZoneAware
- All Known Subinterfaces:
InternalLookupService
- All Known Implementing Classes:
DefaultLookupService
public interface LookupService
extends AgentGridComponent, LogProviderGridComponent, DumpProvider, MetricProvider
A lookup service acts a lookup server where different grid components register and maintain a
lease against. It provides the ability to discover these grid components.
- Author:
- kimchy
-
Method Summary
Methods inherited from interface org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.AgentGridComponent
getAgentId, getGridServiceAgent, kill, restartMethods inherited from interface org.openspaces.admin.DiscoverableComponent
isDiscoveredMethods inherited from interface org.openspaces.admin.dump.DumpProvider
generateDump, generateDumpMethods inherited from interface org.openspaces.admin.GridComponent
getUidMethods inherited from interface org.openspaces.admin.LogProviderGridComponent
logEntries, logEntriesDirectMethods inherited from interface org.openspaces.admin.machine.MachineAware
getMachineMethods inherited from interface org.openspaces.admin.metrics.MetricProvider
reloadMetricConfigurationMethods inherited from interface org.openspaces.admin.os.OperatingSystemAware
getOperatingSystemMethods inherited from interface org.openspaces.admin.transport.TransportAware
getTransportMethods inherited from interface org.openspaces.admin.vm.VirtualMachineAware
getVirtualMachine
-
Method Details
-
getLookupGroups
String[] getLookupGroups() -
getLookupLocator
LookupLocator getLookupLocator()
-