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

com.redislabs.lettusearch.aggregate.AggregateWithCursorResults Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
package com.redislabs.lettusearch.aggregate;

import lombok.Data;
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = true)
public class AggregateWithCursorResults extends AggregateResults {

	private static final long serialVersionUID = 4898688115426436989L;

	private long cursor;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy