public abstract class Node extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Node.Builder |
Modifier and Type | Method and Description |
---|---|
static Node.Builder |
builder() |
static Node |
create(String ip) |
abstract String |
ip() |
Node.Builder |
toBuilder() |
public static Node.Builder builder()
public Node.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.