apache/accumulo

Provide breadcrumb from consistency level APIs to documents for runtime use of scan servers.

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

In an IDE a user could discover the setConsistencyLevel method and ConsitencyLevel.EVENTUAL by exploring methods on Scanner. Once here this is no indication of how to use scan servers at run time.

Describe the solution you'd like

Provide breadcrumbs in setConsistencyLevel or ConsistencyLevel.EVENTUAL javadoc that helps find further information on how to use scan servers at runtime.

Additional context

#4463 is related.