Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
long | getReadSize () |
Static Public Attributes | |
static BackendConfig | INSTANCE = new BackendConfig() |
Private Member Functions | |
BackendConfig () | |
Private Attributes | |
final long | READ_SIZE |
This class is meant to provide the FE with impalad backend configuration parameters, including command line arguments. TODO: Remove this class and either a) Figure out if there's a standard way to access flags from java b) Create a util/gflags.java that let's us access the be flags
Definition at line 24 of file BackendConfig.java.
|
inlineprivate |
Definition at line 31 of file BackendConfig.java.
References com.cloudera.impala.service.BackendConfig.READ_SIZE.
|
inline |
Definition at line 36 of file BackendConfig.java.
References com.cloudera.impala.service.BackendConfig.READ_SIZE.
|
static |
Definition at line 25 of file BackendConfig.java.
|
private |
Definition at line 29 of file BackendConfig.java.
Referenced by com.cloudera.impala.service.BackendConfig.BackendConfig(), and com.cloudera.impala.service.BackendConfig.getReadSize().