riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.ServerInfo
data ServerInfo Source #
Constructors
Fields
Defined in Network.Riak.Protocol.ServerInfo
Methods
(==) :: ServerInfo -> ServerInfo -> Bool #
(/=) :: ServerInfo -> ServerInfo -> Bool #
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 #
compare :: ServerInfo -> ServerInfo -> Ordering #
(<) :: ServerInfo -> ServerInfo -> Bool #
(<=) :: ServerInfo -> ServerInfo -> Bool #
(>) :: ServerInfo -> ServerInfo -> Bool #
(>=) :: ServerInfo -> ServerInfo -> Bool #
max :: ServerInfo -> ServerInfo -> ServerInfo #
min :: ServerInfo -> ServerInfo -> ServerInfo #
showsPrec :: Int -> ServerInfo -> ShowS #
show :: ServerInfo -> String #
showList :: [ServerInfo] -> ShowS #
Associated Types
type Rep ServerInfo :: Type -> Type #
from :: ServerInfo -> Rep ServerInfo x #
to :: Rep ServerInfo x -> ServerInfo #
wireSize :: FieldType -> ServerInfo -> WireSize #
wirePut :: FieldType -> ServerInfo -> Put #
wirePutWithSize :: FieldType -> ServerInfo -> PutM WireSize #
wireGet :: FieldType -> Get ServerInfo #
wireGetPacked :: FieldType -> Get (Seq ServerInfo) #
textPut :: ServerInfo -> Output #
textGet :: Stream s Identity Char => Parsec s () ServerInfo #
tellT :: String -> ServerInfo -> Output #
getT :: Stream s Identity Char => String -> Parsec s () ServerInfo #
getMessageInfo :: ServerInfo -> GetMessageInfo #
reflectDescriptorInfo :: ServerInfo -> DescriptorInfo #
mergeAppend :: ServerInfo -> ServerInfo -> ServerInfo #
mergeConcat :: Foldable t => t ServerInfo -> ServerInfo #
defaultValue :: ServerInfo #
getVal :: msg' -> (msg' -> ServerInfo) -> ServerInfo #
isSet :: msg' -> (msg' -> ServerInfo) -> Bool #