Package | Description |
---|---|
org.elasticsearch.index.translog.fs |
Modifier and Type | Method and Description |
---|---|
abstract FsTranslogFile |
FsTranslogFile.Type.create(ShardId shardId,
long id,
RafReference raf,
int bufferSize) |
Constructor and Description |
---|
BufferingFsTranslogFile(ShardId shardId,
long id,
RafReference raf,
int bufferSize) |
FsChannelSnapshot(long id,
RafReference raf,
long length,
int totalOperations)
Create a snapshot of translog file channel.
|
SimpleFsTranslogFile(ShardId shardId,
long id,
RafReference raf) |
Copyright © 2009–2015. All rights reserved.