Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.operations |
Generic classes for data manipulatioin and querying operations.
|
messif.operations.query |
Implementation of data querying operations.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketErrorCode
Represents an error code that can be returned by bucket operations.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationErrorCode
Error codes related to operations.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
AbstractOperation.getErrorCode()
Returns the result code of this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOperation.endOperation(ErrorCode errValue)
End operation with a specific error code.
|
void |
RankingQueryOperation.endOperation(ErrorCode errValue) |
boolean |
AbstractOperation.isErrorCode(ErrorCode... errorCodes)
Returns whether ther result code of this operation is one of the given
errorCodes . |
void |
EndOperationListener.onEndOperation(AbstractOperation operation,
ErrorCode errorCode)
Called whenever the operation's
AbstractOperation.endOperation() or
AbstractOperation.endOperation(messif.utility.ErrorCode) is called. |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalNNQueryOperation.endOperation(ErrorCode errValue)
End operation with a specific error code.
|
void |
JoinQueryOperation.endOperation(ErrorCode errValue) |
void |
PrintAllObjectsOperation.endOperation(ErrorCode errValue) |
Modifier and Type | Field and Description |
---|---|
static ErrorCode |
ErrorCode.NOT_SET
The initial value of an error code that was not set yet.
|
static ErrorCode |
ErrorCode.UNKNOWN_ERROR
Not specific error appeared.
|