Package org.cyclos.utils
Interface HasPartialData
-
- All Known Subinterfaces:
DataIterator<T>,Page<T>
- All Known Implementing Classes:
AccountHistoriesOverviewStatusVO,FileInfo,PageImpl,SerializableInputStream,UsersWithBalancesOverview
public interface HasPartialDataImplemented by objects that might carry partial data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPartialData()Indicates whether only part of the expected data is being returned due to a failure in the backend service (such failing OpenSearch shards).
-