-
public final class RequestEntriesResponseResponse type for the CacheStorageDomain.requestEntries command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<DataEntry>cacheDataEntriesprivate final DoublereturnCount
-
Constructor Summary
Constructors Constructor Description RequestEntriesResponse(List<DataEntry> cacheDataEntries, Double returnCount)
-
Method Summary
Modifier and Type Method Description final List<DataEntry>component1()final Doublecomponent2()final RequestEntriesResponsecopy(List<DataEntry> cacheDataEntries, Double returnCount)final List<DataEntry>getCacheDataEntries()Array of object store data entries. final DoublegetReturnCount()Count of returned entries from this storage. -
-
Method Detail
-
component1
final List<DataEntry> component1()
-
component2
final Double component2()
-
copy
final RequestEntriesResponse copy(List<DataEntry> cacheDataEntries, Double returnCount)
-
getCacheDataEntries
final List<DataEntry> getCacheDataEntries()
Array of object store data entries.
-
getReturnCount
final Double getReturnCount()
Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.
-
-
-
-