Uses of Interface
org.apache.ignite.services.ServiceDescriptor
-
Packages that use ServiceDescriptor Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.platform.client.service org.apache.ignite.internal.processors.service -
-
Uses of ServiceDescriptor in org.apache.ignite
Methods in org.apache.ignite that return types with arguments of type ServiceDescriptor Modifier and Type Method Description Collection<ServiceDescriptor>IgniteServices. serviceDescriptors()Gets metadata about all deployed services in the grid. -
Uses of ServiceDescriptor in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return types with arguments of type ServiceDescriptor Modifier and Type Method Description Collection<ServiceDescriptor>IgniteServicesImpl. serviceDescriptors()Gets metadata about all deployed services in the grid. -
Uses of ServiceDescriptor in org.apache.ignite.internal.processors.platform.client.service
Methods in org.apache.ignite.internal.processors.platform.client.service that return ServiceDescriptor Modifier and Type Method Description static ServiceDescriptorClientServiceInvokeRequest. findServiceDescriptor(ClientConnectionContext ctx, String name)Methods in org.apache.ignite.internal.processors.platform.client.service with parameters of type ServiceDescriptor Modifier and Type Method Description static voidClientServiceDescriptorsResponse. writeDescriptor(BinaryRawWriterEx writer, ServiceDescriptor svc)Constructors in org.apache.ignite.internal.processors.platform.client.service with parameters of type ServiceDescriptor Constructor Description ClientServiceDescriptorResponse(long reqId, ServiceDescriptor svc)Constructor parameters in org.apache.ignite.internal.processors.platform.client.service with type arguments of type ServiceDescriptor Constructor Description ClientServiceDescriptorsResponse(long reqId, Collection<ServiceDescriptor> svcs) -
Uses of ServiceDescriptor in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement ServiceDescriptor Modifier and Type Class Description classServiceInfoService's information container.Methods in org.apache.ignite.internal.processors.service that return types with arguments of type ServiceDescriptor Modifier and Type Method Description Collection<ServiceDescriptor>IgniteServiceProcessor. serviceDescriptors()
-