ReplyValue.Kind¶
-
public enum
Kind¶ The reply message kind.
Enum Constants¶
ZN_EVAL_DATA¶
-
public static final ReplyValue.Kind
ZN_EVAL_DATA¶ The reply contains some data from an eval.
ZN_EVAL_FINAL¶
-
public static final ReplyValue.Kind
ZN_EVAL_FINAL¶ The reply indicates that no more data is expected from the specified eval.
ZN_REPLY_FINAL¶
-
public static final ReplyValue.Kind
ZN_REPLY_FINAL¶ The reply indicates that no more replies are expected for the query.
ZN_STORAGE_DATA¶
-
public static final ReplyValue.Kind
ZN_STORAGE_DATA¶ The reply contains some data from a storage.
ZN_STORAGE_FINAL¶
-
public static final ReplyValue.Kind
ZN_STORAGE_FINAL¶ The reply indicates that no more data is expected from the specified storage.