MaplyRemoteTileFetcherStats
Objective-C
@interface MaplyRemoteTileFetcherStats : NSObject
Swift
class MaplyRemoteTileFetcherStats : NSObject
Stats collected by the fetcher
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, weak, nullable) MaplyRemoteTileFetcher *fetcherSwift
weak var fetcher: MaplyRemoteTileFetcher? { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, nonnull, strong) NSDate *startDateSwift
var startDate: Date { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int totalRequestsSwift
var totalRequests: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int remoteRequestsSwift
var remoteRequests: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int totalCancelsSwift
var totalCancels: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int totalFailsSwift
var totalFails: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int remoteDataSwift
var remoteData: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int localDataSwift
var localData: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) NSTimeInterval totalLatencySwift
var totalLatency: TimeInterval { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int maxActiveRequestsSwift
var maxActiveRequests: Int32 { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) int activeRequestsSwift
var activeRequests: Int32 { get set } -
Undocumented
Declaration
Objective-C
- (void)addStats:(MaplyRemoteTileFetcherStats * __nonnull)stats;Swift
func add(_ stats: MaplyRemoteTileFetcherStats) -
Undocumented
Declaration
Objective-C
- (void)dump;Swift
func dump()
MaplyRemoteTileFetcherStats Class Reference