IN - the element type.BucketID - the bucket id type.public abstract class AbstractPartFileWriter<IN,BucketID> extends Object implements InProgressFileWriter<IN,BucketID>
Bucket.InProgressFileWriter.InProgressFileRecoverable, InProgressFileWriter.PendingFileRecoverable| 构造器和说明 |
|---|
AbstractPartFileWriter(BucketID bucketID,
long createTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketID |
getBucketId() |
long |
getCreationTime() |
long |
getLastUpdateTime() |
protected void |
markWrite(long now) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseForCommit, dispose, persist, writegetSizepublic AbstractPartFileWriter(BucketID bucketID, long createTime)
public BucketID getBucketId()
getBucketId 在接口中 PartFileInfo<BucketID>BucketAssigner.getBucketId(Object, BucketAssigner.Context).public long getCreationTime()
getCreationTime 在接口中 PartFileInfo<BucketID>public long getLastUpdateTime()
getLastUpdateTime 在接口中 PartFileInfo<BucketID>protected void markWrite(long now)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.