Class FSHLog.SyncRequest
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.FSHLog.SyncRequest
- Enclosing class:
- FSHLog
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CompletableFuture<Long>
private final long
private final boolean
private final WALProvider.Writer
-
Constructor Summary
ConstructorDescriptionSyncRequest
(WALProvider.Writer writer, boolean shouldUseHSync, long txidWhenSync, CompletableFuture<Long> completableFuture) -
Method Summary
-
Field Details
-
writer
-
shouldUseHSync
-
sequenceWhenSync
-
completableFuture
-
-
Constructor Details
-
SyncRequest
public SyncRequest(WALProvider.Writer writer, boolean shouldUseHSync, long txidWhenSync, CompletableFuture<Long> completableFuture)
-