luxlabs header browser preview


@class NSString, NSObject;
@protocol OS_os_log;

@interface _CNSpotlightIndexingLogger : NSObject <CNSpotlightIndexingLogger>

@property (readonly, nonatomic) NSObject<OS_os_log> *log;
@property (readonly, nonatomic) NSObject<OS_os_log> *summaryLog;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void).cxx_destruct;
- (void)verifyingIndex:(id /* block */)a0;
- (id)_stringForSpotlightError:(id)a0 willRetry:(BOOL)a1;
- (void)deferringReindexAsFailedToPrepareForReindexing;
- (void)didNotFinishIndexingForDeltaSyncWithError:(id)a0;
- (void)didNotFinishIndexingForFullSyncWithError:(id)a0;
- (void)failedToBeginIndexBatchWithSpotlight:(id)a0;
- (void)failedToClearChangeHistory:(id)a0 toChangeAnchor:(id)a1 error:(id)a2;
- (void)failedToCreateSearchableItemForContactIdentifier:(id)a0;
- (void)failedToCreateUnarchiverForClientStateWithError:(id)a0;
- (void)failedToDeleteAllSearchableItemsWithSpotlight:(id)a0 willRetry:(BOOL)a1;
- (void)failedToEndIndexBatchWithSpotlight:(id)a0 willRetry:(BOOL)a1;
- (void)failedToFetchClientStateFromSpotlight:(id)a0 willRetry:(BOOL)a1;
- (void)failedToFetchContactForChange:(id)a0;
- (void)failedToFetchSearchableForContactIdentifiers:(id)a0 error:(id)a1;
- (void)failedToJournalItemIdentifiersForDeletionWithSpotlight:(id)a0 identifiers:(id)a1 willRetry:(BOOL)a2;
- (void)failedToJournalSearchableItemsForIndexingWithSpotlight:(id)a0 identifiers:(id)a1 willRetry:(BOOL)a2;
- (void)failedToUnarchiveClientStateData:(id)a0;
- (void)finishedBatchIndexWithUpdateIdentifiers:(id)a0 deleteIdentifiers:(id)a1;
- (void)finishedIndexingForDeltaSyncWithUpdateCount:(unsigned long long)a0 deleteCount:(unsigned long long)a1;
- (void)finishedIndexingForFullSyncWithCount:(unsigned long long)a0;
- (void)indexingContacts:(id /* block */)a0;
- (void)noContactChangesToIndex;
- (void)reindexingAllSearchableItems:(id /* block */)a0;
- (void)reindexingSearchableItemsWithIdentifiers:(id /* block */)a0;
- (void)verifiedIndexWithSummmary:(id)a0;
- (void)willBatchIndexForDeltaSyncWithUpdateCount:(unsigned long long)a0 deleteCount:(unsigned long long)a1;
- (void)willBatchIndexForFullSyncWithCount:(unsigned long long)a0 lastOffset:(long long)a1 doneFullSync:(BOOL)a2;
- (void)willClearChangeHistory:(id)a0 toChangeAnchor:(id)a1;
- (void)willReindexAsChangeHistoryIsTruncated:(id)a0;
- (void)willReindexAsFailedToFetchChangeHistory:(id)a0 error:(id)a1;
- (void)willReindexAsFailedToFetchClientState;
- (void)willReindexAsFailedToRegisterForChangeHistory:(id)a0 error:(id)a1;
- (void)willReindexAsIndexVersionChangedFrom:(long long)a0 to:(long long)a1;
- (void)willReindexAsSnapshotAnchorChangedFrom:(id)a0 to:(id)a1;
- (void)willReindexItemsWithIdentifiers:(id)a0;
- (void)willResumeIndexingAfterOffset:(long long)a0;
- (void)willResumeReindexingAsNotFinished;
- (void)willStartIndexingWithClientState:(id)a0;

@end