Class CloudDescriptor

    • Method Detail

      • requiresTransactionLog

        public boolean requiresTransactionLog()
      • setLastPublished

        public void setLastPublished​(Replica.State state)
      • isLeader

        public boolean isLeader()
      • setLeader

        public void setLeader​(boolean isLeader)
      • hasRegistered

        public boolean hasRegistered()
      • setHasRegistered

        public void setHasRegistered​(boolean hasRegistered)
      • setShardId

        public void setShardId​(String shardId)
      • getShardId

        public String getShardId()
      • getCollectionName

        public String getCollectionName()
      • setCollectionName

        public void setCollectionName​(String collectionName)
      • getRoles

        public String getRoles()
      • setRoles

        public void setRoles​(String roles)
      • getParams

        public Map<String,​String> getParams()
        Optional parameters that can change how a core is created.
      • getNumShards

        public Integer getNumShards()
      • setNumShards

        public void setNumShards​(int numShards)
      • getCoreNodeName

        public String getCoreNodeName()
      • setCoreNodeName

        public void setCoreNodeName​(String nodeName)