docstring_tokens
list | code_tokens
list |
---|---|
[
"returns",
"the",
"client",
"for",
"this",
"client",
"service",
"or",
"null",
"if",
"the",
"service",
"is",
"not",
"yet",
"attached"
]
| [
"client",
"service",
"manager",
"csm",
"=",
"get",
"service",
"manager",
"(",
")",
";",
"return",
"csm",
"=",
"=",
"null",
"?",
"null",
":",
"csm",
"get",
"client",
"(",
")",
";"
]
|
[
"implement",
"here",
"your",
"{",
"@",
"link",
"runnable",
"#",
"run",
"(",
")",
"}",
"code"
]
| [
"public",
"abstract",
"void",
"traced",
"run",
"(",
"throwable",
"tracing",
"throwable",
")",
";"
]
|
[
"reset",
"the",
"stacktrace",
"of",
"this",
"runnable",
"to",
"this",
"point",
"to",
"be",
"called",
"right",
"before",
"the",
"runnable",
"is",
"scheduled",
"to",
"another",
"thread",
"in",
"case",
"it",
"was",
"instantiated",
"ahead",
"of",
"time",
"with",
"a",
"different",
"code",
"flow"
]
| [
"m",
"tracing",
"throwable",
"fill",
"in",
"stack",
"trace",
"(",
")",
";"
]
|
[
"the",
"primary",
"output",
"format",
"is",
"pdf",
"but",
"other",
"output",
"formats",
"are",
"also",
"supported"
]
| [
"this",
"output",
"type",
"=",
"output",
"type",
";"
]
|
[
"the",
"location",
"of",
"a",
"configuration",
"file",
"which",
"can",
"be",
"loaded",
"from",
"classpath",
"or",
"file",
"system"
]
| [
"this",
"user",
"config",
"u",
"r",
"l",
"=",
"user",
"config",
"u",
"r",
"l",
";"
]
|
[
"allows",
"to",
"use",
"a",
"custom",
"configured",
"or",
"implementation",
"of",
"org",
"apache",
"fop",
"apps",
"fop",
"factory"
]
| [
"this",
"fop",
"factory",
"=",
"fop",
"factory",
";"
]
|
[
"sets",
"the",
"builder",
"to",
"create",
"specific",
"hystrix",
"setter",
"for",
"instance",
"hystrix",
"command",
"setter"
]
| [
"this",
"setter",
"builder",
"=",
"p",
"setter",
"builder",
";",
"return",
"this",
";"
]
|
[
"sets",
"command",
"actions",
"{",
"@",
"link",
"command",
"actions",
"}"
]
| [
"this",
"command",
"actions",
"=",
"p",
"command",
"actions",
";",
"return",
"this",
";"
]
|
[
"sets",
"cache",
"result",
"invocation",
"context",
"see",
"{",
"@",
"link",
"cache",
"invocation",
"context",
"}",
"and",
"{",
"@",
"link",
"cache",
"result",
"}"
]
| [
"this",
"cache",
"result",
"invocation",
"context",
"=",
"p",
"cache",
"result",
"invocation",
"context",
";",
"return",
"this",
";"
]
|
[
"sets",
"cache",
"remove",
"invocation",
"context",
"see",
"{",
"@",
"link",
"cache",
"invocation",
"context",
"}",
"and",
"{",
"@",
"link",
"cache",
"remove",
"}"
]
| [
"this",
"cache",
"remove",
"invocation",
"context",
"=",
"p",
"cache",
"remove",
"invocation",
"context",
";",
"return",
"this",
";"
]
|
[
"sets",
"collapsed",
"requests"
]
| [
"this",
"collapsed",
"requests",
"=",
"p",
"collapsed",
"requests",
";",
"return",
"this",
";"
]
|
[
"sets",
"exceptions",
"that",
"should",
"be",
"ignored",
"and",
"wrapped",
"to",
"throw",
"in",
"{",
"@",
"link",
"com",
"netflix",
"hystrix",
"exception",
"hystrix",
"bad",
"request",
"exception",
"}"
]
| [
"this",
"ignore",
"exceptions",
"=",
"immutable",
"list",
"copy",
"of",
"(",
"p",
"ignore",
"exceptions",
")",
";",
"return",
"this",
";"
]
|
[
"sets",
"execution",
"type",
"see",
"{",
"@",
"link",
"execution",
"type",
"}"
]
| [
"this",
"execution",
"type",
"=",
"p",
"execution",
"type",
";",
"return",
"this",
";"
]
|
[
"creates",
"new",
"{",
"@",
"link",
"hystrix",
"command",
"builder",
"}",
"instance"
]
| [
"return",
"new",
"hystrix",
"command",
"builder",
"(",
"this",
")",
";"
]
|
[
"/",
"*",
"determine",
"if",
"video",
"link",
"is",
"valid",
"based",
"on",
"mp4",
"extension",
"or",
"if",
"link",
"to",
"popular",
"video",
"hosting",
"services"
]
| [
"boolean",
"is",
"video",
"=",
"false",
";",
"if",
"(",
"video",
"link",
"!",
"=",
"null",
")",
"{",
"if",
"(",
"video",
"link",
"to",
"lower",
"case",
"(",
")",
"ends",
"with",
"(",
"video",
"mp4",
")",
")",
"{",
"is",
"video",
"=",
"true",
";",
"}",
"else",
"if",
"(",
"video",
"link",
"contains",
"(",
"youtube",
"embed",
")",
")",
"{",
"is",
"video",
"=",
"true",
";",
"}",
"else",
"if",
"(",
"video",
"link",
"contains",
"(",
"vimeo",
"embed",
")",
")",
"{",
"is",
"video",
"=",
"true",
";",
"}",
"}",
"return",
"is",
"video",
";"
]
|
[
"line",
"48",
"/",
"home",
"/",
"jesusfreke",
"/",
"projects",
"/",
"smali",
"/",
"dexlib",
"2",
"/",
"src",
"/",
"main",
"/",
"java",
"/",
"org",
"/",
"jf",
"/",
"dexlib",
"2",
"/",
"util",
"/",
"synthetic",
"accessor",
"f",
"s",
"m",
"java"
]
| [
"return",
"new",
"byte",
"[",
"]",
"{",
"0",
",",
"1",
",",
"0",
",",
"1",
",",
"1",
",",
"1",
",",
"2",
",",
"1",
",",
"13",
",",
"1",
",",
"14",
",",
"1",
",",
"15",
",",
"1",
",",
"16",
",",
"1",
",",
"17",
",",
"1",
",",
"18",
",",
"1",
",",
"19",
",",
"1",
",",
"20",
",",
"1",
",",
"21",
",",
"1",
",",
"25",
",",
"2",
",",
"3",
",",
"7",
",",
"2",
",",
"4",
",",
"7",
",",
"2",
",",
"5",
",",
"7",
",",
"2",
",",
"6",
",",
"7",
",",
"2",
",",
"8",
",",
"12",
",",
"2",
",",
"9",
",",
"12",
",",
"2",
",",
"10",
",",
"12",
",",
"2",
",",
"11",
",",
"12",
",",
"2",
",",
"22",
",",
"23",
",",
"2",
",",
"22",
",",
"24",
",",
"2",
",",
"22",
",",
"25",
",",
"2",
",",
"22",
",",
"26",
",",
"2",
",",
"22",
",",
"27",
",",
"2",
",",
"22",
",",
"28",
"}",
";"
]
|
[
"adds",
"a",
"path",
"prefix",
"and",
"a",
"handler",
"for",
"that",
"path",
"if",
"the",
"path",
"does",
"not",
"start",
"with",
"a",
"/",
"then",
"one",
"will",
"be",
"prepended",
"<",
"p",
">",
"the",
"match",
"is",
"done",
"on",
"a",
"prefix",
"bases",
"so",
"registering",
"/",
"foo",
"will",
"also",
"match",
"/",
"bar",
"exact",
"path",
"matches",
"are",
"taken",
"into",
"account",
"first",
"<",
"p",
">",
"if",
"/",
"is",
"specified",
"as",
"the",
"path",
"then",
"it",
"will",
"replace",
"the",
"default",
"handler"
]
| [
"return",
"add",
"prefix",
"path",
"(",
"path",
",",
"handler",
")",
";"
]
|
[
"adds",
"a",
"path",
"prefix",
"and",
"a",
"handler",
"for",
"that",
"path",
"if",
"the",
"path",
"does",
"not",
"start",
"with",
"a",
"/",
"then",
"one",
"will",
"be",
"prepended",
"<",
"p",
">",
"the",
"match",
"is",
"done",
"on",
"a",
"prefix",
"bases",
"so",
"registering",
"/",
"foo",
"will",
"also",
"match",
"/",
"foo",
"/",
"bar",
"though",
"exact",
"path",
"matches",
"are",
"taken",
"into",
"account",
"before",
"prefix",
"path",
"matches",
"so",
"if",
"an",
"exact",
"path",
"match",
"exists",
"it",
"s",
"handler",
"will",
"be",
"triggered",
"<",
"p",
">",
"if",
"/",
"is",
"specified",
"as",
"the",
"path",
"then",
"it",
"will",
"replace",
"the",
"default",
"handler"
]
| [
"handlers",
"handler",
"not",
"null",
"(",
"handler",
")",
";",
"path",
"matcher",
"add",
"prefix",
"path",
"(",
"path",
",",
"handler",
")",
";",
"return",
"this",
";"
]
|
[
"if",
"the",
"request",
"path",
"is",
"exactly",
"equal",
"to",
"the",
"given",
"path",
"run",
"the",
"handler",
"<",
"p",
">",
"exact",
"paths",
"are",
"prioritized",
"higher",
"than",
"prefix",
"paths"
]
| [
"handlers",
"handler",
"not",
"null",
"(",
"handler",
")",
";",
"path",
"matcher",
"add",
"exact",
"path",
"(",
"path",
",",
"handler",
")",
";",
"return",
"this",
";"
]
|
[
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing",
"list",
"(",
"if",
"any",
")",
"use",
"{",
"@",
"link",
"#",
"set",
"attributes",
"(",
"java",
"util",
"collection",
")",
"}",
"or",
"{",
"@",
"link",
"#",
"with",
"attributes",
"(",
"java",
"util",
"collection",
")",
"}",
"if",
"you",
"want",
"to",
"override",
"the",
"existing",
"values",
"<",
"/",
"p",
">"
]
| [
"if",
"(",
"this",
"attributes",
"=",
"=",
"null",
")",
"{",
"set",
"attributes",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"attribute",
">",
"(",
"attributes",
"length",
")",
")",
";",
"}",
"for",
"(",
"attribute",
"ele",
":",
"attributes",
")",
"{",
"this",
"attributes",
"add",
"(",
"ele",
")",
";",
"}",
"return",
"this",
";"
]
|
[
"{"
]
| [
"boolean",
"update",
"orders",
"=",
"row",
"!",
"=",
"get",
"elements",
"(",
")",
"size",
"(",
")",
"-",
"1",
";",
"get",
"elements",
"(",
")",
"remove",
"(",
"row",
")",
";",
"fire",
"table",
"rows",
"deleted",
"(",
"row",
",",
"row",
")",
";",
"if",
"(",
"update",
"orders",
")",
"{",
"update",
"orders",
"and",
"fire",
"notification",
"(",
"row",
")",
";",
"}"
]
|
[
"moves",
"the",
"element",
"at",
"the",
"given",
"{",
"@",
"code",
"row",
"}",
"to",
"the",
"top",
"of",
"the",
"elements",
"thus",
"occupying",
"the",
"first",
"position",
"<",
"p",
">",
"the",
"order",
"of",
"all",
"elements",
"is",
"updated",
"and",
"all",
"listeners",
"notified"
]
| [
"e",
"entry",
"=",
"get",
"element",
"(",
"row",
")",
";",
"get",
"elements",
"(",
")",
"add",
"(",
"0",
",",
"entry",
")",
";",
"get",
"elements",
"(",
")",
"remove",
"(",
"row",
"+",
"1",
")",
";",
"update",
"orders",
"and",
"fire",
"notification",
"(",
"0",
")",
";"
]
|
[
"moves",
"the",
"element",
"at",
"the",
"given",
"{",
"@",
"code",
"row",
"}",
"one",
"position",
"up",
"effectively",
"switching",
"position",
"with",
"the",
"previous",
"element",
"<",
"p",
">",
"the",
"order",
"of",
"both",
"elements",
"is",
"updated",
"accordingly",
"and",
"all",
"listeners",
"notified"
]
| [
"e",
"entry",
"=",
"get",
"element",
"(",
"row",
")",
";",
"int",
"first",
"row",
"=",
"row",
"-",
"1",
";",
"int",
"last",
"row",
"=",
"row",
";",
"get",
"elements",
"(",
")",
"add",
"(",
"first",
"row",
",",
"entry",
")",
";",
"get",
"elements",
"(",
")",
"remove",
"(",
"row",
"+",
"1",
")",
";",
"entry",
"set",
"order",
"(",
"row",
")",
";",
"get",
"elements",
"(",
")",
"get",
"(",
"last",
"row",
")",
"set",
"order",
"(",
"row",
"+",
"1",
")",
";",
"fire",
"table",
"rows",
"updated",
"(",
"first",
"row",
",",
"last",
"row",
")",
";"
]
|
[
"moves",
"the",
"element",
"at",
"the",
"given",
"{",
"@",
"code",
"row",
"}",
"one",
"position",
"down",
"effectively",
"switching",
"position",
"with",
"the",
"following",
"element",
"<",
"p",
">",
"the",
"order",
"of",
"both",
"elements",
"is",
"updated",
"accordingly",
"and",
"all",
"listeners",
"notified"
]
| [
"move",
"up",
"(",
"row",
"+",
"1",
")",
";"
]
|
[
"moves",
"the",
"element",
"at",
"the",
"given",
"{",
"@",
"code",
"row",
"}",
"to",
"the",
"bottom",
"of",
"the",
"elements",
"thus",
"occupying",
"the",
"last",
"position",
"<",
"p",
">",
"the",
"order",
"of",
"all",
"elements",
"is",
"updated",
"and",
"all",
"listeners",
"notified"
]
| [
"e",
"entry",
"=",
"get",
"element",
"(",
"row",
")",
";",
"get",
"elements",
"(",
")",
"remove",
"(",
"row",
")",
";",
"get",
"elements",
"(",
")",
"add",
"(",
"entry",
")",
";",
"update",
"orders",
"and",
"fire",
"notification",
"(",
"row",
")",
";"
]
|
[
"updates",
"the",
"order",
"of",
"all",
"the",
"elements",
"whose",
"row",
"index",
"is",
"equal",
"or",
"greater",
"to",
"{",
"@",
"code",
"starting",
"row",
"}",
"and",
"notifies",
"all",
"listeners",
"of",
"the",
"changes"
]
| [
"for",
"(",
"int",
"i",
"=",
"starting",
"row",
";",
"i",
"<",
"get",
"elements",
"(",
")",
"size",
"(",
")",
";",
"i",
"+",
"+",
")",
"{",
"get",
"element",
"(",
"i",
")",
"set",
"order",
"(",
"i",
"+",
"1",
")",
";",
"}",
"fire",
"table",
"data",
"changed",
"(",
")",
";"
]
|
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
]
| [
"return",
"class",
"for",
"name",
"(",
"name",
")",
";"
]
|
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
]
| [
"return",
"find",
"class",
"(",
"name",
")",
";"
]
|
[
"get",
"the",
"functional",
"method",
"defined",
"by",
"the",
"type",
"if",
"any"
]
| [
"if",
"(",
"type",
"is",
"reference",
"type",
"(",
")",
"&",
"&",
"type",
"as",
"reference",
"type",
"(",
")",
"get",
"type",
"declaration",
"(",
")",
"is",
"interface",
"(",
")",
")",
"{",
"return",
"get",
"functional",
"method",
"(",
"type",
"as",
"reference",
"type",
"(",
")",
"get",
"type",
"declaration",
"(",
")",
")",
";",
"}",
"else",
"{",
"return",
"optional",
"empty",
"(",
")",
";",
"}"
]
|
[
"adds",
"a",
"mutation",
"to",
"set",
"a",
"metadata",
"value",
"passing",
"{",
"@",
"code",
"null",
"}",
"as",
"{",
"@",
"code",
"name",
"}",
"or",
"{",
"@",
"code",
"value",
"}",
"isn",
"t",
"allowed"
]
| [
"return",
"check",
"and",
"set",
"(",
"name",
",",
"value",
")",
";"
]
|
[
"adds",
"a",
"mutation",
"to",
"set",
"a",
"metadata",
"value",
"passing",
"{",
"@",
"code",
"null",
"}",
"as",
"{",
"@",
"code",
"name",
"}",
"isn",
"t",
"allowed"
]
| [
"return",
"check",
"and",
"set",
"(",
"name",
",",
"value",
")",
";"
]
|
[
"adds",
"a",
"mutation",
"to",
"set",
"a",
"metadata",
"value",
"passing",
"{",
"@",
"code",
"null",
"}",
"as",
"{",
"@",
"code",
"name",
"}",
"or",
"{",
"@",
"code",
"value",
"}",
"isn",
"t",
"allowed"
]
| [
"return",
"check",
"and",
"set",
"(",
"name",
",",
"arrays",
"copy",
"of",
"(",
"value",
",",
"value",
"length",
")",
")",
";"
]
|
[
"adds",
"a",
"mutation",
"to",
"remove",
"a",
"metadata",
"value"
]
| [
"removed",
"values",
"add",
"(",
"name",
")",
";",
"edited",
"values",
"remove",
"(",
"name",
")",
";",
"return",
"this",
";"
]
|
[
"returns",
"a",
"list",
"of",
"names",
"of",
"metadata",
"values",
"to",
"be",
"removed"
]
| [
"return",
"collections",
"unmodifiable",
"list",
"(",
"new",
"array",
"list",
"<",
">",
"(",
"removed",
"values",
")",
")",
";"
]
|
[
"returns",
"a",
"map",
"of",
"metadata",
"name",
"value",
"pairs",
"to",
"be",
"set",
"values",
"are",
"copied"
]
| [
"hash",
"map",
"<",
"string",
",",
"object",
">",
"hash",
"map",
"=",
"new",
"hash",
"map",
"<",
">",
"(",
"edited",
"values",
")",
";",
"for",
"(",
"entry",
"<",
"string",
",",
"object",
">",
"entry",
":",
"hash",
"map",
"entry",
"set",
"(",
")",
")",
"{",
"object",
"value",
"=",
"entry",
"get",
"value",
"(",
")",
";",
"if",
"(",
"value",
"instanceof",
"byte",
"[",
"]",
")",
"{",
"byte",
"[",
"]",
"bytes",
"=",
"(",
"byte",
"[",
"]",
")",
"value",
";",
"entry",
"set",
"value",
"(",
"arrays",
"copy",
"of",
"(",
"bytes",
",",
"bytes",
"length",
")",
")",
";",
"}",
"}",
"return",
"collections",
"unmodifiable",
"map",
"(",
"hash",
"map",
")",
";"
]
|
[
"set",
"the",
"currently",
"configured",
"device",
"and",
"profile",
"owners",
"specifies",
"the",
"package",
"uid",
"(",
"value",
")",
"that",
"has",
"been",
"configured",
"for",
"each",
"user",
"(",
"key",
")",
"that",
"has",
"one",
"these",
"will",
"be",
"allowed",
"privileged",
"access",
"to",
"app",
"ops",
"for",
"their",
"user"
]
| [
"public",
"abstract",
"void",
"set",
"device",
"and",
"profile",
"owners",
"(",
"sparse",
"int",
"array",
"owners",
")",
";"
]
|
[
"notifies",
"the",
"parent",
"partition",
"about",
"a",
"consumed",
"{"
]
| [
"parent",
"on",
"consumed",
"subpartition",
"(",
"index",
")",
";"
]
|
[
"adds",
"the",
"given",
"buffer"
]
| [
"public",
"abstract",
"boolean",
"add",
"(",
"buffer",
"consumer",
"buffer",
"consumer",
")",
"throws",
"i",
"o",
"exception",
";"
]
|
[
"gets",
"the",
"number",
"of",
"non",
"-",
"event",
"buffers",
"in",
"this",
"subpartition"
]
| [
"return",
"buffers",
"in",
"backlog",
";"
]
|
[
"makes",
"a",
"best",
"effort",
"to",
"get",
"the",
"current",
"size",
"of",
"the",
"queue",
"this",
"method",
"must",
"not",
"acquire",
"locks",
"or",
"interfere",
"with",
"the",
"task",
"and",
"network",
"threads",
"in",
"any",
"way"
]
| [
"public",
"abstract",
"int",
"unsynchronized",
"get",
"number",
"of",
"queued",
"buffers",
"(",
")",
";"
]
|
[
"decreases",
"the",
"number",
"of",
"non",
"-",
"event",
"buffers",
"by",
"one",
"after",
"fetching",
"a",
"non",
"-",
"event",
"buffer",
"from",
"this",
"subpartition",
"(",
"for",
"access",
"by",
"the",
"subpartition",
"views",
")"
]
| [
"synchronized",
"(",
"buffers",
")",
"{",
"return",
"decrease",
"buffers",
"in",
"backlog",
"unsafe",
"(",
"buffer",
"!",
"=",
"null",
"&",
"&",
"buffer",
"is",
"buffer",
"(",
")",
")",
";",
"}"
]
|
[
"increases",
"the",
"number",
"of",
"non",
"-",
"event",
"buffers",
"by",
"one",
"after",
"adding",
"a",
"non",
"-",
"event",
"buffer",
"into",
"this",
"subpartition"
]
| [
"assert",
"thread",
"holds",
"lock",
"(",
"buffers",
")",
";",
"if",
"(",
"buffer",
"!",
"=",
"null",
"&",
"&",
"buffer",
"is",
"buffer",
"(",
")",
")",
"{",
"buffers",
"in",
"backlog",
"+",
"+",
";",
"}"
]
|
[
"evaluates",
"the",
"timestamp",
"/",
"nonce",
"combination",
"for",
"validity",
"storing",
"and",
"/",
"or",
"clearing",
"nonces",
"as",
"required"
]
| [
"return",
"verify",
"(",
"key",
",",
"timestamp",
",",
"nonce",
",",
"system",
"current",
"time",
"millis",
"(",
")",
")",
";"
]
|
[
"deletes",
"all",
"nonces",
"older",
"than",
"max",
"age",
"this",
"method",
"is",
"package",
"private",
"(",
"instead",
"of",
"private",
")",
"for",
"testability",
"purposes"
]
| [
"gc",
"counter",
"=",
"0",
";",
"final",
"sorted",
"map",
"<",
"long",
",",
"map",
"<",
"string",
",",
"set",
"<",
"string",
">",
">",
">",
"head",
"map",
"=",
"ts",
"to",
"key",
"nonce",
"pairs",
"head",
"map",
"(",
"now",
"-",
"max",
"age",
")",
";",
"for",
"(",
"final",
"map",
"entry",
"<",
"long",
",",
"map",
"<",
"string",
",",
"set",
"<",
"string",
">",
">",
">",
"entry",
":",
"head",
"map",
"entry",
"set",
"(",
")",
")",
"{",
"for",
"(",
"final",
"map",
"entry",
"<",
"string",
",",
"set",
"<",
"string",
">",
">",
"time",
"entry",
":",
"entry",
"get",
"value",
"(",
")",
"entry",
"set",
"(",
")",
")",
"{",
"map",
"size",
"-",
"=",
"time",
"entry",
"get",
"value",
"(",
")",
"size",
"(",
")",
";",
"}",
"}",
"head",
"map",
"clear",
"(",
")",
";"
]
|
[
"returns",
"number",
"of",
"currently",
"tracked",
"timestamp",
"-",
"key",
"-",
"nonce",
"tuples",
"the",
"method",
"should",
"be",
"used",
"by",
"tests",
"only"
]
| [
"long",
"size",
"=",
"0",
";",
"for",
"(",
"final",
"map",
"<",
"string",
",",
"set",
"<",
"string",
">",
">",
"key",
"to",
"nonces",
":",
"ts",
"to",
"key",
"nonce",
"pairs",
"values",
"(",
")",
")",
"{",
"size",
"+",
"=",
"key",
"to",
"nonces",
"values",
"(",
")",
"size",
"(",
")",
";",
"}",
"assert",
"map",
"size",
"=",
"=",
"size",
";",
"return",
"map",
"size",
";"
]
|
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"user",
"whose",
"key",
"you",
"want",
"to",
"update",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"allows",
"(",
"per",
"its",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"wikipedia",
"org",
"/",
"wiki",
"/",
"regex",
">",
"regex",
"pattern",
"<",
"/",
"a",
">",
")",
"a",
"string",
"of",
"characters",
"consisting",
"of",
"upper",
"and",
"lowercase",
"alphanumeric",
"characters",
"with",
"no",
"spaces",
"you",
"can",
"also",
"include",
"any",
"of",
"the",
"following",
"characters",
":",
"+",
"=",
"@",
"-",
"<",
"/",
"p",
">"
]
| [
"set",
"user",
"name",
"(",
"user",
"name",
")",
";",
"return",
"this",
";"
]
|
[
"<",
"p",
">",
"the",
"access",
"key",
"id",
"of",
"the",
"secret",
"access",
"key",
"you",
"want",
"to",
"update",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"allows",
"(",
"per",
"its",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"wikipedia",
"org",
"/",
"wiki",
"/",
"regex",
">",
"regex",
"pattern",
"<",
"/",
"a",
">",
")",
"a",
"string",
"of",
"characters",
"that",
"can",
"consist",
"of",
"any",
"upper",
"or",
"lowercased",
"letter",
"or",
"digit",
"<",
"/",
"p",
">"
]
| [
"set",
"access",
"key",
"id",
"(",
"access",
"key",
"id",
")",
";",
"return",
"this",
";"
]
|
[
"<",
"p",
">",
"the",
"status",
"you",
"want",
"to",
"assign",
"to",
"the",
"secret",
"access",
"key",
"<",
"code",
">",
"active",
"<",
"/",
"code",
">",
"means",
"that",
"the",
"key",
"can",
"be",
"used",
"for",
"api",
"calls",
"to",
"aws",
"while",
"<",
"code",
">",
"inactive",
"<",
"/",
"code",
">",
"means",
"that",
"the",
"key",
"cannot",
"be",
"used",
"<",
"/",
"p",
">"
]
| [
"set",
"status",
"(",
"status",
")",
";",
"return",
"this",
";"
]
|
[
"<",
"p",
">",
"the",
"status",
"you",
"want",
"to",
"assign",
"to",
"the",
"secret",
"access",
"key",
"<",
"code",
">",
"active",
"<",
"/",
"code",
">",
"means",
"that",
"the",
"key",
"can",
"be",
"used",
"for",
"api",
"calls",
"to",
"aws",
"while",
"<",
"code",
">",
"inactive",
"<",
"/",
"code",
">",
"means",
"that",
"the",
"key",
"cannot",
"be",
"used",
"<",
"/",
"p",
">"
]
| [
"this",
"status",
"=",
"status",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
]
|
[
"get",
"the",
"short",
"integer",
"identifier",
"of",
"the",
"<",
"code",
">",
"application",
"id",
"<",
"/",
"code",
">",
"which",
"is",
"unique",
"for",
"all",
"applications",
"started",
"by",
"a",
"particular",
"instance",
"of",
"the",
"<",
"code",
">",
"resource",
"manager",
"<",
"/",
"code",
">"
]
| [
"@",
"public",
"@",
"stable",
"public",
"abstract",
"int",
"get",
"id",
"(",
")",
";"
]
|
[
"get",
"the",
"<",
"em",
">",
"start",
"time",
"<",
"/",
"em",
">",
"of",
"the",
"<",
"code",
">",
"resource",
"manager",
"<",
"/",
"code",
">",
"which",
"is",
"used",
"to",
"generate",
"globally",
"unique",
"<",
"code",
">",
"application",
"id",
"<",
"/",
"code",
">"
]
| [
"@",
"public",
"@",
"stable",
"public",
"abstract",
"long",
"get",
"cluster",
"timestamp",
"(",
")",
";"
]
|
[
"fills",
"the",
"given",
"array",
"with",
"user",
"value",
"set",
"using",
"{"
]
| [
"return",
"get",
"collision",
"objects",
"value",
"(",
"out",
",",
"out",
"length",
",",
"(",
"int",
")",
"bt",
"collision",
"object",
"get",
"c",
"ptr",
"(",
"other",
")",
")",
";"
]
|
[
"gets",
"the",
"value",
"of",
"the",
"issue",
"instant",
"property"
]
| [
"return",
"issue",
"instant",
";"
]
|
[
"<",
"p",
">",
"cancels",
"a",
"scheduled",
"service",
"software",
"update",
"for",
"an",
"amazon",
"es",
"domain",
"you",
"can",
"only",
"perform",
"this",
"operation",
"before",
"the",
"<",
"code",
">",
"automated",
"update",
"date",
"<",
"/",
"code",
">",
"and",
"when",
"the",
"<",
"code",
">",
"update",
"status",
"<",
"/",
"code",
">",
"is",
"in",
"the",
"<",
"code",
">",
"pending",
"update",
"<",
"/",
"code",
">",
"state",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"cancel",
"elasticsearch",
"service",
"software",
"update",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"creates",
"a",
"new",
"elasticsearch",
"domain",
"for",
"more",
"information",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"elasticsearch",
"-",
"service",
"/",
"latest",
"/",
"developerguide",
"/",
"es",
"-",
"createupdatedomains",
"html",
"#",
"es",
"-",
"createdomains",
"target",
"=",
"blank",
">",
"creating",
"elasticsearch",
"domains",
"<",
"/",
"a",
">",
"in",
"the",
"<",
"i",
">",
"amazon",
"elasticsearch",
"service",
"developer",
"guide",
"<",
"/",
"i",
">",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"elasticsearch",
"domain",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"permanently",
"deletes",
"the",
"specified",
"elasticsearch",
"domain",
"and",
"all",
"of",
"its",
"data",
"once",
"a",
"domain",
"is",
"deleted",
"it",
"cannot",
"be",
"recovered",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"delete",
"elasticsearch",
"domain",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"deletes",
"the",
"service",
"-",
"linked",
"role",
"that",
"elasticsearch",
"service",
"uses",
"to",
"manage",
"and",
"maintain",
"vpc",
"domains",
"role",
"deletion",
"will",
"fail",
"if",
"any",
"existing",
"vpc",
"domains",
"use",
"the",
"role",
"you",
"must",
"delete",
"any",
"such",
"elasticsearch",
"domains",
"before",
"deleting",
"the",
"role",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"elasticsearch",
"-",
"service",
"/",
"latest",
"/",
"developerguide",
"/",
"es",
"-",
"vpc",
"html",
"#",
"es",
"-",
"enabling",
"-",
"slr",
"target",
"=",
"blank",
">",
"deleting",
"elasticsearch",
"service",
"role",
"<",
"/",
"a",
">",
"in",
"<",
"i",
">",
"vpc",
"endpoints",
"for",
"amazon",
"elasticsearch",
"service",
"domains",
"<",
"/",
"i",
">",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"delete",
"elasticsearch",
"service",
"role",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"returns",
"domain",
"configuration",
"information",
"about",
"the",
"specified",
"elasticsearch",
"domain",
"including",
"the",
"domain",
"id",
"domain",
"endpoint",
"and",
"domain",
"arn",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"elasticsearch",
"domain",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"provides",
"cluster",
"configuration",
"information",
"about",
"the",
"specified",
"elasticsearch",
"domain",
"such",
"as",
"the",
"state",
"creation",
"date",
"update",
"version",
"and",
"update",
"date",
"for",
"cluster",
"options",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"elasticsearch",
"domain",
"config",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"returns",
"domain",
"configuration",
"information",
"about",
"the",
"specified",
"elasticsearch",
"domains",
"including",
"the",
"domain",
"id",
"domain",
"endpoint",
"and",
"domain",
"arn",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"elasticsearch",
"domains",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"describe",
"elasticsearch",
"limits",
"for",
"a",
"given",
"instance",
"type",
"and",
"elasticsearch",
"version",
"when",
"modifying",
"existing",
"domain",
"specify",
"the",
"<",
"code",
">",
"<",
"a",
">",
"domain",
"name",
"<",
"/",
"a",
">",
"<",
"/",
"code",
">",
"to",
"know",
"what",
"limits",
"are",
"supported",
"for",
"modifying",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"elasticsearch",
"instance",
"type",
"limits",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"lists",
"available",
"reserved",
"elasticsearch",
"instance",
"offerings",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"reserved",
"elasticsearch",
"instance",
"offerings",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"returns",
"information",
"about",
"reserved",
"elasticsearch",
"instances",
"for",
"this",
"account",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"describe",
"reserved",
"elasticsearch",
"instances",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"returns",
"a",
"list",
"of",
"upgrade",
"compatible",
"elastisearch",
"versions",
"you",
"can",
"optionally",
"pass",
"a",
"<",
"code",
">",
"<",
"a",
">",
"domain",
"name",
"<",
"/",
"a",
">",
"<",
"/",
"code",
">",
"to",
"get",
"all",
"upgrade",
"compatible",
"elasticsearch",
"versions",
"for",
"that",
"specific",
"domain",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"compatible",
"elasticsearch",
"versions",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"retrieves",
"the",
"complete",
"history",
"of",
"the",
"last",
"10",
"upgrades",
"that",
"were",
"performed",
"on",
"the",
"domain",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"upgrade",
"history",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"retrieves",
"the",
"latest",
"status",
"of",
"the",
"last",
"upgrade",
"or",
"upgrade",
"eligibility",
"check",
"that",
"was",
"performed",
"on",
"the",
"domain",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"upgrade",
"status",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"lists",
"all",
"search",
"domains",
"owned",
"by",
"an",
"account",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"domain",
"names",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"list",
"all",
"elasticsearch",
"instance",
"types",
"that",
"are",
"supported",
"for",
"given",
"elasticsearch",
"version",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"elasticsearch",
"instance",
"types",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"list",
"all",
"supported",
"elasticsearch",
"versions",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"elasticsearch",
"versions",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"allows",
"you",
"to",
"purchase",
"reserved",
"elasticsearch",
"instances",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"purchase",
"reserved",
"elasticsearch",
"instance",
"offering",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"schedules",
"a",
"service",
"software",
"update",
"for",
"an",
"amazon",
"es",
"domain",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"start",
"elasticsearch",
"service",
"software",
"update",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"modifies",
"the",
"cluster",
"configuration",
"of",
"the",
"specified",
"elasticsearch",
"domain",
"setting",
"as",
"setting",
"the",
"instance",
"type",
"and",
"the",
"number",
"of",
"instances",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"elasticsearch",
"domain",
"config",
"(",
"request",
")",
";"
]
|
[
"<",
"p",
">",
"allows",
"you",
"to",
"either",
"upgrade",
"your",
"domain",
"or",
"perform",
"an",
"upgrade",
"eligibility",
"check",
"to",
"a",
"compatible",
"elasticsearch",
"version",
"<",
"/",
"p",
">"
]
| [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"upgrade",
"elasticsearch",
"domain",
"(",
"request",
")",
";"
]
|
[
"lazily",
"returns",
"the",
"instance",
"of",
"the",
"global",
"progress",
"dialog"
]
| [
"return",
"m",
"dialog",
";"
]
|
[
"processes",
"a",
"new",
"ongoing",
"operation"
]
| [
"update",
"display",
"string",
"(",
")",
";"
]
|
[
"sets",
"the",
"text",
"in",
"the",
"message",
"field"
]
| [
"text",
"view",
"result",
"=",
"(",
"text",
"view",
")",
"find",
"view",
"by",
"id",
"(",
"id",
")",
";",
"result",
"set",
"text",
"(",
"msg",
")",
";"
]
|
[
"set",
"type",
"of",
"the",
"output",
"column",
"and",
"also",
"set",
"the",
"flag",
"which",
"determines",
"if",
"cast",
"to",
"float",
"is",
"needed",
"while",
"calculating",
"pos",
"mod",
"expression"
]
| [
"this",
"output",
"type",
"info",
"=",
"output",
"type",
"info",
";",
"is",
"output",
"type",
"float",
"=",
"output",
"type",
"info",
"!",
"=",
"null",
"&",
"&",
"serde",
"constants",
"float",
"type",
"name",
"equals",
"(",
"output",
"type",
"info",
"get",
"type",
"name",
"(",
")",
")",
";"
]
|
[
"add",
"the",
"given",
"object",
"to",
"the",
"list",
"of",
"jndi",
"objects",
"that",
"this",
"template",
"will",
"expose"
]
| [
"this",
"jndi",
"objects",
"put",
"(",
"name",
",",
"object",
")",
";"
]
|
[
"<",
"p",
">",
"unique",
"identifier",
"for",
"a",
"fleet",
"that",
"was",
"updated",
"<",
"/",
"p",
">"
]
| [
"set",
"fleet",
"id",
"(",
"fleet",
"id",
")",
";",
"return",
"this",
";"
]
|
[
"incorporate",
"event",
"counters"
]
| [
"map",
"<",
"string",
",",
"long",
">",
"counters",
"map",
"=",
"job",
"history",
"utils",
"extract",
"counters",
"(",
"counters",
")",
";",
"put",
"counters",
"(",
"counters",
"map",
")",
";",
"super",
"incorporate",
"counters",
"(",
"counters",
")",
";"
]
|
[
"set",
"the",
"task",
"attempt",
"counters"
]
| [
"this",
"counters",
"map",
"=",
"counters",
";"
]
|
[
"set",
"the",
"task",
"attempt",
"diagnostic",
"-",
"info"
]
| [
"diagnostic",
"info",
"=",
"msg",
";"
]
|
[
"set",
"the",
"failed",
"-",
"due",
"-",
"to",
"-",
"attempt",
"id",
"info",
"of",
"this",
"task"
]
| [
"failed",
"due",
"to",
"attempt",
"=",
"attempt",
";"
]
|
[
"launch",
"an",
"clustered",
"service",
"container",
"using",
"a",
"default",
"configuration"
]
| [
"return",
"launch",
"(",
"new",
"context",
"(",
")",
")",
";"
]
|
[
"launch",
"a",
"clustered",
"service",
"container",
"by",
"providing",
"a",
"configuration",
"context"
]
| [
"return",
"new",
"clustered",
"service",
"container",
"(",
"ctx",
")",
"start",
"(",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"service",
"id",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"service",
"id",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"integer",
"get",
"integer",
"(",
"service",
"id",
"prop",
"name",
",",
"service",
"id",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"service",
"name",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"service",
"name",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"system",
"get",
"property",
"(",
"service",
"name",
"prop",
"name",
",",
"service",
"name",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"replay",
"channel",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"replay",
"channel",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"system",
"get",
"property",
"(",
"replay",
"channel",
"prop",
"name",
",",
"replay",
"channel",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"replay",
"stream",
"id",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"replay",
"stream",
"id",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"integer",
"get",
"integer",
"(",
"replay",
"stream",
"id",
"prop",
"name",
",",
"replay",
"stream",
"id",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"service",
"control",
"channel",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"service",
"control",
"channel",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"system",
"get",
"property",
"(",
"service",
"control",
"channel",
"prop",
"name",
",",
"service",
"control",
"channel",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"consensus",
"module",
"stream",
"id",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"consensus",
"module",
"stream",
"id",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"integer",
"get",
"integer",
"(",
"consensus",
"module",
"stream",
"id",
"prop",
"name",
",",
"consensus",
"module",
"stream",
"id",
"default",
")",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"service",
"control",
"stream",
"id",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"service",
"stream",
"id",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"integer",
"get",
"integer",
"(",
"service",
"stream",
"id",
"prop",
"name",
",",
"service",
"control",
"stream",
"id",
"default",
")",
";"
]
|
[
"create",
"a",
"supplier",
"of",
"{",
"@",
"link",
"idle",
"strategy",
"}",
"s",
"that",
"will",
"use",
"the",
"system",
"property"
]
| [
"return",
"(",
")",
"-",
">",
"{",
"final",
"string",
"name",
"=",
"system",
"get",
"property",
"(",
"cluster",
"idle",
"strategy",
"prop",
"name",
",",
"default",
"idle",
"strategy",
")",
";",
"return",
"io",
"aeron",
"driver",
"configuration",
"agent",
"idle",
"strategy",
"(",
"name",
",",
"controllable",
"status",
")",
";",
"}",
";"
]
|
[
"the",
"value",
"{",
"@",
"link",
"#",
"cluster",
"dir",
"default",
"}",
"or",
"system",
"property",
"{",
"@",
"link",
"#",
"cluster",
"dir",
"prop",
"name",
"}",
"if",
"set"
]
| [
"return",
"system",
"get",
"property",
"(",
"cluster",
"dir",
"prop",
"name",
",",
"cluster",
"dir",
"default",
")",
";"
]
|
[
"set",
"the",
"id",
"for",
"this",
"clustered",
"service",
"services",
"should",
"be",
"numbered",
"from",
"0",
"and",
"be",
"contiguous"
]
| [
"this",
"service",
"id",
"=",
"service",
"id",
";",
"return",
"this",
";"
]
|
[
"get",
"the",
"id",
"for",
"this",
"clustered",
"service",
"services",
"should",
"be",
"numbered",
"from",
"0",
"and",
"be",
"contiguous"
]
| [
"return",
"service",
"id",
";"
]
|
[
"set",
"the",
"name",
"for",
"a",
"clustered",
"service",
"to",
"be",
"the",
"{",
"@",
"link",
"agent",
"#",
"role",
"name",
"(",
")",
"}",
"for",
"the",
"{",
"@",
"link",
"agent",
"}"
]
| [
"this",
"service",
"name",
"=",
"service",
"name",
";",
"return",
"this",
";"
]
|
[
"set",
"if",
"this",
"a",
"service",
"that",
"responds",
"to",
"client",
"requests"
]
| [
"this",
"is",
"responding",
"service",
"=",
"is",
"responding",
"service",
";",
"return",
"this",
";"
]
|
[
"is",
"this",
"a",
"service",
"that",
"responds",
"to",
"client",
"requests",
"?"
]
| [
"return",
"is",
"responding",
"service",
";"
]
|
[
"the",
"service",
"this",
"container",
"holds"
]
| [
"return",
"clustered",
"service",
";"
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.