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