HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HAPI_ThriftServerOptions Struct Reference

Options to configure a Thrift server being started from HARC. More...

#include <HAPI_Common.h>

Public Attributes

HAPI_Bool autoClose
 Close the server automatically when all clients disconnect from it. More...
 
float timeoutMs
 
HAPI_StatusVerbosity verbosity
 
HAPI_ThriftSharedMemoryBufferType sharedMemoryBufferType
 
HAPI_Int64 sharedMemoryBufferSize
 

Detailed Description

Options to configure a Thrift server being started from HARC.

Definition at line 1144 of file HAPI_Common.h.

Member Data Documentation

HAPI_Bool HAPI_ThriftServerOptions::autoClose

Close the server automatically when all clients disconnect from it.

Definition at line 1147 of file HAPI_Common.h.

HAPI_Int64 HAPI_ThriftServerOptions::sharedMemoryBufferSize

Definition at line 1168 of file HAPI_Common.h.

HAPI_ThriftSharedMemoryBufferType HAPI_ThriftServerOptions::sharedMemoryBufferType

Definition at line 1163 of file HAPI_Common.h.

float HAPI_ThriftServerOptions::timeoutMs

Timeout in milliseconds for waiting on the server to signal that it's ready to serve. If the server fails to signal within this time interval, the start server call fails and the server process is terminated.

Definition at line 1153 of file HAPI_Common.h.

HAPI_StatusVerbosity HAPI_ThriftServerOptions::verbosity

Definition at line 1156 of file HAPI_Common.h.


The documentation for this struct was generated from the following file: