Package io.sentry
Class ProfileChunk
java.lang.Object
io.sentry.ProfileChunk
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static final class
-
Constructor Summary
ConstructorsConstructorDescriptionProfileChunk
(@NotNull SentryId profilerId, @NotNull SentryId chunkId, @NotNull File traceFile, @NotNull Map<String, ProfileMeasurement> measurements, @NotNull Double timestamp, @NotNull SentryOptions options) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull SentryId
@Nullable SdkVersion
@Nullable DebugMeta
@Nullable String
@NotNull Map<String,
ProfileMeasurement> @NotNull String
@NotNull SentryId
@NotNull String
@Nullable String
double
@NotNull File
@NotNull String
int
hashCode()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setDebugMeta
(@Nullable DebugMeta debugMeta) void
setSampledProfile
(@Nullable String sampledProfile) void
setUnknown
(@Nullable Map<String, Object> unknown)
-
Constructor Details
-
ProfileChunk
public ProfileChunk() -
ProfileChunk
public ProfileChunk(@NotNull @NotNull SentryId profilerId, @NotNull @NotNull SentryId chunkId, @NotNull @NotNull File traceFile, @NotNull @NotNull Map<String, ProfileMeasurement> measurements, @NotNull @NotNull Double timestamp, @NotNull @NotNull SentryOptions options)
-
-
Method Details
-
getMeasurements
-
getDebugMeta
-
setDebugMeta
-
getClientSdk
-
getChunkId
-
getEnvironment
-
getPlatform
-
getProfilerId
-
getRelease
-
getSampledProfile
-
setSampledProfile
-
getTraceFile
-
getTimestamp
public double getTimestamp() -
getVersion
-
equals
-
hashCode
public int hashCode() -
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-