io.odysz.semantic.syn.SynodeMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of semantic.DA Show documentation
Show all versions of semantic.DA Show documentation
JDBC Data Access with Semantics Support
package io.odysz.semantic.syn;
/**
* jserv-node states
*/
public enum SynodeMode {
/** jserv node mode: cloud hub, equivalent of jserv/Docsyncer.cloudHub */
// hub,
/** jserv node mode: private main, equivalent of jserv/Docsyncer.mainStorage */
// main,
/** jserv node mode: bridge , equivalent of jserv/Docsyncer.privateStorage*/
// bridge,
/** jserv client device */
// device
/** device or transction builder, etc. are not for synodes */
nonsyn,
/** Jserv node mode: cloud hub, accepting application from {@link #child} */
peer,
/**
* Work as a tree branch mode, tree's middle and leaf node,
* via filing application to {@link #hub}
*/
leaf
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy