Package io.etcd.jetcd.launcher
Interface EtcdCluster
- All Superinterfaces:
AutoCloseable,org.testcontainers.lifecycle.Startable
- All Known Implementing Classes:
EtcdClusterImpl
public interface EtcdCluster
extends org.testcontainers.lifecycle.Startable
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidMethods inherited from interface org.testcontainers.lifecycle.Startable
close, getDependencies, start, stop
-
Method Details
-
restart
- Throws:
InterruptedException
-
clusterName
String clusterName() -
clientEndpoints
-
peerEndpoints
-
containers
List<EtcdContainer> containers()
-