riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.BucketProps
data BucketProps Source #
Constructors
Fields
Defined in Network.Riak.Protocol.BucketProps
Methods
(==) :: BucketProps -> BucketProps -> Bool #
(/=) :: BucketProps -> BucketProps -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BucketProps -> c BucketProps #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BucketProps #
toConstr :: BucketProps -> Constr #
dataTypeOf :: BucketProps -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BucketProps) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BucketProps) #
gmapT :: (forall b. Data b => b -> b) -> BucketProps -> BucketProps #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BucketProps -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BucketProps -> r #
gmapQ :: (forall d. Data d => d -> u) -> BucketProps -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> BucketProps -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> BucketProps -> m BucketProps #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketProps -> m BucketProps #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketProps -> m BucketProps #
compare :: BucketProps -> BucketProps -> Ordering #
(<) :: BucketProps -> BucketProps -> Bool #
(<=) :: BucketProps -> BucketProps -> Bool #
(>) :: BucketProps -> BucketProps -> Bool #
(>=) :: BucketProps -> BucketProps -> Bool #
max :: BucketProps -> BucketProps -> BucketProps #
min :: BucketProps -> BucketProps -> BucketProps #
showsPrec :: Int -> BucketProps -> ShowS #
show :: BucketProps -> String #
showList :: [BucketProps] -> ShowS #
Associated Types
type Rep BucketProps :: Type -> Type #
from :: BucketProps -> Rep BucketProps x #
to :: Rep BucketProps x -> BucketProps #
wireSize :: FieldType -> BucketProps -> WireSize #
wirePut :: FieldType -> BucketProps -> Put #
wirePutWithSize :: FieldType -> BucketProps -> PutM WireSize #
wireGet :: FieldType -> Get BucketProps #
wireGetPacked :: FieldType -> Get (Seq BucketProps) #
textPut :: BucketProps -> Output #
textGet :: Stream s Identity Char => Parsec s () BucketProps #
tellT :: String -> BucketProps -> Output #
getT :: Stream s Identity Char => String -> Parsec s () BucketProps #
getMessageInfo :: BucketProps -> GetMessageInfo #
reflectDescriptorInfo :: BucketProps -> DescriptorInfo #
mergeAppend :: BucketProps -> BucketProps -> BucketProps #
mergeConcat :: Foldable t => t BucketProps -> BucketProps #
defaultValue :: BucketProps #
getVal :: msg' -> (msg' -> BucketProps) -> BucketProps #
isSet :: msg' -> (msg' -> BucketProps) -> Bool #