| Modifier and Type | Class | 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 | Description |
|---|---|---|
long |
getCtime() |
Creation time of the file, directory, or symlink.
|
long |
getDefaultBlockSize() |
|
java.lang.String |
getGroupName() |
|
Event.CreateEvent.INodeType |
getiNodeType() |
|
boolean |
getOverwrite() |
|
java.lang.String |
getOwnerName() |
|
java.lang.String |
getPath() |
|
org.apache.hadoop.fs.permission.FsPermission |
getPerms() |
|
int |
getReplication() |
Replication is zero if the CreateEvent iNodeType is directory or symlink.
|
java.lang.String |
getSymlinkTarget() |
Symlink target is null if the CreateEvent iNodeType is not symlink.
|
java.util.Optional<java.lang.Boolean> |
isErasureCoded() |
|
java.lang.String |
toString() |
getEventTypepublic Event.CreateEvent.INodeType getiNodeType()
public java.lang.String getPath()
public long getCtime()
public int getReplication()
public java.lang.String getOwnerName()
public java.lang.String getGroupName()
public org.apache.hadoop.fs.permission.FsPermission getPerms()
public java.lang.String getSymlinkTarget()
public boolean getOverwrite()
public long getDefaultBlockSize()
public java.util.Optional<java.lang.Boolean> isErasureCoded()
@Unstable public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.