java.lang.Object | |||
↳ | org.mule.module.hbase.processors.AbstractExpressionEvaluator | ||
↳ | org.mule.module.hbase.processors.AbstractMessageProcessor<O> | ||
↳ | org.mule.module.hbase.processors.ModifyColumnFamilyMessageProcessor |
ModifyColumnFamilyMessageProcessor invokes the modifyColumnFamily(java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, org.mule.module.hbase.api.CompressionType, org.mule.module.hbase.api.CompressionType, java.lang.Boolean, java.lang.Integer, java.lang.Boolean, org.mule.module.hbase.api.BloomFilterType, java.lang.Integer, java.util.Map)
method in HbaseCloudConnector
. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_blockCacheEnabledType | |||||||||||
_blocksizeType | |||||||||||
_bloomFilterTypeType | |||||||||||
_columnFamilyNameType | |||||||||||
_compactionCompressionTypeType | |||||||||||
_compressionTypeType | |||||||||||
_inMemoryType | |||||||||||
_maxVersionsType | |||||||||||
_replicationScopeType | |||||||||||
_tableNameType | |||||||||||
_timeToLiveType | |||||||||||
_valuesType | |||||||||||
blockCacheEnabled | |||||||||||
blocksize | |||||||||||
bloomFilterType | |||||||||||
columnFamilyName | |||||||||||
compactionCompressionType | |||||||||||
compressionType | |||||||||||
inMemory | |||||||||||
maxVersions | |||||||||||
replicationScope | |||||||||||
tableName | |||||||||||
timeToLive | |||||||||||
values |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Invokes the MessageProcessor.
| |||||||||||
Sets blockCacheEnabled
| |||||||||||
Sets blocksize
| |||||||||||
Sets bloomFilterType
| |||||||||||
Sets columnFamilyName
| |||||||||||
Sets compactionCompressionType
| |||||||||||
Sets compressionType
| |||||||||||
Sets flow construct
| |||||||||||
Sets inMemory
| |||||||||||
Sets maxVersions
| |||||||||||
Set the Mule context
| |||||||||||
Sets replicationScope
| |||||||||||
Sets tableName
| |||||||||||
Sets timeToLive
| |||||||||||
Sets values
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
InitialisationException |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
MuleException |
---|
Sets blockCacheEnabled
value | Value to set |
---|
Sets blocksize
value | Value to set |
---|
Sets bloomFilterType
value | Value to set |
---|
Sets columnFamilyName
value | Value to set |
---|
Sets compactionCompressionType
value | Value to set |
---|
Sets compressionType
value | Value to set |
---|
Sets flow construct
flowConstruct | Flow construct to set |
---|
Sets inMemory
value | Value to set |
---|
Sets maxVersions
value | Value to set |
---|
Set the Mule context
context | Mule context to set |
---|
Sets replicationScope
value | Value to set |
---|
Sets tableName
value | Value to set |
---|
Sets timeToLive
value | Value to set |
---|
Sets values
value | Value to set |
---|
MuleException |
---|
MuleException |
---|