|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogTailOptions | |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of LogTailOptions in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type LogTailOptions | |
---|---|
ILogTail |
Server.getLogTail(LogTailOptions opts)
|
Uses of LogTailOptions in com.perforce.p4java.option.server |
---|
Methods in com.perforce.p4java.option.server that return LogTailOptions | |
---|---|
LogTailOptions |
LogTailOptions.setBlockSize(long blockSize)
Sets the block size (in bytes). |
LogTailOptions |
LogTailOptions.setMaxBlocks(int maxBlocks)
Sets the maximum number of blocks to output. |
LogTailOptions |
LogTailOptions.setStartingOffset(long startingOffset)
Sets the offset from the beginning of the file (in bytes). |
Uses of LogTailOptions in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type LogTailOptions | |
---|---|
ILogTail |
IOptionsServer.getLogTail(LogTailOptions opts)
Get the last block(s) of the errorLog and the offset required to get the next block when it becomes available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |