Skip to content

Feature: Flexible signature for Bucket.query #45

@atimin

Description

@atimin

Current problem

ReductStore provides many options for record queering, let's use the builder patter to be flexible in the future

Possible solution

QueryOptions options = QueryOptions.builder()
   .start(timestamp)  // must be long !
   .ttl(80)
   .build()

var iter = bucket.query("entry-1", options);

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions