public interface GlobalCapabilitiesDirectoryProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
GlobalCapabilitiesDirectoryProvider.Add1Deferred |
static class |
GlobalCapabilitiesDirectoryProvider.Lookup1Deferred |
static class |
GlobalCapabilitiesDirectoryProvider.Lookup2Deferred |
static class |
GlobalCapabilitiesDirectoryProvider.Lookup3Deferred |
static class |
GlobalCapabilitiesDirectoryProvider.Lookup4Deferred |
static class |
GlobalCapabilitiesDirectoryProvider.Remove1Deferred |
setSubscriptionPublisherPromise<DeferredVoid> add(GlobalDiscoveryEntry[] globalDiscoveryEntries)
globalDiscoveryEntries - the parameter globalDiscoveryEntriesPromise<DeferredVoid> add(GlobalDiscoveryEntry globalDiscoveryEntry)
globalDiscoveryEntry - the parameter globalDiscoveryEntryPromise<GlobalCapabilitiesDirectoryProvider.Add1Deferred> add(GlobalDiscoveryEntry globalDiscoveryEntry, String[] gbids)
globalDiscoveryEntry - the parameter globalDiscoveryEntrygbids - the parameter gbidsPromise<GlobalCapabilitiesDirectoryProvider.Lookup1Deferred> lookup(String[] domains, String interfaceName)
domains - the parameter domainsinterfaceName - the parameter interfaceNamePromise<GlobalCapabilitiesDirectoryProvider.Lookup2Deferred> lookup(String[] domains, String interfaceName, String[] gbids)
domains - the parameter domainsinterfaceName - the parameter interfaceNamegbids - the parameter gbidsPromise<GlobalCapabilitiesDirectoryProvider.Lookup3Deferred> lookup(String participantId)
participantId - the parameter participantIdPromise<GlobalCapabilitiesDirectoryProvider.Lookup4Deferred> lookup(String participantId, String[] gbids)
participantId - the parameter participantIdgbids - the parameter gbidsPromise<DeferredVoid> remove(String[] participantIds)
participantIds - the parameter participantIdsPromise<DeferredVoid> remove(String participantId)
participantId - the parameter participantIdPromise<GlobalCapabilitiesDirectoryProvider.Remove1Deferred> remove(String participantId, String[] gbids)
participantId - the parameter participantIdgbids - the parameter gbidsPromise<DeferredVoid> removeStale(String clusterControllerId, Long maxLastSeenDateMs)
clusterControllerId - the parameter clusterControllerIdmaxLastSeenDateMs - the parameter maxLastSeenDateMsPromise<DeferredVoid> touch(String clusterControllerId)
clusterControllerId - the parameter clusterControllerIdPromise<DeferredVoid> touch(String clusterControllerId, String[] participantIds)
clusterControllerId - the parameter clusterControllerIdparticipantIds - the parameter participantIdsCopyright © 2021. All rights reserved.