@Beta public abstract class ShardDataTreeSnapshot extends Object
Modifier and Type | Method and Description |
---|---|
static ShardDataTreeSnapshot |
deserialize(ObjectInput in) |
abstract Optional<org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> |
getRootNode()
Get the root data node contained in this snapshot.
|
abstract void |
serialize(ObjectOutput out) |
public static ShardDataTreeSnapshot deserialize(ObjectInput in) throws IOException
IOException
public abstract Optional<org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> getRootNode()
public abstract void serialize(ObjectOutput out) throws IOException
IOException
Copyright © 2019 OpenDaylight. All rights reserved.