docstring_tokens list | code_tokens list |
|---|---|
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"all",
"async",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"entries",
"async",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"put",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"put",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"put",
"all",
"conflict",
"(",
"dr",
"map",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"all",
"conflict",
"async",
"(",
"dr",
"map",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"(",
"key",
",",
"entry",
"processor",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"async",
"(",
"key",
",",
"entry",
"processor",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"all",
"(",
"keys",
",",
"entry",
"processor",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"p... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"all",
"async",
"(",
"keys",
",",
"entry",
"processor",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"all",
"(",
"map",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"all",
"async",
"(",
"map",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"put",
"if",
"absent",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"put",
"if",
"absent",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"if",
"absent",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"if",
"absent",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"replace",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"replace",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"replace",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"replace",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"replace",
"(",
"key",
",",
"old",
"val",
",",
"new",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"replace",
"async",
"(",
"key",
",",
"old",
"val",
",",
"new",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"put",
"all",
"(",
"m",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"put",
"all",
"async",
"(",
"m",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"key",
"set",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"entry",
"set",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"scan",
"iterator",
"(",
"keep",
"binary",
",",
"p",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"tx",
"start",
"ex",
"(",
"concurrency",
",",
"isolation",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"tx",
"start",
"(",
"concurrency",
",",
"isolation",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"tx",
"start",
"(",
"concurrency",
",",
"isolation",
",",
"timeout",
",",
"tx",
"size",
")",
";",
"}",
"finally",
"{",
"gate",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"tx",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"local",
"peek",
"(",
"key",
",",
"peek",
"modes",
",",
"plc",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"local",
"entries",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"evict",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"evict",
"all",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"clear",
"locally",
"(",
"srv",
",",
"near",
",",
"readers",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"clear",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"clear",
"async",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"clear",
"async",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"clear",
"all",
"async",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"clear",
"locally",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"clear",
"locally",
"all",
"(",
"keys",
",",
"srv",
",",
"near",
",",
"readers",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"clear",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"clear",
"all",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"remove",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"get",
"and",
"remove",
"async",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"remove",
"all",
"conflict",
"(",
"dr",
"map",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"all",
"conflict",
"async",
"(",
"dr",
"map",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"async",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"async",
"(",
"key",
",",
"val",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"remove",
"all",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"all",
"async",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"invoke",
"(",
"top",
"ver",
",",
"key",
",",
"entry",
"processor",
",",
"args",
")",
";",
"}",
"finally",
"{",
"gate",
"leav... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"remove",
"all",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"remove",
"all",
"async",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"lock",
"(",
"key",
",",
"timeout",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"lock",
"async",
"(",
"key",
",",
"timeout",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"lock",
"all",
"(",
"keys",
",",
"timeout",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"lock",
"all",
"async",
"(",
"keys",
",",
"timeout",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"unlock",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"delegate",
"unlock",
"all",
"(",
"keys",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"is",
"locked",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"is",
"locked",
"by",
"thread",
"(",
"key",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"long",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"long",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"long",
"(",
"partition",
",",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";"... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"async",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"long",
"async",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"size",
"long",
"async",
"(",
"partition",
",",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"local",
"size",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"local",
"size",
"long",
"(",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"local",
"size",
"long",
"(",
"partition",
",",
"peek",
"modes",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"near",
"size",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"primary",
"size",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"primary",
"size",
"long",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"off",
"heap",
"entries",
"count",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"off",
"heap",
"allocated",
"size",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"iterator",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"rebalance",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"return",
"op",
"ctx",
"!",
"=",
"null",
"?",
"op",
"ctx",
"expiry",
"(",
")",
":",
"null",
";"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"new",
"grid",
"cache",
"proxy",
"impl",
"<",
">",
"(",
"ctx",
",",
"delegate",
",",
"op",
"ctx",
"!",
"=",
"null",
"?",
"op",
"ctx",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"new",
"grid",
"cache",
"proxy",
"impl",
"<",
">",
"(",
"ctx",
",",
"delegate",
",",
"new",
"cache",
"operation",
"context",
"(",
"false",
... |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"delegate",
"lost",
"partitions",
"(",
")",
";",
"}",
"finally",
"{",
"gate",
"leave",
"(",
"prev",
")",
";",
"}"
] |
[
"{"
] | [
"cache",
"operation",
"context",
"prev",
"=",
"gate",
"enter",
"(",
"op",
"ctx",
")",
";",
"try",
"{",
"return",
"new",
"grid",
"cache",
"proxy",
"impl",
"<",
">",
"(",
"ctx",
",",
"delegate",
",",
"op",
"ctx",
"set",
"allow",
"atomic",
"ops",
"in",
... |
[
"{"
] | [
"out",
"write",
"object",
"(",
"ctx",
")",
";",
"out",
"write",
"object",
"(",
"delegate",
")",
";",
"out",
"write",
"object",
"(",
"op",
"ctx",
")",
";"
] |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"grid",
"cache",
"proxy",
"impl",
"class",
",",
"this",
")",
";"
] |
[
"/",
"*",
"this",
"method",
"uses",
"locks",
"because",
"it",
"can",
"be",
"used",
"during",
"indexing",
"and",
"druid",
"can",
"call",
"aggregate",
"(",
")",
"and",
"get",
"(",
")",
"concurrently",
"see",
"https",
":",
"/",
"/",
"github",
"com",
"/",
... | [
"final",
"hll",
"sketch",
"sketch",
"=",
"selector",
"get",
"object",
"(",
")",
";",
"if",
"(",
"sketch",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"final",
"writable",
"memory",
"mem",
"=",
"writable",
"memory",
"wrap",
"(",
"buf",
")",
"writa... |
[
"/",
"*",
"this",
"method",
"uses",
"locks",
"because",
"it",
"can",
"be",
"used",
"during",
"indexing",
"and",
"druid",
"can",
"call",
"aggregate",
"(",
")",
"and",
"get",
"(",
")",
"concurrently",
"see",
"https",
":",
"/",
"/",
"github",
"com",
"/",
... | [
"final",
"writable",
"memory",
"mem",
"=",
"writable",
"memory",
"wrap",
"(",
"buf",
")",
"writable",
"region",
"(",
"position",
",",
"size",
")",
";",
"final",
"lock",
"lock",
"=",
"striped",
"lock",
"get",
"at",
"(",
"hll",
"sketch",
"build",
"buffer",... |
[
"/",
"*",
"memo",
":",
"array",
"type",
"is",
"a",
"subtype",
"of",
"cloneable",
"and",
"serializable"
] | [
"type",
"data",
"[",
"]",
"array",
"=",
"new",
"type",
"data",
"[",
"size",
"]",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"size",
";",
"i",
"+",
"+",
")",
"array",
"[",
"i",
"]",
"=",
"type",
"tag",
"top",
";",
"return",
"array... |
[
"if",
"the",
"type",
"is",
"a",
"basic",
"type",
"this",
"method",
"normalizes",
"the",
"type",
"and",
"returns",
"a",
"basic",
"type",
"object",
"otherwise",
"it",
"returns",
"null"
] | [
"public",
"abstract",
"basic",
"type",
"is",
"basic",
"type",
"(",
")",
";"
] |
[
"depth",
"-",
"first",
"search",
"by",
"tarjan",
"s",
"algorithm"
] | [
"return",
"index",
";"
] |
[
"returns",
"this",
"if",
"it",
"is",
"a",
"type",
"var",
"or",
"a",
"type",
"var",
"that",
"this",
"type",
"depends",
"on",
"otherwise",
"this",
"method",
"returns",
"null",
"it",
"is",
"used",
"by",
"dfs",
"(",
")"
] | [
"return",
"null",
";"
] |
[
"see",
"uninit",
"type",
"var",
"and",
"uninit",
"data"
] | [] |
[
"/",
"*",
"when",
"fix",
"types",
"(",
")",
"is",
"called",
"get",
"name",
"(",
")",
"will",
"return",
"the",
"correct",
"(",
"i",
"e",
"fixed",
")",
"type",
"name"
] | [
"if",
"(",
"dim",
"=",
"=",
"0",
")",
"return",
"this",
";",
"basic",
"type",
"bt",
"=",
"is",
"basic",
"type",
"(",
")",
";",
"if",
"(",
"bt",
"=",
"=",
"null",
")",
"if",
"(",
"is",
"null",
"type",
"(",
")",
")",
"return",
"new",
"null",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.