Class FrontendIdentifier
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.FrontendIdentifier
- All Implemented Interfaces:
Serializable
,Identifier
,Immutable
,WritableIdentifier
,WritableObject
A cluster-wide unique identifier of a frontend type located at a cluster member.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull FrontendIdentifier
create
(MemberName memberName, FrontendType clientType) boolean
@NonNull FrontendType
@NonNull MemberName
int
hashCode()
static @NonNull FrontendIdentifier
@NonNull String
toString()
void
writeTo
(DataOutput out)
-
Method Details
-
create
-
readFrom
- Throws:
IOException
-
writeTo
- Specified by:
writeTo
in interfaceWritableObject
- Throws:
IOException
-
getClientType
-
getMemberName
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceIdentifier
- Overrides:
hashCode
in classObject
-
equals
- Specified by:
equals
in interfaceIdentifier
- Overrides:
equals
in classObject
-
toPersistentId
-
toString
- Specified by:
toString
in interfaceIdentifier
- Overrides:
toString
in classObject
-