Class ShardManagerSnapshot
- java.lang.Object
 - 
- org.opendaylight.controller.cluster.datastore.persisted.ShardManagerSnapshot
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ShardManagerSnapshot extends Object implements Serializable
Represents the persisted snapshot state for the ShardManager.- Author:
 - Thomas Pantelis
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ShardManagerSnapshot(@NonNull List<String> shardList, Map<DOMDataTreeIdentifier,PrefixShardConfiguration> prefixShardConfiguration) 
 - 
 
- 
- 
Constructor Detail
- 
ShardManagerSnapshot
public ShardManagerSnapshot(@NonNull List<String> shardList, Map<DOMDataTreeIdentifier,PrefixShardConfiguration> prefixShardConfiguration)
 
 - 
 
 -