riak-protobuf-0.23.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.MapReduce

Documentation

data MapReduce Source #

Constructors

MapReduce 

Fields

Instances

Eq MapReduce Source # 
Data MapReduce Source # 

Methods

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 #

Ord MapReduce Source # 
Show MapReduce Source # 
Generic MapReduce Source # 

Associated Types

type Rep MapReduce :: * -> * #

GPB MapReduce Source # 
Wire MapReduce Source # 
TextMsg MapReduce Source # 

Methods

textPut :: MapReduce -> Output #

textGet :: Stream s Identity Char => Parsec s () MapReduce #

TextType MapReduce Source # 

Methods

tellT :: String -> MapReduce -> Output #

getT :: Stream s Identity Char => String -> Parsec s () MapReduce #

ReflectDescriptor MapReduce Source # 
Mergeable MapReduce Source # 
Default MapReduce Source # 
MessageAPI msg' (msg' -> MapReduce) MapReduce Source # 

Methods

getVal :: msg' -> (msg' -> MapReduce) -> MapReduce #

isSet :: msg' -> (msg' -> MapReduce) -> Bool #

type Rep MapReduce Source # 
type Rep MapReduce = D1 (MetaData "MapReduce" "Network.Riak.Protocol.MapReduce" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "MapReduce" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "phase") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word32))) ((:*:) (S1 (MetaSel (Just Symbol "response") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "done") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))