docstring_tokens
list
code_tokens
list
[ "<", "p", ">", "the", "upfront", "price", "of", "the", "reservation", "<", "/", "p", ">" ]
[ "set", "upfront", "price", "(", "upfront", "price", ")", ";", "return", "this", ";" ]
[ "updates", "the", "debugger", "connection", "if", "possible", "after", "new", "template", "data", "was", "received" ]
[ "if", "(", "(", "debugger", "connection", "=", "=", "null", ")", "|", "|", "!", "is", "connected", "(", ")", ")", "{", "debugger", "connection", "=", "new", "debug", "connection", "(", "template", "get", "host", "(", ")", ",", "template", "get", "por...
[ "returns", "the", "template", "id", "from", "the", "database", "so", "this", "debugger", "instance", "can", "be", "uniquely", "identified" ]
[ "return", "template", "get", "id", "(", ")", ";" ]
[ "set", "the", "wrapped", "flink", "collector" ]
[ "this", "flink", "collector", "=", "flink", "collector", ";" ]
[ "use", "the", "wrapped", "flink", "collector", "to", "collect", "a", "key", "-", "value", "pair", "for", "flink" ]
[ "this", "out", "tuple", "f", "0", "=", "key", ";", "this", "out", "tuple", "f", "1", "=", "val", ";", "this", "flink", "collector", "collect", "(", "out", "tuple", ")", ";" ]
[ "<", "p", ">", "the", "replication", "task", "that", "was", "modified", "<", "/", "p", ">" ]
[ "set", "replication", "task", "(", "replication", "task", ")", ";", "return", "this", ";" ]
[ "{" ]
[ "if", "(", "lock", "=", "=", "null", ")", "{", "lock", "=", "new", "semaphore", "(", "1", ",", "true", ")", ";", "}", "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "return", "super", "start", "(", "sc...
[ "{" ]
[ "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "super", "stop", "(", "scope", ")", ";", "}", "catch", "(", "interrupted", "exception", "e", ")", "{", "e", "print", "stack", "trace", "(", ")", ";", "}", "...
[ "{" ]
[ "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "return", "super", "connect", "(", "conn", ",", "scope", ",", "params", ")", ";", "}", "catch", "(", "interrupted", "exception", "e", ")", "{", "e", "print", ...
[ "{" ]
[ "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "super", "disconnect", "(", "conn", ",", "scope", ")", ";", "}", "catch", "(", "interrupted", "exception", "e", ")", "{", "e", "print", "stack", "trace", "(", ...
[ "{" ]
[ "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "return", "super", "join", "(", "client", ",", "scope", ")", ";", "}", "catch", "(", "interrupted", "exception", "e", ")", "{", "e", "print", "stack", "trace", ...
[ "{" ]
[ "try", "{", "lock", "try", "acquire", "(", "1", ",", "time", "unit", "seconds", ")", ";", "super", "leave", "(", "client", ",", "scope", ")", ";", "}", "catch", "(", "interrupted", "exception", "e", ")", "{", "e", "print", "stack", "trace", "(", ")...
[ "construct", "an", "asynchronous", "implementation", "of", "a", "w", "s", "resource", "groups", "async", "using", "the", "current", "builder", "configuration" ]
[ "return", "new", "a", "w", "s", "resource", "groups", "async", "client", "(", "params", ")", ";" ]
[ "/", "*", "traverse", "path", "and", "return", "linked", "list", "of", "nodes" ]
[ "linked", "list", "<", "string", ">", "path", "=", "new", "linked", "list", "<", "string", ">", "(", ")", ";", "path", "node", "node", "=", "this", ";", "while", "(", "node", "!", "=", "null", ")", "{", "if", "(", "starts", "with", "root", ")", ...
[ "implements", "the", "get", "children", "function", "for", "the", "node", "interface" ]
[ "if", "(", "get", "child", "operators", "(", ")", "=", "=", "null", ")", "{", "return", "null", ";", "}", "array", "list", "<", "node", ">", "ret", "vec", "=", "new", "array", "list", "<", "node", ">", "(", ")", ";", "for", "(", "operator", "<"...
[ "<", "p", ">", "returns", "the", "unique", "identifier", "for", "this", "grantee", "<", "/", "p", ">" ]
[ "return", "id", ";" ]
[ "store", "the", "alias", "this", "operator", "is", "working", "on", "behalf", "of" ]
[ "this", "alias", "=", "alias", ";", "for", "(", "operator", "<", "?", "extends", "operator", "desc", ">", "op", ":", "child", "operators", ")", "{", "op", "set", "alias", "(", "alias", ")", ";", "}" ]
[ "operator", "specific", "initialization" ]
[ "this", "hconf", "=", "hconf", ";", "root", "initialize", "called", "=", "true", ";" ]
[ "pass", "the", "exec", "context", "reference", "to", "every", "child", "operator" ]
[ "this", "set", "exec", "context", "(", "exec", "context", ")", ";", "for", "(", "int", "i", "=", "0", ";", "i", "<", "child", "operators", "size", "(", ")", ";", "i", "+", "+", ")", "{", "child", "operators", "get", "(", "i", ")", "pass", "exec...
[ "process", "the", "row" ]
[ "public", "abstract", "void", "process", "(", "object", "row", ",", "int", "tag", ")", "throws", "hive", "exception", ";" ]
[ "if", "a", "operator", "wants", "to", "do", "some", "work", "at", "the", "beginning", "of", "a", "group" ]
[ "default", "start", "group", "(", ")", ";" ]
[ "if", "an", "operator", "wants", "to", "do", "some", "work", "at", "the", "end", "of", "a", "group" ]
[ "default", "end", "group", "(", ")", ";" ]
[ "override", "this", "method", "to", "forward", "its", "outputs" ]
[]
[ "recursive", "flush", "to", "flush", "all", "the", "tree", "operators" ]
[ "flush", "(", ")", ";", "if", "(", "child", "operators", "=", "=", "null", ")", "{", "return", ";", "}", "for", "(", "operator", "<", "?", ">", "child", ":", "child", "operators", ")", "{", "child", "flush", "recursive", "(", ")", ";", "}" ]
[ "operator", "specific", "close", "routine", "operators", "which", "inherents", "this", "class", "should", "overwrite", "this", "funtion", "for", "their", "specific", "cleanup", "routine" ]
[]
[ "operator", "specific", "logic", "goes", "here" ]
[]
[ "replace", "one", "child", "with", "another", "at", "the", "same", "position", "the", "parent", "of", "the", "child", "is", "not", "changed" ]
[ "int", "child", "index", "=", "child", "operators", "index", "of", "(", "child", ")", ";", "assert", "child", "index", "!", "=", "-", "1", ";", "child", "operators", "set", "(", "child", "index", ",", "new", "child", ")", ";" ]
[ "replace", "one", "parent", "with", "another", "at", "the", "same", "position", "chilren", "of", "the", "new", "parent", "are", "not", "updated" ]
[ "int", "parent", "index", "=", "parent", "operators", "index", "of", "(", "parent", ")", ";", "assert", "parent", "index", "!", "=", "-", "1", ";", "parent", "operators", "set", "(", "parent", "index", ",", "new", "parent", ")", ";" ]
[ "returns", "a", "map", "of", "output", "column", "name", "to", "input", "expression", "map", "note", "that", "currently", "it", "returns", "only", "key", "columns", "for", "reduce", "sink", "and", "group", "by", "operators" ]
[ "if", "(", "this", "get", "conf", "(", ")", "=", "=", "null", ")", "{", "return", "null", ";", "}", "return", "this", "get", "conf", "(", ")", "get", "column", "expr", "map", "(", ")", ";" ]
[ "initialize", "an", "array", "of", "expr", "node", "evaluator", "and", "return", "the", "result", "object", "inspectors" ]
[ "object", "inspector", "[", "]", "result", "=", "new", "object", "inspector", "[", "evals", "length", "]", ";", "for", "(", "int", "i", "=", "0", ";", "i", "<", "evals", "length", ";", "i", "+", "+", ")", "{", "result", "[", "i", "]", "=", "eva...
[ "initialize", "an", "array", "of", "expr", "node", "evaluator", "from", "start", "for", "specified", "length", "and", "return", "the", "result", "object", "inspectors" ]
[ "object", "inspector", "[", "]", "result", "=", "new", "object", "inspector", "[", "length", "]", ";", "for", "(", "int", "i", "=", "0", ";", "i", "<", "length", ";", "i", "+", "+", ")", "{", "result", "[", "i", "]", "=", "evals", "[", "start",...
[ "initialize", "an", "array", "of", "expr", "node", "evaluator", "and", "put", "the", "return", "values", "into", "a", "struct", "object", "inspector", "with", "integer", "field", "names" ]
[ "object", "inspector", "[", "]", "field", "object", "inspectors", "=", "init", "evaluators", "(", "evals", ",", "row", "inspector", ")", ";", "return", "object", "inspector", "factory", "get", "standard", "struct", "object", "inspector", "(", "output", "col", ...
[ "/", "*", "by", "default", "the", "list", "is", "empty", "-", "if", "an", "operator", "wants", "to", "add", "more", "counters", "it", "should", "override", "this", "method", "and", "provide", "the", "new", "list", "counter", "names", "returned", "by", "t...
[ "return", "null", ";" ]
[ "return", "the", "type", "of", "the", "specific", "operator", "among", "the", "types", "in", "operator", "type" ]
[ "abstract", "public", "operator", "type", "get", "type", "(", ")", ";" ]
[ "called", "during", "semantic", "analysis", "as", "operators", "are", "being", "added", "in", "order", "to", "give", "them", "a", "chance", "to", "compute", "any", "additional", "plan", "information", "needed", "does", "nothing", "by", "default" ]
[]
[ "for", "each", "input", "file" ]
[ "this", "clean", "up", "input", "file", "changed", "op", "(", ")", ";", "if", "(", "this", "child", "operators", "!", "=", "null", ")", "{", "for", "(", "int", "i", "=", "0", ";", "i", "<", "this", "child", "operators", "size", "(", ")", ";", "...
[ "this", "method" ]
[]
[ "called", "by", "map", "operator", "propagated", "recursively", "to", "single", "parented", "descendants" ]
[ "if", "(", "child", "operators", "!", "=", "null", ")", "{", "for", "(", "operator", "<", "?", "extends", "operator", "desc", ">", "child", ":", "child", "operators", ")", "{", "if", "(", "child", "get", "num", "parent", "(", ")", "=", "=", "1", ...
[ "/", "*", "true", "only", "for", "operators", "which", "produce", "atmost", "1", "output", "row", "per", "input", "row", "to", "it", "this", "will", "allow", "the", "output", "column", "names", "to", "be", "directly", "translated", "to", "input", "column",...
[ "return", "false", ";" ]
[ "whether", "this", "operator", "supports", "automatic", "sort", "merge", "join", "the", "stack", "is", "traversed", "and", "this", "method", "is", "invoked", "for", "all", "the", "operators" ]
[ "return", "false", ";" ]
[ "/", "*", "this", "operator", "is", "allowed", "before", "mapjoin", "eventually", "mapjoin", "hint", "should", "be", "done", "away", "with", "but", "since", "bucketized", "mapjoin", "and", "sortmerge", "join", "depend", "on", "it", "completely", "it", "is", ...
[ "return", "true", ";" ]
[ "/", "*", "this", "operator", "is", "allowed", "after", "mapjoin", "eventually", "mapjoin", "hint", "should", "be", "done", "away", "with", "but", "since", "bucketized", "mapjoin", "and", "sortmerge", "join", "depend", "on", "it", "completely", "it", "is", "...
[ "return", "true", ";" ]
[ "/", "*", "if", "this", "task", "contains", "a", "join", "it", "can", "be", "converted", "to", "a", "map", "-", "join", "task", "if", "this", "operator", "is", "present", "in", "the", "mapper", "for", "eg", "if", "a", "sort", "-", "merge", "join", ...
[ "return", "true", ";" ]
[ "/", "*", "if", "this", "task", "contains", "a", "sortmergejoin", "it", "can", "be", "converted", "to", "a", "map", "-", "join", "task", "if", "this", "operator", "is", "present", "in", "the", "mapper", "for", "eg", "if", "a", "sort", "-", "merge", "...
[ "return", "true", ";" ]
[ "used", "for", "limit", "pushdown", "optimizer" ]
[ "return", "false", ";" ]
[ "decides", "whether", "two", "operators", "are", "logically", "the", "same", "this", "can", "be", "used", "to", "merge", "same", "operators", "and", "avoid", "repeated", "computation" ]
[ "return", "get", "class", "(", ")", "get", "name", "(", ")", "equals", "(", "other", "get", "class", "(", ")", "get", "name", "(", ")", ")", "&", "&", "(", "conf", "=", "=", "other", "get", "conf", "(", ")", "|", "|", "(", "conf", "!", "=", ...
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "s", "type", "(", "s", "type", ")", ";", "p", "next", "(", "p", "next", ")", ";", "plane", "aspect", "(", "plane", "aspect", ")", ";", "return", "this", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "mem", "address", "(", "container", ")", ",", "container", ...
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance", "must", "be", "e...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance", "must", "be", ...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "buffer", "utils", "}" ]
[ "byte", "buffer", "container", "=", "create", "(", "capacity", ",", "sizeof", ")", ";", "return", "wrap", "(", "buffer", "class", ",", "mem", "address", "(", "container", ")", ",", "capacity", ",", "container", ")", ";" ]
[ "create", "a", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "at", "the", "specified", "memory" ]
[ "return", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "malloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "calloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "vk", "bind", "image", "plane", "memory", "info", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", ...
[ "return", "calloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "bind", "image", "plane", "memory", "info", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero...
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "stype", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "mem", "get", "address", "(", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "pnext", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "planeaspect", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "int", "(", "null", ",", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "stype", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "mem", "put", "address", "(", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "pnext", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "int", "(", "null", ",", "struct", "+", "vk", "bind", "image", "plane", "memory", "info", "planeaspect", ",", "value", ")", ";" ]
[ "/", "*", "@", "test", "public", "void", "constructors", "(", ")", "{", "constructor", "test", "builder", "ctb", "=", "new", "constructor", "test", "builder", "(", "stream", "publish", "class", ")", ";" ]
[ "assert", "subscriber", "<", "integer", ">", "ts", "1", "=", "assert", "subscriber", "create", "(", ")", ";", "assert", "subscriber", "<", "integer", ">", "ts", "2", "=", "assert", "subscriber", "create", "(", ")", ";", "connectable", "flux", "<", "integ...
[ "return", "the", "c", "/", "c", "+", "+", "platform", "to", "build", "against" ]
[ "lua", "platforms", "provider", "lua", "platforms", "provider", "=", "toolchain", "provider", "get", "by", "name", "(", "lua", "platforms", "provider", "default", "name", ",", "lua", "platforms", "provider", "class", ")", ";", "flavor", "domain", "<", "lua", ...
[ "-", "-", "-", "[", "gl", "blend", "barrier", "n", "v", "]", "-", "-", "-" ]
[ "public", "static", "native", "void", "gl", "blend", "barrier", "n", "v", "(", ")", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "assert", "equals", "(", "date", "time", "zone", "utc", ",", "g", "j", "chronology", "get", "instance", "u", "t", "c", "(", ")", "get", "zone", "(", ")", ")", ";", "assert", "same", "(", "g", "j", "chronology", "class", ",", "g", "j", "chronology",...
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "assert", "same", "(", "g", "j", "chronology", "get", "instance", "(", "tokyo", ")", ",", "g", "j", "chronology", "get", "instance", "(", "tokyo", ")", ")", ";", "assert", "same", "(", "g", "j", "chronology", "get", "instance", "(", "london", ")", ",...
[ "gets", "the", "al", "applink", "data", "for", "the", "app", "link", "navigation", "this", "will", "generally", "contain", "data", "common", "to", "navigation", "attempts", "such", "as", "back", "-", "links", "user", "agents", "and", "other", "information", ...
[ "return", "app", "link", "data", ";" ]
[ "the", "extras", "for", "the", "app", "link", "navigation", "this", "will", "generally", "contain", "application", "-", "specific", "data", "that", "should", "be", "passed", "along", "with", "the", "request", "such", "as", "advertiser", "or", "affiliate", "i",...
[ "return", "extras", ";" ]
[ "gets", "a", "j", "s", "o", "n", "object", "-", "compatible", "value", "for", "the", "given", "object" ]
[ "if", "(", "value", "instanceof", "bundle", ")", "{", "return", "get", "j", "s", "o", "n", "for", "bundle", "(", "(", "bundle", ")", "value", ")", ";", "}", "else", "if", "(", "value", "instanceof", "char", "sequence", ")", "{", "return", "value", ...
[ "gets", "a", "j", "s", "o", "n", "object", "equivalent", "to", "the", "input", "bundle", "for", "use", "when", "falling", "back", "to", "a", "web", "navigation" ]
[ "j", "s", "o", "n", "object", "root", "=", "new", "j", "s", "o", "n", "object", "(", ")", ";", "for", "(", "string", "key", ":", "bundle", "key", "set", "(", ")", ")", "{", "root", "put", "(", "key", ",", "get", "j", "s", "o", "n", "value",...
[ "sets", "the", "default", "resolver", "to", "be", "used", "for", "app", "link", "resolution", "setting", "this", "to", "null", "will", "cause", "the", "{", "@", "link", "#", "navigate", "in", "background", "(", "context", "uri", ")", "}", "methods", "to"...
[ "default", "resolver", "=", "resolver", ";" ]
[ "gets", "the", "default", "resolver", "to", "be", "used", "for", "app", "link", "resolution", "if", "the", "developer", "has", "not", "set", "a", "default", "resolver", "this", "will", "return", "{", "@", "code", "null", "}", "but", "the", "basic", "buil...
[ "return", "default", "resolver", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}" ]
[ "return", "new", "app", "link", "navigation", "(", "app", "link", ",", "null", ",", "null", ")", "navigate", "(", "context", ")", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "app", "link", "resolution", "strategy", "specified" ]
[ "return", "resolver", "get", "app", "link", "from", "url", "in", "background", "(", "destination", ")", "on", "success", "(", "new", "continuation", "<", "app", "link", ",", "navigation", "result", ">", "(", ")", "{", "@", "override", "public", "navigation...
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "app", "link", "resolution", "strategy", "specified" ]
[ "return", "navigate", "in", "background", "(", "context", ",", "uri", "parse", "(", "destination", "to", "string", "(", ")", ")", ",", "resolver", ")", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "app", "link", "resolution", "strategy", "specified" ]
[ "return", "navigate", "in", "background", "(", "context", ",", "uri", "parse", "(", "destination", "url", ")", ",", "resolver", ")", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "default", "app", "link", "resolution", "strategy" ]
[ "return", "navigate", "in", "background", "(", "context", ",", "destination", ",", "get", "resolver", "(", "context", ")", ")", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "default", "app", "link", "resolution", "strategy" ]
[ "return", "navigate", "in", "background", "(", "context", ",", "destination", ",", "get", "resolver", "(", "context", ")", ")", ";" ]
[ "navigates", "to", "an", "{", "@", "link", "app", "link", "}", "for", "the", "given", "destination", "using", "the", "default", "app", "link", "resolution", "strategy" ]
[ "return", "navigate", "in", "background", "(", "context", ",", "destination", "url", ",", "get", "resolver", "(", "context", ")", ")", ";" ]
[ "updates", "world", "transforms", "and", "bind", "poses", "for", "the", "fbx", "scene", "graph" ]
[ "fbx", "node", "fbx", "root", "=", "(", "fbx", "node", ")", "object", "map", "get", "(", "fbx", "id", "root", ")", ";", "fbx", "root", "update", "world", "transforms", "(", "null", ",", "null", ")", ";" ]
[ "{" ]
[ "ignite", "configuration", "cfg", "=", "super", "get", "configuration", "(", "ignite", "instance", "name", ")", ";", "(", "(", "tcp", "discovery", "spi", ")", "cfg", "get", "discovery", "spi", "(", ")", ")", "set", "ip", "finder", "(", "ip", "finder", ...
[ "{" ]
[ "system", "set", "property", "(", "ignite", "atomic", "cache", "delete", "history", "size", ",", "size", "prop", "val", "!", "=", "null", "?", "size", "prop", "val", ":", "\"", "\"", ")", ";" ]
[ "{" ]
[ "return", "dur", "+", "60", "000", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "service", "that", "you", "want", "to", "update", "<", "/", "p", ">" ]
[ "set", "id", "(", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "the", "new", "settings", "for", "the", "service", "<", "/", "p", ">" ]
[ "this", "service", "=", "service", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "the", "new", "settings", "for", "the", "service", "<", "/", "p", ">" ]
[ "return", "this", "service", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "the", "new", "settings", "for", "the", "service", "<", "/", "p", ">" ]
[ "set", "service", "(", "service", ")", ";", "return", "this", ";" ]
[ "converts", "entry", "processor", "invokation", "results", "to", "cache", "object", "instances" ]
[ "if", "(", "invoke", "res", "&", "&", "invoke", "res", "col", "!", "=", "null", ")", "{", "for", "(", "cache", "invoke", "direct", "result", "direct", "res", ":", "invoke", "res", "col", ")", "direct", "res", "marshal", "result", "(", "ctx", ")", "...
[ "{" ]
[ "return", "88", ";" ]