public class CatalogView extends Object
Catalog which can be used for listing entries.| Constructor and Description |
|---|
CatalogView() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
listRecording(File archiveDir,
long recordingId,
RecordingDescriptorConsumer consumer)
List a recording descriptor for a single recording id.
|
static int |
listRecordings(File archiveDir,
RecordingDescriptorConsumer consumer)
List all recording descriptors in a
Catalog. |
public static int listRecordings(File archiveDir, RecordingDescriptorConsumer consumer)
Catalog.archiveDir - the directory containing the Catalog.consumer - to which the descriptor are dispatched.public static boolean listRecording(File archiveDir, long recordingId, RecordingDescriptorConsumer consumer)
If the recording id is not found then nothing is returned.
archiveDir - the directory containing the Catalog.recordingId - to viewconsumer - to which the descriptor are dispatched.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.