@Beta @NonNullByDefault public final class DatastoreIdentifier extends AbstractIdentifier<QName> implements WritableObject
identity
which defines the datastore. This class does not allow creation of identifiers which are
defined as abstract, that is "datastore", "conventional" and "dynamic" in the namespace of ietf-datastores
.Modifier and Type | Method and Description |
---|---|
static DatastoreIdentifier |
create(QName qname) |
static DatastoreIdentifier |
of(QName qname) |
static DatastoreIdentifier |
readFrom(DataInput in) |
void |
writeTo(DataOutput out)
Serialize this object into a
DataOutput as a fixed-format stream. |
equals, getValue, hashCode, toString
public static DatastoreIdentifier of(QName qname)
public static DatastoreIdentifier create(QName qname)
public static DatastoreIdentifier readFrom(DataInput in) throws IOException
IOException
public void writeTo(DataOutput out) throws IOException
WritableObject
DataOutput
as a fixed-format stream.writeTo
in interface WritableObject
out
- Data outputIOException
- if an I/O error occursCopyright © 2020 OpenDaylight. All rights reserved.