Class FSHLog.SyncRequest
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.FSHLog.SyncRequest
- Enclosing class:
- FSHLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CompletableFuture<Long>private final longprivate final booleanprivate final WALProvider.Writer -
Constructor Summary
ConstructorsConstructorDescriptionSyncRequest(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)
-