Modifier and Type | Field and Description |
---|---|
static MR_bool |
SystemFunctions.bsp_false_value |
static MR_bool |
SystemFunctions.bsp_true_value |
(package private) static MR_bool |
SystemFunctions.false_value |
(package private) static MR_bool |
SystemFunctions.true_value |
Modifier and Type | Method and Description |
---|---|
static MR_bool |
SystemFunctions.all(Bag x) |
static MR_bool |
SystemFunctions.and(MR_bool x,
MR_bool y) |
static MR_bool |
SystemFunctions.contains(MR_string x,
MR_string y) |
static MR_bool |
SystemFunctions.eq(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.eq(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.eq(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.eq(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.eq(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.eq(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.exists(Bag s) |
static MR_bool |
SystemFunctions.geq(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.geq(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.geq(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.geq(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.geq(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.geq(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.gt(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.gt(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.gt(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.gt(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.gt(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.gt(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.leq(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.leq(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.leq(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.leq(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.leq(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.leq(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.lt(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.lt(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.lt(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.lt(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.lt(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.lt(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.member(MRData e,
Bag s) |
static MR_bool |
SystemFunctions.neq(MR_double x,
MR_double y) |
static MR_bool |
SystemFunctions.neq(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.neq(MR_int x,
MR_int y) |
static MR_bool |
SystemFunctions.neq(MR_long x,
MR_long y) |
static MR_bool |
SystemFunctions.neq(MR_short x,
MR_short y) |
static MR_bool |
SystemFunctions.neq(MRData x,
MRData y) |
static MR_bool |
SystemFunctions.not(MR_bool x) |
static MR_bool |
SystemFunctions.or(MR_bool x,
MR_bool y) |
static MR_bool |
MR_bool.read(DataInput in) |
static MR_bool |
SystemFunctions.some(Bag x) |
static MR_bool |
SystemFunctions.synchronize(MR_string peerName,
MR_bool mr_exit) |
MR_bool |
Evaluator.synchronize(MR_string peerName,
MR_bool mr_exit)
synchronize peers in BSP mode
|
static MR_bool |
SystemFunctions.toBool(MR_string s) |
Modifier and Type | Method and Description |
---|---|
static MR_bool |
SystemFunctions.and(MR_bool x,
MR_bool y) |
static MR_bool |
SystemFunctions.not(MR_bool x) |
static MR_bool |
SystemFunctions.or(MR_bool x,
MR_bool y) |
static MR_bool |
SystemFunctions.synchronize(MR_string peerName,
MR_bool mr_exit) |
MR_bool |
Evaluator.synchronize(MR_string peerName,
MR_bool mr_exit)
synchronize peers in BSP mode
|
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.