| Modifier and Type | Method and Description |
|---|---|
RelHint |
build() |
RelHint.Builder |
hintOption(String hintOption)
Add a hint option as string.
|
RelHint.Builder |
hintOption(String optionKey,
String optionValue)
Add a hint option as string key-value pair.
|
RelHint.Builder |
hintOptions(Iterable<String> hintOptions)
Add multiple string hint options.
|
RelHint.Builder |
hintOptions(Map<String,String> kvOptions)
Add multiple string key-value pair hint options.
|
RelHint.Builder |
inheritPath(Integer... inheritPath)
Sets up the inherit path with given integer array.
|
RelHint.Builder |
inheritPath(Iterable<Integer> inheritPath)
Sets up the inherit path with given integer list.
|
public RelHint.Builder inheritPath(Iterable<Integer> inheritPath)
public RelHint.Builder inheritPath(Integer... inheritPath)
public RelHint.Builder hintOption(String hintOption)
public RelHint.Builder hintOptions(Iterable<String> hintOptions)
public RelHint.Builder hintOption(String optionKey, String optionValue)
public RelHint.Builder hintOptions(Map<String,String> kvOptions)
public RelHint build()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.