private static final class CoprocessorDescriptorBuilder.CoprocessorDescriptorImpl extends Object implements CoprocessorDescriptor
Modifier and Type | Field and Description |
---|---|
private String |
className |
private String |
jarPath |
private int |
priority |
private Map<String,String> |
properties |
Modifier | Constructor and Description |
---|---|
private |
CoprocessorDescriptorImpl(String className,
String jarPath,
int priority,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the name of the class or interface represented by this object.
|
Optional<String> |
getJarPath()
Returns Path of the jar file.
|
int |
getPriority()
Returns The order to execute this coprocessor
|
Map<String,String> |
getProperties()
Returns Arbitrary key-value parameter pairs passed into the coprocessor.
|
String |
toString() |
private final int priority
private final Map<String,String> properties
public String getClassName()
CoprocessorDescriptor
getClassName
in interface CoprocessorDescriptor
public Optional<String> getJarPath()
CoprocessorDescriptor
getJarPath
in interface CoprocessorDescriptor
public int getPriority()
CoprocessorDescriptor
getPriority
in interface CoprocessorDescriptor
public Map<String,String> getProperties()
CoprocessorDescriptor
getProperties
in interface CoprocessorDescriptor
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.