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- 
buildKey build()Build aKeyfrom this builder.- Returns:
- the Keybuilt from this builder
 
- 
timestampChange the timestamp of theKeycreated.- Parameters:
- timestamp- the timestamp to use for the- Key
- Returns:
- this builder
 
- 
deletedSet the deleted marker of theKeyto the parameter.- Parameters:
- deleted- if the- Keyshould be marked as deleted or not
- Returns:
- this builder
 
 
-