public interface DataDistributionManager
DataDistributionType corresponding to the expected mode that will store the
data for you in an optimized and reliable way.
See below an example of how it can be used
// Get the data distribution corresponding to the readable mode DataDistributionType type = manager.getDataDistributionType(DataDistributionMode.READABLE); // Get or create the node corresponding to "john.smith" Node node = type.getOrCreateDataNode(parentNode, "john.smith");
| Modifier and Type | Method and Description |
|---|---|
DataDistributionType |
getDataDistributionType(DataDistributionMode mode)
Retrieves the data distribution type corresponding to given mode.
|
DataDistributionType getDataDistributionType(DataDistributionMode mode)
mode - the mode of distribution to usenull otherwise.Copyright © 2017 eXo Platform SAS. All Rights Reserved.