docstring_tokens list | code_tokens list |
|---|---|
[
"example",
"value",
":",
"5",
"6"
] | [
"this",
"name",
"=",
"name",
";",
"return",
"this",
";"
] |
[
"get",
"an",
"instance",
"of",
"{",
"@",
"link",
"ndef",
"formatable",
"}",
"for",
"the",
"given",
"tag",
"<",
"p",
">",
"does",
"not",
"cause",
"any",
"rf",
"activity",
"and",
"does",
"not",
"block",
"<",
"p",
">",
"returns",
"null",
"if",
"{",
"@... | [
"if",
"(",
"!",
"tag",
"has",
"tech",
"(",
"tag",
"technology",
"ndef",
"formatable",
")",
")",
"return",
"null",
";",
"try",
"{",
"return",
"new",
"ndef",
"formatable",
"(",
"tag",
")",
";",
"}",
"catch",
"(",
"remote",
"exception",
"e",
")",
"{",
... |
[
"format",
"a",
"tag",
"as",
"ndef",
"and",
"write",
"a",
"{",
"@",
"link",
"ndef",
"message",
"}"
] | [
"format",
"(",
"first",
"message",
",",
"false",
")",
";"
] |
[
"formats",
"a",
"tag",
"as",
"ndef",
"write",
"a",
"{",
"@",
"link",
"ndef",
"message",
"}",
"and",
"make",
"read",
"-",
"only"
] | [
"format",
"(",
"first",
"message",
",",
"true",
")",
";"
] |
[
"returns",
"the",
"value"
] | [
"return",
"value",
";"
] |
[
"the",
"i",
"d",
"3v",
"2",
"frame",
"identifier"
] | [
"return",
"i",
"d",
"3v",
"2",
"4",
"frames",
"frame",
"id",
"audio",
"seek",
"point",
"index",
";"
] |
[
"sets",
"a",
"number",
"to",
"display"
] | [
"if",
"(",
"m",
"last",
"roll",
"animator",
"!",
"=",
"null",
")",
"m",
"last",
"roll",
"animator",
"cancel",
"(",
")",
";",
"if",
"(",
"animate",
")",
"{",
"animator",
"roll",
"animator",
"=",
"object",
"animator",
"of",
"float",
"(",
"this",
",",
... |
[
"gets",
"the",
"current",
"number",
"roll",
"position"
] | [
"return",
"m",
"number",
";"
] |
[
"sets",
"the",
"number",
"roll",
"position"
] | [
"m",
"number",
"=",
"number",
";",
"int",
"down",
"number",
"=",
"(",
"int",
")",
"number",
";",
"int",
"up",
"number",
"=",
"down",
"number",
"+",
"1",
";",
"number",
"format",
"number",
"formatter",
"=",
"number",
"format",
"get",
"integer",
"instanc... |
[
"create",
"a",
"new",
"{"
] | [
"return",
"new",
"local",
"artifact",
"staging",
"location",
"(",
"root",
"directory",
")",
"create",
"directories",
"(",
")",
";"
] |
[
"create",
"a",
"{"
] | [
"return",
"new",
"local",
"artifact",
"staging",
"location",
"(",
"root",
"directory",
")",
"verify",
"existence",
"(",
")",
";"
] |
[
"returns",
"the",
"{",
"@",
"link",
"file",
"}",
"which",
"contains",
"the",
"artifact",
"with",
"the",
"provided",
"name"
] | [
"return",
"new",
"file",
"(",
"artifacts",
"directory",
",",
"artifact",
"name",
")",
";"
] |
[
"returns",
"the",
"local",
"location",
"of",
"this",
"{",
"@",
"link",
"local",
"artifact",
"staging",
"location",
"}"
] | [
"try",
"{",
"return",
"root",
"directory",
"get",
"canonical",
"path",
"(",
")",
";",
"}",
"catch",
"(",
"i",
"o",
"exception",
"e",
")",
"{",
"throw",
"new",
"illegal",
"state",
"exception",
"(",
"e",
")",
";",
"}"
] |
[
"unregister",
"for",
"notifications",
"for",
"this",
"sender",
"what",
"/",
"target",
"/",
"target",
"what",
"tuple"
] | [
"synchronized",
"(",
"this",
")",
"{",
"registration",
"start",
"=",
"m",
"reg",
";",
"registration",
"r",
"=",
"start",
";",
"if",
"(",
"r",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"do",
"{",
"if",
"(",
"r",
"sender",
"what",
">",
"=",
... |
[
"send",
"out",
"msg",
"anyone",
"who",
"has",
"registered",
"via",
"the",
"request",
"(",
")",
"method",
"will",
"be",
"sent",
"the",
"message"
] | [
"synchronized",
"(",
"this",
")",
"{",
"if",
"(",
"m",
"reg",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"int",
"sender",
"what",
"=",
"msg",
"what",
";",
"registration",
"start",
"=",
"m",
"reg",
";",
"registration",
"r",
"=",
"start",
";",
... |
[
"start",
"cache",
"rebalance"
] | [
"for",
"(",
"ignite",
"cache",
"proxy",
"c",
":",
"public",
"caches",
"(",
")",
")",
"c",
"rebalance",
"(",
")",
";"
] |
[
"create",
"exchange",
"worker",
"task",
"for",
"custom",
"discovery",
"message"
] | [
"if",
"(",
"msg",
"instanceof",
"schema",
"abstract",
"discovery",
"message",
")",
"{",
"schema",
"abstract",
"discovery",
"message",
"msg",
"0",
"=",
"(",
"schema",
"abstract",
"discovery",
"message",
")",
"msg",
";",
"if",
"(",
"msg",
"0",
"exchange",
"(... |
[
"{"
] | [
"start",
"caches",
"on",
"start",
"(",
")",
";"
] |
[
"{"
] | [] |
[
"add",
"stored",
"cache",
"data",
"to",
"caches",
"storage"
] | [
"if",
"(",
"!",
"cache",
"type",
"user",
"cache",
"(",
")",
")",
"stop",
"seq",
"add",
"last",
"(",
"cache",
"name",
")",
";",
"else",
"stop",
"seq",
"add",
"first",
"(",
"cache",
"name",
")",
";",
"caches",
"put",
"(",
"cache",
"name",
",",
"new... |
[
"initialize",
"internal",
"cache",
"names"
] | [
"file",
"system",
"configuration",
"[",
"]",
"igfs",
"cfgs",
"=",
"ctx",
"grid",
"(",
")",
"configuration",
"(",
")",
"get",
"file",
"system",
"configuration",
"(",
")",
";",
"if",
"(",
"igfs",
"cfgs",
"!",
"=",
"null",
")",
"{",
"for",
"(",
"file",
... |
[
"blocks",
"all",
"available",
"gateways"
] | [
"for",
"(",
"ignite",
"cache",
"proxy",
"<",
"?",
",",
"?",
">",
"proxy",
":",
"j",
"cache",
"proxies",
"values",
"(",
")",
")",
"proxy",
"context",
"(",
")",
"gate",
"(",
")",
"on",
"stopped",
"(",
")",
";"
] |
[
"gets",
"a",
"collection",
"of",
"currently",
"started",
"caches"
] | [
"return",
"f",
"view",
"read",
"only",
"(",
"cache",
"descriptors",
"(",
")",
"values",
"(",
")",
",",
"new",
"ignite",
"closure",
"<",
"dynamic",
"cache",
"descriptor",
",",
"string",
">",
"(",
")",
"{",
"@",
"override",
"public",
"string",
"apply",
"... |
[
"gets",
"a",
"collection",
"of",
"currently",
"started",
"public",
"cache",
"names"
] | [
"return",
"f",
"view",
"read",
"only",
"(",
"cache",
"descriptors",
"(",
")",
"values",
"(",
")",
",",
"new",
"ignite",
"closure",
"<",
"dynamic",
"cache",
"descriptor",
",",
"string",
">",
"(",
")",
"{",
"@",
"override",
"public",
"string",
"apply",
"... |
[
"gets",
"a",
"collection",
"of",
"currently",
"started",
"public",
"cache",
"names"
] | [
"return",
"f",
"view",
"read",
"only",
"(",
"cache",
"descriptors",
"(",
")",
"values",
"(",
")",
",",
"new",
"ignite",
"closure",
"<",
"dynamic",
"cache",
"descriptor",
",",
"string",
">",
"(",
")",
"{",
"@",
"override",
"public",
"string",
"apply",
"... |
[
"gets",
"cache",
"mode"
] | [
"assert",
"cache",
"name",
"!",
"=",
"null",
";",
"dynamic",
"cache",
"descriptor",
"desc",
"=",
"cache",
"descriptor",
"(",
"cache",
"name",
")",
";",
"return",
"desc",
"!",
"=",
"null",
"?",
"desc",
"cache",
"configuration",
"(",
")",
"get",
"cache",
... |
[
"starts",
"statically",
"configured",
"caches",
"received",
"from",
"remote",
"nodes",
"during",
"exchange"
] | [
"list",
"<",
"dynamic",
"cache",
"descriptor",
">",
"started",
"=",
"caches",
"info",
"caches",
"received",
"from",
"join",
"(",
"node",
"id",
")",
";",
"for",
"(",
"dynamic",
"cache",
"descriptor",
"desc",
":",
"started",
")",
"{",
"ignite",
"predicate",
... |
[
"restarts",
"proxies",
"of",
"caches",
"if",
"they",
"was",
"marked",
"as",
"restarting",
"requires",
"external",
"synchronization",
"-",
"shouldn",
"t",
"be",
"called",
"concurrently",
"with",
"another",
"caches",
"restart"
] | [
"for",
"(",
"ignite",
"cache",
"proxy",
"impl",
"<",
"?",
",",
"?",
">",
"proxy",
":",
"j",
"cache",
"proxies",
"values",
"(",
")",
")",
"{",
"if",
"(",
"proxy",
"=",
"=",
"null",
")",
"continue",
";",
"grid",
"cache",
"context",
"<",
"?",
",",
... |
[
"called",
"during",
"the",
"rollback",
"of",
"the",
"exchange",
"partitions",
"procedure",
"in",
"order",
"to",
"stop",
"the",
"given",
"cache",
"even",
"if",
"it",
"s",
"not",
"fully",
"initialized",
"(",
"e",
"g",
"failed",
"on",
"cache",
"init",
"stage"... | [
"assert",
"exch",
"actions",
"!",
"=",
"null",
"&",
"&",
"!",
"exch",
"actions",
"cache",
"stop",
"requests",
"(",
")",
"is",
"empty",
"(",
")",
";",
"process",
"cache",
"stop",
"request",
"on",
"exchange",
"done",
"(",
"exch",
"actions",
")",
";"
] |
[
"{"
] | [
"return",
"cache",
"proc",
";"
] |
[
"{"
] | [
"caches",
"info",
"collect",
"joining",
"node",
"data",
"(",
"data",
"bag",
")",
";"
] |
[
"{"
] | [
"caches",
"info",
"collect",
"grid",
"node",
"data",
"(",
"data",
"bag",
")",
";"
] |
[
"{"
] | [
"caches",
"info",
"on",
"joining",
"node",
"data",
"received",
"(",
"data",
")",
";"
] |
[
"{"
] | [
"caches",
"info",
"on",
"grid",
"data",
"received",
"(",
"data",
")",
";",
"shared",
"ctx",
"wal",
"state",
"(",
")",
"on",
"caches",
"info",
"collected",
"(",
")",
";"
] |
[
"callback",
"invoked",
"from",
"discovery",
"thread",
"when",
"discovery",
"custom",
"message",
"is",
"received"
] | [
"assert",
"msg",
"!",
"=",
"null",
";",
"if",
"(",
"msg",
"is",
"init",
"(",
")",
")",
"{",
"transaction",
"configuration",
"cfg",
"=",
"ctx",
"config",
"(",
")",
"get",
"transaction",
"configuration",
"(",
")",
";",
"if",
"(",
"cfg",
"get",
"tx",
... |
[
"the",
"task",
"for",
"changing",
"transaction",
"timeout",
"on",
"partition",
"map",
"exchange",
"processed",
"by",
"exchange",
"worker"
] | [
"assert",
"msg",
"!",
"=",
"null",
";",
"long",
"timeout",
"=",
"ctx",
"config",
"(",
")",
"get",
"transaction",
"configuration",
"(",
")",
"get",
"tx",
"timeout",
"on",
"partition",
"map",
"exchange",
"(",
")",
";",
"if",
"(",
"timeout",
"!",
"=",
"... |
[
"dynamically",
"starts",
"cache",
"using",
"template",
"configuration"
] | [
"try",
"{",
"cache",
"configuration",
"cfg",
"=",
"get",
"or",
"create",
"config",
"from",
"template",
"(",
"cache",
"name",
")",
";",
"return",
"dynamic",
"start",
"cache",
"(",
"cfg",
",",
"cache",
"name",
",",
"null",
",",
"true",
",",
"true",
",",
... |
[
"dynamically",
"starts",
"cache",
"using",
"template",
"configuration"
] | [
"return",
"get",
"or",
"create",
"from",
"template",
"(",
"cache",
"name",
",",
"cache",
"name",
",",
"null",
",",
"check",
"thread",
"tx",
")",
";"
] |
[
"send",
"{",
"@",
"code",
"generate",
"encryption",
"key",
"request",
"}",
"and",
"execute",
"{",
"@",
"code",
"after",
"}",
"closure",
"if",
"succeed"
] | [
"ignite",
"internal",
"future",
"<",
"collection",
"<",
"byte",
"[",
"]",
">",
">",
"gen",
"enc",
"key",
"fut",
"=",
"ctx",
"encryption",
"(",
")",
"generate",
"keys",
"(",
"key",
"cnt",
")",
";",
"grid",
"future",
"adapter",
"<",
"boolean",
">",
"re... |
[
"dynamically",
"starts",
"multiple",
"caches"
] | [
"return",
"dynamic",
"start",
"caches",
"by",
"stored",
"conf",
"(",
"ccfg",
"list",
"stream",
"(",
")",
"map",
"(",
"stored",
"cache",
"data",
":",
":",
"new",
")",
"collect",
"(",
"collectors",
"to",
"list",
"(",
")",
")",
",",
"fail",
"if",
"exist... |
[
"dynamically",
"starts",
"multiple",
"caches"
] | [
"if",
"(",
"check",
"thread",
"tx",
")",
"check",
"empty",
"transactions",
"(",
")",
";",
"grid",
"plain",
"closure",
"<",
"collection",
"<",
"byte",
"[",
"]",
">",
",",
"ignite",
"internal",
"future",
"<",
"boolean",
">",
">",
"start",
"cache",
"clsr"... |
[
"resolve",
"cache",
"type",
"for",
"input",
"cache",
"type"
] | [
"if",
"(",
"cu",
"is",
"utility",
"cache",
"(",
"ccfg",
"get",
"name",
"(",
")",
")",
")",
"return",
"cache",
"type",
"utility",
";",
"else",
"if",
"(",
"internal",
"caches",
"contains",
"(",
"ccfg",
"get",
"name",
"(",
")",
")",
")",
"return",
"ca... |
[
"prepares",
"cache",
"stop",
"request"
] | [
"dynamic",
"cache",
"change",
"request",
"req",
"=",
"dynamic",
"cache",
"change",
"request",
"stop",
"request",
"(",
"ctx",
",",
"cache",
"name",
",",
"false",
",",
"true",
")",
";",
"req",
"stop",
"(",
"true",
")",
";",
"req",
"destroy",
"(",
"destro... |
[
"starts",
"cache",
"stop",
"request",
"as",
"cache",
"change",
"batch"
] | [
"grid",
"compound",
"future",
"<",
"?",
",",
"?",
">",
"compound",
"fut",
"=",
"new",
"grid",
"compound",
"future",
"<",
">",
"(",
")",
";",
"for",
"(",
"dynamic",
"cache",
"start",
"future",
"fut",
":",
"initiate",
"cache",
"changes",
"(",
"reqs",
"... |
[
"save",
"cache",
"configuration",
"to",
"persistent",
"store",
"if",
"necessary"
] | [
"assert",
"desc",
"!",
"=",
"null",
";",
"if",
"(",
"shared",
"ctx",
"page",
"store",
"(",
")",
"!",
"=",
"null",
"&",
"&",
"!",
"shared",
"ctx",
"kernal",
"context",
"(",
")",
"client",
"node",
"(",
")",
"&",
"&",
"is",
"persistent",
"cache",
"(... |
[
"remove",
"all",
"persistent",
"files",
"for",
"all",
"registered",
"caches"
] | [
"if",
"(",
"shared",
"ctx",
"page",
"store",
"(",
")",
"=",
"=",
"null",
"|",
"|",
"shared",
"ctx",
"kernal",
"context",
"(",
")",
"client",
"node",
"(",
")",
")",
"return",
";",
"for",
"(",
"dynamic",
"cache",
"descriptor",
"desc",
":",
"cache",
"... |
[
"callback",
"invoked",
"from",
"discovery",
"thread",
"when",
"discovery",
"custom",
"message",
"is",
"received"
] | [
"if",
"(",
"msg",
"instanceof",
"schema",
"abstract",
"discovery",
"message",
")",
"{",
"ctx",
"query",
"(",
")",
"on",
"discovery",
"(",
"(",
"schema",
"abstract",
"discovery",
"message",
")",
"msg",
")",
";",
"return",
"false",
";",
"}",
"if",
"(",
"... |
[
"{"
] | [
"ignite",
"node",
"validation",
"result",
"res",
"=",
"validate",
"hash",
"id",
"resolvers",
"(",
"node",
")",
";",
"if",
"(",
"res",
"=",
"=",
"null",
")",
"res",
"=",
"validate",
"restarting",
"caches",
"(",
"node",
")",
";",
"return",
"res",
";"
] |
[
"reset",
"restarting",
"caches"
] | [
"caches",
"info",
"restarting",
"caches",
"(",
")",
"clear",
"(",
")",
";"
] |
[
"gets",
"utility",
"cache"
] | [
"return",
"internal",
"cache",
"ex",
"(",
"cu",
"utility",
"cache",
"name",
")",
";"
] |
[
"get",
"registered",
"cache",
"descriptor"
] | [
"return",
"caches",
"info",
"registered",
"caches",
"(",
")",
"get",
"(",
"name",
")",
";"
] |
[
"starts",
"client",
"caches",
"that",
"do",
"not",
"exist",
"yet"
] | [
"for",
"(",
"map",
"entry",
"<",
"string",
",",
"dynamic",
"cache",
"descriptor",
">",
"e",
":",
"caches",
"info",
"registered",
"caches",
"(",
")",
"entry",
"set",
"(",
")",
")",
"{",
"dynamic",
"cache",
"descriptor",
"desc",
"=",
"e",
"get",
"value",... |
[
"whether",
"cache",
"defined",
"by",
"provided",
"descriptor",
"is",
"not",
"yet",
"started",
"and",
"has",
"queries",
"enabled"
] | [
"cache",
"configuration",
"ccfg",
"=",
"desc",
"cache",
"configuration",
"(",
")",
";",
"return",
"!",
"caches",
"contains",
"key",
"(",
"ccfg",
"get",
"name",
"(",
")",
")",
"&",
"&",
"query",
"utils",
"is",
"enabled",
"(",
"ccfg",
")",
";"
] |
[
"enable",
"/",
"disable",
"statistics",
"globally",
"for",
"the",
"caches"
] | [
"collection",
"<",
"ignite",
"internal",
"cache",
">",
"caches",
"=",
"manage",
"statistics",
"caches",
"(",
"cache",
"names",
")",
";",
"collection",
"<",
"string",
">",
"global",
"caches",
"=",
"new",
"hash",
"set",
"<",
">",
"(",
"u",
"capacity",
"(",... |
[
"clear",
"statistics",
"globally",
"for",
"the",
"caches"
] | [
"collection",
"<",
"ignite",
"internal",
"cache",
">",
"caches",
"=",
"manage",
"statistics",
"caches",
"(",
"cache",
"names",
")",
";",
"collection",
"<",
"string",
">",
"global",
"caches",
"=",
"new",
"hash",
"set",
"<",
">",
"(",
"u",
"capacity",
"(",... |
[
"sets",
"transaction",
"timeout",
"on",
"partition",
"map",
"exchange"
] | [
"uuid",
"request",
"id",
"=",
"uuid",
"random",
"u",
"u",
"i",
"d",
"(",
")",
";",
"tx",
"timeout",
"on",
"partition",
"map",
"exchange",
"change",
"future",
"fut",
"=",
"new",
"tx",
"timeout",
"on",
"partition",
"map",
"exchange",
"change",
"future",
... |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"dynamic",
"cache",
"start",
"future",
"class",
",",
"this",
")",
";"
] |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"template",
"configuration",
"future",
"class",
",",
"this",
")",
";"
] |
[
"{"
] | [
"return",
"1",
";"
] |
[
"{"
] | [
"return",
"0",
";"
] |
[
"{"
] | [
"return",
"id",
";"
] |
[
"{"
] | [
"return",
"end",
"time",
";"
] |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"enable",
"statistics",
"future",
"class",
",",
"this",
")",
";"
] |
[
"{"
] | [
"tx",
"timeout",
"on",
"partition",
"map",
"exchange",
"futs",
"remove",
"(",
"id",
",",
"this",
")",
";",
"return",
"super",
"on",
"done",
"(",
"res",
",",
"err",
")",
";"
] |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"tx",
"timeout",
"on",
"partition",
"map",
"exchange",
"change",
"future",
"class",
",",
"this",
")",
";"
] |
[
"{"
] | [
"return",
"noop",
"annotator",
"class",
";"
] |
[
"gets",
"the",
"element",
"at",
"the",
"given",
"index",
"it",
"is",
"an",
"error",
"to",
"call",
"this",
"with",
"the",
"index",
"for",
"an",
"element",
"which",
"was",
"never",
"set",
";",
"if",
"you",
"do",
"that",
"this",
"will",
"throw",
"{",
"@... | [
"return",
"(",
"entry",
")",
"get",
"0",
"(",
"n",
")",
";"
] |
[
"{"
] | [
"return",
"to",
"human",
"(",
"\"",
"\"",
",",
"\"",
"\"",
")",
";"
] |
[
"returns",
"whether",
"or",
"not",
"this",
"instance",
"ends",
"with",
"a",
"catch",
"-",
"all",
"handler"
] | [
"int",
"size",
"=",
"size",
"(",
")",
";",
"if",
"(",
"size",
"=",
"=",
"0",
")",
"{",
"return",
"false",
";",
"}",
"entry",
"last",
"=",
"get",
"(",
"size",
"-",
"1",
")",
";",
"return",
"last",
"get",
"exception",
"type",
"(",
")",
"equals",
... |
[
"sets",
"the",
"entry",
"at",
"the",
"given",
"index"
] | [
"set",
"0",
"(",
"n",
",",
"new",
"entry",
"(",
"exception",
"type",
",",
"handler",
")",
")",
";"
] |
[
"sets",
"the",
"entry",
"at",
"the",
"given",
"index"
] | [
"set",
"0",
"(",
"n",
",",
"entry",
")",
";"
] |
[
"{"
] | [
"return",
"(",
"handler",
"*",
"31",
")",
"+",
"exception",
"type",
"hash",
"code",
"(",
")",
";"
] |
[
"{"
] | [
"if",
"(",
"other",
"instanceof",
"entry",
")",
"{",
"return",
"(",
"compare",
"to",
"(",
"(",
"entry",
")",
"other",
")",
"=",
"=",
"0",
")",
";",
"}",
"return",
"false",
";"
] |
[
"{"
] | [
"if",
"(",
"handler",
"<",
"other",
"handler",
")",
"{",
"return",
"-",
"1",
";",
"}",
"else",
"if",
"(",
"handler",
">",
"other",
"handler",
")",
"{",
"return",
"1",
";",
"}",
"return",
"exception",
"type",
"compare",
"to",
"(",
"other",
"exception"... |
[
"gets",
"the",
"exception",
"type",
"handled"
] | [
"return",
"exception",
"type",
";"
] |
[
"gets",
"the",
"handler",
"address"
] | [
"return",
"handler",
";"
] |
[
"the",
"structural",
"value",
"of",
"the",
"object",
"is",
"the",
"object",
"itself",
"the",
"{"
] | [
"return",
"value",
";"
] |
[
"returns",
"a",
"{",
"@",
"link",
"serializable",
"coder",
"}",
"instance",
"for",
"the",
"provided",
"element",
"class"
] | [
"check",
"equals",
"method",
"defined",
"(",
"clazz",
")",
";",
"return",
"new",
"serializable",
"coder",
"<",
">",
"(",
"clazz",
",",
"type",
"descriptor",
"of",
"(",
"clazz",
")",
")",
";"
] |
[
"{"
] | [
"return",
"type",
"hash",
"code",
"(",
")",
";"
] |
[
"helper",
"for",
"creating",
"a",
"build",
"target",
"with",
"no",
"flavors",
"and",
"no",
"cell",
"name"
] | [
"return",
"immutable",
"build",
"target",
"of",
"(",
"immutable",
"unflavored",
"build",
"target",
"of",
"(",
"cell",
"path",
",",
"optional",
"empty",
"(",
")",
",",
"base",
"name",
",",
"short",
"name",
")",
")",
";"
] |
[
"logically",
"split",
"the",
"set",
"of",
"input",
"files",
"for",
"the",
"job"
] | [
"public",
"abstract",
"list",
"<",
"input",
"split",
">",
"get",
"splits",
"(",
"job",
"context",
"context",
")",
"throws",
"i",
"o",
"exception",
",",
"interrupted",
"exception",
";"
] |
[
"create",
"a",
"record",
"reader",
"for",
"a",
"given",
"split",
"the",
"framework",
"will",
"call",
"{"
] | [
"public",
"abstract",
"record",
"reader",
"<",
"k",
",",
"v",
">",
"create",
"record",
"reader",
"(",
"input",
"split",
"split",
",",
"task",
"attempt",
"context",
"context",
")",
"throws",
"i",
"o",
"exception",
",",
"interrupted",
"exception",
";"
] |
[
"overrides",
"the",
"package",
"manager",
"for",
"testing"
] | [
"s",
"package",
"manager",
"for",
"tests",
"=",
"manager",
";"
] |
[
"generates",
"the",
"tooltip",
"shown",
"when",
"the",
"cursor",
"hovers",
"over",
"a",
"tag",
"tree",
"node",
"that",
"represents",
"a",
"graph",
"node"
] | [
"final",
"zy",
"label",
"content",
"content",
"=",
"node",
"get",
"realizer",
"(",
")",
"get",
"node",
"content",
"(",
")",
";",
"return",
"html",
"generator",
"get",
"html",
"(",
"content",
",",
"gui",
"helper",
"get",
"monospace",
"font",
"(",
")",
"... |
[
"renders",
"a",
"history",
"tree",
"node"
] | [
"if",
"(",
"!",
"tree",
"node",
"is",
"root",
"(",
")",
")",
"{",
"final",
"list",
"<",
"navi",
"node",
">",
"nodes",
"=",
"tree",
"node",
"get",
"snapshot",
"(",
")",
"get",
"selection",
"(",
")",
";",
"final",
"pair",
"<",
"integer",
",",
"inte... |
[
"renders",
"a",
"leaf",
"node"
] | [
"final",
"navi",
"node",
"graph",
"node",
"=",
"tree",
"node",
"get",
"node",
"(",
")",
";",
"if",
"(",
"graph",
"node",
"is",
"selected",
"(",
")",
"&",
"&",
"graph",
"node",
"is",
"visible",
"(",
")",
")",
"{",
"set",
"foreground",
"(",
"selected... |
[
"called",
"after",
"a",
"successful",
"flush"
] | [
"if",
"(",
"is",
"ignore",
"(",
")",
")",
"{",
"ignore",
"=",
"false",
";",
"}",
"else",
"if",
"(",
"!",
"is",
"processed",
"(",
")",
")",
"{",
"throw",
"new",
"hibernate",
"exception",
"(",
"log",
"collection",
"not",
"processed",
"by",
"flush",
"... |
[
"this",
"is",
"only",
"available",
"late",
"during",
"the",
"flush",
"cycle"
] | [
"return",
"current",
"key",
";"
] |
[
"this",
"is",
"only",
"available",
"late",
"during",
"the",
"flush",
"cycle"
] | [
"return",
"loaded",
"persister",
";"
] |
[
"custom",
"serialization",
"routine",
"used",
"during",
"serialization",
"of",
"a",
"session",
"/",
"persistence",
"context",
"for",
"increased",
"performance"
] | [
"oos",
"write",
"object",
"(",
"role",
")",
";",
"oos",
"write",
"object",
"(",
"snapshot",
")",
";",
"oos",
"write",
"object",
"(",
"loaded",
"key",
")",
";"
] |
[
"custom",
"deserialization",
"routine",
"used",
"during",
"deserialization",
"of",
"a",
"session",
"/",
"persistence",
"context",
"for",
"increased",
"performance"
] | [
"return",
"new",
"collection",
"entry",
"(",
"(",
"string",
")",
"ois",
"read",
"object",
"(",
")",
",",
"(",
"serializable",
")",
"ois",
"read",
"object",
"(",
")",
",",
"(",
"serializable",
")",
"ois",
"read",
"object",
"(",
")",
",",
"(",
"session... |
[
"<",
"p",
">",
"the",
"attribute",
"of",
"the",
"network",
"interface",
"this",
"parameter",
"is",
"required",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"attribute",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"stringified",
"attribute",
"for",
"example",
"specify",
"the",
"value",
"as",
"<",
"code",
">",
"\\",
"abc",
"\\",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"allowed",
"values",
"include",
":",
... | [
"set",
"attribute",
"(",
"attribute",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"stringified",
"attribute",
"for",
"example",
"specify",
"the",
"value",
"as",
"<",
"code",
">",
"\\",
"abc",
"\\",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"allowed",
"values",
"include",
":",
... | [
"with",
"attribute",
"(",
"attribute",
")",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"stringified",
"attribute",
"for",
"example",
"specify",
"the",
"value",
"as",
"<",
"code",
">",
"\\",
"abc",
"\\",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"allowed",
"values",
"include",
":",
... | [
"this",
"attribute",
"=",
"attribute",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"operator",
"to",
"apply",
"to",
"the",
"<",
"code",
">",
"type",
"<",
"/",
"code",
">",
"with",
"each",
"of",
"the",
"<",
"code",
">",
"values",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"valid",
"values... | [
"return",
"this",
"operator",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"operator",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"equals",
":",
"the",
"equals",
"operator",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"greater... | [
"set",
"operator",
"(",
"operator",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"operator",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"equals",
":",
"the",
"equals",
"operator",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"greater... | [
"with",
"operator",
"(",
"operator",
")",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"operator",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"equals",
":",
"the",
"equals",
"operator",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"greater... | [
"this",
"operator",
"=",
"operator",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"rule",
"s",
"value",
"<",
"/",
"p",
">"
] | [
"set",
"value",
"(",
"value",
")",
";",
"return",
"this",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.