riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.MapReduce
data MapReduce Source #
Constructors
Fields
Defined in Network.Riak.Protocol.MapReduce
Methods
(==) :: MapReduce -> MapReduce -> Bool #
(/=) :: MapReduce -> MapReduce -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MapReduce -> c MapReduce #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MapReduce #
toConstr :: MapReduce -> Constr #
dataTypeOf :: MapReduce -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MapReduce) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MapReduce) #
gmapT :: (forall b. Data b => b -> b) -> MapReduce -> MapReduce #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MapReduce -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MapReduce -> r #
gmapQ :: (forall d. Data d => d -> u) -> MapReduce -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> MapReduce -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> MapReduce -> m MapReduce #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MapReduce -> m MapReduce #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MapReduce -> m MapReduce #
compare :: MapReduce -> MapReduce -> Ordering #
(<) :: MapReduce -> MapReduce -> Bool #
(<=) :: MapReduce -> MapReduce -> Bool #
(>) :: MapReduce -> MapReduce -> Bool #
(>=) :: MapReduce -> MapReduce -> Bool #
max :: MapReduce -> MapReduce -> MapReduce #
min :: MapReduce -> MapReduce -> MapReduce #
showsPrec :: Int -> MapReduce -> ShowS #
show :: MapReduce -> String #
showList :: [MapReduce] -> ShowS #
Associated Types
type Rep MapReduce :: Type -> Type #
from :: MapReduce -> Rep MapReduce x #
to :: Rep MapReduce x -> MapReduce #
wireSize :: FieldType -> MapReduce -> WireSize #
wirePut :: FieldType -> MapReduce -> Put #
wirePutWithSize :: FieldType -> MapReduce -> PutM WireSize #
wireGet :: FieldType -> Get MapReduce #
wireGetPacked :: FieldType -> Get (Seq MapReduce) #
textPut :: MapReduce -> Output #
textGet :: Stream s Identity Char => Parsec s () MapReduce #
tellT :: String -> MapReduce -> Output #
getT :: Stream s Identity Char => String -> Parsec s () MapReduce #
getMessageInfo :: MapReduce -> GetMessageInfo #
reflectDescriptorInfo :: MapReduce -> DescriptorInfo #
mergeAppend :: MapReduce -> MapReduce -> MapReduce #
mergeConcat :: Foldable t => t MapReduce -> MapReduce #
defaultValue :: MapReduce #
getVal :: msg' -> (msg' -> MapReduce) -> MapReduce #
isSet :: msg' -> (msg' -> MapReduce) -> Bool #