org.apache.hadoop.hdfs.inotify
Class Event.CreateEvent.Builder
java.lang.Object
org.apache.hadoop.hdfs.inotify.Event.CreateEvent.Builder
- Enclosing class:
- Event.CreateEvent
public static class Event.CreateEvent.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event.CreateEvent.Builder
public Event.CreateEvent.Builder()
iNodeType
public Event.CreateEvent.Builder iNodeType(Event.CreateEvent.INodeType type)
path
public Event.CreateEvent.Builder path(String path)
ctime
public Event.CreateEvent.Builder ctime(long ctime)
replication
public Event.CreateEvent.Builder replication(int replication)
ownerName
public Event.CreateEvent.Builder ownerName(String ownerName)
groupName
public Event.CreateEvent.Builder groupName(String groupName)
perms
public Event.CreateEvent.Builder perms(org.apache.hadoop.fs.permission.FsPermission perms)
symlinkTarget
public Event.CreateEvent.Builder symlinkTarget(String symlinkTarget)
overwrite
public Event.CreateEvent.Builder overwrite(boolean overwrite)
build
public Event.CreateEvent build()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.