public class ProfiledBasicInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfiledBasicInfo.SequenceRange |
| Modifier and Type | Field and Description |
|---|---|
static int |
SEQUENCE_RANGE_BATCH_SIZE |
| Constructor and Description |
|---|
ProfiledBasicInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ProfiledBasicInfo |
build(ExporterConfig config,
org.apache.skywalking.oap.server.library.module.ModuleManager manager)
reading data from storage and build data
|
List<ProfiledBasicInfo.SequenceRange> |
buildSequenceRanges()
build current profiles segment snapshot search sequence ranges
|
static ProfiledBasicInfo |
parseFormFile(File file)
deserialize data from file
|
File |
writeFile()
serialize data to file
|
public static final int SEQUENCE_RANGE_BATCH_SIZE
public static ProfiledBasicInfo build(ExporterConfig config, org.apache.skywalking.oap.server.library.module.ModuleManager manager) throws IOException
IOExceptionpublic File writeFile() throws IOException
IOExceptionpublic static ProfiledBasicInfo parseFormFile(File file) throws IOException
IOExceptionpublic List<ProfiledBasicInfo.SequenceRange> buildSequenceRanges()
Copyright © 2020 The Apache Software Foundation. All rights reserved.