This commit is contained in:
Chris Lu
2021-05-09 17:22:30 -07:00
parent 50be19d23e
commit 59ace54925
4 changed files with 14 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ type DirtyPages interface {
FlushData() error
ReadDirtyDataAt(data []byte, startOffset int64) (maxStop int64)
GetStorageOptions() (collection, replication string)
SetWriteOnly(writeOnly bool)
GetWriteOnly() (writeOnly bool)
}