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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexResponse

Documentation

data IndexResponse Source #

Constructors

IndexResponse 
Instances
Eq IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Data IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IndexResponse -> c IndexResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IndexResponse #

toConstr :: IndexResponse -> Constr #

dataTypeOf :: IndexResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c IndexResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IndexResponse) #

gmapT :: (forall b. Data b => b -> b) -> IndexResponse -> IndexResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IndexResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IndexResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> IndexResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IndexResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

Ord IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Show IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Generic IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Associated Types

type Rep IndexResponse :: Type -> Type #

GPB IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Wire IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

TextMsg IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

TextType IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Methods

tellT :: String -> IndexResponse -> Output #

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

ReflectDescriptor IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Mergeable IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Default IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

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

Defined in Network.Riak.Protocol.IndexResponse

Methods

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

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

type Rep IndexResponse Source # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

type Rep IndexResponse = D1 (MetaData "IndexResponse" "Network.Riak.Protocol.IndexResponse" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "IndexResponse" PrefixI True) ((S1 (MetaSel (Just "keys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString)) :*: S1 (MetaSel (Just "results") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Pair))) :*: (S1 (MetaSel (Just "continuation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 (MetaSel (Just "done") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))