Package com.couchbase.client.java.kv
Class RangeScan.Built
- java.lang.Object
-
- com.couchbase.client.java.kv.RangeScan.Built
-
- All Implemented Interfaces:
CoreRangeScan
,CoreScanType
- Enclosing class:
- RangeScan
@Internal public class RangeScan.Built extends Object implements CoreRangeScan
-
-
Constructor Summary
Constructors Constructor Description Built()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreScanTerm
from()
CoreScanTerm
to()
-
-
-
Method Detail
-
from
public CoreScanTerm from()
- Specified by:
from
in interfaceCoreRangeScan
-
to
public CoreScanTerm to()
- Specified by:
to
in interfaceCoreRangeScan
-
-