Uses of Class
org.pipecraft.infra.net.HostPort
-
Packages that use HostPort Package Description org.pipecraft.infra.net org.pipecraft.pipes.async.inter.distributed -
-
Uses of HostPort in org.pipecraft.infra.net
Methods in org.pipecraft.infra.net that return types with arguments of type HostPort Modifier and Type Method Description static List<HostPort>HostPort. getHostPorts(String hostsArg)Methods in org.pipecraft.infra.net with parameters of type HostPort Modifier and Type Method Description intHostPort. compareTo(HostPort o) -
Uses of HostPort in org.pipecraft.pipes.async.inter.distributed
Methods in org.pipecraft.pipes.async.inter.distributed that return types with arguments of type HostPort Modifier and Type Method Description List<HostPort>DistributedShufflerConfig. getWorkers()Methods in org.pipecraft.pipes.async.inter.distributed with parameters of type HostPort Modifier and Type Method Description intDistributedShufflerConfig. getWorkerShardId(HostPort worker)Utility functionMethod parameters in org.pipecraft.pipes.async.inter.distributed with type arguments of type HostPort Modifier and Type Method Description static intDistributedShufflerPipe. getWorkerShardId(List<HostPort> workers, int workerIndex)Deprecated.Use DistributedShufflerConfig.getWorkerShardId(..) insteadDistributedShufflerConfig.Builder<T>DistributedShufflerConfig.Builder. workers(Set<HostPort> workers)
-