Interface IJournalWaitDelegator
- All Known Subinterfaces:
IOptionsServer,IServer,IStreamingServer
- All Known Implementing Classes:
JournalWaitDelegator,NtsServerImpl,OneShotServerImpl,RpcServer,Server
public interface IJournalWaitDelegator
Interface for journal wait.
-
Method Summary
Modifier and TypeMethodDescriptionvoidTurns on/off journal-wait.
-
Method Details
-
journalWait
Turns on/off journal-wait. The client application can specify "noWait" replication when using a forwarding replica or an edge server.Note that this method uses a deep undoc 'p4 journalwait [-i]' command.
- Parameters:
opts- JournalWaitOptions object describing optional parameters; if null, no options are set.- Throws:
P4JavaException- if an error occurs processing this method and its parameters.- Since:
- 2013.2
-