类 LiteNodeDropOutTcpIpJoiner

  • 所有已实现的接口:
    com.hazelcast.internal.cluster.Joiner

    public class LiteNodeDropOutTcpIpJoiner
    extends com.hazelcast.internal.cluster.impl.TcpIpJoiner
    • 构造器详细资料

      • LiteNodeDropOutTcpIpJoiner

        public LiteNodeDropOutTcpIpJoiner​(com.hazelcast.instance.impl.Node node)
    • 方法详细资料

      • isClaimingMastership

        public boolean isClaimingMastership()
        覆盖:
        isClaimingMastership 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner
      • doJoin

        public void doJoin()
        覆盖:
        doJoin 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner
      • getPossibleAddressesForInitialJoin

        protected Collection<com.hazelcast.cluster.Address> getPossibleAddressesForInitialJoin()
        覆盖:
        getPossibleAddressesForInitialJoin 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner
      • getPossibleAddresses

        protected Collection<com.hazelcast.cluster.Address> getPossibleAddresses()
        覆盖:
        getPossibleAddresses 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner
      • getMembers

        protected Collection<String> getMembers()
        覆盖:
        getMembers 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner
      • getConfigurationMembers

        public static Collection<String> getConfigurationMembers​(com.hazelcast.config.Config config)
      • getConfigurationMembers

        public static Collection<String> getConfigurationMembers​(com.hazelcast.config.TcpIpConfig tcpIpConfig)
      • searchForOtherClusters

        public void searchForOtherClusters()
        指定者:
        searchForOtherClusters 在接口中 com.hazelcast.internal.cluster.Joiner
        覆盖:
        searchForOtherClusters 在类中 com.hazelcast.internal.cluster.impl.TcpIpJoiner