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