public static class GoogleHadoopFileSystemBase.ParentTimestampUpdateIncludePredicate extends Object implements com.google.common.base.Predicate<String>
Constructor and Description |
---|
ParentTimestampUpdateIncludePredicate(boolean enableTimestampUpdates,
List<String> includeSubstrings,
List<String> excludeSubstrings) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(String path)
Determine if updating directory timestamps should be ignored.
|
static com.google.common.base.Predicate<String> |
create(org.apache.hadoop.conf.Configuration config)
Create a new ParentTimestampUpdateIncludePredicate from the passed Hadoop configuration
object.
|
public static com.google.common.base.Predicate<String> create(org.apache.hadoop.conf.Configuration config)
Copyright © 2015. All rights reserved.