Package org.apache.fluo.api.data
Class Span.EndCFBuilder
- java.lang.Object
-
- org.apache.fluo.api.data.Span.EndBuilder
-
- org.apache.fluo.api.data.Span.EndCFBuilder
-
- Enclosing class:
- Span
public static class Span.EndCFBuilder extends Span.EndBuilder
- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class org.apache.fluo.api.data.Span.EndBuilder
builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Span.EndCQBuilder
fam(CharSequence cf)
Add column family (will be encoded UTF-8) to an Span endSpan.EndCQBuilder
fam(Bytes cf)
Add column family to an Span end-
Methods inherited from class org.apache.fluo.api.data.Span.EndBuilder
build, exclusive
-
-
-
-
Method Detail
-
fam
public Span.EndCQBuilder fam(Bytes cf)
Add column family to an Span end
-
fam
public Span.EndCQBuilder fam(CharSequence cf)
Add column family (will be encoded UTF-8) to an Span end
-
-