Class EmptyPage<E>

java.lang.Object
org.mlflow.tracking.EmptyPage<E>
All Implemented Interfaces:
Page<E>

public class EmptyPage<E>
extends java.lang.Object
implements Page<E>
  • Method Summary

    Modifier and Type Method Description
    java.lang.Iterable getItems()  
    EmptyPage getNextPage()  
    java.util.Optional<java.lang.String> getNextPageToken()  
    int getPageSize()  
    boolean hasNextPage()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait