Interface IGraphCommitLogDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IGraphCommitLogDelegator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ICommit>
getGraphCommitLogList(GraphCommitLogOptions options)
-
-
-
Method Detail
-
getGraphCommitLogList
java.util.List<ICommit> getGraphCommitLogList(GraphCommitLogOptions options) throws P4JavaException
- Throws:
P4JavaException
-
-