Modifier and Type | Class and Description |
---|---|
static class |
Event.CreateEvent.Builder |
static class |
Event.CreateEvent.INodeType |
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.EventType, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent
Modifier and Type | Method and Description |
---|---|
long |
getCtime()
Creation time of the file, directory, or symlink.
|
long |
getDefaultBlockSize() |
String |
getGroupName() |
Event.CreateEvent.INodeType |
getiNodeType() |
boolean |
getOverwrite() |
String |
getOwnerName() |
String |
getPath() |
org.apache.hadoop.fs.permission.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() |
getEventType
public Event.CreateEvent.INodeType getiNodeType()
public String getPath()
public long getCtime()
public int getReplication()
public String getOwnerName()
public String getGroupName()
public org.apache.hadoop.fs.permission.FsPermission getPerms()
public String getSymlinkTarget()
public boolean getOverwrite()
public long getDefaultBlockSize()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.