public class SegmentPublisherResult<R> extends Object implements PublisherResult<R>
Modifier and Type | Class and Description |
---|---|
static class |
SegmentPublisherResult.Externalizer |
Constructor and Description |
---|
SegmentPublisherResult(IntSet suspectedSegments,
R result) |
Modifier and Type | Method and Description |
---|---|
R |
getResult() |
Set<?> |
getSuspectedKeys() |
IntSet |
getSuspectedSegments() |
String |
toString() |
public IntSet getSuspectedSegments()
getSuspectedSegments
in interface PublisherResult<R>
public Set<?> getSuspectedKeys()
getSuspectedKeys
in interface PublisherResult<R>
public R getResult()
getResult
in interface PublisherResult<R>
Copyright © 2021 JBoss by Red Hat. All rights reserved.