@InterfaceAudience.Public public static class Event.TruncateEvent extends Event
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent| コンストラクタと説明 | 
|---|
| TruncateEvent(String path,
             long fileSize,
             long timestamp) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| long | getFileSize()The size of the truncated file in bytes. | 
| String | getPath() | 
| long | getTimestamp()The time when this event occurred, in milliseconds since the epoch. | 
| String | toString() | 
getEventTypepublic TruncateEvent(String path, long fileSize, long timestamp)
public long getFileSize()
public long getTimestamp()
Copyright © 2016 Apache Software Foundation. All rights reserved.