Uses of Class
org.apache.pulsar.common.functions.WorkerInfo
-
Packages that use WorkerInfo Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.functions Implementation of policies. -
-
Uses of WorkerInfo in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return WorkerInfo Modifier and Type Method Description WorkerInfoWorker. getClusterLeader()Get the worker who is the leader of the cluster.Methods in org.apache.pulsar.client.admin that return types with arguments of type WorkerInfo Modifier and Type Method Description java.util.List<WorkerInfo>Worker. getCluster()Get List of all workers belonging to this cluster.java.util.concurrent.CompletableFuture<java.util.List<WorkerInfo>>Worker. getClusterAsync()Get List of all workers belonging to this cluster asynchronously.java.util.concurrent.CompletableFuture<WorkerInfo>Worker. getClusterLeaderAsync()Get the worker who is the leader of the cluster asynchronously. -
Uses of WorkerInfo in org.apache.pulsar.common.functions
Methods in org.apache.pulsar.common.functions that return WorkerInfo Modifier and Type Method Description static WorkerInfoWorkerInfo. of(java.lang.String workerId, java.lang.String workerHostname, int port)static WorkerInfoWorkerInfo. parseFrom(java.lang.String str)
-