public class HollowFilesystemAnnouncer extends java.lang.Object implements HollowProducer.Announcer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANNOUNCEMENT_FILENAME |
static java.lang.String |
ANNOUNCEMENT_FILENAME_TEMPORARY |
Constructor and Description |
---|
HollowFilesystemAnnouncer(java.nio.file.Path publishPath) |
Modifier and Type | Method and Description |
---|---|
void |
announce(long stateVersion) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
announce
public static final java.lang.String ANNOUNCEMENT_FILENAME
public static final java.lang.String ANNOUNCEMENT_FILENAME_TEMPORARY
public HollowFilesystemAnnouncer(java.nio.file.Path publishPath)
publishPath
- the path to publish topublic void announce(long stateVersion)
announce
in interface HollowProducer.Announcer