|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.scs.mbench.MultiNodeInfo
public class MultiNodeInfo
Multiple node information
| フィールドの概要 | |
|---|---|
static java.lang.String |
defaultLocalHost
name of local host |
static int |
defaultPort
number of local port |
static java.lang.String |
NODE_PRIMARY
statement of primary node on multiple nodes |
static java.lang.String |
NODE_SECONDARY
statement of secondary node on multiple nodes |
static java.lang.String |
NODE_SINGLE
statement of single node |
| コンストラクタの概要 | |
|---|---|
MultiNodeInfo()
|
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getLocalHost()
Gets the name of local host. |
int |
getLocalPort()
Gets the number of local port. |
java.lang.String |
getName()
Gets the name of multipule nodes. |
java.lang.String |
getNodeType()
Sets the type of node. |
java.lang.String[] |
getSecondaryHost()
Gets the names of secondary node's host. |
int[] |
getSecondaryPort()
Gets the numbers of secondary node's port. |
void |
setLocalHost(java.lang.String localHost)
Sets the name of local host. |
void |
setLocalPort(int localPort)
Sets the number of local port. |
void |
setName(java.lang.String name)
Sets the name of multipule nodes. |
void |
setNodeType(java.lang.String nodeType)
Gets the type of node. |
void |
setSecondaryHost(java.lang.String[] secondaryHost)
Sets the names of secondary node's host. |
void |
setSecondaryPort(int[] secondaryPort)
Sets the numbers of secondary node's port. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final java.lang.String defaultLocalHost
public static final int defaultPort
public static final java.lang.String NODE_SINGLE
public static final java.lang.String NODE_PRIMARY
public static final java.lang.String NODE_SECONDARY
| コンストラクタの詳細 |
|---|
public MultiNodeInfo()
| メソッドの詳細 |
|---|
public java.lang.String getLocalHost()
public void setLocalHost(java.lang.String localHost)
localHost - name of local hostpublic int getLocalPort()
public void setLocalPort(int localPort)
localPort - number of local portpublic java.lang.String getName()
public void setName(java.lang.String name)
name - name of multipule nodespublic java.lang.String getNodeType()
public void setNodeType(java.lang.String nodeType)
nodeType - Type of nodepublic java.lang.String[] getSecondaryHost()
public void setSecondaryHost(java.lang.String[] secondaryHost)
secondaryHost - names of secondary node's hostpublic int[] getSecondaryPort()
public void setSecondaryPort(int[] secondaryPort)
secondaryPort - Numbers of secondary node's port
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||