Uses of Class
software.xdev.tci.network.LazyNetwork
Packages that use LazyNetwork
-
Uses of LazyNetwork in software.xdev.tci.network
Fields in software.xdev.tci.network with type parameters of type LazyNetworkModifier and TypeFieldDescriptionprotected Supplier<LazyNetwork>LazyNetworkPool.networkSupplierprotected final LinkedBlockingQueue<LazyNetwork>LazyNetworkPool.queueMethods in software.xdev.tci.network that return LazyNetworkModifier and TypeMethodDescriptionprotected LazyNetworkLazyNetworkPool.bootNew()LazyNetwork.create()LazyNetwork.create(Function<Runnable, CompletableFuture<Void>> executor) LazyNetworkPool.getNew()LazyNetwork.withCheckDuplicate(Boolean checkDuplicate) LazyNetwork.withCreateNetworkCmdModifier(Consumer<com.github.dockerjava.api.command.CreateNetworkCmd> createNetworkCmdModifier) LazyNetwork.withDeleteNetworkOnClose(boolean deleteNetworkOnClose) LazyNetwork.withDeleteNetworkOnCloseTries(int deleteNetworkOnCloseTries) LazyNetwork.withDriver(String driver) LazyNetwork.withEnableIpv6(Boolean enableIpv6) Method parameters in software.xdev.tci.network with type arguments of type LazyNetworkModifier and TypeMethodDescriptionLazyNetworkPool.withNetworkSupplier(Supplier<LazyNetwork> networkSupplier)