public class HBaseComponent
extends org.apache.camel.impl.DefaultComponent
HBaseEndpoint.| Constructor and Description |
|---|
HBaseComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
HBaseRow |
createRowModel(Map<String,Object> parameters)
Creates an
HBaseRow model from the specified endpoint parameters. |
protected void |
doStart() |
protected void |
doStop() |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
int |
getPoolMaxSize() |
void |
setConfiguration(org.apache.hadoop.conf.Configuration configuration) |
void |
setPoolMaxSize(int poolMaxSize) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic HBaseRow createRowModel(Map<String,Object> parameters)
HBaseRow model from the specified endpoint parameters.public org.apache.hadoop.conf.Configuration getConfiguration()
public void setConfiguration(org.apache.hadoop.conf.Configuration configuration)
public int getPoolMaxSize()
public void setPoolMaxSize(int poolMaxSize)
Apache Camel