public class TSOServer
extends org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService
| Modifier and Type | Field and Description |
|---|---|
static String |
DASH_SEPARATOR_80_CHARS |
org.apache.omid.tso.ReplyProcessor |
replyProcessor |
static String |
TSO_HOST_AND_PORT_KEY |
| Constructor and Description |
|---|
TSOServer() |
| Modifier and Type | Method and Description |
|---|---|
static TSOServer |
getInitializedTsoServer(TSOServerConfig config) |
static void |
main(String[] args)
This is where all starts on the server side
|
protected void |
shutDown() |
protected void |
startUp() |
public static final String DASH_SEPARATOR_80_CHARS
public static final String TSO_HOST_AND_PORT_KEY
@Inject public org.apache.omid.tso.ReplyProcessor replyProcessor
public static TSOServer getInitializedTsoServer(TSOServerConfig config) throws IOException
IOExceptionprotected void startUp()
throws Exception
startUp in class org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleServiceExceptionprotected void shutDown()
throws Exception
shutDown in class org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleServiceExceptionpublic static void main(String[] args)
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.