クラス UdpPrimaryKey
java.lang.Object
org.piax.gtrans.netty.idtrans.PrimaryKey
org.piax.gtrans.netty.udp.UdpPrimaryKey
- すべての実装されたインタフェース:
Serializable,Comparable<PrimaryKey>,ComparableKey<PrimaryKey>,Destination,Endpoint,Key,NettyEndpoint
public class UdpPrimaryKey extends PrimaryKey
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classUdpPrimaryKey.SIGTYPE -
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static Option.EnumOption<UdpPrimaryKey.SIGTYPE>DEFAULT_SIG_TYPEstatic Option.IntegerOptionDEFAULT_UDP_PORT -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 UdpPrimaryKey(ComparableKey<?> key)UdpPrimaryKey(ComparableKey<?> key, int port)UdpPrimaryKey(ComparableKey<?> key, NettyLocator locator)UdpPrimaryKey(NettyLocator locator)UdpPrimaryKey(UdpPrimaryKey.SIGTYPE sigType, ComparableKey<?> key, int port)UdpPrimaryKey(UdpPrimaryKey.SIGTYPE sigType, ComparableKey<?> key, NettyLocator locator)UdpPrimaryKey(UdpPrimaryKey.SIGTYPE sigType, ComparableKey<?> key, NettyLocator locator, NettyLocator[] entries) -
メソッドの概要
修飾子とタイプ メソッド 説明 booleanequals(Object o)NettyLocatorgetLocator()static PrimaryKeyparse(String spec)static UdpPrimaryKey.SIGTYPEparseSigType(String spec)voidsetLocatorManager(UdpLocatorManager mgr)クラスから継承されたメソッド org.piax.gtrans.netty.idtrans.PrimaryKey
addNeighbor, compareTo, getHost, getKeyString, getLocatorVersion, getNeighbors, getPort, getRawKey, hashCode, markNeighborAlive, markNeighborClosed, newSameTypeEndpoint, setLocator, setNeighbors, setRawKey, toString
-
フィールド詳細
-
コンストラクタの詳細
-
UdpPrimaryKey
-
UdpPrimaryKey
-
UdpPrimaryKey
-
UdpPrimaryKey
-
UdpPrimaryKey
-
UdpPrimaryKey
-
UdpPrimaryKey
public UdpPrimaryKey(UdpPrimaryKey.SIGTYPE sigType, ComparableKey<?> key, NettyLocator locator, NettyLocator[] entries)
-
-
メソッドの詳細
-
parseSigType
-
parse
-
setLocatorManager
-
getLocator
- オーバーライド:
getLocatorクラス内PrimaryKey
-
equals
- オーバーライド:
equalsクラス内PrimaryKey
-