MCPcopy Create free account
hub / github.com/couchbase/moss / RequestSort

Method RequestSort

segment.go:71–71  ·  view source on GitHub ↗

Returns true if the segment is already sorted, and returns false if the sorting is only asynchronously scheduled.

(synchronous bool)

Source from the content-addressed store, hash-verified

69 // Returns true if the segment is already sorted, and returns
70 // false if the sorting is only asynchronously scheduled.
71 RequestSort(synchronous bool) bool
72}
73
74// SegmentValidater is an optional interface that can be implemented by

Callers 3

RequestSortMethod · 0.65
ExecuteBatchMethod · 0.65
ensureSortedMethod · 0.65

Implementers 1

segmentsegment.go

Calls

no outgoing calls

Tested by

no test coverage detected