public static class DeleteLineageOptions.Builder extends Object
Constructor and Description |
---|
DeleteLineageOptions.Builder(TachyonConf conf)
Creates a new builder for
DeleteLineageOptions . |
public DeleteLineageOptions.Builder(TachyonConf conf)
DeleteLineageOptions
.conf
- a Tachyon configuration.public DeleteLineageOptions.Builder setCascade(boolean cascade)
cascade
- the cascade flag to use; if the delete is cascade, it will delete all the
downstream lineages that depend on the given one recursively.public DeleteLineageOptions build()
DeleteLineageOptions
Copyright © 2015. All Rights Reserved.