Interface IJournalWaitDelegator
-
- All Known Subinterfaces:
IOptionsServer,IServer,IStreamingServer
- All Known Implementing Classes:
JournalWaitDelegator,NtsServerImpl,OneShotServerImpl,RpcServer,Server
public interface IJournalWaitDelegatorInterface for journal wait.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidjournalWait(JournalWaitOptions opts)Turns on/off journal-wait.
-
-
-
Method Detail
-
journalWait
void journalWait(JournalWaitOptions opts) throws P4JavaException
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
-
-