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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.ServerInfo

Documentation

data ServerInfo Source #

Constructors

ServerInfo 

Instances

Eq ServerInfo Source # 
Data ServerInfo Source # 

Methods

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

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

toConstr :: ServerInfo -> Constr #

dataTypeOf :: ServerInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ServerInfo Source # 
Show ServerInfo Source # 
Generic ServerInfo Source # 

Associated Types

type Rep ServerInfo :: * -> * #

GPB ServerInfo Source # 
Wire ServerInfo Source # 
TextMsg ServerInfo Source # 

Methods

textPut :: ServerInfo -> Output #

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

TextType ServerInfo Source # 

Methods

tellT :: String -> ServerInfo -> Output #

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

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

Methods

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

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

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