Package org.apache.accumulo.core.data
Interface KeyBuilder.Build
- All Known Subinterfaces:
KeyBuilder.ColumnFamilyStep,KeyBuilder.ColumnQualifierStep,KeyBuilder.ColumnVisibilityStep,KeyBuilder.RowStep
- Enclosing class:
- KeyBuilder
public static interface KeyBuilder.Build
Base Builder interface which can be used to set the
Key timestamp and delete marker and
to build the Key.- Since:
- 2.0.0
-
Method Details
-
build
Key build()Build aKeyfrom this builder.- Returns:
- the
Keybuilt from this builder
-
timestamp
Change the timestamp of theKeycreated.- Parameters:
timestamp- the timestamp to use for theKey- Returns:
- this builder
-
deleted
Set the deleted marker of theKeyto the parameter.- Parameters:
deleted- if theKeyshould be marked as deleted or not- Returns:
- this builder
-