All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.leoplatform.sdk.payload.StoragePayload Maven / Gradle / Ivy

The newest version!
package io.leoplatform.sdk.payload;

import java.util.List;

public interface StoragePayload {
    String getEvent();

    String getStart();

    String getEnd();

    List getOffsets();

    Long getGzipSize();

    Long getSize();

    Long getRecords();

    StorageStats getStats();

    List getCorrelations();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy