Class CacheSiteStatusBuilder

    • Constructor Detail

      • CacheSiteStatusBuilder

        public CacheSiteStatusBuilder()
    • Method Detail

      • addMember

        public void addMember​(Address address,
                              boolean online)
        Adds a member with an online/offline connection to the server based on the online parameter.
        Parameters:
        address - The member Address.
        online - true if the member has online connection, false otherwise.