Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
Collection<CoprocessorDescriptor> |
HTableDescriptor.getCoprocessorDescriptors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CoprocessorDescriptor |
CoprocessorDescriptorBuilder.build() |
static CoprocessorDescriptor |
CoprocessorDescriptorBuilder.of(String className) |
Modifier and Type | Method and Description |
---|---|
Collection<CoprocessorDescriptor> |
TableDescriptor.getCoprocessorDescriptors()
Return the list of attached co-processor represented
|
Modifier and Type | Method and Description |
---|---|
TableDescriptorBuilder |
TableDescriptorBuilder.setCoprocessor(CoprocessorDescriptor cpDesc) |
Modifier and Type | Method and Description |
---|---|
TableDescriptorBuilder |
TableDescriptorBuilder.setCoprocessors(Collection<CoprocessorDescriptor> cpDescs) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.