public class ExecutionPlanCompressUtil extends Object
| Constructor and Description |
|---|
ExecutionPlanCompressUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytesFromExecutionPlan(ExecutionPlan executionPlan) |
static ExecutionPlan |
getExecutionPlanFromBytes(byte[] bytes)
Gets byte[] that contains serialized object ExecutionPlan + zipped
and creates ExecutionPlan from it
|
public static ExecutionPlan getExecutionPlanFromBytes(byte[] bytes)
bytes - - compressed serialized object of ExecutionPlanpublic static byte[] getBytesFromExecutionPlan(ExecutionPlan executionPlan)
Copyright © 2019. All rights reserved.