|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.ade.commands.AbstractReduceLoadCommand
org.almendra.janet.ade.commands.ReduceLoadCommand
public class ReduceLoadCommand
Field Summary | |
---|---|
static java.lang.String |
QualifiedName
|
Fields inherited from class org.almendra.janet.ade.commands.AbstractReduceLoadCommand |
---|
evictionAssignments, isFullEviction |
Fields inherited from interface org.almendra.janet.cas.scheduling.ICommand |
---|
ApplicationMaxPriority, ApplicationMinPriority, InterruptPriority, SystemPriority |
Constructor Summary | |
---|---|
protected |
ReduceLoadCommand()
Creates a new ReduceLoadCommand object. |
|
ReduceLoadCommand(boolean isFullEviction,
java.util.List fullEvictionAssignments)
Creates a new ReduceLoadCommand object. |
|
ReduceLoadCommand(java.util.List evictionAssignments)
Creates a new ReduceLoadCommand object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Make sure the user can rely on a command to be cloneable. |
int |
getPriority()
Answer the priority of the command. |
java.lang.String |
getQualifiedName()
Answer the fully qualified name of the command, e.g. package and class name. |
java.lang.String |
toLogString()
Return a string printing a command onto a string used for logging. |
Methods inherited from class org.almendra.janet.ade.commands.AbstractReduceLoadCommand |
---|
getEvictionAssignments, isFullEviction |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String QualifiedName
Constructor Detail |
---|
protected ReduceLoadCommand()
ReduceLoadCommand
object.
public ReduceLoadCommand(java.util.List evictionAssignments)
ReduceLoadCommand
object.
public ReduceLoadCommand(boolean isFullEviction, java.util.List fullEvictionAssignments)
ReduceLoadCommand
object.
Method Detail |
---|
public java.lang.String getQualifiedName()
ICommand
getQualifiedName
in interface ICommand
public int getPriority()
ICommand
getPriority
in interface ICommand
public java.lang.String toLogString()
ICommand
toLogString
in interface ICommand
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
ICommand
clone
in interface ICommand
clone
in class AbstractReduceLoadCommand
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |