Uses of Interface
ecmwf.common.technical.CloseableIterator
Packages that use CloseableIterator
-
Uses of CloseableIterator in ecmwf.common.database
Classes in ecmwf.common.database that implement CloseableIteratorModifier and TypeClassDescriptionclassDBIterator<E extends DataBaseObject>The Class DBIterator.Methods in ecmwf.common.database that return CloseableIteratorModifier and TypeMethodDescriptionECpdsBase.getDataFilesToFilterIterator(int limit) Gets the data files to filter iterator.ECpdsBase.getDataTransfersByDestinationAndTargetIterator2(String destinationName, String target, boolean runnable, int sort, int order) Gets the data transfers by destination and target iterator (v2).ECpdsBase.getDataTransfersByDestinationAndTargetOnDateIterator2(String destinationName, String target, Date fromIsoDate, Date toIsoDate, int sort, int order) Gets the data transfers by destination on date iterator (v2).ECpdsBase.getExistingStorageDirectories()Gets the existing storage directories.ECpdsBase.getExistingStorageDirectoriesPerProxyHost()Gets the existing storage directories per proxy host.ECpdsBase.getExpiredDataFilesIterator(int limit) Gets the expired data files iterator.ECpdsBase.getInitialDataTransferEventsIterator(Date from, Date to) Gets the initial data transfer events.ECpdsBase.getPublicationIterator(int limit) Gets the publications to process iterator. -
Uses of CloseableIterator in ecmwf.common.technical
Methods in ecmwf.common.technical that return CloseableIteratorModifier and TypeMethodDescriptionstatic <T> CloseableIterator<T> CloseableIterator.empty()Returns an empty CloseableIterator.