docstring_tokens list | code_tokens list |
|---|---|
[
"returns",
"a",
"new",
"{",
"@",
"link",
"n",
"f",
"d",
"path",
"set",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"n",
"f",
"d",
"path",
"set",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"n",
"f",
"d",
"path",
"set",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
"zero"
] | [
"return",
"wrap",
"(",
"n",
"f",
"d",
"path",
"set",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"n",
"f",
"d",
"path",
"set",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"n",
"f",
"d",
"path",
"set",
"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",
"n",
"f",
"d",
"path",
"set",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"capacity",
"*",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"n",
"f",
"d",
"path",
"set",
"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",
")",
";"
] |
[
"<",
"p",
">",
"the",
"image",
"path",
"you",
"specified",
"when",
"you",
"created",
"the",
"model",
"<",
"/",
"p",
">"
] | [
"this",
"specified",
"image",
"=",
"specified",
"image",
";"
] |
[
"<",
"p",
">",
"the",
"image",
"path",
"you",
"specified",
"when",
"you",
"created",
"the",
"model",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"specified",
"image",
";"
] |
[
"<",
"p",
">",
"the",
"image",
"path",
"you",
"specified",
"when",
"you",
"created",
"the",
"model",
"<",
"/",
"p",
">"
] | [
"set",
"specified",
"image",
"(",
"specified",
"image",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"specific",
"digest",
"path",
"of",
"the",
"image",
"hosted",
"in",
"this",
"<",
"code",
">",
"production",
"variant",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"this",
"resolved",
"image",
"=",
"resolved",
"image",
";"
] |
[
"<",
"p",
">",
"the",
"specific",
"digest",
"path",
"of",
"the",
"image",
"hosted",
"in",
"this",
"<",
"code",
">",
"production",
"variant",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"resolved",
"image",
";"
] |
[
"<",
"p",
">",
"the",
"specific",
"digest",
"path",
"of",
"the",
"image",
"hosted",
"in",
"this",
"<",
"code",
">",
"production",
"variant",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"resolved",
"image",
"(",
"resolved",
"image",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"when",
"the",
"image",
"path",
"for",
"the",
"model",
"resolved",
"to",
"the",
"<",
"code",
">",
"resolved",
"image",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"this",
"resolution",
"time",
"=",
"resolution",
"time",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"when",
"the",
"image",
"path",
"for",
"the",
"model",
"resolved",
"to",
"the",
"<",
"code",
">",
"resolved",
"image",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"resolution",
"time",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"when",
"the",
"image",
"path",
"for",
"the",
"model",
"resolved",
"to",
"the",
"<",
"code",
">",
"resolved",
"image",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"resolution",
"time",
"(",
"resolution",
"time",
")",
";",
"return",
"this",
";"
] |
[
"executes",
"a",
"backup",
"of",
"the",
"database",
"during",
"the",
"backup",
"the",
"database",
"will",
"be",
"frozen",
"in",
"read",
"-",
"only",
"mode"
] | [
"return",
"underlying",
"backup",
"(",
"out",
",",
"options",
",",
"callable",
",",
"i",
"listener",
",",
"compression",
"level",
",",
"buffer",
"size",
")",
";"
] |
[
"executes",
"a",
"restore",
"of",
"a",
"database",
"backup",
"during",
"the",
"restore",
"the",
"database",
"will",
"be",
"frozen",
"in",
"read",
"-",
"only",
"mode"
] | [
"underlying",
"restore",
"(",
"in",
",",
"options",
",",
"callable",
",",
"i",
"listener",
")",
";"
] |
[
"{"
] | [
"check",
"openess",
"(",
")",
";",
"underlying",
"truncate",
"cluster",
"(",
"cluster",
"name",
")",
";"
] |
[
"<",
"p",
">",
"name",
"of",
"the",
"table",
"for",
"hive",
"compatibility",
"this",
"is",
"folded",
"to",
"lowercase",
"when",
"it",
"is",
"stored",
"<",
"/",
"p",
">"
] | [
"set",
"name",
"(",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"description",
"of",
"the",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"description",
"(",
"description",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"owner",
"of",
"the",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"owner",
"(",
"owner",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"last",
"time",
"at",
"which",
"the",
"partition",
"was",
"accessed",
"<",
"/",
"p",
">"
] | [
"this",
"last",
"access",
"time",
"=",
"last",
"access",
"time",
";"
] |
[
"<",
"p",
">",
"the",
"last",
"time",
"at",
"which",
"the",
"partition",
"was",
"accessed",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"last",
"access",
"time",
";"
] |
[
"<",
"p",
">",
"last",
"time",
"the",
"table",
"was",
"accessed",
"<",
"/",
"p",
">"
] | [
"set",
"last",
"access",
"time",
"(",
"last",
"access",
"time",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"last",
"time",
"at",
"which",
"column",
"statistics",
"were",
"computed",
"for",
"this",
"partition",
"<",
"/",
"p",
">"
] | [
"this",
"last",
"analyzed",
"time",
"=",
"last",
"analyzed",
"time",
";"
] |
[
"<",
"p",
">",
"the",
"last",
"time",
"at",
"which",
"column",
"statistics",
"were",
"computed",
"for",
"this",
"partition",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"last",
"analyzed",
"time",
";"
] |
[
"<",
"p",
">",
"last",
"time",
"column",
"statistics",
"were",
"computed",
"for",
"this",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"last",
"analyzed",
"time",
"(",
"last",
"analyzed",
"time",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"retention",
"time",
"for",
"this",
"table",
"<",
"/",
"p",
">"
] | [
"this",
"retention",
"=",
"retention",
";"
] |
[
"<",
"p",
">",
"retention",
"time",
"for",
"this",
"table",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"retention",
";"
] |
[
"<",
"p",
">",
"retention",
"time",
"for",
"this",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"retention",
"(",
"retention",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"provides",
"information",
"about",
"the",
"physical",
"location",
"where",
"the",
"partition",
"is",
"stored",
"<",
"/",
"p",
">"
] | [
"this",
"storage",
"descriptor",
"=",
"storage",
"descriptor",
";"
] |
[
"<",
"p",
">",
"provides",
"information",
"about",
"the",
"physical",
"location",
"where",
"the",
"partition",
"is",
"stored",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"storage",
"descriptor",
";"
] |
[
"<",
"p",
">",
"a",
"storage",
"descriptor",
"containing",
"information",
"about",
"the",
"physical",
"storage",
"of",
"this",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"storage",
"descriptor",
"(",
"storage",
"descriptor",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"columns",
"by",
"which",
"the",
"table",
"is",
"partitioned",
"only",
"primitive",
"types",
"are",
"supported",
"as",
"partition",
"keys",
"<",
"/",
"p",
">"
] | [
"return",
"partition",
"keys",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"columns",
"by",
"which",
"the",
"table",
"is",
"partitioned",
"only",
"primitive",
"types",
"are",
"supported",
"as",
"partition",
"keys",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"partition",
"keys",
"=",
"=",
"null",
")",
"{",
"this",
"partition",
"keys",
"=",
"null",
";",
"return",
";",
"}",
"this",
"partition",
"keys",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"column",
">",
"(",
"partition",
"keys",
")"... |
[
"<",
"p",
">",
"a",
"list",
"of",
"columns",
"by",
"which",
"the",
"table",
"is",
"partitioned",
"only",
"primitive",
"types",
"are",
"supported",
"as",
"partition",
"keys",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
... | [
"if",
"(",
"this",
"partition",
"keys",
"=",
"=",
"null",
")",
"{",
"set",
"partition",
"keys",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"column",
">",
"(",
"partition",
"keys",
"length",
")",
")",
";",
"}",
"for",
"(",
"column",
"ele",
":... |
[
"<",
"p",
">",
"a",
"list",
"of",
"columns",
"by",
"which",
"the",
"table",
"is",
"partitioned",
"only",
"primitive",
"types",
"are",
"supported",
"as",
"partition",
"keys",
"<",
"/",
"p",
">"
] | [
"set",
"partition",
"keys",
"(",
"partition",
"keys",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"original",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"this",
"view",
"original",
"text",
"=",
"view",
"original",
"text",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"original",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"view",
"original",
"text",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"original",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"view",
"original",
"text",
"(",
"view",
"original",
"text",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"expanded",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"this",
"view",
"expanded",
"text",
"=",
"view",
"expanded",
"text",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"expanded",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"view",
"expanded",
"text",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"table",
"is",
"a",
"view",
"the",
"expanded",
"text",
"of",
"the",
"view",
";",
"otherwise",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"view",
"expanded",
"text",
"(",
"view",
"expanded",
"text",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"this",
"table",
"(",
"<",
"code",
">",
"external",
"table",
"<",
"/",
"code",
">",
"<",
"code",
">",
"virtual",
"view",
"<",
"/",
"code",
">",
"etc",
")",
"<",
"/",
"p",
">"
] | [
"set",
"table",
"type",
"(",
"table",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"minimum",
"and",
"maximum",
"parameters",
"that",
"are",
"associated",
"with",
"the",
"rule",
"<",
"/",
"p",
">"
] | [
"return",
"parameters",
";"
] |
[
"<",
"p",
">",
"the",
"minimum",
"and",
"maximum",
"parameters",
"that",
"are",
"associated",
"with",
"the",
"rule",
"<",
"/",
"p",
">"
] | [
"this",
"parameters",
"=",
"parameters",
";"
] |
[
"<",
"p",
">",
"these",
"key",
"-",
"value",
"pairs",
"define",
"properties",
"associated",
"with",
"the",
"table",
"<",
"/",
"p",
">"
] | [
"set",
"parameters",
"(",
"parameters",
")",
";",
"return",
"this",
";"
] |
[
"removes",
"all",
"the",
"entries",
"added",
"into",
"parameters"
] | [
"this",
"parameters",
"=",
"null",
";",
"return",
"this",
";"
] |
[
"the",
"unique",
"id",
"that",
"amazon",
"mq",
"generates",
"for",
"the",
"broker"
] | [
"set",
"broker",
"id",
"(",
"broker",
"id",
")",
";",
"return",
"this",
";"
] |
[
"enables",
"access",
"to",
"the",
"the",
"active",
"m",
"q",
"web",
"console",
"for",
"the",
"active",
"m",
"q",
"user"
] | [
"this",
"console",
"access",
"=",
"console",
"access",
";"
] |
[
"enables",
"access",
"to",
"the",
"the",
"active",
"m",
"q",
"web",
"console",
"for",
"the",
"active",
"m",
"q",
"user"
] | [
"return",
"this",
"console",
"access",
";"
] |
[
"enables",
"access",
"to",
"the",
"the",
"active",
"m",
"q",
"web",
"console",
"for",
"the",
"active",
"m",
"q",
"user"
] | [
"set",
"console",
"access",
"(",
"console",
"access",
")",
";",
"return",
"this",
";"
] |
[
"enables",
"access",
"to",
"the",
"the",
"active",
"m",
"q",
"web",
"console",
"for",
"the",
"active",
"m",
"q",
"user"
] | [
"return",
"this",
"console",
"access",
";"
] |
[
"the",
"list",
"of",
"groups",
"(",
"20",
"maximum",
")",
"to",
"which",
"the",
"active",
"m",
"q",
"user",
"belongs",
"this",
"value",
"can",
"contain",
"only",
"alphanumeric",
"characters",
"dashes",
"periods",
"underscores",
"and",
"tildes",
"(",
"-",
"... | [
"return",
"groups",
";"
] |
[
"the",
"list",
"of",
"groups",
"(",
"20",
"maximum",
")",
"to",
"which",
"the",
"active",
"m",
"q",
"user",
"belongs",
"this",
"value",
"can",
"contain",
"only",
"alphanumeric",
"characters",
"dashes",
"periods",
"underscores",
"and",
"tildes",
"(",
"-",
"... | [
"if",
"(",
"groups",
"=",
"=",
"null",
")",
"{",
"this",
"groups",
"=",
"null",
";",
"return",
";",
"}",
"this",
"groups",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"string",
">",
"(",
"groups",
")",
";"
] |
[
"the",
"list",
"of",
"groups",
"(",
"20",
"maximum",
")",
"to",
"which",
"the",
"active",
"m",
"q",
"user",
"belongs",
"this",
"value",
"can",
"contain",
"only",
"alphanumeric",
"characters",
"dashes",
"periods",
"underscores",
"and",
"tildes",
"(",
"-",
"... | [
"if",
"(",
"this",
"groups",
"=",
"=",
"null",
")",
"{",
"set",
"groups",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"string",
">",
"(",
"groups",
"length",
")",
")",
";",
"}",
"for",
"(",
"string",
"ele",
":",
"groups",
")",
"{",
"this",
... |
[
"the",
"list",
"of",
"groups",
"(",
"20",
"maximum",
")",
"to",
"which",
"the",
"active",
"m",
"q",
"user",
"belongs",
"this",
"value",
"can",
"contain",
"only",
"alphanumeric",
"characters",
"dashes",
"periods",
"underscores",
"and",
"tildes",
"(",
"-",
"... | [
"set",
"groups",
"(",
"groups",
")",
";",
"return",
"this",
";"
] |
[
"the",
"password",
"of",
"the",
"user",
"this",
"value",
"must",
"be",
"at",
"least",
"12",
"characters",
"long",
"must",
"contain",
"at",
"least",
"4",
"unique",
"characters",
"and",
"must",
"not",
"contain",
"commas"
] | [
"set",
"password",
"(",
"password",
")",
";",
"return",
"this",
";"
] |
[
"required",
"the",
"username",
"of",
"the",
"active",
"m",
"q",
"user",
"this",
"value",
"can",
"contain",
"only",
"alphanumeric",
"characters",
"dashes",
"periods",
"underscores",
"and",
"tildes",
"(",
"-",
"~",
")",
"this",
"value",
"must",
"be",
"2",
"-... | [
"set",
"username",
"(",
"username",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"pending",
"maintenance",
"actions",
"for",
"the",
"resource",
"<",
"/",
"p",
">"
] | [
"return",
"pending",
"maintenance",
"actions",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"pending",
"maintenance",
"actions",
"for",
"the",
"resource",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"pending",
"maintenance",
"actions",
"=",
"=",
"null",
")",
"{",
"this",
"pending",
"maintenance",
"actions",
"=",
"null",
";",
"return",
";",
"}",
"this",
"pending",
"maintenance",
"actions",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"pending",
"maintenance",
"actions",
"for",
"the",
"resource",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
... | [
"if",
"(",
"this",
"pending",
"maintenance",
"actions",
"=",
"=",
"null",
")",
"{",
"set",
"pending",
"maintenance",
"actions",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"resource",
"pending",
"maintenance",
"actions",
">",
"(",
"pending",
"maintenan... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"pending",
"maintenance",
"actions",
"for",
"the",
"resource",
"<",
"/",
"p",
">"
] | [
"set",
"pending",
"maintenance",
"actions",
"(",
"pending",
"maintenance",
"actions",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"pagination",
"token",
"provided",
"by",
"a",
"previous",
"<",
"code",
">",
"describe",
"pending",
"maintenance",
"actions",
"<",
"/",
"code",
">",
"request",
"if",
"this",
"parameter",
"is",
"specified",
"the",
"response",
... | [
"set",
"marker",
"(",
"marker",
")",
";",
"return",
"this",
";"
] |
[
"create",
"set",
"of",
"wal",
"file",
"names",
"(",
"not",
"full",
"path",
"names",
")"
] | [
"set",
"<",
"string",
">",
"set",
"=",
"new",
"hash",
"set",
"<",
">",
"(",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"log",
"from",
"system",
"table",
"size",
"(",
")",
";",
"i",
"+",
"+",
")",
"{",
"w",
"a",
"l",
"item"... |
[
"for",
"each",
"region",
"server",
":",
"get",
"all",
"log",
"files",
"newer",
"than",
"the",
"last",
"timestamps",
"but",
"not",
"newer",
"than",
"the",
"newest",
"timestamps"
] | [
"list",
"<",
"w",
"a",
"l",
"item",
">",
"log",
"files",
"=",
"new",
"array",
"list",
"<",
">",
"(",
")",
";",
"iterator",
"<",
"w",
"a",
"l",
"item",
">",
"it",
"=",
"get",
"w",
"a",
"l",
"files",
"from",
"backup",
"system",
"(",
")",
";",
... |
[
"/",
"*",
"refcnt",
"increment",
"return",
"the",
"ref",
"count",
"of",
"current",
"file",
"s",
"filelock"
] | [
"integer",
"val",
"=",
"0",
";",
"if",
"(",
"m",
"ref",
"count",
"map",
"contains",
"key",
"(",
"name",
")",
")",
"{",
"val",
"=",
"m",
"ref",
"count",
"map",
"get",
"(",
"name",
")",
"m",
"ref",
"count",
"+",
"+",
";",
"}",
"else",
"{",
"val... |
[
"/",
"*",
"refcnt",
"decrement",
"return",
"the",
"ref",
"count",
"of",
"current",
"file",
"s",
"filelock"
] | [
"integer",
"val",
"=",
"0",
";",
"if",
"(",
"m",
"ref",
"count",
"map",
"contains",
"key",
"(",
"name",
")",
")",
"{",
"val",
"=",
"-",
"-",
"m",
"ref",
"count",
"map",
"get",
"(",
"name",
")",
"m",
"ref",
"count",
";",
"/",
"*",
"*",
"remove... |
[
"returns",
"an",
"immutable",
"empty",
"map",
"field"
] | [
"return",
"new",
"map",
"field",
"<",
"k",
",",
"v",
">",
"(",
"default",
"entry",
",",
"storage",
"mode",
"map",
",",
"collections",
"<",
"k",
",",
"v",
">",
"empty",
"map",
"(",
")",
")",
";"
] |
[
"creates",
"a",
"new",
"mutable",
"empty",
"map",
"field"
] | [
"return",
"new",
"map",
"field",
"<",
"k",
",",
"v",
">",
"(",
"default",
"entry",
",",
"storage",
"mode",
"map",
",",
"new",
"linked",
"hash",
"map",
"<",
"k",
",",
"v",
">",
"(",
")",
")",
";"
] |
[
"returns",
"the",
"content",
"of",
"this",
"map",
"field",
"as",
"a",
"read",
"-",
"only",
"map"
] | [
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"list",
")",
"{",
"synchronized",
"(",
"this",
")",
"{",
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"list",
")",
"{",
"map",
"data",
"=",
"convert",
"list",
"to",
"map",
"(",
"list",
"data",
")... |
[
"gets",
"a",
"mutable",
"map",
"view",
"of",
"this",
"map",
"field"
] | [
"if",
"(",
"mode",
"!",
"=",
"storage",
"mode",
"map",
")",
"{",
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"list",
")",
"{",
"map",
"data",
"=",
"convert",
"list",
"to",
"map",
"(",
"list",
"data",
")",
";",
"}",
"list",
"data",
"=",
"nul... |
[
"returns",
"a",
"deep",
"copy",
"of",
"this",
"map",
"field"
] | [
"return",
"new",
"map",
"field",
"<",
"k",
",",
"v",
">",
"(",
"converter",
",",
"storage",
"mode",
"map",
",",
"map",
"field",
"lite",
"copy",
"(",
"get",
"map",
"(",
")",
")",
")",
";"
] |
[
"gets",
"the",
"content",
"of",
"this",
"map",
"field",
"as",
"a",
"read",
"-",
"only",
"list"
] | [
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"map",
")",
"{",
"synchronized",
"(",
"this",
")",
"{",
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"map",
")",
"{",
"list",
"data",
"=",
"convert",
"map",
"to",
"list",
"(",
"map",
"data",
")",... |
[
"gets",
"a",
"mutable",
"list",
"view",
"of",
"this",
"map",
"field"
] | [
"if",
"(",
"mode",
"!",
"=",
"storage",
"mode",
"list",
")",
"{",
"if",
"(",
"mode",
"=",
"=",
"storage",
"mode",
"map",
")",
"{",
"list",
"data",
"=",
"convert",
"map",
"to",
"list",
"(",
"map",
"data",
")",
";",
"}",
"map",
"data",
"=",
"null... |
[
"gets",
"the",
"default",
"instance",
"of",
"the",
"message",
"stored",
"in",
"the",
"list",
"view",
"of",
"this",
"map",
"field"
] | [
"return",
"converter",
"get",
"message",
"default",
"instance",
"(",
")",
";"
] |
[
"makes",
"this",
"field",
"immutable",
"all",
"subsequent",
"modifications",
"will",
"throw",
"an",
"{"
] | [
"is",
"mutable",
"=",
"false",
";"
] |
[
"returns",
"whether",
"this",
"field",
"can",
"be",
"modified"
] | [
"return",
"is",
"mutable",
";"
] |
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
] | [
"if",
"(",
"!",
"is",
"mutable",
"(",
")",
")",
"{",
"throw",
"new",
"unsupported",
"operation",
"exception",
"(",
")",
";",
"}"
] |
[
"process",
"incoming",
"data"
] | [
"is",
"list",
"add",
"(",
"new",
"byte",
"buf",
"input",
"stream",
"(",
"data",
"content",
"(",
")",
")",
")",
";",
"if",
"(",
"data",
"is",
"end",
"stream",
"(",
")",
")",
"{",
"is",
"list",
"add",
"(",
"netty",
"input",
"stream",
"end",
"of",
... |
[
"returns",
"the",
"value",
"of",
"the",
"{"
] | [
"return",
"nsplit",
"point",
"(",
"address",
"(",
")",
")",
";"
] |
[
"passes",
"the",
"{"
] | [
"consumer",
"accept",
"(",
"z",
"params",
"(",
")",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"specified",
"value",
"to",
"the",
"{"
] | [
"nsplit",
"point",
"(",
"address",
"(",
")",
",",
"value",
")",
";",
"return",
"this",
";"
] |
[
"initializes",
"this",
"struct",
"with",
"the",
"specified",
"values"
] | [
"k",
"(",
"k",
")",
";",
"d",
"(",
"d",
")",
";",
"f",
"(",
"f",
")",
";",
"steps",
"(",
"steps",
")",
";",
"nb",
"threads",
"(",
"nb",
"threads",
")",
";",
"split",
"point",
"(",
"split",
"point",
")",
";",
"accel",
"(",
"accel",
")",
";",... |
[
"copies",
"the",
"specified",
"struct",
"data",
"to",
"this",
"struct"
] | [
"mem",
"copy",
"(",
"src",
"address",
"(",
")",
",",
"address",
"(",
")",
",",
"sizeof",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"nmem",
"alloc",
"checked",
"(",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"nmem",
"calloc",
"checked",
"(",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"byte",
"buffer",
"container",
"=",
"buffer",
"utils",
"create",
"byte",
"buffer",
"(",
"sizeof",
")",
";",
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"mem",
"address",
"(",
"container",
")",
",",
"containe... |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"address",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"address",
"=",
"=",
"null",
"?",
"null",
":",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"address",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"alloc",
"mem",
"alloc",
"}",
"the",
"instance",
"must",
"be"... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"alloc",
"checked",
"(",
"check",
"malloc",
"(",
"capacity",
",",
"sizeof",
")",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"calloc",
"mem",
"calloc",
"}",
"the",
"instance",
"must",
"b... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"calloc",
"checked",
"(",
"capacity",
",",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"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",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"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",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
"zero"
] | [
"return",
"wrap",
"(",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"z",
"d",
"i",
"c",
"t",
"fast",
"cover",
"params",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.