@InterfaceAudience.Public public static class Event.CreateEvent extends Event
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| long | getCtime()Creation time of the file, directory, or symlink. | 
| long | getDefaultBlockSize() | 
| String | getGroupName() | 
| org.apache.hadoop.hdfs.inotify.Event.CreateEvent.INodeType | getiNodeType() | 
| boolean | getOverwrite() | 
| String | getOwnerName() | 
| String | getPath() | 
| FsPermission | getPerms() | 
| int | getReplication()Replication is zero if the CreateEvent iNodeType is directory or symlink. | 
| String | getSymlinkTarget()Symlink target is null if the CreateEvent iNodeType is not symlink. | 
| String | toString() | 
getEventTypepublic org.apache.hadoop.hdfs.inotify.Event.CreateEvent.INodeType getiNodeType()
public long getCtime()
public int getReplication()
public String getOwnerName()
public String getGroupName()
public FsPermission getPerms()
public String getSymlinkTarget()
public boolean getOverwrite()
public long getDefaultBlockSize()
Copyright © 2016 Apache Software Foundation. All rights reserved.