Class LocalPrimaryShardFound
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.LocalPrimaryShardFound
Local message sent in reply to FindPrimaryShard to indicate the primary shard is local to the caller.
- Author:
- Thomas Pantelis
-
Constructor Summary
ConstructorsConstructorDescriptionLocalPrimaryShardFound
(@NonNull String primaryPath, @NonNull ReadOnlyDataTree localShardDataTree) -
Method Summary
-
Constructor Details
-
LocalPrimaryShardFound
public LocalPrimaryShardFound(@NonNull String primaryPath, @NonNull ReadOnlyDataTree localShardDataTree)
-
-
Method Details