public final class StartServer extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Creates a server instance of Hazelcast
If user pass print.port property, Server writes port number of the instance to file.
|
static void |
printMemberPort(HazelcastInstance hz) |
public static void main(String[] args) throws FileNotFoundException, UnsupportedEncodingException
args
- noneFileNotFoundException
UnsupportedEncodingException
public static void printMemberPort(HazelcastInstance hz) throws FileNotFoundException, UnsupportedEncodingException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.