docstring_tokens
list
code_tokens
list
[ "<", "p", ">", "pagination", "token", "not", "used", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "sets", "the", "duration", "(", "in", "seconds", ")", "to", "run", "the", "application", "until", "it", "should", "be", "terminated", "defaults", "to", "-", "1", "any", "value", "<", "=", "0", "will", "run", "forever" ]
[ "this", "duration", "=", "duration", ";" ]
[ "<", "p", ">", "the", "percentage", "of", "progress", "of", "the", "import", "image", "task", "<", "/", "p", ">" ]
[ "this", "progress", "=", "progress", ";" ]
[ "set", "message", "status", "after", "sending", "message", "change", "the", "status", "so", "that", "the", "progress", "bar", "will", "dismiss" ]
[ "this", "m", "msg", "status", "=", "message", "status", ";" ]
[ "returns", "the", "current", "primary", "generation", "which", "is", "incremented", "each", "time", "a", "new", "primary", "is", "started", "for", "this", "index" ]
[ "return", "primary", "gen", ";" ]
[ "called", "when", "a", "merge", "has", "finished", "but", "before", "iw", "switches", "to", "the", "merged", "segment" ]
[ "protected", "abstract", "void", "pre", "copy", "merged", "segment", "files", "(", "segment", "commit", "info", "info", ",", "map", "<", "string", ",", "file", "meta", "data", ">", "files", ")", "throws", "i", "o", "exception", ";" ]
[ "see", "{", "@", "link", "ignite", "internal", "cache", "#", "keep", "binary", "(", ")", "}" ]
[ "return", "new", "cache", "operation", "context", "(", "skip", "store", ",", "subj", "id", ",", "true", ",", "expiry", "plc", ",", "no", "retries", ",", "data", "center", "id", ",", "recovery", ",", "allow", "atomic", "ops", "in", "tx", ")", ";" ]
[ "gets", "security", "subject", "id", "initiated", "this", "task", "event", "if", "available", "this", "property", "is", "not", "available", "for", "grid", "event", "type", "#", "evt", "task", "session", "attr", "set", "task", "event", "<", "p", ">", "subje...
[ "return", "subj", "id", ";" ]
[ "gets", "data", "center", "id" ]
[ "return", "data", "center", "id", ";" ]
[ "see", "{", "@", "link", "ignite", "internal", "cache", "#", "for", "subject", "id", "(", "uuid", ")", "}" ]
[ "return", "new", "cache", "operation", "context", "(", "skip", "store", ",", "subj", "id", ",", "keep", "binary", ",", "expiry", "plc", ",", "no", "retries", ",", "data", "center", "id", ",", "recovery", ",", "allow", "atomic", "ops", "in", "tx", ")", ...
[ "see", "{", "@", "link", "ignite", "internal", "cache", "#", "set", "skip", "store", "(", "boolean", ")", "}" ]
[ "return", "new", "cache", "operation", "context", "(", "skip", "store", ",", "subj", "id", ",", "keep", "binary", ",", "expiry", "plc", ",", "no", "retries", ",", "data", "center", "id", ",", "recovery", ",", "allow", "atomic", "ops", "in", "tx", ")", ...
[ "see", "{", "@", "link", "ignite", "internal", "cache", "#", "with", "expiry", "policy", "(", "expiry", "policy", ")", "}" ]
[ "return", "new", "cache", "operation", "context", "(", "skip", "store", ",", "subj", "id", ",", "keep", "binary", ",", "plc", ",", "no", "retries", ",", "data", "center", "id", ",", "recovery", ",", "allow", "atomic", "ops", "in", "tx", ")", ";" ]
[ "{" ]
[ "return", "s", "to", "string", "(", "cache", "operation", "context", "class", ",", "this", ")", ";" ]
[ "todo", "(", "cpovirk", ")", ":", "should", "we", "reject", "null", "items", "since", "the", "tests", "already", "check", "null", "automatically", "?" ]
[ "groups", "add", "(", "immutable", "list", "copy", "of", "(", "group", ")", ")", ";", "return", "this", ";" ]
[ "number", "format", "is", "not", "thread", "safe", "thus", "this", "method", "is", "synchronized" ]
[ "return", "d", "b", "value", "formatting", "get", "default", "value", "display", "string", "(", "value", ",", "format", ")", ";" ]
[ "disables", "debug", "on", "all", "actors", "recursively", "except", "the", "specified", "actor", "and", "any", "children" ]
[ "if", "(", "actor", "=", "=", "except", ")", "return", ";", "actor", "set", "debug", "(", "false", ")", ";", "if", "(", "actor", "instanceof", "group", ")", "{", "snapshot", "array", "<", "actor", ">", "children", "=", "(", "(", "group", ")", "acto...
[ "calls", "{" ]
[ "act", "(", "math", "min", "(", "gdx", "graphics", "get", "delta", "time", "(", ")", ",", "1", "/", "3", "0f", ")", ")", ";" ]
[ "applies", "a", "touch", "down", "event", "to", "the", "stage", "and", "returns", "true", "if", "an", "actor", "in", "the", "scene", "{" ]
[ "if", "(", "!", "is", "inside", "viewport", "(", "screen", "x", ",", "screen", "y", ")", ")", "return", "false", ";", "pointer", "touched", "[", "pointer", "]", "=", "true", ";", "pointer", "screen", "x", "[", "pointer", "]", "=", "screen", "x", ";...
[ "applies", "a", "mouse", "moved", "event", "to", "the", "stage", "and", "returns", "true", "if", "an", "actor", "in", "the", "scene", "{" ]
[ "mouse", "screen", "x", "=", "screen", "x", ";", "mouse", "screen", "y", "=", "screen", "y", ";", "if", "(", "!", "is", "inside", "viewport", "(", "screen", "x", ",", "screen", "y", ")", ")", "return", "false", ";", "screen", "to", "stage", "coordi...
[ "applies", "a", "mouse", "scroll", "event", "to", "the", "stage", "and", "returns", "true", "if", "an", "actor", "in", "the", "scene", "{" ]
[ "actor", "target", "=", "scroll", "focus", "=", "=", "null", "?", "root", ":", "scroll", "focus", ";", "screen", "to", "stage", "coordinates", "(", "temp", "coords", "set", "(", "mouse", "screen", "x", ",", "mouse", "screen", "y", ")", ")", ";", "inp...
[ "applies", "a", "key", "down", "event", "to", "the", "actor", "that", "has", "{" ]
[ "actor", "target", "=", "keyboard", "focus", "=", "=", "null", "?", "root", ":", "keyboard", "focus", ";", "input", "event", "event", "=", "pools", "obtain", "(", "input", "event", "class", ")", ";", "event", "set", "stage", "(", "this", ")", ";", "e...
[ "applies", "a", "key", "up", "event", "to", "the", "actor", "that", "has", "{" ]
[ "actor", "target", "=", "keyboard", "focus", "=", "=", "null", "?", "root", ":", "keyboard", "focus", ";", "input", "event", "event", "=", "pools", "obtain", "(", "input", "event", "class", ")", ";", "event", "set", "stage", "(", "this", ")", ";", "e...
[ "applies", "a", "key", "typed", "event", "to", "the", "actor", "that", "has", "{" ]
[ "actor", "target", "=", "keyboard", "focus", "=", "=", "null", "?", "root", ":", "keyboard", "focus", ";", "input", "event", "event", "=", "pools", "obtain", "(", "input", "event", "class", ")", ";", "event", "set", "stage", "(", "this", ")", ";", "e...
[ "adds", "the", "listener", "to", "be", "notified", "for", "all", "touch", "dragged", "and", "touch", "up", "events", "for", "the", "specified", "pointer", "and", "button", "the", "actor", "will", "be", "used", "as", "the", "{" ]
[ "touch", "focus", "focus", "=", "pools", "obtain", "(", "touch", "focus", "class", ")", ";", "focus", "listener", "actor", "=", "listener", "actor", ";", "focus", "target", "=", "target", ";", "focus", "listener", "=", "listener", ";", "focus", "pointer", ...
[ "removes", "the", "listener", "from", "being", "notified", "for", "all", "touch", "dragged", "and", "touch", "up", "events", "for", "the", "specified", "pointer", "and", "button", "note", "the", "listener", "may", "never", "receive", "a", "touch", "up", "eve...
[ "snapshot", "array", "<", "touch", "focus", ">", "touch", "focuses", "=", "this", "touch", "focuses", ";", "for", "(", "int", "i", "=", "touch", "focuses", "size", "-", "1", ";", "i", ">", "=", "0", ";", "i", "-", "-", ")", "{", "touch", "focus",...
[ "sends", "a", "touch", "up", "event", "to", "all", "listeners", "that", "are", "registered", "to", "receive", "touch", "dragged", "and", "touch", "up", "events", "and", "removes", "their", "touch", "focus", "this", "method", "removes", "all", "touch", "focus...
[ "cancel", "touch", "focus", "except", "(", "null", ",", "null", ")", ";" ]
[ "adds", "an", "actor", "to", "the", "root", "of", "the", "stage" ]
[ "root", "add", "actor", "(", "actor", ")", ";" ]
[ "adds", "an", "action", "to", "the", "root", "of", "the", "stage" ]
[ "root", "add", "action", "(", "action", ")", ";" ]
[ "returns", "the", "root", "s", "child", "actors" ]
[ "return", "root", "children", ";" ]
[ "adds", "a", "listener", "to", "the", "root" ]
[ "return", "root", "add", "listener", "(", "listener", ")", ";" ]
[ "removes", "a", "listener", "from", "the", "root" ]
[ "return", "root", "remove", "listener", "(", "listener", ")", ";" ]
[ "adds", "a", "capture", "listener", "to", "the", "root" ]
[ "return", "root", "add", "capture", "listener", "(", "listener", ")", ";" ]
[ "removes", "a", "listener", "from", "the", "root" ]
[ "return", "root", "remove", "capture", "listener", "(", "listener", ")", ";" ]
[ "removes", "the", "root", "s", "children", "actions", "and", "listeners" ]
[ "unfocus", "all", "(", ")", ";", "root", "clear", "(", ")", ";" ]
[ "removes", "the", "touch", "keyboard", "and", "scroll", "focused", "actors" ]
[ "set", "scroll", "focus", "(", "null", ")", ";", "set", "keyboard", "focus", "(", "null", ")", ";", "cancel", "touch", "focus", "(", ")", ";" ]
[ "removes", "the", "touch", "keyboard", "and", "scroll", "focus", "for", "the", "specified", "actor", "and", "any", "descendants" ]
[ "cancel", "touch", "focus", "(", "actor", ")", ";", "if", "(", "scroll", "focus", "!", "=", "null", "&", "&", "scroll", "focus", "is", "descendant", "of", "(", "actor", ")", ")", "set", "scroll", "focus", "(", "null", ")", ";", "if", "(", "keyboard...
[ "sets", "the", "actor", "that", "will", "receive", "key", "events" ]
[ "if", "(", "keyboard", "focus", "=", "=", "actor", ")", "return", "true", ";", "focus", "event", "event", "=", "pools", "obtain", "(", "focus", "event", "class", ")", ";", "event", "set", "stage", "(", "this", ")", ";", "event", "set", "type", "(", ...
[ "gets", "the", "actor", "that", "will", "receive", "key", "events" ]
[ "return", "keyboard", "focus", ";" ]
[ "sets", "the", "actor", "that", "will", "receive", "scroll", "events" ]
[ "if", "(", "scroll", "focus", "=", "=", "actor", ")", "return", "true", ";", "focus", "event", "event", "=", "pools", "obtain", "(", "focus", "event", "class", ")", ";", "event", "set", "stage", "(", "this", ")", ";", "event", "set", "type", "(", "...
[ "gets", "the", "actor", "that", "will", "receive", "scroll", "events" ]
[ "return", "scroll", "focus", ";" ]
[ "the", "viewport", "s", "world", "width" ]
[ "return", "viewport", "get", "world", "width", "(", ")", ";" ]
[ "the", "viewport", "s", "world", "height" ]
[ "return", "viewport", "get", "world", "height", "(", ")", ";" ]
[ "the", "viewport", "s", "camera" ]
[ "return", "viewport", "get", "camera", "(", ")", ";" ]
[ "returns", "the", "root", "group", "which", "holds", "all", "actors", "in", "the", "stage" ]
[ "return", "root", ";" ]
[ "replaces", "the", "root", "group", "usually", "this", "is", "not", "necessary", "but", "a", "subclass", "may", "be", "desired", "in", "some", "cases", "eg", "being", "notified", "of", "{" ]
[ "this", "root", "=", "root", ";" ]
[ "returns", "the", "{" ]
[ "root", "parent", "to", "local", "coordinates", "(", "temp", "coords", "set", "(", "stage", "x", ",", "stage", "y", ")", ")", ";", "return", "root", "hit", "(", "temp", "coords", "x", ",", "temp", "coords", "y", ",", "touchable", ")", ";" ]
[ "transforms", "the", "screen", "coordinates", "to", "stage", "coordinates" ]
[ "viewport", "unproject", "(", "screen", "coords", ")", ";", "return", "screen", "coords", ";" ]
[ "transforms", "the", "stage", "coordinates", "to", "screen", "coordinates" ]
[ "viewport", "project", "(", "stage", "coords", ")", ";", "stage", "coords", "y", "=", "viewport", "get", "screen", "height", "(", ")", "-", "stage", "coords", "y", ";", "return", "stage", "coords", ";" ]
[ "transforms", "the", "coordinates", "to", "screen", "coordinates", "the", "coordinates", "can", "be", "anywhere", "in", "the", "stage", "since", "the", "transform", "matrix", "describes", "how", "to", "convert", "them", "the", "transform", "matrix", "is", "typic...
[ "return", "viewport", "to", "screen", "coordinates", "(", "coords", ",", "transform", "matrix", ")", ";" ]
[ "calculates", "window", "scissor", "coordinates", "from", "local", "coordinates", "using", "the", "batch", "s", "current", "transformation", "matrix" ]
[ "viewport", "calculate", "scissors", "(", "batch", "get", "transform", "matrix", "(", ")", ",", "local", "rect", ",", "scissor", "rect", ")", ";", "matrix", "4", "transform", "matrix", ";", "if", "(", "debug", "shapes", "!", "=", "null", "&", "&", "deb...
[ "if", "true", "any", "actions", "executed", "during", "a", "call", "to", "{" ]
[ "this", "actions", "request", "rendering", "=", "actions", "request", "rendering", ";" ]
[ "the", "default", "color", "that", "can", "be", "used", "by", "actors", "to", "draw", "debug", "lines" ]
[ "return", "debug", "color", ";" ]
[ "if", "true", "debug", "lines", "are", "shown", "for", "actors", "even", "when", "{" ]
[ "this", "debug", "invisible", "=", "debug", "invisible", ";" ]
[ "if", "true", "debug", "lines", "are", "shown", "for", "all", "actors" ]
[ "if", "(", "this", "debug", "all", "=", "=", "debug", "all", ")", "return", ";", "this", "debug", "all", "=", "debug", "all", ";", "if", "(", "debug", "all", ")", "debug", "=", "true", ";", "else", "root", "set", "debug", "(", "false", ",", "true...
[ "if", "true", "debug", "is", "enabled", "only", "for", "the", "actor", "under", "the", "mouse", "can", "be", "combined", "with", "{" ]
[ "if", "(", "this", "debug", "under", "mouse", "=", "=", "debug", "under", "mouse", ")", "return", ";", "this", "debug", "under", "mouse", "=", "debug", "under", "mouse", ";", "if", "(", "debug", "under", "mouse", ")", "debug", "=", "true", ";", "else...
[ "if", "true", "debug", "is", "enabled", "only", "for", "the", "parent", "of", "the", "actor", "under", "the", "mouse", "can", "be", "combined", "with", "{" ]
[ "if", "(", "this", "debug", "parent", "under", "mouse", "=", "=", "debug", "parent", "under", "mouse", ")", "return", ";", "this", "debug", "parent", "under", "mouse", "=", "debug", "parent", "under", "mouse", ";", "if", "(", "debug", "parent", "under", ...
[ "if", "not", "{" ]
[ "if", "(", "debug", "table", "under", "mouse", "=", "=", "null", ")", "debug", "table", "under", "mouse", "=", "debug", "none", ";", "if", "(", "this", "debug", "table", "under", "mouse", "=", "=", "debug", "table", "under", "mouse", ")", "return", "...
[ "if", "true", "debug", "is", "enabled", "only", "for", "the", "first", "ascendant", "of", "the", "actor", "under", "the", "mouse", "that", "is", "a", "table", "can", "be", "combined", "with", "{" ]
[ "set", "debug", "table", "under", "mouse", "(", "debug", "table", "under", "mouse", "?", "debug", "all", ":", "debug", "none", ")", ";" ]
[ "check", "if", "screen", "coordinates", "are", "inside", "the", "viewport", "s", "screen", "area" ]
[ "int", "x", "0", "=", "viewport", "get", "screen", "x", "(", ")", ";", "int", "x", "1", "=", "x", "0", "+", "viewport", "get", "screen", "width", "(", ")", ";", "int", "y", "0", "=", "viewport", "get", "screen", "y", "(", ")", ";", "int", "y"...
[ "{" ]
[ "return", "type", ";" ]
[ "return", "the", "{", "@", "link", "compressor", "}", "to", "the", "pool" ]
[ "if", "(", "compressor", "=", "=", "null", ")", "{", "return", ";", "}", "compressor", "reset", "(", ")", ";", "payback", "(", "compressor", "pool", ",", "compressor", ")", ";" ]
[ "return", "the", "{", "@", "link", "decompressor", "}", "to", "the", "pool" ]
[ "if", "(", "decompressor", "=", "=", "null", ")", "{", "return", ";", "}", "decompressor", "reset", "(", ")", ";", "payback", "(", "decompressor", "pool", ",", "decompressor", ")", ";" ]
[ "returns", "the", "delegate", "{" ]
[ "return", "in", ";" ]
[ "this", "methods", "returns", "time", "in", "some", "yet", "unknown", "quants" ]
[ "return", "system", "current", "time", "millis", "(", ")", ";" ]
[ "<", "p", ">", "information", "about", "the", "locale", "that", "is", "used", "for", "the", "run", "<", "/", "p", ">" ]
[ "this", "locale", "=", "locale", ";" ]
[ "<", "p", ">", "information", "about", "the", "locale", "that", "is", "used", "for", "the", "run", "<", "/", "p", ">" ]
[ "return", "this", "locale", ";" ]
[ "<", "p", ">", "a", "list", "of", "locales", "that", "the", "slot", "type", "supports", "<", "/", "p", ">" ]
[ "set", "locale", "(", "locale", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "locale", "into", "which", "you", "want", "to", "translate", "a", "finding", "description", "recommendation", "and", "the", "short", "description", "that", "identifies", "the", "finding", "<", "/", "p", ">" ]
[ "with", "locale", "(", "locale", ")", ";" ]
[ "<", "p", ">", "a", "list", "of", "locales", "that", "the", "slot", "type", "supports", "<", "/", "p", ">" ]
[ "this", "locale", "=", "locale", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "substring", "to", "match", "in", "built", "-", "in", "intent", "signatures", "an", "intent", "will", "be", "returned", "if", "any", "part", "of", "its", "signature", "matches", "the", "substring", "for", "example", "xyz", "matches", "both",...
[ "this", "signature", "contains", "=", "signature", "contains", ";" ]
[ "<", "p", ">", "substring", "to", "match", "in", "built", "-", "in", "intent", "signatures", "an", "intent", "will", "be", "returned", "if", "any", "part", "of", "its", "signature", "matches", "the", "substring", "for", "example", "xyz", "matches", "both",...
[ "return", "this", "signature", "contains", ";" ]
[ "<", "p", ">", "substring", "to", "match", "in", "built", "-", "in", "slot", "type", "signatures", "a", "slot", "type", "will", "be", "returned", "if", "any", "part", "of", "its", "signature", "matches", "the", "substring", "for", "example", "xyz", "matc...
[ "set", "signature", "contains", "(", "signature", "contains", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "pagination", "token", "that", "fetches", "the", "next", "page", "of", "slot", "types", "if", "the", "response", "to", "this", "api", "call", "is", "truncated", "amazon", "lex", "returns", "a", "pagination", "token", "in", "the", "res...
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "slot", "types", "to", "return", "in", "the", "response", "the", "default", "is", "10", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "predicate", "on", "instance", "of", "discovered", "attribute", "that", "evaluates", "attribute", "is", "generate", "default" ]
[ "return", "is", "generate", "default", "predicate", "instance", ";" ]
[ "predicate", "on", "instance", "of", "discovered", "attribute", "that", "evaluates", "attribute", "is", "generate", "derived" ]
[ "return", "is", "generate", "derived", "predicate", "instance", ";" ]
[ "predicate", "on", "instance", "of", "discovered", "attribute", "that", "evaluates", "attribute", "is", "generate", "abstract" ]
[ "return", "is", "generate", "abstract", "predicate", "instance", ";" ]
[ "predicate", "on", "instance", "of", "discovered", "attribute", "that", "evaluates", "attribute", "is", "primitive" ]
[ "return", "is", "primitive", "predicate", "instance", ";" ]
[ "register", "pipe", "connection", "event", "listener", "with", "this", "scope", "s", "pipe", "a", "listener", "that", "wants", "to", "listen", "to", "events", "when", "provider", "/", "consumer", "connects", "to", "or", "disconnects", "from", "a", "specific", ...
[ "pipe", "add", "pipe", "connection", "listener", "(", "listener", ")", ";" ]
[ "unregisters", "pipe", "connection", "event", "listener", "with", "this", "scope", "s", "pipe" ]
[ "pipe", "remove", "pipe", "connection", "listener", "(", "listener", ")", ";" ]
[ "pull", "message", "from", "pipe" ]
[ "return", "pipe", "pull", "message", "(", ")", ";" ]
[ "pull", "message", "with", "timeout" ]
[ "return", "pipe", "pull", "message", "(", "wait", ")", ";" ]
[ "connect", "scope", "s", "pipe", "to", "given", "consumer" ]
[ "return", "!", "removed", "&", "&", "pipe", "subscribe", "(", "consumer", ",", "param", "map", ")", ";" ]
[ "disconnects", "scope", "s", "pipe", "from", "given", "consumer" ]
[ "return", "pipe", "unsubscribe", "(", "consumer", ")", ";" ]
[ "getter", "for", "pipe", "consumers" ]
[ "return", "pipe", "get", "consumers", "(", ")", ";" ]
[ "send", "out", "-", "of", "-", "band", "(", "special", ")", "control", "message" ]
[ "pipe", "send", "o", "o", "b", "control", "message", "(", "consumer", ",", "oob", "ctrl", "msg", ")", ";" ]
[ "push", "a", "message", "to", "this", "output", "endpoint", "may", "block", "the", "pusher", "when", "output", "can", "t", "handle", "the", "message", "at", "the", "time" ]
[ "pipe", "push", "message", "(", "message", ")", ";" ]
[ "connect", "scope", "s", "pipe", "with", "given", "provider" ]
[ "return", "!", "removed", "&", "&", "pipe", "subscribe", "(", "provider", ",", "param", "map", ")", ";" ]
[ "disconnects", "scope", "s", "pipe", "from", "given", "provider" ]
[ "return", "pipe", "unsubscribe", "(", "provider", ")", ";" ]
[ "getter", "for", "providers", "list" ]
[ "return", "pipe", "get", "providers", "(", ")", ";" ]
[ "send", "out", "-", "of", "-", "band", "(", "special", ")", "control", "message" ]
[ "pipe", "send", "o", "o", "b", "control", "message", "(", "provider", ",", "oob", "ctrl", "msg", ")", ";" ]
[ "returns", "the", "client", "broadcast", "stream" ]
[ "return", "client", "broadcast", "stream", ";" ]
[ "sets", "tab", "width" ]
[ "this", "tab", "width", "=", "tab", "width", ";" ]
[ "returns", "xpath", "query", "corresponding", "to", "localized", "message", "of", "the", "{" ]
[ "return", "message", "query", "map", "get", "(", "event", "get", "localized", "message", "(", ")", ")", ";" ]
[ "{" ]
[ "if", "(", "this", "=", "=", "o", ")", "return", "true", ";", "if", "(", "o", "instanceof", "same", "hash", "item", ")", "{", "same", "hash", "item", "i", "=", "(", "same", "hash", "item", ")", "o", ";", "return", "s", "equals", "(", "i", "s", ...
[ "{" ]
[ "return", "s", "to", "string", "(", "same", "hash", "item", "class", ",", "this", ")", ";" ]
[ "removes", "notifications", "by", "the", "specified", "data", "id" ]
[ "final", "query", "query", "=", "new", "query", "(", ")", "set", "filter", "(", "new", "property", "filter", "(", "notification", "notification", "data", "id", ",", "filter", "operator", "equal", ",", "data", "id", ")", ")", "set", "page", "count", "(", ...
[ "package", "private", "for", "testing" ]
[ "return", "cluster", "state", "health", ";" ]
[ "the", "number", "of", "unassigned", "shards", "that", "are", "currently", "being", "delayed", "(", "for", "example", "due", "to", "node", "leaving", "the", "cluster", "and", "waiting", "for", "a", "timeout", "for", "the", "node", "to", "come", "back", "in...
[ "return", "this", "delayed", "unassigned", "shards", ";" ]
[ "the", "percentage", "of", "active", "shards", "should", "be", "100", "%", "in", "a", "green", "system" ]
[ "return", "cluster", "state", "health", "get", "active", "shards", "percent", "(", ")", ";" ]