private static final class FanOutOneBlockAsyncDFSOutput.Callback extends Object
Modifier and Type | Field and Description |
---|---|
private long |
ackedLength |
private long |
flushTimestamp |
private CompletableFuture<Long> |
future |
private long |
lastAckTimestamp |
private long |
packetDataLen |
private Set<org.apache.hbase.thirdparty.io.netty.channel.ChannelId> |
unfinishedReplicas |
Constructor and Description |
---|
Callback(CompletableFuture<Long> future,
long ackedLength,
Collection<org.apache.hbase.thirdparty.io.netty.channel.Channel> replicas,
long packetDataLen) |
private final CompletableFuture<Long> future
private final long ackedLength
private final Set<org.apache.hbase.thirdparty.io.netty.channel.ChannelId> unfinishedReplicas
private final long packetDataLen
private final long flushTimestamp
private long lastAckTimestamp
public Callback(CompletableFuture<Long> future, long ackedLength, Collection<org.apache.hbase.thirdparty.io.netty.channel.Channel> replicas, long packetDataLen)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.