Sha256: 30ebc7c1534aa44ecfc0609367546f69b52c6ce44a006db12777ca61b4aa4b58
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
module Kraps module Actions ALL = [ PARALLELIZE = "parallelize", MAP = "map", MAP_PARTITIONS = "map_partitions", REDUCE = "reduce", COMBINE = "combine", EACH_PARTITION = "each_partition", APPEND = "append" ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kraps-0.10.0 | lib/kraps/actions.rb |