Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.service.BackendConfig Class Reference
Collaboration diagram for com.cloudera.impala.service.BackendConfig:

Public Member Functions

long getReadSize ()
 

Static Public Attributes

static BackendConfig INSTANCE = new BackendConfig()
 

Private Member Functions

 BackendConfig ()
 

Private Attributes

final long READ_SIZE
 

Detailed Description

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.

Constructor & Destructor Documentation

com.cloudera.impala.service.BackendConfig.BackendConfig ( )
inlineprivate

Member Function Documentation

long com.cloudera.impala.service.BackendConfig.getReadSize ( )
inline

Member Data Documentation

BackendConfig com.cloudera.impala.service.BackendConfig.INSTANCE = new BackendConfig()
static

Definition at line 25 of file BackendConfig.java.

final long com.cloudera.impala.service.BackendConfig.READ_SIZE
private

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