docstring_tokens list | code_tokens list |
|---|---|
[
"safely",
"but",
"weakly",
"sets",
"the",
"raw",
"method",
"name",
"for",
"this",
"method",
"descriptor",
"this",
"should",
"only",
"be",
"called",
"by",
"the",
"transport",
"see",
"{"
] | [
"raw",
"method",
"names",
"lazy",
"set",
"(",
"transport",
"ordinal",
",",
"o",
")",
";"
] |
[
"creates",
"a",
"new",
"{",
"@",
"code",
"method",
"descriptor",
"}"
] | [
"return",
"new",
"method",
"descriptor",
"<",
"request",
"t",
",",
"response",
"t",
">",
"(",
"type",
",",
"full",
"method",
"name",
",",
"request",
"marshaller",
",",
"response",
"marshaller",
",",
"null",
",",
"false",
",",
"false",
",",
"false",
")",
... |
[
"the",
"fully",
"qualified",
"name",
"of",
"the",
"method"
] | [
"return",
"full",
"method",
"name",
";"
] |
[
"parse",
"a",
"response",
"payload",
"from",
"the",
"given",
"{",
"@",
"link",
"input",
"stream",
"}"
] | [
"return",
"response",
"marshaller",
"parse",
"(",
"input",
")",
";"
] |
[
"convert",
"a",
"request",
"message",
"to",
"an",
"{",
"@",
"link",
"input",
"stream",
"}",
"the",
"returned",
"input",
"stream",
"should",
"be",
"closed",
"by",
"the",
"caller"
] | [
"return",
"request",
"marshaller",
"stream",
"(",
"request",
"message",
")",
";"
] |
[
"parse",
"an",
"incoming",
"request",
"message"
] | [
"return",
"request",
"marshaller",
"parse",
"(",
"input",
")",
";"
] |
[
"serialize",
"an",
"outgoing",
"response",
"message",
"the",
"returned",
"input",
"stream",
"should",
"be",
"closed",
"by",
"the",
"caller"
] | [
"return",
"response",
"marshaller",
"stream",
"(",
"response",
")",
";"
] |
[
"returns",
"the",
"schema",
"descriptor",
"for",
"this",
"method",
"a",
"schema",
"descriptor",
"is",
"an",
"object",
"that",
"is",
"not",
"used",
"by",
"g",
"r",
"p",
"c",
"core",
"but",
"includes",
"information",
"related",
"to",
"the",
"service",
"metho... | [
"return",
"schema",
"descriptor",
";"
] |
[
"returns",
"whether",
"r",
"p",
"cs",
"for",
"this",
"method",
"may",
"be",
"sampled",
"into",
"the",
"local",
"tracing",
"store"
] | [
"return",
"sampled",
"to",
"local",
"tracing",
";"
] |
[
"creates",
"a",
"new",
"builder",
"for",
"a",
"{",
"@",
"link",
"method",
"descriptor",
"}"
] | [
"return",
"new",
"builder",
"(",
"null",
",",
"null",
")",
";"
] |
[
"creates",
"a",
"new",
"builder",
"for",
"a",
"{",
"@",
"link",
"method",
"descriptor",
"}"
] | [
"return",
"new",
"builder",
"<",
"req",
"t",
",",
"resp",
"t",
">",
"(",
")",
"set",
"request",
"marshaller",
"(",
"request",
"marshaller",
")",
"set",
"response",
"marshaller",
"(",
"response",
"marshaller",
")",
";"
] |
[
"turns",
"this",
"descriptor",
"into",
"a",
"builder"
] | [
"return",
"to",
"builder",
"(",
"request",
"marshaller",
",",
"response",
"marshaller",
")",
";"
] |
[
"turns",
"this",
"descriptor",
"into",
"a",
"builder",
"replacing",
"the",
"request",
"and",
"response",
"marshallers"
] | [
"return",
"method",
"descriptor",
"<",
"new",
"req",
"t",
",",
"new",
"resp",
"t",
">",
"new",
"builder",
"(",
")",
"set",
"request",
"marshaller",
"(",
"request",
"marshaller",
")",
"set",
"response",
"marshaller",
"(",
"response",
"marshaller",
")",
"set... |
[
"sets",
"the",
"request",
"marshaller"
] | [
"this",
"request",
"marshaller",
"=",
"request",
"marshaller",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"method",
"type"
] | [
"this",
"type",
"=",
"type",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"fully",
"qualified",
"(",
"service",
"and",
"method",
")",
"method",
"name"
] | [
"this",
"full",
"method",
"name",
"=",
"full",
"method",
"name",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"schema",
"descriptor",
"for",
"this",
"builder",
"a",
"schema",
"descriptor",
"is",
"an",
"object",
"that",
"is",
"not",
"used",
"by",
"g",
"r",
"p",
"c",
"core",
"but",
"includes",
"information",
"related",
"to",
"the",
"methods",
"the",
... | [
"this",
"schema",
"descriptor",
"=",
"schema",
"descriptor",
";",
"return",
"this",
";"
] |
[
"sets",
"whether",
"r",
"p",
"cs",
"for",
"this",
"method",
"may",
"be",
"sampled",
"into",
"the",
"local",
"tracing",
"store",
"if",
"true",
"sampled",
"traces",
"of",
"this",
"method",
"may",
"be",
"kept",
"in",
"memory",
"by",
"tracing",
"libraries"
] | [
"this",
"sampled",
"to",
"local",
"tracing",
"=",
"value",
";",
"return",
"this",
";"
] |
[
"builds",
"the",
"method",
"descriptor"
] | [
"return",
"new",
"method",
"descriptor",
"<",
"req",
"t",
",",
"resp",
"t",
">",
"(",
"type",
",",
"full",
"method",
"name",
",",
"request",
"marshaller",
",",
"response",
"marshaller",
",",
"schema",
"descriptor",
",",
"idempotent",
",",
"safe",
",",
"s... |
[
"take",
"sine",
"of",
"a"
] | [
"result",
"set",
"(",
"math",
"sin",
"(",
"a",
"get",
"(",
")",
")",
")",
";",
"return",
"result",
";"
] |
[
"determines",
"if",
"a",
"data",
"snapshot",
"with",
"the",
"given",
"key",
"is",
"present",
"at",
"the",
"given",
"index"
] | [
"return",
"index",
">",
"=",
"0",
"&",
"&",
"index",
"<",
"size",
"(",
")",
"&",
"&",
"m",
"data",
"snapshots",
"get",
"(",
"index",
")",
"get",
"key",
"(",
")",
"equals",
"(",
"key",
")",
";"
] |
[
"gets",
"a",
"field",
"in",
"class",
"can",
"override",
"access",
"constraints",
"if",
"requested",
"to",
"do",
"so"
] | [
"object",
"target",
"instance",
"=",
"target",
"class",
"new",
"instance",
"(",
")",
";",
"field",
"field",
"=",
"target",
"class",
"get",
"declared",
"field",
"(",
"which",
"field",
")",
";",
"if",
"(",
"set",
"access",
")",
"{",
"field",
"set",
"acce... |
[
"this",
"method",
"is",
"called",
"for",
"every",
"incoming",
"request",
"and",
"returns",
"a",
"{",
"@",
"link",
"completable",
"future",
"}",
"containing",
"a",
"the",
"response"
] | [
"protected",
"abstract",
"completable",
"future",
"<",
"p",
">",
"handle",
"request",
"(",
"@",
"nonnull",
"handler",
"request",
"<",
"r",
",",
"m",
">",
"request",
",",
"@",
"nonnull",
"t",
"gateway",
")",
"throws",
"rest",
"handler",
"exception",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"interconnect",
"<",
"/",
"p",
">"
] | [
"this",
"interconnect",
"name",
"=",
"interconnect",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"interconnect",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"interconnect",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"interconnect",
"<",
"/",
"p",
">"
] | [
"set",
"interconnect",
"name",
"(",
"interconnect",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"port",
"bandwidth",
"in",
"gbps",
"the",
"possible",
"values",
"are",
"1",
"and",
"10",
"<",
"/",
"p",
">"
] | [
"set",
"bandwidth",
"(",
"bandwidth",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"location",
"of",
"the",
"interconnect",
"<",
"/",
"p",
">"
] | [
"set",
"location",
"(",
"location",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"lag",
"<",
"/",
"p",
">"
] | [
"set",
"lag",
"id",
"(",
"lag",
"id",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"index"
] | [
"this",
"index",
"=",
"index",
";",
"return",
"this",
";"
] |
[
"should",
"this",
"task",
"store",
"its",
"result",
"after",
"it",
"has",
"finished",
"?"
] | [
"this",
"should",
"store",
"result",
"=",
"should",
"store",
"result",
";",
"return",
"this",
";"
] |
[
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"... | [
"return",
"4",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"when",
"to",
"reroute",
"traffic",
"from",
"an",
"original",
"environment",
"to",
"a",
"replacement",
"environment",
"in",
"a",
"blue",
"/",
"green",
"deployment",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
"... | [
"this",
"action",
"on",
"timeout",
"=",
"action",
"on",
"timeout",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"when",
"to",
"reroute",
"traffic",
"from",
"an",
"original",
"environment",
"to",
"a",
"replacement",
"environment",
"in",
"a",
"blue",
"/",
"green",
"deployment",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
"... | [
"return",
"this",
"action",
"on",
"timeout",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"when",
"to",
"reroute",
"traffic",
"from",
"an",
"original",
"environment",
"to",
"a",
"replacement",
"environment",
"in",
"a",
"blue",
"/",
"green",
"deployment",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
"... | [
"set",
"action",
"on",
"timeout",
"(",
"action",
"on",
"timeout",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"when",
"to",
"reroute",
"traffic",
"from",
"an",
"original",
"environment",
"to",
"a",
"replacement",
"environment",
"in",
"a",
"blue",
"/",
"green",
"deployment",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
"... | [
"with",
"action",
"on",
"timeout",
"(",
"action",
"on",
"timeout",
")",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"when",
"to",
"reroute",
"traffic",
"from",
"an",
"original",
"environment",
"to",
"a",
"replacement",
"environment",
"in",
"a",
"blue",
"/",
"green",
"deployment",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
"... | [
"this",
"action",
"on",
"timeout",
"=",
"action",
"on",
"timeout",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"number",
"of",
"minutes",
"to",
"wait",
"before",
"the",
"status",
"of",
"a",
"blue",
"/",
"green",
"deployment",
"changed",
"to",
"stopped",
"if",
"rerouting",
"is",
"not",
"started",
"manually",
"applies",
"only",
"to",
"the",
"s... | [
"this",
"wait",
"time",
"in",
"minutes",
"=",
"wait",
"time",
"in",
"minutes",
";"
] |
[
"<",
"p",
">",
"the",
"number",
"of",
"minutes",
"to",
"wait",
"before",
"the",
"status",
"of",
"a",
"blue",
"/",
"green",
"deployment",
"changed",
"to",
"stopped",
"if",
"rerouting",
"is",
"not",
"started",
"manually",
"applies",
"only",
"to",
"the",
"s... | [
"return",
"this",
"wait",
"time",
"in",
"minutes",
";"
] |
[
"<",
"p",
">",
"the",
"number",
"of",
"minutes",
"to",
"wait",
"before",
"the",
"status",
"of",
"a",
"blue",
"/",
"green",
"deployment",
"changed",
"to",
"stopped",
"if",
"rerouting",
"is",
"not",
"started",
"manually",
"applies",
"only",
"to",
"the",
"s... | [
"set",
"wait",
"time",
"in",
"minutes",
"(",
"wait",
"time",
"in",
"minutes",
")",
";",
"return",
"this",
";"
] |
[
"{"
] | [
"return",
"command",
"class",
"configuration",
";"
] |
[
"gets",
"the",
"stored",
"parameter"
] | [
"return",
"this",
"config",
"parameters",
"get",
"(",
"index",
")",
";"
] |
[
"returns",
"the",
"{",
"@",
"link",
"configuration",
"parameter",
"}",
"that",
"was",
"received",
"as",
"event"
] | [
"return",
"(",
"configuration",
"parameter",
")",
"this",
"get",
"value",
"(",
")",
";"
] |
[
"gets",
"the",
"format",
"of",
"the",
"audio",
"obtained",
"using",
"{"
] | [
"return",
"m",
"audio",
"format",
";"
] |
[
"gets",
"the",
"raw",
"audio",
"that",
"triggered",
"the",
"keyphrase",
"this",
"may",
"be",
"null",
"if",
"the",
"trigger",
"audio",
"isn",
"t",
"available",
"if",
"non",
"-",
"null",
"the",
"format",
"of",
"the",
"audio",
"can",
"be",
"obtained",
"by",... | [
"if",
"(",
"m",
"trigger",
"available",
")",
"{",
"return",
"m",
"data",
";",
"}",
"else",
"{",
"return",
"null",
";",
"}"
] |
[
"gets",
"the",
"opaque",
"data",
"passed",
"from",
"the",
"detection",
"engine",
"for",
"the",
"event",
"this",
"may",
"be",
"null",
"if",
"it",
"was",
"not",
"populated",
"by",
"the",
"engine",
"or",
"if",
"the",
"data",
"is",
"known",
"to",
"contain",
... | [
"if",
"(",
"!",
"m",
"trigger",
"available",
")",
"{",
"return",
"m",
"data",
";",
"}",
"else",
"{",
"return",
"null",
";",
"}"
] |
[
"gets",
"the",
"session",
"id",
"to",
"start",
"a",
"capture",
"from",
"the",
"dsp",
"this",
"may",
"be",
"null",
"if",
"streaming",
"capture",
"isn",
"t",
"possible",
"if",
"non",
"-",
"null",
"the",
"format",
"of",
"the",
"audio",
"that",
"can",
"be"... | [
"if",
"(",
"m",
"capture",
"available",
")",
"{",
"return",
"m",
"capture",
"session",
";",
"}",
"else",
"{",
"return",
"null",
";",
"}"
] |
[
"called",
"when",
"the",
"hotword",
"availability",
"changes",
"this",
"indicates",
"a",
"change",
"in",
"the",
"availability",
"of",
"recognition",
"for",
"the",
"given",
"keyphrase",
"it",
"s",
"called",
"at",
"least",
"once",
"with",
"the",
"initial",
"avai... | [
"public",
"abstract",
"void",
"on",
"availability",
"changed",
"(",
"int",
"status",
")",
";"
] |
[
"called",
"when",
"the",
"keyphrase",
"is",
"spoken",
"this",
"implicitly",
"stops",
"listening",
"for",
"the",
"keyphrase",
"once",
"it",
"s",
"detected",
"clients",
"should",
"start",
"a",
"recognition",
"again",
"once",
"they",
"are",
"done",
"handling",
"t... | [
"public",
"abstract",
"void",
"on",
"detected",
"(",
"@",
"non",
"null",
"event",
"payload",
"event",
"payload",
")",
";"
] |
[
"what",
"action",
"do",
"you",
"want",
"to",
"take",
"when",
"the",
"client",
"meets",
"errors"
] | [
"public",
"abstract",
"void",
"on",
"error",
"(",
")",
";"
] |
[
"called",
"when",
"the",
"recognition",
"is",
"paused",
"temporarily",
"for",
"some",
"reason",
"this",
"is",
"an",
"informational",
"callback",
"and",
"the",
"clients",
"shouldn",
"t",
"be",
"doing",
"anything",
"here",
"except",
"showing",
"an",
"indication",
... | [
"public",
"abstract",
"void",
"on",
"recognition",
"paused",
"(",
")",
";"
] |
[
"called",
"when",
"the",
"recognition",
"is",
"resumed",
"after",
"it",
"was",
"temporarily",
"paused",
"this",
"is",
"an",
"informational",
"callback",
"and",
"the",
"clients",
"shouldn",
"t",
"be",
"doing",
"anything",
"here",
"except",
"showing",
"an",
"ind... | [
"public",
"abstract",
"void",
"on",
"recognition",
"resumed",
"(",
")",
";"
] |
[
"stops",
"recognition",
"for",
"the",
"associated",
"model"
] | [
"int",
"status",
"=",
"status",
"ok",
";",
"try",
"{",
"status",
"=",
"m",
"sound",
"trigger",
"service",
"stop",
"recognition",
"(",
"new",
"parcel",
"uuid",
"(",
"m",
"sound",
"model",
"id",
")",
",",
"m",
"recognition",
"callback",
")",
";",
"}",
... |
[
"api",
"to",
"get",
"network",
"registration",
"state",
"the",
"result",
"will",
"be",
"passed",
"to",
"the",
"callback"
] | [
"callback",
"on",
"get",
"network",
"registration",
"state",
"complete",
"(",
"network",
"service",
"callback",
"result",
"error",
"unsupported",
",",
"null",
")",
";"
] |
[
"called",
"when",
"the",
"instance",
"of",
"network",
"service",
"is",
"destroyed",
"(",
"e",
"g",
"got",
"unbind",
"or",
"binder",
"died",
")"
] | [
"m",
"network",
"registration",
"state",
"changed",
"callbacks",
"clear",
"(",
")",
";"
] |
[
"create",
"the",
"instance",
"of",
"{",
"@",
"link",
"network",
"service",
"provider",
"}",
"network",
"service",
"provider",
"must",
"override",
"this",
"method",
"to",
"facilitate",
"the",
"creation",
"of",
"{",
"@",
"link",
"network",
"service",
"provider",... | [
"protected",
"abstract",
"network",
"service",
"provider",
"create",
"network",
"service",
"provider",
"(",
"int",
"slot",
"id",
")",
";"
] |
[
"sets",
"the",
"corner",
"radius",
"if",
"corner",
"radius",
"is",
"equal",
"to",
"0",
"rounded",
"corners",
"are",
"turned",
"off"
] | [
"if",
"(",
"!",
"carbon",
"is",
"lollipop",
"or",
"higher",
"&",
"&",
"corner",
"radius",
"!",
"=",
"this",
"corner",
"radius",
")",
"post",
"invalidate",
"(",
")",
";",
"this",
"corner",
"radius",
"=",
"corner",
"radius",
";",
"if",
"(",
"get",
"wid... |
[
"returns",
"the",
"path",
"of",
"an",
"artifact",
"sdk",
"repository"
] | [
"return",
"details",
"types",
"maven",
"type",
"get",
"repository",
"path",
"(",
"selector",
"get",
"group",
"(",
")",
",",
"selector",
"get",
"name",
"(",
")",
",",
"selector",
"get",
"version",
"(",
")",
")",
";"
] |
[
"<",
"p",
">",
"platform",
"applications",
"returned",
"when",
"calling",
"list",
"platform",
"applications",
"action",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"platform",
"applications",
"=",
"=",
"null",
")",
"{",
"platform",
"applications",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"platform",
"application",
">",
"(",
")",
";",
"}",
"return",
"platform",
"applications... |
[
"<",
"p",
">",
"platform",
"applications",
"returned",
"when",
"calling",
"list",
"platform",
"applications",
"action",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"platform",
"applications",
"=",
"=",
"null",
")",
"{",
"this",
"platform",
"applications",
"=",
"null",
";",
"return",
";",
"}",
"this",
"platform",
"applications",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"pl... |
[
"<",
"p",
">",
"platform",
"applications",
"returned",
"when",
"calling",
"list",
"platform",
"applications",
"action",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"... | [
"if",
"(",
"this",
"platform",
"applications",
"=",
"=",
"null",
")",
"{",
"set",
"platform",
"applications",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"platform",
"application",
">",
"(",
"platform",
"applications",
"length",... |
[
"<",
"p",
">",
"platform",
"applications",
"returned",
"when",
"calling",
"list",
"platform",
"applications",
"action",
"<",
"/",
"p",
">"
] | [
"set",
"platform",
"applications",
"(",
"platform",
"applications",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"next",
"token",
"string",
"is",
"returned",
"when",
"calling",
"list",
"platform",
"applications",
"action",
"if",
"additional",
"records",
"are",
"available",
"after",
"the",
"first",
"page",
"results",
"<",
"/",
"p",
">"
] | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"identifier",
"for",
"the",
"distribution",
"for",
"example",
"<",
"code",
">",
"edfdvbd632bhds5",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"id",
"(",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"arn",
"(",
"amazon",
"resource",
"name",
")",
"for",
"the",
"streaming",
"distribution",
"for",
"example",
":",
"<",
"code",
">",
"arn",
":",
"aws",
":",
"cloudfront",
":",
":",
"123456789012",
":",
"streaming",
"-",
"distribution"... | [
"set",
"a",
"r",
"n",
"(",
"a",
"r",
"n",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"indicates",
"the",
"current",
"status",
"of",
"the",
"distribution",
"when",
"the",
"status",
"is",
"<",
"code",
">",
"deployed",
"<",
"/",
"code",
">",
"the",
"distribution",
"s",
"information",
"is",
"fully",
"propagated",
"throughout",
"... | [
"set",
"status",
"(",
"status",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"timestamp",
"when",
"the",
"training",
"job",
"was",
"last",
"modified",
"<",
"/",
"p",
">"
] | [
"this",
"last",
"modified",
"time",
"=",
"last",
"modified",
"time",
";"
] |
[
"<",
"p",
">",
"timestamp",
"when",
"the",
"training",
"job",
"was",
"last",
"modified",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"last",
"modified",
"time",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"the",
"distribution",
"was",
"last",
"modified",
"<",
"/",
"p",
">"
] | [
"set",
"last",
"modified",
"time",
"(",
"last",
"modified",
"time",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"domain",
"name",
"corresponding",
"to",
"the",
"distribution",
"for",
"example",
"<",
"code",
">",
"d",
"1",
"1",
"1",
"1",
"1",
"1abcdef",
"8",
"cloudfront",
"net",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"domain",
"name",
"(",
"domain",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"the",
"amazon",
"s3",
"bucket",
"from",
"which",
"you",
"want",
"cloud",
"front",
"to",
"get",
"your",
"media",
"files",
"for",
"distribution",
"<",
"/",
"p",
">"
] | [
"this",
"s",
"3",
"origin",
"=",
"s",
"3",
"origin",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"the",
"amazon",
"s3",
"bucket",
"from",
"which",
"you",
"want",
"cloud",
"front",
"to",
"get",
"your",
"media",
"files",
"for",
"distribution",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"s",
"3",
"origin",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"the",
"amazon",
"s3",
"bucket",
"from",
"which",
"you",
"want",
"cloud",
"front",
"to",
"get",
"your",
"media",
"files",
"for",
"distribution",
"<",
"/",
"p",
">"
] | [
"set",
"s",
"3",
"origin",
"(",
"s",
"3",
"origin",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"c",
"n",
"a",
"m",
"es",
"(",
"alternate",
"domain",
"names",
")",
"if",
"any",
"for",
"this",
"distribution",
"<",
"/",
"p",
">"
] | [
"this",
"aliases",
"=",
"aliases",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"c",
"n",
"a",
"m",
"es",
"(",
"alternate",
"domain",
"names",
")",
"if",
"any",
"for",
"this",
"distribution",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"aliases",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"contains",
"information",
"about",
"c",
"n",
"a",
"m",
"es",
"(",
"alternate",
"domain",
"names",
")",
"if",
"any",
"for",
"this",
"streaming",
"distribution",
"<",
"/",
"p",
">"
] | [
"set",
"aliases",
"(",
"aliases",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"specifies",
"the",
"aws",
"accounts",
"if",
"any",
"that",
"you",
"want",
"to",
"allow",
"to",
"create",
"signed",
"u",
"r",
"ls",
"for",
"private",
"content",
"<",
"/",
"p",
">",
"<",
"p",
">",
"if",... | [
"this",
"trusted",
"signers",
"=",
"trusted",
"signers",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"specifies",
"the",
"aws",
"accounts",
"if",
"any",
"that",
"you",
"want",
"to",
"allow",
"to",
"create",
"signed",
"u",
"r",
"ls",
"for",
"private",
"content",
"<",
"/",
"p",
">",
"<",
"p",
">",
"if",... | [
"return",
"this",
"trusted",
"signers",
";"
] |
[
"<",
"p",
">",
"a",
"complex",
"type",
"that",
"specifies",
"the",
"aws",
"accounts",
"if",
"any",
"that",
"you",
"want",
"to",
"allow",
"to",
"create",
"signed",
"u",
"r",
"ls",
"for",
"private",
"content",
"if",
"you",
"want",
"to",
"require",
"signe... | [
"set",
"trusted",
"signers",
"(",
"trusted",
"signers",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"comment",
"originally",
"specified",
"when",
"this",
"distribution",
"was",
"created",
"<",
"/",
"p",
">"
] | [
"set",
"comment",
"(",
"comment",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"whether",
"the",
"distribution",
"is",
"enabled",
"to",
"accept",
"end",
"user",
"requests",
"for",
"content",
"<",
"/",
"p",
">"
] | [
"set",
"enabled",
"(",
"enabled",
")",
";",
"return",
"this",
";"
] |
[
"visits",
"a",
"formal",
"type",
"parameter"
] | [] |
[
"visits",
"the",
"class",
"bound",
"of",
"the",
"last",
"visited",
"formal",
"type",
"parameter"
] | [
"return",
"this",
";"
] |
[
"visits",
"an",
"interface",
"bound",
"of",
"the",
"last",
"visited",
"formal",
"type",
"parameter"
] | [
"return",
"this",
";"
] |
[
"visits",
"the",
"type",
"of",
"the",
"super",
"class"
] | [
"return",
"this",
";"
] |
[
"visits",
"the",
"type",
"of",
"an",
"interface",
"implemented",
"by",
"the",
"class"
] | [
"return",
"this",
";"
] |
[
"visits",
"the",
"type",
"of",
"a",
"method",
"parameter"
] | [
"return",
"this",
";"
] |
[
"visits",
"the",
"return",
"type",
"of",
"the",
"method"
] | [
"return",
"this",
";"
] |
[
"visits",
"the",
"type",
"of",
"a",
"method",
"exception"
] | [
"return",
"this",
";"
] |
[
"visits",
"a",
"signature",
"corresponding",
"to",
"a",
"primitive",
"type"
] | [] |
[
"visits",
"a",
"signature",
"corresponding",
"to",
"a",
"type",
"variable"
] | [] |
[
"visits",
"a",
"signature",
"corresponding",
"to",
"an",
"array",
"type"
] | [
"return",
"this",
";"
] |
[
"starts",
"the",
"visit",
"of",
"a",
"signature",
"corresponding",
"to",
"a",
"class",
"or",
"interface",
"type"
] | [] |
[
"visits",
"an",
"inner",
"class"
] | [] |
[
"visits",
"an",
"unbounded",
"type",
"argument",
"of",
"the",
"last",
"visited",
"class",
"or",
"inner",
"class",
"type"
] | [] |
[
"visits",
"a",
"type",
"argument",
"of",
"the",
"last",
"visited",
"class",
"or",
"inner",
"class",
"type"
] | [
"return",
"this",
";"
] |
[
"{"
] | [
"switch",
"(",
"type",
")",
"{",
"case",
"op",
"put",
"meta",
":",
"platform",
"ctx",
"process",
"metadata",
"(",
"reader",
")",
";",
"return",
"true",
";",
"case",
"op",
"register",
"type",
":",
"{",
"int",
"type",
"id",
"=",
"reader",
"read",
"int"... |
[
"{"
] | [
"if",
"(",
"type",
"=",
"=",
"op",
"get",
"all",
"meta",
")",
"platform",
"ctx",
"write",
"all",
"metadata",
"(",
"writer",
")",
";",
"else",
"super",
"process",
"out",
"stream",
"(",
"type",
",",
"writer",
")",
";"
] |
[
"{"
] | [
"switch",
"(",
"type",
")",
"{",
"case",
"op",
"get",
"meta",
":",
"{",
"int",
"type",
"id",
"=",
"reader",
"read",
"int",
"(",
")",
";",
"platform",
"ctx",
"write",
"metadata",
"(",
"writer",
",",
"type",
"id",
")",
";",
"break",
";",
"}",
"case... |
[
"<",
"p",
">",
"information",
"about",
"the",
"task",
"s",
"progress",
"and",
"status",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"task",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.