docstring_tokens list | code_tokens list |
|---|---|
[
"iterates",
"over",
"a",
"dataset",
"accumulating",
"statistics",
"for",
"normalization"
] | [] |
[
"transform",
"the",
"data"
] | [
"this",
"pre",
"process",
"(",
"to",
"pre",
"process",
")",
";"
] |
[
"{"
] | [
"return",
"cache",
"mode",
"partitioned",
";"
] |
[
"{"
] | [
"ignite",
"configuration",
"cfg",
"=",
"super",
"get",
"configuration",
"(",
"ignite",
"instance",
"name",
")",
";",
"if",
"(",
"get",
"test",
"ignite",
"instance",
"name",
"(",
"1",
")",
"equals",
"(",
"ignite",
"instance",
"name",
")",
")",
"{",
"cfg",... |
[
"gets",
"money"
] | [
"return",
"money",
";"
] |
[
"sets",
"money"
] | [
"this",
"money",
"=",
"money",
";"
] |
[
"gets",
"whether",
"the",
"queue",
"is",
"empty"
] | [
"return",
"head",
"=",
"=",
"null",
";"
] |
[
"compares",
"two",
"keys"
] | [
"if",
"(",
"n",
"=",
"=",
"null",
")",
"return",
"false",
";",
"if",
"(",
"m",
"=",
"=",
"null",
")",
"return",
"true",
";",
"return",
"comp",
"compare",
"(",
"n",
",",
"m",
")",
">",
"0",
";"
] |
[
"assuming",
"root",
"1",
"holds",
"a",
"greater",
"key",
"than",
"root",
"2",
"root",
"2",
"becomes",
"the",
"new",
"root"
] | [
"root",
"1",
"sibling",
"=",
"root",
"2",
"child",
";",
"root",
"2",
"child",
"=",
"root",
"1",
";",
"root",
"2",
"order",
"+",
"+",
";"
] |
[
"deletes",
"and",
"return",
"the",
"node",
"containing",
"the",
"minimum",
"key"
] | [
"node",
"min",
"=",
"head",
";",
"node",
"previous",
"=",
"null",
";",
"node",
"current",
"=",
"head",
";",
"while",
"(",
"current",
"sibling",
"!",
"=",
"null",
")",
"{",
"if",
"(",
"greater",
"(",
"min",
"key",
",",
"current",
"sibling",
"key",
"... |
[
"merges",
"two",
"root",
"lists",
"into",
"one",
"there",
"can",
"be",
"up",
"to",
"2",
"binomial",
"trees",
"of",
"same",
"order"
] | [
"if",
"(",
"x",
"=",
"=",
"null",
"&",
"&",
"y",
"=",
"=",
"null",
")",
"return",
"h",
";",
"else",
"if",
"(",
"x",
"=",
"=",
"null",
")",
"h",
"sibling",
"=",
"merge",
"(",
"y",
",",
"null",
",",
"y",
"sibling",
")",
";",
"else",
"if",
"... |
[
"gets",
"an",
"iterator",
"over",
"the",
"keys",
"in",
"the",
"priority",
"queue",
"in",
"ascending",
"order",
"the",
"iterator",
"does",
"not",
"implement",
"the",
"remove",
"(",
")",
"method",
"iterator",
"(",
")",
":",
"worst",
"case",
"is",
"o",
"(",... | [
"return",
"new",
"my",
"iterator",
"(",
")",
";"
] |
[
"}"
] | [
"buffer",
"reader",
"=",
"new",
"offset",
"fixed",
"buffer",
"(",
"cell",
"get",
"qualifier",
"array",
"(",
")",
",",
"cell",
"get",
"qualifier",
"offset",
"(",
")",
",",
"cell",
"get",
"qualifier",
"length",
"(",
")",
")",
";",
"string",
"host",
"=",
... |
[
"get",
"the",
"storage",
"descriptor",
"for",
"a",
"compaction"
] | [
"return",
"(",
"p",
"=",
"=",
"null",
")",
"?",
"t",
"get",
"sd",
"(",
")",
":",
"p",
"get",
"sd",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"medium",
"changer",
"you",
"want",
"to",
"select",
"<",
"/",
"p",
">",
"<",
"p",
">",
"valid",
"values",
":",
"stk",
"-",
"l700",
"aws",
"-",
"gateway",
"-",
"vtl",
"<",
"/",
"p",
">"
] | [
"this",
"device",
"type",
"=",
"device",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"medium",
"changer",
"you",
"want",
"to",
"select",
"<",
"/",
"p",
">",
"<",
"p",
">",
"valid",
"values",
":",
"stk",
"-",
"l700",
"aws",
"-",
"gateway",
"-",
"vtl",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"device",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"device",
"type",
"which",
"currently",
"must",
"be",
"<",
"code",
">",
"button",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"device",
"type",
"(",
"device",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"lambda",
"function",
"to",
"invoke",
"instead",
"of",
"the",
"default",
"lambda",
"function",
"provided",
"by",
"the",
"placement",
"template",
"<",
"/",
"p",
">"
] | [
"return",
"callback",
"overrides",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"lambda",
"function",
"to",
"invoke",
"instead",
"of",
"the",
"default",
"lambda",
"function",
"provided",
"by",
"the",
"placement",
"template",
"<",
"/",
"p",
">"
] | [
"this",
"callback",
"overrides",
"=",
"callback",
"overrides",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"lambda",
"function",
"to",
"invoke",
"instead",
"of",
"the",
"default",
"lambda",
"function",
"provided",
"by",
"the",
"placement",
"template",
"<",
"/",
"p",
">"
] | [
"set",
"callback",
"overrides",
"(",
"callback",
"overrides",
")",
";",
"return",
"this",
";"
] |
[
"removes",
"all",
"the",
"entries",
"added",
"into",
"callback",
"overrides"
] | [
"this",
"callback",
"overrides",
"=",
"null",
";",
"return",
"this",
";"
] |
[
"start",
"the",
"tomcat",
"embedded",
"server"
] | [
"tomcat",
"start",
"(",
")",
";",
"tomcat",
"get",
"connector",
"(",
")",
";",
"is",
"running",
"=",
"true",
";"
] |
[
"create",
"result",
"data",
"for",
"test",
"case",
"1",
"each",
"object",
"array",
"in",
"element",
"in",
"list",
"should",
"mirror",
"the",
"data",
"written",
"by",
"the",
"row",
"generator",
"created",
"by",
"the",
"create",
"row",
"generator",
"method"
] | [
"list",
"<",
"row",
"meta",
"and",
"data",
">",
"list",
"=",
"new",
"array",
"list",
"<",
"row",
"meta",
"and",
"data",
">",
"(",
")",
";",
"row",
"meta",
"interface",
"row",
"meta",
"interface",
"=",
"create",
"result",
"row",
"meta",
"interface",
"... |
[
"creates",
"data",
"will",
"add",
"more",
"as",
"i",
"figure",
"what",
"the",
"data",
"is"
] | [
"list",
"<",
"row",
"meta",
"and",
"data",
">",
"list",
"=",
"new",
"array",
"list",
"<",
"row",
"meta",
"and",
"data",
">",
"(",
")",
";",
"row",
"meta",
"interface",
"row",
"meta",
"interface",
"=",
"create",
"row",
"meta",
"interface",
"(",
")",
... |
[
"tests",
"the",
"default",
"setting",
"of",
"createparentfolder",
"to",
"true",
"by",
"creating",
"a",
"new",
"text",
"file",
"output",
"meta",
"and",
"verifying",
"that",
"createparentfolder",
"is",
"true"
] | [
"kettle",
"environment",
"init",
"(",
")",
";",
"text",
"file",
"output",
"meta",
"text",
"file",
"output",
"meta",
"=",
"new",
"text",
"file",
"output",
"meta",
"(",
")",
";",
"assert",
"true",
"(",
"text",
"file",
"output",
"meta",
"is",
"create",
"p... |
[
"prints",
"out",
"two",
"pieces",
"of",
"text",
"to",
"a",
"line",
"and",
"potentially",
"formats",
"them",
"with",
"bolding"
] | [
"out",
"stream",
"print",
"(",
"bold",
"color",
")",
";",
"out",
"stream",
"print",
"(",
"bolded",
")",
";",
"out",
"stream",
"print",
"(",
"reset",
"colors",
")",
";",
"out",
"stream",
"println",
"(",
"non",
"bold",
")",
";"
] |
[
"sets",
"the",
"time",
"period",
"during",
"which",
"the",
"maximum",
"request",
"count",
"is",
"valid",
"for"
] | [
"set",
"time",
"period",
"millis",
"(",
"time",
"period",
"millis",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"time",
"period",
"during",
"which",
"the",
"maximum",
"request",
"count",
"per",
"period"
] | [
"set",
"expression",
"(",
"expression",
"node",
"helper",
"to",
"expression",
"definition",
"(",
"expression",
"builder",
"constant",
"expression",
"(",
"maximum",
"requests",
"per",
"period",
")",
")",
")",
";",
"return",
"this",
";"
] |
[
"whether",
"or",
"not",
"the",
"caller",
"should",
"run",
"the",
"task",
"when",
"it",
"was",
"rejected",
"by",
"the",
"thread",
"pool",
"<",
"p",
"/",
">",
"is",
"by",
"default",
"<",
"tt",
">",
"true",
"<",
"/",
"tt",
">"
] | [
"set",
"caller",
"runs",
"when",
"rejected",
"(",
"caller",
"runs",
"when",
"rejected",
")",
";",
"return",
"this",
";"
] |
[
"enables",
"asynchronous",
"delay",
"which",
"means",
"the",
"thread",
"will",
"<",
"b",
">",
"not",
"<",
"/",
"b",
">",
"block",
"while",
"delaying"
] | [
"set",
"async",
"delayed",
"(",
"true",
")",
";",
"return",
"this",
";"
] |
[
"whether",
"or",
"not",
"throttler",
"throws",
"the",
"throttler",
"rejected",
"execution",
"exception",
"when",
"the",
"exchange",
"exceeds",
"the",
"request",
"limit",
"<",
"p",
"/",
">",
"is",
"by",
"default",
"<",
"tt",
">",
"false",
"<",
"/",
"tt",
... | [
"set",
"reject",
"execution",
"(",
"reject",
"execution",
")",
";",
"return",
"this",
";"
] |
[
"to",
"use",
"a",
"custom",
"thread",
"pool",
"(",
"scheduled",
"executor",
"service",
")",
"by",
"the",
"throttler"
] | [
"set",
"executor",
"service",
"(",
"executor",
"service",
")",
";",
"return",
"this",
";"
] |
[
"to",
"use",
"a",
"custom",
"thread",
"pool",
"(",
"scheduled",
"executor",
"service",
")",
"by",
"the",
"throttler"
] | [
"set",
"executor",
"service",
"ref",
"(",
"executor",
"service",
"ref",
")",
";",
"return",
"this",
";"
] |
[
"refers",
"to",
"a",
"custom",
"thread",
"pool",
"to",
"be",
"used",
"for",
"parallel",
"processing",
"notice",
"if",
"you",
"set",
"this",
"option",
"then",
"parallel",
"processing",
"is",
"automatic",
"implied",
"and",
"you",
"do",
"not",
"have",
"to",
"... | [
"this",
"executor",
"service",
"ref",
"=",
"executor",
"service",
"ref",
";"
] |
[
"the",
"expression",
"used",
"to",
"calculate",
"the",
"correlation",
"key",
"to",
"use",
"for",
"aggregation",
"the",
"exchange",
"which",
"has",
"the",
"same",
"correlation",
"key",
"is",
"aggregated",
"together",
"if",
"the",
"correlation",
"key",
"could",
... | [
"this",
"correlation",
"expression",
"=",
"correlation",
"expression",
";"
] |
[
"{"
] | [
"get",
"editor",
"(",
")",
"set",
"tree",
"view",
"model",
"(",
"node",
",",
"true",
")",
";",
"reset",
"preview",
"widget",
"(",
")",
";",
"get",
"editor",
"(",
")",
"clear",
"history",
"(",
")",
";",
"update",
"config",
"(",
")",
";",
"selected",... |
[
"{"
] | [
"return",
"selected",
"asset",
";"
] |
[
"{"
] | [
"boolean",
"is",
"loaded",
"=",
"asset",
"manager",
"is",
"loaded",
"(",
"urn",
",",
"u",
"i",
"skin",
"class",
")",
";",
"optional",
"<",
"u",
"i",
"skin",
">",
"asset",
"=",
"asset",
"manager",
"get",
"asset",
"(",
"urn",
",",
"u",
"i",
"skin",
... |
[
"<",
"p",
">",
"the",
"arn",
"of",
"the",
"secret",
"<",
"/",
"p",
">"
] | [
"this",
"a",
"r",
"n",
"=",
"a",
"r",
"n",
";"
] |
[
"<",
"p",
">",
"the",
"arn",
"of",
"the",
"secret",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"a",
"r",
"n",
";"
] |
[
"<",
"p",
">",
"the",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"for",
"the",
"secret",
"for",
"which",
"you",
"just",
"created",
"a",
"version",
"<",
"/",
"p",
">"
] | [
"set",
"a",
"r",
"n",
"(",
"a",
"r",
"n",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"friendly",
"name",
"of",
"the",
"secret",
"for",
"which",
"you",
"just",
"created",
"or",
"updated",
"a",
"version",
"<",
"/",
"p",
">"
] | [
"set",
"name",
"(",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"policy",
"version",
"id",
"<",
"/",
"p",
">"
] | [
"this",
"version",
"id",
"=",
"version",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"policy",
"version",
"id",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"version",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"unique",
"identifier",
"of",
"the",
"version",
"of",
"the",
"secret",
"you",
"just",
"created",
"or",
"updated",
"<",
"/",
"p",
">"
] | [
"set",
"version",
"id",
"(",
"version",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"(",
"optional",
")",
"specifies",
"a",
"list",
"of",
"staging",
"labels",
"that",
"are",
"attached",
"to",
"this",
"version",
"of",
"the",
"secret",
"these",
"staging",
"labels",
"are",
"used",
"to",
"track",
"the",
"versions",
"through",
... | [
"return",
"version",
"stages",
";"
] |
[
"<",
"p",
">",
"(",
"optional",
")",
"specifies",
"a",
"list",
"of",
"staging",
"labels",
"that",
"are",
"attached",
"to",
"this",
"version",
"of",
"the",
"secret",
"these",
"staging",
"labels",
"are",
"used",
"to",
"track",
"the",
"versions",
"through",
... | [
"if",
"(",
"version",
"stages",
"=",
"=",
"null",
")",
"{",
"this",
"version",
"stages",
"=",
"null",
";",
"return",
";",
"}",
"this",
"version",
"stages",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"string",
">",
"(",
"version",
"stages",
")"... |
[
"<",
"p",
">",
"the",
"list",
"of",
"staging",
"labels",
"that",
"are",
"currently",
"attached",
"to",
"this",
"version",
"of",
"the",
"secret",
"staging",
"labels",
"are",
"used",
"to",
"track",
"a",
"version",
"as",
"it",
"progresses",
"through",
"the",
... | [
"if",
"(",
"this",
"version",
"stages",
"=",
"=",
"null",
")",
"{",
"set",
"version",
"stages",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"string",
">",
"(",
"version",
"stages",
"length",
")",
")",
";",
"}",
"for",
"(",
"string",
"ele",
":... |
[
"<",
"p",
">",
"the",
"list",
"of",
"staging",
"labels",
"that",
"are",
"currently",
"attached",
"to",
"this",
"version",
"of",
"the",
"secret",
"staging",
"labels",
"are",
"used",
"to",
"track",
"a",
"version",
"as",
"it",
"progresses",
"through",
"the",
... | [
"set",
"version",
"stages",
"(",
"version",
"stages",
")",
";",
"return",
"this",
";"
] |
[
"creates",
"a",
"record",
"object",
"that",
"delegates",
"all",
"operations",
"to",
"the",
"given",
"record"
] | [
"return",
"new",
"record",
"delegate",
"<",
"r",
">",
"(",
"owner",
",",
"record",
")",
";"
] |
[
"returns",
"the",
"target",
"record",
"of",
"a",
"record",
"created",
"with",
"{",
"@",
"link",
"#",
"delegate",
"(",
"object",
"record",
")",
"delegate",
"(",
")",
"}"
] | [
"if",
"(",
"!",
"(",
"record",
"instanceof",
"record",
"delegate",
")",
")",
"return",
"record",
";",
"return",
"(",
"(",
"record",
"delegate",
"<",
"r",
">",
")",
"record",
")",
"get",
"delegate",
"(",
"owner",
")",
";"
] |
[
"copies",
"the",
"contents",
"(",
"all",
"fields",
")",
"of",
"one",
"record",
"into",
"another",
"including",
"transient",
"fields"
] | [
"copy",
"(",
"source",
",",
"target",
",",
"true",
")",
";"
] |
[
"copies",
"the",
"contents",
"(",
"all",
"fields",
")",
"of",
"one",
"record",
"into",
"another"
] | [
"copy",
"(",
"source",
",",
"target",
",",
"target",
"fields",
"(",
")",
")",
";"
] |
[
"copies",
"specified",
"fields",
"of",
"one",
"record",
"into",
"another"
] | [
"copy",
"(",
"source",
",",
"target",
",",
"fields",
",",
"true",
")",
";"
] |
[
"creates",
"a",
"shallow",
"clone",
"of",
"the",
"given",
"record"
] | [
"return",
"clone",
"(",
"source",
",",
"true",
")",
";"
] |
[
"creates",
"a",
"shallow",
"clone",
"of",
"the",
"given",
"record",
"optionally",
"not",
"copying",
"transient",
"fields"
] | [
"final",
"record",
"<",
"r",
">",
"target",
"=",
"source",
"type",
"(",
")",
"new",
"instance",
"(",
")",
";",
"copy",
"(",
"source",
",",
"target",
",",
"copy",
"transients",
")",
";",
"return",
"target",
";"
] |
[
"clears",
"a",
"record",
"sets",
"all",
"object",
"fields",
"and",
"object",
"array",
"elements",
"to",
"{",
"@",
"code",
"null",
"}",
"and",
"all",
"primitive",
"fields",
"and",
"primitive",
"array",
"elements",
"to",
"{",
"@",
"code",
"0",
"}"
] | [
"for",
"(",
"field",
"<",
"?",
"super",
"r",
",",
"?",
">",
"field",
":",
"record",
"fields",
"(",
")",
")",
"{",
"try",
"{",
"switch",
"(",
"field",
"type",
"(",
")",
")",
"{",
"case",
"field",
"boolean",
":",
"record",
"set",
"(",
"(",
"field... |
[
"clears",
"all",
"elements",
"of",
"a",
"{",
"@",
"link",
"record",
"array",
"}",
"as",
"in",
"{",
"@",
"link",
"#",
"clear",
"(",
"record",
")",
"}"
] | [
"if",
"(",
"record",
"array",
"instanceof",
"simple",
"record",
"array",
")",
"{",
"(",
"(",
"simple",
"record",
"array",
"<",
"r",
">",
")",
"record",
"array",
")",
"clear",
"(",
")",
";",
"}",
"else",
"throw",
"new",
"unsupported",
"operation",
"exce... |
[
"perform",
"a",
"deep",
"{",
"@",
"code",
"equals",
"}",
"on",
"two",
"records"
] | [
"if",
"(",
"a",
"=",
"=",
"b",
")",
"return",
"true",
";",
"if",
"(",
"a",
"=",
"=",
"null",
"|",
"b",
"=",
"=",
"null",
")",
"return",
"false",
";",
"if",
"(",
"!",
"a",
"fields",
"(",
")",
"equals",
"(",
"b",
"fields",
"(",
")",
")",
")... |
[
"build",
"a",
"{",
"@",
"link",
"serializable",
"type",
"}",
"from",
"the",
"given",
"{",
"@",
"link",
"serializable",
"}",
"class"
] | [
"return",
"new",
"serializable",
"type",
"<",
"t",
">",
"(",
"serializable",
"class",
")",
";"
] |
[
"one",
"-",
"to",
"-",
"one",
"type",
"builders",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
... | [
"return",
"new",
"one",
"to",
"one",
"type",
"(",
"type",
"scope",
",",
"persistent",
"class",
",",
"foreign",
"key",
"type",
",",
"reference",
"to",
"primary",
"key",
",",
"unique",
"key",
"property",
"name",
",",
"lazy",
",",
"unwrap",
"proxy",
",",
... |
[
"many",
"-",
"to",
"-",
"one",
"type",
"builders",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
... | [
"return",
"new",
"many",
"to",
"one",
"type",
"(",
"type",
"scope",
",",
"persistent",
"class",
")",
";"
] |
[
"collection",
"type",
"builders",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~"... | [
"return",
"new",
"array",
"type",
"(",
"type",
"scope",
",",
"role",
",",
"property",
"ref",
",",
"element",
"class",
")",
";"
] |
[
"component",
"type",
"builders",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",... | [
"return",
"new",
"component",
"type",
"(",
"type",
"scope",
",",
"metamodel",
")",
";"
] |
[
"any",
"type",
"builder",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",
"~",... | [
"return",
"new",
"any",
"type",
"(",
"type",
"scope",
",",
"meta",
"type",
",",
"identifier",
"type",
")",
";"
] |
[
"check",
"if",
"the",
"exception",
"is",
"a",
"log",
"configuration",
"message",
"i",
"e",
"the",
"log",
"call",
"might",
"not",
"have",
"actually",
"output",
"anything"
] | [
"if",
"(",
"ex",
"instanceof",
"invocation",
"target",
"exception",
")",
"{",
"return",
"is",
"log",
"configuration",
"message",
"(",
"ex",
"get",
"cause",
"(",
")",
")",
";",
"}",
"string",
"message",
"=",
"ex",
"get",
"message",
"(",
")",
";",
"if",
... |
[
"gets",
"the",
"name",
"of",
"the",
"amazon",
"s3",
"bucket",
"containing",
"the",
"objects",
"listed",
"in",
"this",
"{",
"@",
"link",
"list",
"objects",
"v",
"2",
"result",
"}"
] | [
"return",
"bucket",
"name",
";"
] |
[
"for",
"internal",
"use",
"only",
"sets",
"the",
"name",
"of",
"the",
"amazon",
"s3",
"bucket",
"containing",
"the",
"objects",
"listed",
"in",
"this",
"{",
"@",
"link",
"list",
"objects",
"v",
"2",
"result",
"}"
] | [
"this",
"bucket",
"name",
"=",
"bucket",
"name",
";"
] |
[
"the",
"name",
"of",
"the",
"bucket",
"for",
"which",
"to",
"retrieve",
"delete",
"the",
"encryption",
"configuration"
] | [
"set",
"bucket",
"name",
"(",
"bucket",
"name",
")",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"value",
"of",
"the",
"{"
] | [
"return",
"this",
"name",
";"
] |
[
"{"
] | [
"return",
"lexer",
"action",
"type",
"skip",
";"
] |
[
"{"
] | [
"return",
"false",
";"
] |
[
"{",
"@",
"inherit",
"doc",
"}"
] | [
"lexer",
"skip",
"(",
")",
";"
] |
[
"adds",
"a",
"recurring",
"savings",
"rule",
"to",
"the",
"builder"
] | [
"builder",
"add",
"recurring",
"savings",
"(",
"name",
"key",
",",
"save",
"millis",
",",
"from",
"year",
",",
"to",
"year",
",",
"i",
"zone",
"char",
",",
"i",
"month",
"of",
"year",
",",
"i",
"day",
"of",
"month",
",",
"i",
"day",
"of",
"week",
... |
[
"adds",
"a",
"cutover",
"to",
"the",
"builder"
] | [
"builder",
"add",
"cutover",
"(",
"year",
",",
"i",
"zone",
"char",
",",
"i",
"month",
"of",
"year",
",",
"i",
"day",
"of",
"month",
",",
"i",
"day",
"of",
"week",
",",
"i",
"advance",
"day",
"of",
"week",
",",
"i",
"millis",
"of",
"day",
")",
... |
[
"adds",
"a",
"recurring",
"savings",
"rule",
"to",
"the",
"builder"
] | [
"int",
"save",
"millis",
"=",
"i",
"save",
"millis",
"+",
"-",
"negative",
"save",
";",
"string",
"name",
"key",
"=",
"format",
"name",
"(",
"name",
"format",
",",
"save",
"millis",
",",
"i",
"letter",
"s",
")",
";",
"i",
"date",
"time",
"of",
"yea... |
[
"adds",
"zone",
"info",
"to",
"the",
"builder"
] | [
"add",
"to",
"builder",
"(",
"this",
",",
"builder",
",",
"rule",
"sets",
")",
";"
] |
[
"returns",
"the",
"transformation",
"that",
"contains",
"the",
"actual",
"sink",
"operator",
"of",
"this",
"sink"
] | [
"return",
"transformation",
";"
] |
[
"sets",
"the",
"name",
"of",
"this",
"sink",
"this",
"name",
"is",
"used",
"by",
"the",
"visualization",
"and",
"logging",
"during",
"runtime"
] | [
"transformation",
"set",
"name",
"(",
"name",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"an",
"id",
"for",
"this",
"operator"
] | [
"transformation",
"set",
"uid",
"(",
"uid",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"an",
"user",
"provided",
"hash",
"for",
"this",
"operator",
"this",
"will",
"be",
"used",
"as",
"is",
"the",
"create",
"the",
"job",
"vertex",
"i",
"d"
] | [
"transformation",
"set",
"uid",
"hash",
"(",
"uid",
"hash",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"parallelism",
"for",
"this",
"sink",
"the",
"degree",
"must",
"be",
"higher",
"than",
"zero"
] | [
"transformation",
"set",
"parallelism",
"(",
"parallelism",
")",
";",
"return",
"this",
";"
] |
[
"turns",
"off",
"chaining",
"for",
"this",
"operator",
"so",
"thread",
"co",
"-",
"location",
"will",
"not",
"be",
"used",
"as",
"an",
"optimization"
] | [
"this",
"transformation",
"set",
"chaining",
"strategy",
"(",
"chaining",
"strategy",
"never",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"slot",
"sharing",
"group",
"of",
"this",
"operation",
"parallel",
"instances",
"of",
"operations",
"that",
"are",
"in",
"the",
"same",
"slot",
"sharing",
"group",
"will",
"be",
"co",
"-",
"located",
"in",
"the",
"same",
"task",
"manager",
"... | [
"transformation",
"set",
"slot",
"sharing",
"group",
"(",
"slot",
"sharing",
"group",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"an",
"object",
"describing",
"the",
"result",
"of",
"your",
"update",
"relational",
"database",
"request",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"value... | [
"if",
"(",
"this",
"operations",
"=",
"=",
"null",
")",
"{",
"set",
"operations",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"operation",
">",
"(",
"operations",
"length",
")",
")",
";",
"}",
"for",
"(",
"operation",
"ele",
":",
"operations",
... |
[
"<",
"p",
">",
"an",
"object",
"describing",
"the",
"result",
"of",
"your",
"update",
"relational",
"database",
"request",
"<",
"/",
"p",
">"
] | [
"set",
"operations",
"(",
"operations",
")",
";",
"return",
"this",
";"
] |
[
"{"
] | [
"return",
"req",
"id",
";"
] |
[
"{"
] | [
"this",
"req",
"id",
"=",
"req",
"id",
";"
] |
[
"{"
] | [
"return",
"id",
";"
] |
[
"{"
] | [
"this",
"id",
"=",
"id",
";"
] |
[
"{"
] | [
"return",
"dest",
"id",
";"
] |
[
"{"
] | [
"this",
"dest",
"id",
"=",
"dest",
"id",
";"
] |
[
"{"
] | [
"u",
"write",
"byte",
"array",
"(",
"out",
",",
"ses",
"tok",
")",
";"
] |
[
"{"
] | [
"ses",
"tok",
"=",
"u",
"read",
"byte",
"array",
"(",
"in",
")",
";"
] |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"grid",
"client",
"abstract",
"message",
"class",
",",
"this",
",",
"super",
"to",
"string",
"(",
")",
")",
";"
] |
[
"tests",
"that",
"when",
"a",
"base",
"server",
"is",
"provided",
"a",
"request",
"returns",
"a",
"status",
"404"
] | [
"server",
"server",
"=",
"jetty",
"server",
"factory",
"create",
"base",
"server",
"(",
")",
";",
"server",
"start",
"(",
")",
";",
"int",
"status",
"code",
"=",
"send",
"get",
"request",
"(",
")",
";",
"assert",
"assert",
"equals",
"(",
"404",
",",
... |
[
"tests",
"that",
"when",
"a",
"web",
"app",
"server",
"is",
"provided",
"a",
"request",
"returns",
"a",
"status",
"200"
] | [
"server",
"server",
"=",
"jetty",
"server",
"factory",
"create",
"web",
"app",
"server",
"(",
")",
";",
"server",
"start",
"(",
")",
";",
"int",
"status",
"code",
"=",
"send",
"get",
"request",
"(",
")",
";",
"assert",
"assert",
"equals",
"(",
"200",
... |
[
"tests",
"that",
"when",
"a",
"multi",
"handler",
"server",
"is",
"provided",
"a",
"request",
"returns",
"a",
"status",
"200"
] | [
"server",
"server",
"=",
"jetty",
"server",
"factory",
"create",
"multi",
"handler",
"server",
"(",
")",
";",
"server",
"start",
"(",
")",
";",
"int",
"status",
"code",
"=",
"send",
"get",
"request",
"(",
")",
";",
"assert",
"assert",
"equals",
"(",
"2... |
[
"<",
"p",
">",
"the",
"device",
"type",
"s",
"arn",
"<",
"/",
"p",
">"
] | [
"set",
"arn",
"(",
"arn",
")",
";",
"return",
"this",
";"
] |
[
"{"
] | [
"return",
"command",
"class",
"multi",
"instance",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.