public interface DirectoryListing
extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTORY_LISTING_FILE |
Modifier and Type | Method and Description |
---|---|
int |
getMaxCreatedCycle() |
int |
getMinCreatedCycle() |
void |
init() |
long |
modCount() |
void |
onFileCreated(File file,
int cycle) |
void |
refresh() |
static final String DIRECTORY_LISTING_FILE
void init()
void refresh()
void onFileCreated(File file, int cycle)
int getMaxCreatedCycle()
int getMinCreatedCycle()
long modCount()
Copyright © 2018. All rights reserved.