Class Shard.AbstractBuilder<T extends Shard.AbstractBuilder<T,​S>,​S extends Shard>

  • Direct Known Subclasses:
    Shard.Builder
    Enclosing class:
    Shard

    public abstract static class Shard.AbstractBuilder<T extends Shard.AbstractBuilder<T,​S>,​S extends Shard>
    extends Object
    • Method Detail

      • peerAddresses

        public T peerAddresses​(Map<String,​String> newPeerAddresses)
      • datastoreContext

        public T datastoreContext​(DatastoreContext newDatastoreContext)
      • schemaContextProvider

        public T schemaContextProvider​(org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider newSchemaContextProvider)
      • dataTree

        public T dataTree​(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree newDataTree)
      • getSchemaContext

        public org.opendaylight.yangtools.yang.model.api.EffectiveModelContext getSchemaContext()
      • getDataTree

        public org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree getDataTree()
      • getTreeType

        public org.opendaylight.yangtools.yang.data.api.schema.tree.TreeType getTreeType()
      • verify

        protected void verify()
      • props

        public akka.actor.Props props()