Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
Server.getExportRecords(ExportRecordsOptions opts) |
void |
Server.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
ExportDelegator.getExportRecords(ExportRecordsOptions opts) |
void |
ExportDelegator.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key) |
Modifier and Type | Method and Description |
---|---|
ExportRecordsOptions |
ExportRecordsOptions.setFilter(String filter)
Sets the filter.
|
ExportRecordsOptions |
ExportRecordsOptions.setFormat(boolean format)
Sets the format (true/false).
|
ExportRecordsOptions |
ExportRecordsOptions.setJournalPrefix(String journalPrefix)
Sets the journal prefix.
|
ExportRecordsOptions |
ExportRecordsOptions.setMaxRecs(long maxRecs)
Sets the maximum lines to be exported.
|
ExportRecordsOptions |
ExportRecordsOptions.setOffset(long offset)
Sets the journal or checkpoint offset.
|
ExportRecordsOptions |
ExportRecordsOptions.setSkipDataConversion(boolean skipDataConversion)
Sets the skip data conversion.
|
ExportRecordsOptions |
ExportRecordsOptions.setSkipFieldPattern(String skipFieldPattern)
Sets the skip field pattern.
|
ExportRecordsOptions |
ExportRecordsOptions.setSkipStartField(String skipStartField)
Sets the skip start field.
|
ExportRecordsOptions |
ExportRecordsOptions.setSkipStopField(String skipStopField)
Sets the skip stop field.
|
ExportRecordsOptions |
ExportRecordsOptions.setSourceNum(int sourceNum)
Sets the journal or checkpoint number.
|
ExportRecordsOptions |
ExportRecordsOptions.setUseJournal(boolean useJournal)
Sets the use journal (true/false).
|
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
IExportDelegator.getExportRecords(ExportRecordsOptions opts)
Get a list of exported journal or checkpoint records (admin / superuser
command).
|
void |
IExportDelegator.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key)
Get each exported journal or checkpoint record (admin / superuser
command) as it comes in from the server, rather than waiting for the
entire command to complete.
|
Copyright © 2017 Perforce Software. All Rights Reserved.