org.apache.blur.thrift
Class ThriftBlurShardServer

java.lang.Object
  extended by org.apache.blur.thrift.ThriftServer
      extended by org.apache.blur.thrift.ThriftBlurShardServer

public class ThriftBlurShardServer
extends ThriftServer


Constructor Summary
ThriftBlurShardServer()
           
 
Method Summary
static ThriftServer createServer(int serverIndex, BlurConfiguration configuration, boolean randomPort)
           
static void main(String[] args)
           
 
Methods inherited from class org.apache.blur.thrift.ThriftServer
close, getAcceptQueueSizePerThread, getBindInetSocketAddress, getEventHandler, getIface, getLocalPort, getMaxFrameSize, getMaxReadBufferBytes, getNodeName, getNodeName, getSelectorThreads, getServerTransport, getShutdown, getTNonblockingServerSocket, isEmpty, printUlimits, setAcceptQueueSizePerThread, setEventHandler, setIface, setMaxFrameSize, setMaxReadBufferBytes, setNodeName, setSelectorThreads, setServerTransport, setShutdown, setThreadCount, setupJvmMetrics, setupTraceStorage, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftBlurShardServer

public ThriftBlurShardServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

createServer

public static ThriftServer createServer(int serverIndex,
                                        BlurConfiguration configuration,
                                        boolean randomPort)
                                 throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.