Package org.apache.fluo.api.data
Class Span.StartBuilder
- java.lang.Object
-
- org.apache.fluo.api.data.Span.StartBuilder
-
- Direct Known Subclasses:
Span.StartCFBuilder
,Span.StartCQBuilder
,Span.StartCVBuilder
- Enclosing class:
- Span
public static class Span.StartBuilder extends Object
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected Span.Builder
builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Span
build()
Span.EndCFBuilder
endRow(CharSequence row)
Build Span end starting with row (will be encoded UTF-8)Span.EndCFBuilder
endRow(Bytes row)
Build Span end starting with rowSpan.StartBuilder
exclusive()
Exclude start from Span
-
-
-
Field Detail
-
builder
protected Span.Builder builder
-
-
Method Detail
-
endRow
public Span.EndCFBuilder endRow(Bytes row)
Build Span end starting with row
-
endRow
public Span.EndCFBuilder endRow(CharSequence row)
Build Span end starting with row (will be encoded UTF-8)
-
exclusive
public Span.StartBuilder exclusive()
Exclude start from Span
-
build
public Span build()
-
-