public interface CIsChunk
retrieveCIsSortedChunk
execution.
Ordered CIs can be retreived from this structure with the cis()
method.
These CIs cannot be modified.
The current chunk index
(zero based),
total number of CIs
matching the query and node name
given in the retrieve request and the total number of chunks
are also available.Modifier and Type | Method and Description |
---|---|
int |
chunkIndex()
The chunk index.
|
List<CI> |
cis()
The ordered list of CIs cannot be modified.
|
Map<String,Integer> |
getCIsMatchingQueryAndNodeClassCount()
Returns the map of classes to count of CIs of each class
from the CIs matching the requested node name in the query passed to
retrieveCIsSortedChunk . |
int |
numberOfCIsMatchingQueryAndNode()
The total number of CIs matching the node name in the query passed to
retrieveCIsSortedChunk . |
int |
numberOfPossibleChunks()
The total number of chunks.
|
List<CI> cis()
int chunkIndex()
int numberOfCIsMatchingQueryAndNode()
retrieveCIsSortedChunk
.
Returns the total number of CIs in all chunks.Map<String,Integer> getCIsMatchingQueryAndNodeClassCount()
retrieveCIsSortedChunk
.
The count is for all chunks, and cannot be null.int numberOfPossibleChunks()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.