riak-protobuf-0.24.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 # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Data MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

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 # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Show MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Generic MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Associated Types

type Rep MapReduce :: Type -> Type #

GPB MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Wire MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

TextMsg MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Methods

textPut :: MapReduce -> Output #

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

TextType MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Methods

tellT :: String -> MapReduce -> Output #

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

ReflectDescriptor MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Mergeable MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Default MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

MessageAPI msg' (msg' -> MapReduce) MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

Methods

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

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

type Rep MapReduce Source # 
Instance details

Defined in Network.Riak.Protocol.MapReduce

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