Uses of Interface
io.grpc.xds.client.XdsClient.ResourceUpdate
Packages that use XdsClient.ResourceUpdate
-
Uses of XdsClient.ResourceUpdate in io.grpc.xds.client
Classes in io.grpc.xds.client with type parameters of type XdsClient.ResourceUpdateModifier and TypeInterfaceDescriptionstatic interfaceWatcher interface for a single requested xDS resource.classXdsResourceType<T extends XdsClient.ResourceUpdate>Methods in io.grpc.xds.client with type parameters of type XdsClient.ResourceUpdateModifier and TypeMethodDescription<T extends XdsClient.ResourceUpdate>
voidXdsClient.cancelXdsResourceWatch(XdsResourceType<T> type, String resourceName, XdsClient.ResourceWatcher<T> watcher) Unregisters the given resource watcher.<T extends XdsClient.ResourceUpdate>
voidXdsClientImpl.cancelXdsResourceWatch(XdsResourceType<T> type, String resourceName, XdsClient.ResourceWatcher<T> watcher) <T extends XdsClient.ResourceUpdate>
voidXdsClient.watchXdsResource(XdsResourceType<T> type, String resourceName, XdsClient.ResourceWatcher<T> watcher) <T extends XdsClient.ResourceUpdate>
voidXdsClient.watchXdsResource(XdsResourceType<T> type, String resourceName, XdsClient.ResourceWatcher<T> watcher, Executor executor) Registers a data watcher for the given Xds resource.<T extends XdsClient.ResourceUpdate>
voidXdsClientImpl.watchXdsResource(XdsResourceType<T> type, String resourceName, XdsClient.ResourceWatcher<T> watcher, Executor watcherExecutor) Method parameters in io.grpc.xds.client with type arguments of type XdsClient.ResourceUpdateModifier and TypeMethodDescriptionXdsClient.ResourceStore.getSubscribedResources(Bootstrapper.ServerInfo serverInfo, XdsResourceType<? extends XdsClient.ResourceUpdate> type) Returns the collection of resources currently subscribing to ornullif not subscribing to any resources for the given type.XdsClientImpl.getSubscribedResources(Bootstrapper.ServerInfo serverInfo, XdsResourceType<? extends XdsClient.ResourceUpdate> type)