public class KeyPublisherResult<K,R> extends Object implements PublisherResult<R>
| Constructor and Description |
|---|
KeyPublisherResult(Set<K> suspectedKeys) |
| Modifier and Type | Method and Description |
|---|---|
R |
getResult() |
Set<K> |
getSuspectedKeys() |
IntSet |
getSuspectedSegments() |
String |
toString() |
public IntSet getSuspectedSegments()
getSuspectedSegments in interface PublisherResult<R>public Set<K> getSuspectedKeys()
getSuspectedKeys in interface PublisherResult<R>public R getResult()
getResult in interface PublisherResult<R>Copyright © 2022 JBoss by Red Hat. All rights reserved.