@InterfaceAudience.Private @InterfaceStability.Evolving public class ProcedureStoreTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcedureStoreTracker.BitSetNode |
static class |
ProcedureStoreTracker.DeleteState |
| Constructor and Description |
|---|
ProcedureStoreTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete(long procId) |
void |
dump() |
long |
getMinProcId() |
void |
insert(long procId) |
void |
insert(Procedure proc,
Procedure[] subprocs) |
ProcedureStoreTracker.DeleteState |
isDeleted(long procId) |
boolean |
isEmpty() |
boolean |
isUpdated() |
void |
readFrom(InputStream stream) |
void |
resetUpdates() |
void |
setDeleted(long procId,
boolean isDeleted) |
void |
setKeepDeletes(boolean keepDeletes) |
void |
setPartialFlag(boolean isPartial) |
void |
undeleteAll() |
void |
update(long procId) |
void |
update(Procedure proc) |
void |
writeTo(OutputStream stream) |
public void update(Procedure proc)
public void insert(long procId)
public void update(long procId)
public void delete(long procId)
@InterfaceAudience.Private public void setDeleted(long procId, boolean isDeleted)
public void clear()
public ProcedureStoreTracker.DeleteState isDeleted(long procId)
public long getMinProcId()
public void setKeepDeletes(boolean keepDeletes)
public void setPartialFlag(boolean isPartial)
public boolean isEmpty()
public boolean isUpdated()
public void resetUpdates()
public void undeleteAll()
public void dump()
public void writeTo(OutputStream stream) throws IOException
IOExceptionpublic void readFrom(InputStream stream) throws IOException
IOExceptionCopyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.