Package io.etcd.jetcd.launcher
Class Etcd
- java.lang.Object
-
- io.etcd.jetcd.launcher.Etcd
-
public final class Etcd extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEtcd.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTAINER_IMAGEstatic intETCD_CLIENT_PORTstatic java.lang.StringETCD_DATA_DIRstatic intETCD_PEER_PORT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Etcd.Builderbuilder()
-
-
-
Field Detail
-
CONTAINER_IMAGE
public static final java.lang.String CONTAINER_IMAGE
- See Also:
- Constant Field Values
-
ETCD_CLIENT_PORT
public static final int ETCD_CLIENT_PORT
- See Also:
- Constant Field Values
-
ETCD_PEER_PORT
public static final int ETCD_PEER_PORT
- See Also:
- Constant Field Values
-
ETCD_DATA_DIR
public static final java.lang.String ETCD_DATA_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static Etcd.Builder builder()
-
-