public class DirectStore extends Object
| Constructor and Description |
|---|
DirectStore(BytesMarshallerFactory bytesMarshallerFactory,
long size) |
DirectStore(BytesMarshallerFactory bytesMarshallerFactory,
long size,
boolean zeroOut) |
DirectStore(long size) |
| Modifier and Type | Method and Description |
|---|---|
static DirectStore |
allocate(long size) |
static DirectStore |
allocateLazy(long size) |
BytesMarshallerFactory |
bytesMarshallerFactory() |
DirectBytes |
createSlice() |
void |
free() |
long |
size() |
public DirectStore(long size)
public DirectStore(BytesMarshallerFactory bytesMarshallerFactory, long size)
public DirectStore(BytesMarshallerFactory bytesMarshallerFactory, long size, boolean zeroOut)
@NotNull public static DirectStore allocate(long size)
@NotNull public static DirectStore allocateLazy(long size)
@NotNull public DirectBytes createSlice()
public void free()
public long size()
public BytesMarshallerFactory bytesMarshallerFactory()
Copyright © 2014. All Rights Reserved.