Uses of Class
io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
- 
Packages that use ChunkRequest Package Description io.github.malteseduck.springframework.data.marklogic.domain  - 
- 
Uses of ChunkRequest in io.github.malteseduck.springframework.data.marklogic.domain
Methods in io.github.malteseduck.springframework.data.marklogic.domain that return ChunkRequest Modifier and Type Method Description static ChunkRequestChunkRequest. of(long offset, int limit)static ChunkRequestChunkRequest. of(long offset, int limit, org.springframework.data.domain.Sort sort)static ChunkRequestChunkRequest. of(long offset, int limit, org.springframework.data.domain.Sort.Direction direction, String... properties)ChunkRequestChunkRequest. previous() 
 -