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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexObject

Documentation

data IndexObject Source #

Constructors

IndexObject 

Fields

Instances
Eq IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Data IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Methods

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

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

toConstr :: IndexObject -> Constr #

dataTypeOf :: IndexObject -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Show IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Generic IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Associated Types

type Rep IndexObject :: Type -> Type #

GPB IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Wire IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

TextMsg IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

TextType IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Methods

tellT :: String -> IndexObject -> Output #

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

ReflectDescriptor IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Mergeable IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

Default IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

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

Defined in Network.Riak.Protocol.IndexObject

Methods

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

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

type Rep IndexObject Source # 
Instance details

Defined in Network.Riak.Protocol.IndexObject

type Rep IndexObject = D1 (MetaData "IndexObject" "Network.Riak.Protocol.IndexObject" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "IndexObject" PrefixI True) (S1 (MetaSel (Just "key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ByteString) :*: S1 (MetaSel (Just "object") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GetResponse)))