public class RecompileStatus extends Object
Constructor and Description |
---|
RecompileStatus() |
RecompileStatus(boolean initialCodegen) |
RecompileStatus(long tid,
boolean inplace,
Recompiler.ResetType reset,
boolean initialCodegen) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Recompiler.ResetType |
getReset() |
long |
getTID() |
HashMap<String,DataCharacteristics> |
getTWriteStats() |
boolean |
hasThreadID() |
boolean |
isInitialCodegen() |
boolean |
isInPlace() |
boolean |
isReset() |
boolean |
requiresRecompile() |
void |
trackRecompile(boolean flag) |
public RecompileStatus()
public RecompileStatus(boolean initialCodegen)
public RecompileStatus(long tid, boolean inplace, Recompiler.ResetType reset, boolean initialCodegen)
public HashMap<String,DataCharacteristics> getTWriteStats()
public long getTID()
public boolean hasThreadID()
public boolean isInPlace()
public boolean isReset()
public Recompiler.ResetType getReset()
public boolean isInitialCodegen()
public void trackRecompile(boolean flag)
public boolean requiresRecompile()
Copyright © 2021 The Apache Software Foundation. All rights reserved.