Package org.mlflow.tracking
Class EmptyPage<E>
java.lang.Object
org.mlflow.tracking.EmptyPage<E>
- All Implemented Interfaces:
Page<E>
-
Method Summary
-
Method Details
-
getPageSize
public int getPageSize()- Specified by:
getPageSize
in interfacePage<E>
- Returns:
- Zero
-
hasNextPage
public boolean hasNextPage()- Specified by:
hasNextPage
in interfacePage<E>
- Returns:
- False
-
getNextPageToken
- Specified by:
getNextPageToken
in interfacePage<E>
- Returns:
- An empty Optional.
-
getNextPage
- Specified by:
getNextPage
in interfacePage<E>
- Returns:
- An
EmptyPage
-
getItems
-