Interface GroupConfigurationResponseOrBuilder

    • Method Detail

      • getGroupConfigTableList

        List<GroupConfigItems> getGroupConfigTableList()
         Include all groupConfig items.
         All groupConfigTable.groupName should be not empty,
         Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
         
        repeated .GroupConfigItems groupConfigTable = 1;
      • getGroupConfigTable

        GroupConfigItems getGroupConfigTable​(int index)
         Include all groupConfig items.
         All groupConfigTable.groupName should be not empty,
         Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
         
        repeated .GroupConfigItems groupConfigTable = 1;
      • getGroupConfigTableCount

        int getGroupConfigTableCount()
         Include all groupConfig items.
         All groupConfigTable.groupName should be not empty,
         Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
         
        repeated .GroupConfigItems groupConfigTable = 1;
      • getGroupConfigTableOrBuilderList

        List<? extends GroupConfigItemsOrBuilder> getGroupConfigTableOrBuilderList()
         Include all groupConfig items.
         All groupConfigTable.groupName should be not empty,
         Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
         
        repeated .GroupConfigItems groupConfigTable = 1;
      • getGroupConfigTableOrBuilder

        GroupConfigItemsOrBuilder getGroupConfigTableOrBuilder​(int index)
         Include all groupConfig items.
         All groupConfigTable.groupName should be not empty,
         Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
         
        repeated .GroupConfigItems groupConfigTable = 1;
      • getUuid

        String getUuid()
         UUID is literal string represents the content of the config table.
         If groupConfigTable is unchanged, then could response the same uuid, and groupConfigTable is not required.
         
        string uuid = 2;
        Returns:
        The uuid.
      • getUuidBytes

        com.google.protobuf.ByteString getUuidBytes()
         UUID is literal string represents the content of the config table.
         If groupConfigTable is unchanged, then could response the same uuid, and groupConfigTable is not required.
         
        string uuid = 2;
        Returns:
        The bytes for uuid.