public static final class QuorumPeer.AddressTuple extends Object
Modifier and Type | Field and Description |
---|---|
InetSocketAddress |
clientAddr |
InetSocketAddress |
electionAddr |
InetSocketAddress |
quorumAddr |
Constructor and Description |
---|
AddressTuple(InetSocketAddress quorumAddr,
InetSocketAddress electionAddr,
InetSocketAddress clientAddr) |
public final InetSocketAddress quorumAddr
public final InetSocketAddress electionAddr
public final InetSocketAddress clientAddr
public AddressTuple(InetSocketAddress quorumAddr, InetSocketAddress electionAddr, InetSocketAddress clientAddr)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.