hriemann-0.3.2.2: A Riemann Client for Haskell
Network.Monitoring.Riemann.Proto.Attribute
data Attribute Source #
Constructors
Fields
Defined in Network.Monitoring.Riemann.Proto.Attribute
Methods
(==) :: Attribute -> Attribute -> Bool #
(/=) :: Attribute -> Attribute -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Attribute -> c Attribute #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Attribute #
toConstr :: Attribute -> Constr #
dataTypeOf :: Attribute -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Attribute) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Attribute) #
gmapT :: (forall b. Data b => b -> b) -> Attribute -> Attribute #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Attribute -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Attribute -> r #
gmapQ :: (forall d. Data d => d -> u) -> Attribute -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Attribute -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #
compare :: Attribute -> Attribute -> Ordering #
(<) :: Attribute -> Attribute -> Bool #
(<=) :: Attribute -> Attribute -> Bool #
(>) :: Attribute -> Attribute -> Bool #
(>=) :: Attribute -> Attribute -> Bool #
max :: Attribute -> Attribute -> Attribute #
min :: Attribute -> Attribute -> Attribute #
showsPrec :: Int -> Attribute -> ShowS #
show :: Attribute -> String #
showList :: [Attribute] -> ShowS #
Associated Types
type Rep Attribute :: * -> * #
from :: Attribute -> Rep Attribute x #
to :: Rep Attribute x -> Attribute #
Defined in Network.Monitoring.Riemann.Json
toJSON :: Attribute -> Value #
toEncoding :: Attribute -> Encoding #
toJSONList :: [Attribute] -> Value #
toEncodingList :: [Attribute] -> Encoding #
parseJSON :: Value -> Parser Attribute #
parseJSONList :: Value -> Parser [Attribute] #
wireSize :: FieldType -> Attribute -> WireSize #
wirePut :: FieldType -> Attribute -> Put #
wirePutWithSize :: FieldType -> Attribute -> PutM WireSize #
wireGet :: FieldType -> Get Attribute #
wireGetPacked :: FieldType -> Get (Seq Attribute) #
textPut :: Attribute -> Output #
textGet :: Stream s Identity Char => Parsec s () Attribute #
tellT :: String -> Attribute -> Output #
getT :: Stream s Identity Char => String -> Parsec s () Attribute #
getMessageInfo :: Attribute -> GetMessageInfo #
reflectDescriptorInfo :: Attribute -> DescriptorInfo #
mergeAppend :: Attribute -> Attribute -> Attribute #
mergeConcat :: Foldable t => t Attribute -> Attribute #
defaultValue :: Attribute #
getVal :: msg' -> (msg' -> Attribute) -> Attribute #
isSet :: msg' -> (msg' -> Attribute) -> Bool #