Class CacheNodeMain
java.lang.Object
com.loomcache.server.CacheNodeMain
Standalone main class to start a cache node from command line.
Usage: java --enable-preview -cp cache-server.jar com.loomcache.server.CacheNodeMain \ --config=path/to/loomcache.yml \ --node-id=node-1 --port=5701 --bind-address=0.0.0.0
Configuration sources (in priority order): 1. CLI arguments (--arg=value) 2. File specified by --config=path/to/file 3. ./loomcache.yml, ./loomcache.yaml, or ./loomcache.properties (if exists) 4. loomcache.yml, loomcache.yaml, or loomcache.properties from classpath 5. Built-in defaults
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheNodeMain
public CacheNodeMain()
-