Package com.attivio.sdk.client.streaming
Interface StreamingFacetResponse
-
- All Superinterfaces:
java.lang.Iterable<FacetBucket>
public interface StreamingFacetResponse extends java.lang.Iterable<FacetBucket>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetResponse
getFacetResponse()
Get theFacetResponse
.java.util.Iterator<FacetBucket>
iterator()
Get an iterator for streaming all buckets for this facet.
-
-
-
Method Detail
-
getFacetResponse
FacetResponse getFacetResponse()
Get theFacetResponse
.NOTE: The returned
FacetResponse
will not contain any buckets. It may also not contain any statistics or other attributes that will not be available until the entire result has been streamed.
-
iterator
java.util.Iterator<FacetBucket> iterator()
Get an iterator for streaming all buckets for this facet.- Specified by:
iterator
in interfacejava.lang.Iterable<FacetBucket>
-
-