You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringBUCKET_TYPE_STRONG_CONSISTENCY = "strong"; // make sure there is a Riak bucket type called "strong" for strong consistency.
78
-
publicstaticfinalStringBUCKET_TYPE_TRIGGERS = "triggers"; // make sure there is a Riak bucket type called "triggers".
77
+
//public static final String BUCKET_TYPE_STRONG_CONSISTENCY = "strong"; // make sure there is a Riak bucket type called "strong" for strong consistency.
78
+
// public static final String BUCKET_TYPE_TRIGGERS = "triggers"; // make sure there is a Riak bucket type called "triggers".
79
79
publicstaticfinalStringBUCKET_TYPE_COUNTERS = "counters"; // make sure there is a Riak bucket type called "counters" with its data type being "counter".
80
-
publicstaticfinalStringBUCKET_TYPE_TRIGGERABLE_COUNTERS = "mfn_counter_trigger"; // make sure there is a Riak bucket type called "mfn_counter_trigger".
80
+
// public static final String BUCKET_TYPE_TRIGGERABLE_COUNTERS = "mfn_counter_trigger"; // make sure there is a Riak bucket type called "mfn_counter_trigger".
81
81
publicstaticfinalStringBUCKET_TYPE_SETS = "sets"; // make sure there is a Riak bucket type called "sets" with its data type being "set".
82
82
publicstaticfinalStringBUCKET_TYPE_MAPS = "maps"; // make sure there is a Riak bucket type called "maps" with its data type being "map".
83
83
publicstaticfinalStringBUCKET_TYPE_ALL = "all";
@@ -119,28 +119,28 @@ public void connect (Map<String,Integer> riakNodes) {
# Maybe allow only if the destination is a session function? Requires a list of session functions and passing them to the MicroFunctionsAPI and SessionUtils
394
398
# Nonetheless, currently, MicroFunctionsAPI and SessionUtils write warning messages to the workflow log to indicate such problems
395
399
# (e.g., when this is not a workflow session or session function, when the destination running function instance does not exist)
0 commit comments