com.hazelcast.util
Class VersionCheck

java.lang.Object
  extended by com.hazelcast.util.VersionCheck

public final class VersionCheck
extends Object

Checks version of hazelcast with central server.


Constructor Summary
VersionCheck()
           
 
Method Summary
 void check(Node hazelcastNode, String version, boolean isEnterprise)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCheck

public VersionCheck()
Method Detail

check

public void check(Node hazelcastNode,
                  String version,
                  boolean isEnterprise)

shutdown

public void shutdown()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.