Uses of Class
org.apache.hadoop.hdfs.inotify.Event.CreateEvent.Builder

Packages that use Event.CreateEvent.Builder
org.apache.hadoop.hdfs.inotify   
 

Uses of Event.CreateEvent.Builder in org.apache.hadoop.hdfs.inotify
 

Methods in org.apache.hadoop.hdfs.inotify that return Event.CreateEvent.Builder
 Event.CreateEvent.Builder Event.CreateEvent.Builder.ctime(long ctime)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.groupName(String groupName)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.iNodeType(Event.CreateEvent.INodeType type)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.overwrite(boolean overwrite)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.ownerName(String ownerName)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.path(String path)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.perms(org.apache.hadoop.fs.permission.FsPermission perms)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.replication(int replication)
           
 Event.CreateEvent.Builder Event.CreateEvent.Builder.symlinkTarget(String symlinkTarget)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.