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
-
Method Details
-
build
Key build()Build aKey
from this builder.- Returns:
- the
Key
built from this builder
-
timestamp
Change the timestamp of theKey
created.- Parameters:
timestamp
- the timestamp to use for theKey
- Returns:
- this builder
-
deleted
Set the deleted marker of theKey
to the parameter.- Parameters:
deleted
- if theKey
should be marked as deleted or not- Returns:
- this builder
-