docstring_tokens
list
code_tokens
list
[ "<", "p", ">", "(", "optional", ")", "the", "maximum", "number", "of", "resource", "records", "sets", "to", "include", "in", "the", "response", "body", "for", "this", "request", "if", "the", "response", "includes", "more", "than", "<", "code", ">", "maxi...
[ "set", "max", "items", "(", "max", "items", ")", ";", "return", "this", ";" ]
[ "show", "an", "alert", "dialog", "with", "the", "error", "produced", "while", "playing", "the", "video" ]
[ "new", "alert", "dialog", "builder", "(", "this", ")", "set", "message", "(", "preview", "video", "error", "get", "error", "message", "(", ")", ")", "set", "positive", "button", "(", "android", "r", "string", "video", "view", "error", "button", ",", "new...
[ "creates", "and", "returns", "a", "new", "evicting", "queue", "that", "will", "hold", "up", "to", "{", "@", "code", "max", "size", "}", "elements" ]
[ "return", "new", "evicting", "queue", "<", "e", ">", "(", "max", "size", ")", ";" ]
[ "returns", "the", "number", "of", "additional", "elements", "that", "this", "queue", "can", "accept", "without", "evicting", ";", "zero", "if", "the", "queue", "is", "currently", "full" ]
[ "return", "max", "size", "-", "size", "(", ")", ";" ]
[ "adds", "the", "given", "element", "to", "this", "queue", "if", "the", "queue", "is", "currently", "full", "the", "element", "at", "the", "head", "of", "the", "queue", "is", "evicted", "to", "make", "room" ]
[ "return", "add", "(", "e", ")", ";" ]
[ "returns", "if", "the", "node", "s", "value", "is", "currently", "being", "computed", "asynchronously" ]
[ "return", "is", "async", "&", "&", "!", "async", "is", "ready", "(", "(", "completable", "future", "<", "?", ">", ")", "node", "get", "value", "(", ")", ")", ";" ]
[ "if", "the", "page", "replacement", "policy", "buffers", "writes" ]
[ "return", "false", ";" ]
[ "returns", "whether", "this", "cache", "notifies", "a", "writer", "when", "an", "entry", "is", "modified" ]
[ "return", "(", "writer", "!", "=", "cache", "writer", "disabled", "writer", "(", ")", ")", ";" ]
[ "/", "*", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "stats", "support", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" ]
[ "return", "false", ";" ]
[ "returns", "if", "the", "keys", "are", "weak", "reference", "garbage", "collected" ]
[ "return", "false", ";" ]
[ "returns", "if", "the", "values", "are", "weak", "or", "soft", "reference", "garbage", "collected" ]
[ "return", "false", ";" ]
[ "returns", "if", "the", "cache", "expires", "entries", "after", "a", "variable", "time", "threshold" ]
[ "return", "false", ";" ]
[ "returns", "if", "the", "cache", "expires", "entries", "after", "an", "access", "time", "threshold" ]
[ "return", "false", ";" ]
[ "returns", "how", "long", "after", "the", "last", "access", "to", "an", "entry", "the", "map", "will", "retain", "that", "entry" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "if", "the", "cache", "expires", "entries", "after", "an", "write", "time", "threshold" ]
[ "return", "false", ";" ]
[ "returns", "how", "long", "after", "the", "last", "write", "to", "an", "entry", "the", "map", "will", "retain", "that", "entry" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "if", "the", "cache", "refreshes", "entries", "after", "an", "write", "time", "threshold" ]
[ "return", "false", ";" ]
[ "returns", "how", "long", "after", "the", "last", "write", "an", "entry", "becomes", "a", "candidate", "for", "refresh" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "if", "the", "cache", "evicts", "entries", "due", "to", "a", "maximum", "size", "or", "weight", "threshold" ]
[ "return", "false", ";" ]
[ "returns", "if", "entries", "may", "be", "assigned", "different", "weights" ]
[ "return", "(", "weigher", "!", "=", "weigher", "singleton", "weigher", "(", ")", ")", ";" ]
[ "returns", "if", "an", "access", "to", "an", "entry", "can", "skip", "notifying", "the", "eviction", "policy" ]
[ "return", "false", ";" ]
[ "returns", "the", "maximum", "weighted", "size" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "the", "maximum", "weighted", "size", "of", "the", "eden", "space" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "the", "maximum", "weighted", "size", "of", "the", "main", "s", "protected", "space" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "the", "combined", "weight", "of", "the", "values", "in", "the", "cache" ]
[ "return", "math", "max", "(", "0", ",", "weighted", "size", "(", ")", ")", ";" ]
[ "returns", "the", "uncorrected", "combined", "weight", "of", "the", "values", "in", "the", "cache" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "the", "uncorrected", "combined", "weight", "of", "the", "values", "in", "the", "eden", "space" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "returns", "the", "uncorrected", "combined", "weight", "of", "the", "values", "in", "the", "main", "s", "protected", "space" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "performs", "the", "post", "-", "processing", "work", "required", "after", "a", "read" ]
[ "if", "(", "record", "hit", ")", "{", "stats", "counter", "(", ")", "record", "hits", "(", "1", ")", ";", "}", "boolean", "delayable", "=", "skip", "read", "buffer", "(", ")", "|", "|", "(", "read", "buffer", "offer", "(", "node", ")", "!", "=", ...
[ "returns", "if", "the", "cache", "should", "bypass", "the", "read", "buffer" ]
[ "return", "fastpath", "(", ")", "&", "&", "frequency", "sketch", "(", ")", "is", "not", "initialized", "(", ")", ";" ]
[ "returns", "the", "expiration", "time", "for", "the", "entry", "after", "being", "created" ]
[ "if", "(", "expires", "variable", "(", ")", "&", "&", "(", "key", "!", "=", "null", ")", "&", "&", "(", "value", "!", "=", "null", ")", ")", "{", "long", "duration", "=", "expiry", "expire", "after", "create", "(", "key", ",", "value", ",", "no...
[ "returns", "the", "expiration", "time", "for", "the", "entry", "after", "being", "updated" ]
[ "if", "(", "expires", "variable", "(", ")", "&", "&", "(", "key", "!", "=", "null", ")", "&", "&", "(", "value", "!", "=", "null", ")", ")", "{", "long", "current", "duration", "=", "math", "max", "(", "1", ",", "node", "get", "variable", "time...
[ "returns", "the", "access", "time", "for", "the", "entry", "after", "a", "read" ]
[ "if", "(", "expires", "variable", "(", ")", "&", "&", "(", "key", "!", "=", "null", ")", "&", "&", "(", "value", "!", "=", "null", ")", ")", "{", "long", "current", "duration", "=", "math", "max", "(", "1", ",", "node", "get", "variable", "time...
[ "conditionally", "schedules", "the", "asynchronous", "maintenance", "task", "after", "a", "write", "operation", "if", "the", "task", "status", "was", "idle", "or", "required", "then", "the", "maintenance", "task", "is", "scheduled", "immediately", "if", "it", "i...
[ "for", "(", ";", ";", ")", "{", "switch", "(", "drain", "status", "(", ")", ")", "{", "case", "idle", ":", "cas", "drain", "status", "(", "idle", ",", "required", ")", ";", "schedule", "drain", "buffers", "(", ")", ";", "return", ";", "case", "re...
[ "performs", "the", "maintenance", "work", "blocking", "until", "the", "lock", "is", "acquired", "any", "exception", "thrown", "such", "as", "by", "{", "@", "link", "cache", "writer", "#", "delete", "}", "is", "propagated", "to", "the", "caller" ]
[ "eviction", "lock", "lock", "(", ")", ";", "try", "{", "maintenance", "(", "task", ")", ";", "}", "finally", "{", "eviction", "lock", "unlock", "(", ")", ";", "}", "if", "(", "(", "drain", "status", "(", ")", "=", "=", "required", ")", "&", "&", ...
[ "returns", "an", "unmodifiable", "snapshot", "map", "ordered", "by", "the", "provided", "iterator", "beware", "that", "obtaining", "the", "mappings", "is", "<", "em", ">", "not", "<", "/", "em", ">", "a", "constant", "-", "time", "operation" ]
[ "require", "argument", "(", "limit", ">", "=", "0", ")", ";", "eviction", "lock", "lock", "(", ")", ";", "try", "{", "maintenance", "(", "/", "*", "ignored", "*", "/", "null", ")", ";", "int", "initial", "capacity", "=", "math", "min", "(", "limit"...
[ "returns", "an", "unmodifiable", "snapshot", "map", "roughly", "ordered", "by", "the", "expiration", "time", "the", "wheels", "are", "evaluated", "in", "order", "but", "the", "timers", "that", "fall", "within", "the", "bucket", "s", "range", "are", "not", "s...
[ "eviction", "lock", "lock", "(", ")", ";", "try", "{", "maintenance", "(", "/", "*", "ignored", "*", "/", "null", ")", ";", "return", "timer", "wheel", "(", ")", "snapshot", "(", "ascending", ",", "limit", ",", "transformer", ")", ";", "}", "finally"...
[ "public", "final", "void", "quietly", "complete", "(", ")", "{", "}" ]
[ "return", "null", ";" ]
[ "creates", "a", "serialization", "proxy", "based", "on", "the", "common", "configuration", "shared", "by", "all", "cache", "types" ]
[ "serialization", "proxy", "<", "k", ",", "v", ">", "proxy", "=", "new", "serialization", "proxy", "<", ">", "(", ")", ";", "proxy", "weak", "keys", "=", "cache", "collect", "keys", "(", ")", ";", "proxy", "weak", "values", "=", "cache", "node", "fact...
[ "returns", "whether", "maintenance", "work", "is", "needed" ]
[ "switch", "(", "drain", "status", "(", ")", ")", "{", "case", "idle", ":", "return", "!", "delayable", ";", "case", "required", ":", "return", "true", ";", "case", "processing", "to", "idle", ":", "case", "processing", "to", "required", ":", "return", ...
[ "indicates", "whether", "this", "reader", "supports", "the", "{", "@", "code", "mark", "(", ")", "}", "and", "{", "@", "code", "reset", "(", ")", "}", "methods", "this", "implementation", "returns", "{", "@", "code", "true", "}" ]
[ "return", "true", ";" ]
[ "check", "if", "the", "spec", "permits", "the", "given", "class", "to", "use", "the", "pre", "destroy", "annotation" ]
[ "if", "(", "javax", "servlet", "servlet", "class", "is", "assignable", "from", "(", "c", ")", "|", "|", "javax", "servlet", "filter", "class", "is", "assignable", "from", "(", "c", ")", "|", "|", "javax", "servlet", "servlet", "context", "listener", "cla...
[ "when", "a", "p", "fv", "4", "is", "supported", "loads", "r1", "with", "the", "offset", "of", "the", "specified", "counter" ]
[ "if", "(", "m", "apf", "capabilities", "has", "data", "access", "(", ")", ")", "{", "gen", "add", "load", "immediate", "(", "register", "r1", ",", "c", "offset", "(", ")", ")", ";", "}" ]
[ "returns", "seconds", "since", "device", "boot" ]
[ "return", "system", "clock", "elapsed", "realtime", "(", ")", "/", "date", "utils", "second", "in", "millis", ";" ]
[ "add", "a", "binary", "range", "of", "the", "packet", "that", "does", "not", "include", "a", "lifetime", "to", "m", "non", "lifetimes", "assumes", "m", "packet", "position", "(", ")", "is", "as", "far", "as", "we", "ve", "parsed", "the", "packet" ]
[ "lifetime", "offset", "+", "=", "m", "packet", "position", "(", ")", ";", "m", "non", "lifetimes", "add", "(", "new", "pair", "<", "integer", ",", "integer", ">", "(", "last", "non", "lifetime", "start", ",", "lifetime", "offset", "-", "last", "non", ...
[ "ignoring", "lifetimes", "(", "which", "may", "change", ")", "does", "{" ]
[ "if", "(", "length", "!", "=", "m", "packet", "capacity", "(", ")", ")", "return", "false", ";", "byte", "[", "]", "reference", "packet", "=", "m", "packet", "array", "(", ")", ";", "for", "(", "pair", "<", "integer", ",", "integer", ">", "non", ...
[ "that", "we", "might", "have", "seen", "it", "a", "while", "ago" ]
[ "return", "m", "min", "lifetime", "-", "(", "current", "time", "seconds", "(", ")", "-", "m", "last", "seen", ")", ";" ]
[ "returns", "{" ]
[ "long", "expiry", "=", "m", "last", "time", "installed", "program", "+", "m", "last", "installed", "program", "min", "lifetime", ";", "return", "expiry", "<", "current", "time", "seconds", "(", ")", "+", "max", "program", "lifetime", "worth", "refreshing", ...
[ "todo", ":", "move", "to", "android", "net", "network", "utils" ]
[ "return", "bytes", "to", "b", "e", "int", "(", "addr", "bytes", ")", "|", "(", "int", ")", "(", "uint", "3", "2", "(", "-", "1", ")", ">", ">", ">", "prefix", "length", ")", ";" ]
[ "a", "list", "of", "subscriptions" ]
[ "return", "subscriptions", ";" ]
[ "a", "list", "of", "subscriptions" ]
[ "if", "(", "subscriptions", "=", "=", "null", ")", "{", "this", "subscriptions", "=", "null", ";", "return", ";", "}", "this", "subscriptions", "=", "new", "java", "util", "array", "list", "<", "subscription", ">", "(", "subscriptions", ")", ";" ]
[ "<", "p", ">", "details", "of", "the", "returned", "event", "subscriptions", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "i...
[ "if", "(", "this", "subscriptions", "=", "=", "null", ")", "{", "set", "subscriptions", "(", "new", "java", "util", "array", "list", "<", "subscription", ">", "(", "subscriptions", "length", ")", ")", ";", "}", "for", "(", "subscription", "ele", ":", "...
[ "<", "p", ">", "details", "of", "the", "returned", "event", "subscriptions", "<", "/", "p", ">" ]
[ "set", "subscriptions", "(", "subscriptions", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "when", "a", "response", "is", "generated", "if", "there", "is", "more", "data", "to", "be", "listed", "this", "parameter", "is", "present", "in", "the", "response", "and", "contains", "the", "value", "to", "use", "for", "the", "<", "b",...
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "gets", "the", "name", "of", "the", "database", "to", "output", "into" ]
[ "return", "database", "name", ";" ]
[ "<", "p", ">", "the", "name", "of", "an", "existing", "webhook", "created", "with", "put", "webhook", "to", "register", "with", "a", "supported", "third", "party", "<", "/", "p", ">" ]
[ "this", "webhook", "name", "=", "webhook", "name", ";" ]
[ "<", "p", ">", "the", "name", "of", "an", "existing", "webhook", "created", "with", "put", "webhook", "to", "register", "with", "a", "supported", "third", "party", "<", "/", "p", ">" ]
[ "return", "this", "webhook", "name", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "webhook", "you", "want", "to", "deregister", "<", "/", "p", ">" ]
[ "set", "webhook", "name", "(", "webhook", "name", ")", ";", "return", "this", ";" ]
[ "destroy", "the", "watch", "service", "thread" ]
[ "if", "(", "this", "distributed", "cache", "manager", "!", "=", "null", ")", "{", "this", "distributed", "cache", "manager", "close", "(", ")", ";", "}" ]
[ "<", "p", ">", "the", "availability", "zone", "in", "which", "the", "reserved", "instance", "can", "be", "used", "<", "/", "p", ">" ]
[ "set", "availability", "zone", "(", "availability", "zone", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "duration", "of", "the", "reserved", "instance", "in", "seconds", "<", "/", "p", ">" ]
[ "this", "duration", "=", "duration", ";" ]
[ "<", "p", ">", "the", "duration", "of", "the", "reserved", "instance", "in", "seconds", "<", "/", "p", ">" ]
[ "return", "this", "duration", ";" ]
[ "<", "p", ">", "the", "duration", "of", "the", "reserved", "instance", "in", "seconds", "<", "/", "p", ">" ]
[ "set", "duration", "(", "duration", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "end", "date", "for", "a", "budget", "if", "you", "didn", "t", "specify", "an", "end", "date", "aws", "set", "your", "end", "date", "to", "<", "code", ">", "06", "/", "15", "/", "87", "00", ":", "00", "utc", "<", "/", "c...
[ "this", "end", "=", "end", ";" ]
[ "<", "p", ">", "the", "end", "date", "for", "a", "budget", "if", "you", "didn", "t", "specify", "an", "end", "date", "aws", "set", "your", "end", "date", "to", "<", "code", ">", "06", "/", "15", "/", "87", "00", ":", "00", "utc", "<", "/", "c...
[ "return", "this", "end", ";" ]
[ "<", "p", ">", "the", "time", "when", "the", "reserved", "instance", "expires", "<", "/", "p", ">" ]
[ "set", "end", "(", "end", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "purchase", "price", "of", "the", "reserved", "instance", "<", "/", "p", ">" ]
[ "this", "fixed", "price", "=", "fixed", "price", ";" ]
[ "<", "p", ">", "the", "purchase", "price", "of", "the", "reserved", "instance", "<", "/", "p", ">" ]
[ "return", "this", "fixed", "price", ";" ]
[ "<", "p", ">", "the", "purchase", "price", "of", "the", "reserved", "instance", "<", "/", "p", ">" ]
[ "set", "fixed", "price", "(", "fixed", "price", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "number", "of", "instances", "the", "covertible", "reserved", "instance", "offering", "can", "be", "applied", "to", "this", "parameter", "is", "reserved", "and", "cannot", "be", "specified", "in", "a", "request", "<", "/", "p", ">" ]
[ "this", "instance", "count", "=", "instance", "count", ";" ]
[ "<", "p", ">", "the", "number", "of", "instances", "the", "covertible", "reserved", "instance", "offering", "can", "be", "applied", "to", "this", "parameter", "is", "reserved", "and", "cannot", "be", "specified", "in", "a", "request", "<", "/", "p", ">" ]
[ "return", "this", "instance", "count", ";" ]
[ "<", "p", ">", "the", "number", "of", "reservations", "purchased", "<", "/", "p", ">" ]
[ "set", "instance", "count", "(", "instance", "count", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "amazon", "ml", "compute", "instance", "type", "<", "/", "p", ">" ]
[ "this", "instance", "type", "=", "instance", "type", ";" ]
[ "<", "p", ">", "the", "amazon", "ml", "compute", "instance", "type", "<", "/", "p", ">" ]
[ "return", "this", "instance", "type", ";" ]
[ "<", "p", ">", "the", "instance", "type", "on", "which", "the", "reserved", "instance", "can", "be", "used", "<", "/", "p", ">" ]
[ "set", "instance", "type", "(", "instance", "type", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "instance", "type", "<", "/", "p", ">" ]
[ "with", "instance", "type", "(", "instance", "type", ")", ";" ]
[ "<", "p", ">", "the", "instance", "type", "on", "which", "the", "reserved", "instance", "can", "be", "used", "<", "/", "p", ">" ]
[ "this", "instance", "type", "=", "instance", "type", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "description", "of", "the", "reserved", "cache", "node", "<", "/", "p", ">" ]
[ "this", "product", "description", "=", "product", "description", ";" ]
[ "<", "p", ">", "the", "description", "of", "the", "reserved", "cache", "node", "<", "/", "p", ">" ]
[ "return", "this", "product", "description", ";" ]
[ "<", "p", ">", "the", "reserved", "instance", "product", "platform", "description", "<", "/", "p", ">" ]
[ "set", "product", "description", "(", "product", "description", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "product", "description", "associated", "with", "the", "spot", "instance", "<", "/", "p", ">" ]
[ "with", "product", "description", "(", "product", "description", ")", ";" ]
[ "<", "p", ">", "the", "reserved", "instance", "product", "platform", "description", "<", "/", "p", ">" ]
[ "this", "product", "description", "=", "product", "description", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "active", "standard", "reserved", "instance", "<", "/", "p", ">" ]
[ "this", "reserved", "instances", "id", "=", "reserved", "instances", "id", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "active", "standard", "reserved", "instance", "<", "/", "p", ">" ]
[ "return", "this", "reserved", "instances", "id", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "reserved", "instance", "<", "/", "p", ">" ]
[ "set", "reserved", "instances", "id", "(", "reserved", "instances", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "start", "date", "for", "a", "budget", "if", "you", "created", "your", "budget", "and", "didn", "t", "specify", "a", "start", "date", "aws", "defaults", "to", "the", "start", "of", "your", "chosen", "time", "period", "(", "i", "...
[ "this", "start", "=", "start", ";" ]
[ "<", "p", ">", "the", "start", "date", "for", "a", "budget", "if", "you", "created", "your", "budget", "and", "didn", "t", "specify", "a", "start", "date", "aws", "defaults", "to", "the", "start", "of", "your", "chosen", "time", "period", "(", "i", "...
[ "return", "this", "start", ";" ]
[ "<", "p", ">", "the", "date", "and", "time", "the", "reserved", "instance", "started", "<", "/", "p", ">" ]
[ "set", "start", "(", "start", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "state", "of", "the", "reserved", "instance", "purchase", "<", "/", "p", ">" ]
[ "set", "state", "(", "state", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "state", "of", "the", "reserved", "instance", "purchase", "<", "/", "p", ">" ]
[ "with", "state", "(", "state", ")", ";" ]
[ "<", "p", ">", "the", "state", "of", "the", "reserved", "instance", "purchase", "<", "/", "p", ">" ]
[ "this", "state", "=", "state", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "usage", "price", "of", "the", "reserved", "instance", "per", "hour", "<", "/", "p", ">" ]
[ "this", "usage", "price", "=", "usage", "price", ";" ]
[ "<", "p", ">", "the", "usage", "price", "of", "the", "reserved", "instance", "per", "hour", "<", "/", "p", ">" ]
[ "return", "this", "usage", "price", ";" ]
[ "<", "p", ">", "the", "usage", "price", "of", "the", "reserved", "instance", "per", "hour", "<", "/", "p", ">" ]
[ "set", "usage", "price", "(", "usage", "price", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "currency", "in", "which", "the", "<", "code", ">", "total", "upfront", "price", "<", "/", "code", ">", "and", "<", "code", ">", "total", "hourly", "price", "<", "/", "code", ">", "amounts", "are", "specified", "at", "this", "...
[ "this", "currency", "code", "=", "currency", "code", ";" ]
[ "<", "p", ">", "the", "currency", "in", "which", "the", "<", "code", ">", "total", "upfront", "price", "<", "/", "code", ">", "and", "<", "code", ">", "total", "hourly", "price", "<", "/", "code", ">", "amounts", "are", "specified", "at", "this", "...
[ "return", "this", "currency", "code", ";" ]
[ "<", "p", ">", "the", "currency", "of", "the", "reserved", "instance", "it", "s", "specified", "using", "iso", "4217", "standard", "currency", "codes", "at", "this", "time", "the", "only", "supported", "currency", "is", "<", "code", ">", "usd", "<", "/",...
[ "set", "currency", "code", "(", "currency", "code", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "currency", "in", "which", "the", "<", "code", ">", "total", "upfront", "price", "<", "/", "code", ">", "and", "<", "code", ">", "total", "hourly", "price", "<", "/", "code", ">", "amounts", "are", "specified", "at", "this", "...
[ "with", "currency", "code", "(", "currency", "code", ")", ";" ]
[ "<", "p", ">", "the", "currency", "of", "the", "reserved", "instance", "it", "s", "specified", "using", "iso", "4217", "standard", "currency", "codes", "at", "this", "time", "the", "only", "supported", "currency", "is", "<", "code", ">", "usd", "<", "/",...
[ "this", "currency", "code", "=", "currency", "code", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "tenancy", "of", "the", "instance", "<", "/", "p", ">" ]
[ "this", "instance", "tenancy", "=", "instance", "tenancy", ";" ]