Class SFSBuddyListManager

  • All Implemented Interfaces:
    com.smartfoxserver.bitswarm.service.IService, BuddyListManager

    public class SFSBuddyListManager
    extends java.lang.Object
    implements BuddyListManager
    • Field Detail

      • log

        protected final org.slf4j.Logger log
      • zone

        protected final Zone zone
      • serviceName

        protected final java.lang.String serviceName
      • active

        protected boolean active
      • offlineBuddyVariables

        protected boolean offlineBuddyVariables
      • useTempBuddies

        protected boolean useTempBuddies
      • useBadWordsFilter

        protected boolean useBadWordsFilter
      • maxListSize

        protected int maxListSize
      • maxVariables

        protected int maxVariables
      • bvCacheSize

        protected int bvCacheSize
      • offlineVarsCache

        protected com.smartfoxserver.v2.buddylist.cache.BuddyVariablesCache offlineVarsCache
      • buddyLists

        protected final java.util.Map<java.lang.String,​BuddyList> buddyLists
      • buddyStates

        protected java.util.List<java.lang.String> buddyStates
    • Constructor Detail

      • SFSBuddyListManager

        public SFSBuddyListManager​(Zone parentZone,
                                   boolean isActive)