docstring_tokens
list
code_tokens
list
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "fuzzy", "checkpoint", "operation" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "fuzzy", "checkpoint", "operation" ]
[ "if", "(", "writ", "cache", "counters", "holder", "=", "=", "null", ")", "writ", "cache", "counters", "holder", "=", "new", "writ", "cache", "counters", "holder", "(", ")", ";", "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ...
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "read", "of", "page", "from", "disk", "cache" ]
[ "push", "timer", "(", ")", ";" ]
[ "general", "method", "which", "is", "used", "ba", "all", "stop", "x", "x", "x", "timer", "methods", "to", "delegate", "their", "functionality" ]
[ "time", "stamps", "push", "(", "nano", "timer", "get", "nano", "(", ")", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "read", "of", "page", "from", "disk", "cache", "<", "p", ">", "if", "you", "wish", "to", "gather", "statistic", "for", "current", "durabl...
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "performance", "counters", "holder", "page", "read", "from", ...
[ "starts", "timer", "which", "records", "how", "much", "time", "is", "spent", "on", "full", "checkpoint" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "full", "checkpoint", "operation" ]
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "if", "(", "storage", "counters", "holder", "=", "=", "nul...
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "write", "of", "page", "to", "disk", "cache" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "to", "write", "page", "to", "disk", "cache", "<", "p", ">", "if", "you", "wish", "to", "gather", "statistic", "for", "current", "durable", "co...
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "performance", "counters", "holder", "page", "write", "to", ...
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "atomic", "operation", "commit" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "atomic", "operation", "commit" ]
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "performance", "counters", "holder", "commit", "time", "+", ...
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "logging", "of", "single", "write", "ahead", "log", "record" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "and", "records", "results", "of", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "logging", "of", "single", "write", "ahead", "log", "record" ]
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "if", "(", "wal", "counters", "holder", "=", "=", "null", ...
[ "starts", "timer", "which", "counts", "how", "much", "time", "was", "spent", "on", "flushing", "of", "data", "from", "write", "ahead", "log", "cache" ]
[ "push", "timer", "(", ")", ";" ]
[ "stops", "timer", "and", "records", "how", "much", "time", "was", "spent", "on", "flushing", "of", "data", "from", "write", "ahead", "log", "cache" ]
[ "final", "long", "end", "ts", "=", "nano", "timer", "get", "nano", "(", ")", ";", "final", "long", "time", "diff", "=", "(", "end", "ts", "-", "time", "stamps", "pop", "(", ")", ")", ";", "if", "(", "wal", "counters", "holder", "=", "=", "null", ...
[ "makes", "snapshot", "of", "data", "if", "time", "for", "next", "snapshot", "is", "passed", "also", "clear", "all", "data", "if", "{", "@", "link", "#", "clean", "up", "interval", "}", "interval", "is", "over" ]
[ "if", "(", "current", "time", "<", "0", ")", "{", "current", "time", "=", "nano", "timer", "get", "nano", "(", ")", ";", "}", "if", "(", "last", "snapshot", "timestamp", "=", "=", "-", "1", ")", "last", "snapshot", "timestamp", "=", "0", ";", "if...
[ "clears", "all", "performance", "data" ]
[ "commit", "count", "=", "0", ";", "commit", "time", "=", "0", ";", "operations", "count", "=", "0", ";", "cache", "access", "count", "=", "0", ";", "cache", "hit", "=", "0", ";", "page", "read", "from", "file", "time", "=", "0", ";", "page", "rea...
[ "aggregates", "passed", "in", "and", "current", "performance", "data", "result", "is", "put", "in", "passed", "in", "data" ]
[ "aggregator", "operations", "count", "+", "=", "operations", "count", ";", "aggregator", "cache", "access", "count", "+", "=", "cache", "access", "count", ";", "aggregator", "cache", "hit", "+", "=", "cache", "hit", ";", "aggregator", "page", "read", "from",...
[ "d", "b", "c", "result", "set", "meta", "data" ]
[ "return", "properties", ";" ]
[ "d", "b", "c", "table", "meta", "data" ]
[ "return", "null", ";" ]
[ "tag", ":", ":", "api", "-", "listing", "-", "plugin", "[", "]" ]
[ "return", "documentation", "type", "swagger", "2", "equals", "(", "delimiter", ")", ";" ]
[ "create", "the", "type", "value", "to", "be", "passed", "into", "{" ]
[ "protected", "abstract", "object", "create", "type", "value", "(", "connection", "con", ",", "int", "sql", "type", ",", "@", "nullable", "string", "type", "name", ")", "throws", "s", "q", "l", "exception", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "nwidth", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "nheight", "(", "address", "(", ")", ")", ";" ]
[ "sets", "the", "specified", "value", "to", "the", "{" ]
[ "nwidth", "(", "address", "(", ")", ",", "value", ")", ";", "return", "this", ";" ]
[ "sets", "the", "specified", "value", "to", "the", "{" ]
[ "nheight", "(", "address", "(", ")", ",", "value", ")", ";", "return", "this", ";" ]
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "width", "(", "width", ")", ";", "height", "(", "height", ")", ";", "return", "this", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "y", "g", "size", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "y", "g", "size", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "y", "g", "size", "class", ",", "mem", "address", "(", "container", ")", ",", "container", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "y", "g", "size", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "y", "g", "size", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "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", "y", "g", "size", "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", "y", "g", "size", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "y", "g", "size", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "y", "g", "size", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "calloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "y", "g", "size", "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", "float", "(", "null", ",", "struct", "+", "y", "g", "size", "width", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "float", "(", "null", ",", "struct", "+", "y", "g", "size", "height", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "float", "(", "null", ",", "struct", "+", "y", "g", "size", "width", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "float", "(", "null", ",", "struct", "+", "y", "g", "size", "height", ",", "value", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "y", "g", "size", "nwidth", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "y", "g", "size", "nheight", "(", "address", "(", ")", ")", ";" ]
[ "sets", "the", "specified", "value", "to", "the", "{" ]
[ "y", "g", "size", "nwidth", "(", "address", "(", ")", ",", "value", ")", ";", "return", "this", ";" ]
[ "sets", "the", "specified", "value", "to", "the", "{" ]
[ "y", "g", "size", "nheight", "(", "address", "(", ")", ",", "value", ")", ";", "return", "this", ";" ]
[ "n", "!", "permutation", "of", "the", "characters", "in", "the", "string", "(", "in", "order", ")" ]
[ "final", "int", "size", "=", "number", "of", "permutations", "(", "string", "to", "generate", "permutations", "from", "length", "(", ")", ")", ";", "final", "string", "[", "]", "list", "=", "new", "string", "[", "size", "]", ";", "final", "char", "[", ...
[ "permutations", "of", "numbers", "in", "an", "array", "using", "recursion", "<", "br", ">", "int", "numbers", "[", "]", "=", "{", "7", "5", "3", "}", ";", "linked", "list", "<", "linked", "list", "<", "integer", ">", ">", "result", "=", "get", "all...
[ "final", "list", "<", "list", "<", "n", ">", ">", "result", "=", "new", "linked", "list", "<", "list", "<", "n", ">", ">", "(", ")", ";", "return", "get", "all", "permutations", "(", "numbers", ",", "result", ")", ";" ]
[ "registers", "the", "given", "listener", "to", "receive", "notification", "of", "changes", "to", "queries", "the", "listener", "will", "be", "notified", "whenever", "a", "query", "has", "been", "added", "removed", "is", "starting", "or", "has", "finished", "ha...
[ "internal", "search", "u", "i", "get", "instance", "(", ")", "add", "query", "listener", "(", "l", ")", ";" ]
[ "removes", "the", "given", "query", "listener", "does", "nothing", "if", "the", "listener", "is", "not", "present" ]
[ "internal", "search", "u", "i", "get", "instance", "(", ")", "remove", "query", "listener", "(", "l", ")", ";" ]
[ "returns", "all", "search", "queries", "know", "to", "the", "search", "ui", "(", "i", "e", "registered", "via", "<", "code", ">", "run", "query", "(", ")", "<", "/", "code", ">", "or", "<", "code", ">", "run", "query", "in", "foreground", "(", ")",...
[ "return", "internal", "search", "u", "i", "get", "instance", "(", ")", "get", "queries", "(", ")", ";" ]
[ "removes", "the", "given", "search", "query" ]
[ "internal", "search", "u", "i", "get", "instance", "(", ")", "remove", "query", "(", "query", ")", ";" ]
[ "converts", "class", "v", "to", "class", "t" ]
[ "protected", "abstract", "t", "convert", "(", "v", "v", ")", ";" ]
[ "removes", "item" ]
[ "protected", "abstract", "void", "remove", "(", "t", "item", ")", ";" ]
[ "override", "the", "default", "stats", "implementation" ]
[ "this", "census", "stats", "override", "=", "census", "stats", ";", "return", "this", "t", "(", ")", ";" ]
[ "disable", "or", "enable", "stats", "features", "enabled", "by", "default" ]
[ "stats", "enabled", "=", "value", ";" ]
[ "disable", "or", "enable", "stats", "recording", "for", "rpc", "upstarts", "effective", "only", "if", "{" ]
[ "record", "started", "rpcs", "=", "value", ";" ]
[ "disable", "or", "enable", "stats", "recording", "for", "rpc", "completions", "effective", "only", "if", "{" ]
[ "record", "finished", "rpcs", "=", "value", ";" ]
[ "disable", "or", "enable", "tracing", "features", "enabled", "by", "default" ]
[ "tracing", "enabled", "=", "value", ";" ]
[ "children", "of", "abstract", "server", "builder", "should", "override", "this", "method", "to", "provide", "transport", "specific", "information", "for", "the", "server", "this", "method", "is", "mean", "for", "transport", "implementors", "and", "should", "not", ...
[ "@", "internal", "protected", "abstract", "io", "grpc", "internal", "internal", "server", "build", "transport", "server", "(", "list", "<", "server", "stream", "tracer", "factory", ">", "stream", "tracer", "factories", ")", ";" ]
[ "convert", "{" ]
[ "if", "(", "path", "instanceof", "buck", "unix", "path", ")", "{", "return", "(", "(", "buck", "unix", "path", ")", "path", ")", "as", "default", "(", ")", ";", "}", "return", "path", ";" ]
[ "returns", "true", "if", "field", "filter", "mode", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "this", "filter", "mode", "!", "=", "null", ";" ]
[ "returns", "true", "if", "field", "filters", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "this", "filters", "!", "=", "null", ";" ]
[ "returns", "true", "if", "field", "corresponding", "to", "field", "i", "d", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "if", "(", "field", "=", "=", "null", ")", "{", "throw", "new", "illegal", "argument", "exception", "(", ")", ";", "}", "switch", "(", "field", ")", "{", "case", "filter", "mode", ":", "return", "is", "set", "filter", "mode", "(", ")", ";", "case",...
[ "example", "value", ":", "default", "group", "for", "new", "users" ]
[ "this", "description", "=", "description", ";", "return", "this", ";" ]
[ "example", "value", ":", "16" ]
[ "this", "metric", "id", "=", "metric", "id", ";", "return", "this", ";" ]
[ "example", "value", ":", "ncloc" ]
[ "this", "metric", "key", "=", "metric", "key", ";", "return", "this", ";" ]
[ "this", "is", "a", "mandatory", "parameter", "example", "value", ":", "47" ]
[ "this", "value", "=", "value", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "filters", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "is", "-", "classic", "-", "link", "-", "enabled", "<", "/", "code", ">", "-", "whether", "the", "vpc", "is"...
[ "if", "(", "this", "filters", "=", "=", "null", ")", "{", "set", "filters", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "filter", ">", "(", "filters", "length", ")", ")", ";", "}", "for", "(", "filter", "ele", ":", "...
[ "<", "p", ">", "one", "or", "more", "filters", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "is", "-", "classic", "-", "link", "-", "enabled", "<", "/", "code", ">", "-", "whether", "the", "vpc", "is"...
[ "set", "filters", "(", "filters", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "vpc", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "vpc", "ids", "=", "=", "null", ")", "{", "vpc", "ids", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "vpc", "ids", ";" ]
[ "<", "p", ">", "one", "or", "more", "vpc", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "vpc", "ids", "=", "=", "null", ")", "{", "this", "vpc", "ids", "=", "null", ";", "return", ";", "}", "this", "vpc", "ids", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "vpc", "ids", "...
[ "<", "p", ">", "one", "or", "more", "v", "p", "cs", "for", "which", "you", "want", "to", "describe", "the", "classic", "link", "status", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "app...
[ "if", "(", "this", "vpc", "ids", "=", "=", "null", ")", "{", "set", "vpc", "ids", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "vpc", "ids", "length", ")", ")", ";", "}", "for", "(", "string", "e...
[ "<", "p", ">", "one", "or", "more", "v", "p", "cs", "for", "which", "you", "want", "to", "describe", "the", "classic", "link", "status", "<", "/", "p", ">" ]
[ "set", "vpc", "ids", "(", "vpc", "ids", ")", ";", "return", "this", ";" ]
[ "reads", "all", "available", "rows", "from", "the", "given", "cursor", "and", "returns", "a", "list", "of", "new", "image", "t", "o", "objects" ]
[ "int", "count", "=", "cursor", "get", "count", "(", ")", ";", "list", "<", "relation", "entity", ">", "list", "=", "new", "array", "list", "<", "relation", "entity", ">", "(", "count", ")", ";", "if", "(", "cursor", "move", "to", "first", "(", ")",...
[ "a", "raw", "-", "style", "query", "where", "you", "can", "pass", "any", "where", "clause", "and", "arguments" ]
[ "cursor", "cursor", "=", "db", "raw", "query", "(", "get", "select", "deep", "(", ")", "+", "where", ",", "selection", "arg", ")", ";", "return", "load", "deep", "all", "and", "close", "cursor", "(", "cursor", ")", ";" ]
[ "called", "when", "the", "activity", "is", "first", "created" ]
[ "super", "on", "create", "(", "saved", "instance", "state", ")", ";", "set", "content", "view", "(", "r", "layout", "activity", "ptr", "horizontalscrollview", ")", ";", "m", "pull", "refresh", "scroll", "view", "=", "(", "pull", "to", "refresh", "horizonta...
[ "to", "configure", "a", "special", "tag", "for", "the", "operations", "within", "this", "rest", "definition" ]
[ "this", "tag", "=", "tag", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "v", "r", "event", "process", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "v", "r", "event", "process", "class", ",", "address", ")", ";" ]
[ "create", "a", "{", "@", "link", "v", "r", "event", "process", "buffer", "}", "instance", "at", "the", "specified", "memory" ]
[ "return", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "v", "r", "event", "process", "pid", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "v", "r", "event", "process", "oldpid", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "v", "r", "event", "process", "bforced", ")", "!", "=", "0", ";" ]
[ "increment", "expired", "heartbeat", "counter" ]
[ "expired", "heartbeats", "+", "+", ";" ]
[ "register", "a", "job", "master", "with", "the", "rm" ]
[ "completable", "future", "<", "registration", "response", ">", "registration", "=", "resource", "manager", "register", "job", "manager", "(", "job", "master", "job", "master", "id", ",", "job", "master", "resource", "i", "d", ",", "job", "master", "address", ...
[ "prepares", "a", "launch", "operation" ]
[ "return", "protos", "offer", "operation", "new", "builder", "(", ")", "set", "type", "(", "protos", "offer", "operation", "type", "launch", ")", "set", "launch", "(", "protos", "offer", "operation", "launch", "new", "builder", "(", ")", "add", "all", "task...
[ "test", "mesos", "re", "-", "registration", "handling" ]
[ "new", "context", "(", ")", "{", "{", "when", "(", "rm", "services", "worker", "store", "get", "framework", "i", "d", "(", ")", ")", "then", "return", "(", "option", "apply", "(", "framework", "1", ")", ")", ";", "start", "resource", "manager", "(", ...
[ "check", "if", "the", "chunked", "input", "has", "been", "closed" ]
[ "return", "closed", "get", "(", ")", ";" ]
[ "<", "p", ">", "provides", "the", "list", "of", "ec2", "availability", "zones", "that", "instances", "in", "the", "db", "cluster", "snapshot", "can", "be", "restored", "in", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", ...
[ "if", "(", "this", "availability", "zones", "=", "=", "null", ")", "{", "set", "availability", "zones", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "availability", "zones", "length", ")", ")", ";", "}",...
[ "<", "p", ">", "provides", "the", "list", "of", "ec2", "availability", "zones", "that", "instances", "in", "the", "db", "cluster", "snapshot", "can", "be", "restored", "in", "<", "/", "p", ">" ]
[ "set", "availability", "zones", "(", "availability", "zones", ")", ";", "return", "this", ";" ]